]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
95c83cbc661a7151279236ed4f42a7dbb73ad26c
[features.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 407
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}]{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 %Vergrößert den Teil der Seite, in dem Gleitobjekte
58 % unten angeordnet werden dürfen
59 \renewcommand{\bottomfraction}{0.5}
60
61 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % beschleunigt die Berechnung von langen Tabellen
65 \setcounter{LTchunksize}{100}
66
67 % wird für skalierte und rotierte Boxen benötigt
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % wird bei farbigen Tabellen benutzt
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
74 \definecolor{hellgrau}{gray}{0.8}
75
76 % testen ob paket colortbl installiert ist
77 % wird für farbige Tabellenzellen benutzt
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % wird fuer Tabellen im Buchstil benutzt
85 \usepackage{booktabs}
86
87 % wird benutzt, um Tabellenzellen zu vergrößern
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % wird fuer benutzerdefinierte Tabellen benutzt
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % Setzt einen zusaetzlichen Abstand von
109 % 1.5 mm zwischen Fussnoten
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % Prüfung auf benötigte LaTeXPakete
119 \usepackage{ifthen}
120
121 % Pruefung auf arydshln
122 % für Tabellen mit gestrichelten Linien
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % Prüfung auf marginnote
130 % für Randnotizen
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % Prüfung auf sidecap
139 % für seitliche Beschriftungen
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
147 \def\LyX{\texorpdfstring{%
148   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
149   {LyX}}
150
151 % Damit der Index den Namen "Stichwortverzeichnis" erhält
152 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
153 \end_preamble
154 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
155 \use_default_options false
156 \maintain_unincluded_children false
157 \language ngerman
158 \inputencoding auto
159 \fontencoding global
160 \font_roman default
161 \font_sans default
162 \font_typewriter default
163 \font_default_family default
164 \use_xetex false
165 \font_sc false
166 \font_osf false
167 \font_sf_scale 100
168 \font_tt_scale 100
169
170 \graphics default
171 \default_output_format default
172 \output_sync 0
173 \bibtex_command default
174 \index_command default
175 \paperfontsize 12
176 \spacing single
177 \use_hyperref true
178 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
179 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
180 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
181 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
182 \pdf_bookmarks true
183 \pdf_bookmarksnumbered true
184 \pdf_bookmarksopen true
185 \pdf_bookmarksopenlevel 1
186 \pdf_breaklinks false
187 \pdf_pdfborder false
188 \pdf_colorlinks true
189 \pdf_backref false
190 \pdf_pdfusetitle false
191 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
192 \papersize a4paper
193 \use_geometry false
194 \use_amsmath 2
195 \use_esint 0
196 \use_mhchem 1
197 \use_mathdots 1
198 \cite_engine basic
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Stichwortverzeichnis
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language german
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 0 9 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_be_strict false
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Das LyX-Handbuch der Einfügungen:
230 \begin_inset Newline newline
231 \end_inset
232
233  
234 \size larger
235 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
236 \end_layout
237
238 \begin_layout Author
239 vom LyX Team
240 \begin_inset Foot
241 status collapsed
242
243 \begin_layout Plain Layout
244 \noindent
245
246 \size normal
247 Übersetzung und Bearbeitung: Hartmut Haase
248 \size default
249 , Uwe Stöhr
250 \begin_inset Newline newline
251 \end_inset
252
253 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
254  bitte an: 
255 \begin_inset CommandInset href
256 LatexCommand href
257 name "lyx-docs@lists.lyx.org"
258 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
259 type "mailto:"
260
261 \end_inset
262
263
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Plain Layout
273 Autor: Uwe Stöhr <uwestoehr@web.de>
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \begin_inset Newline newline
284 \end_inset
285
286
287 \family sans
288 Version 2.0.x
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset CommandInset toc
293 LatexCommand tableofcontents
294
295 \end_inset
296
297
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset Note Note
302 status open
303
304 \begin_layout Plain Layout
305 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
306 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
307 \series bold
308 arydshln
309 \series default
310
311 \series bold
312 colortbl
313 \series default
314
315 \series bold
316 marginnote
317 \series default
318  und 
319 \series bold
320 sidecap
321 \series default
322 .
323  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
324  denen sie benötigt werden.
325 \end_layout
326
327 \begin_layout Plain Layout
328 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
329  des englischen Originals hier finden:
330 \begin_inset Newline newline
331 \end_inset
332
333
334 \series bold
335 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
336 \end_layout
337
338 \end_inset
339
340
341 \end_layout
342
343 \begin_layout Chapter
344 Abbildungen
345 \begin_inset Index idx
346 status collapsed
347
348 \begin_layout Plain Layout
349 Abbildungen
350 \end_layout
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Section
358 Grafik-Dialog
359 \begin_inset Index idx
360 status collapsed
361
362 \begin_layout Plain Layout
363 Abbildungen ! Grafik-Dialog
364 \end_layout
365
366 \end_inset
367
368
369 \begin_inset CommandInset label
370 LatexCommand label
371 name "abs:Grafik-Dialog"
372
373 \end_inset
374
375
376 \end_layout
377
378 \begin_layout Standard
379 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
380  
381 \begin_inset Graphics
382         filename ../../images/dialog-show-new-inset_graphics.png
383         scale 70
384         scaleBeforeRotation
385
386 \end_inset
387
388  in der Werkzeugleiste oder wählen das Menü 
389 \family sans
390 Einfügen\SpecialChar \menuseparator
391 Grafik
392 \family default
393 .
394  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
395  
396 \family sans
397 Durchsuchen
398 \family default
399  eingeben können.
400  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
401  an der Sie sie eingefügt haben.
402 \end_layout
403
404 \begin_layout Standard
405 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
406  klicken.
407  Der Dialog hat drei Karteikarten:
408 \end_layout
409
410 \begin_layout Description
411
412 \family sans
413 Grafik
414 \family default
415  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
416  Version festlegen.
417  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
418 \begin_inset space ~
419 \end_inset
420
421
422 \begin_inset CommandInset ref
423 LatexCommand ref
424 reference "kap:In-LyX-verfügbare"
425
426 \end_inset
427
428  erklärt.
429 \begin_inset Newline newline
430 \end_inset
431
432
433 \begin_inset Index idx
434 status collapsed
435
436 \begin_layout Plain Layout
437 Abbildungen ! rotierte
438 \end_layout
439
440 \end_inset
441
442 Sie können Abbildungen durch Angabe eines 
443 \family sans
444 Winkel
445 \family default
446
447 \begin_inset space ~
448 \end_inset
449
450
451 \family sans
452 (Grad)
453 \family default
454  und Festlegung eines 
455 \family sans
456 Drehpunktes
457 \family default
458  drehen.
459  Negative Winkel drehen im Uhrzeigersinn.
460  Die Abbildung wird auch in LyX gedreht.
461 \begin_inset Newline newline
462 \end_inset
463
464
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 Abbildungen ! skalierte
470 \end_layout
471
472 \end_inset
473
474 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
475  oder Höhe und Breite definiert.
476  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
477  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
478  wobei sie möglicherweise verzerrt wird.
479  Um das zu vermeiden, sollten Sie 
480 \family sans
481 Seitenverhältnis
482 \begin_inset space ~
483 \end_inset
484
485 beibehalten
486 \family default
487  ankreuzen.
488  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
489  und Breite nicht überschritten werden.
490 \begin_inset Newline newline
491 \end_inset
492
493 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
494 nden Kontext-Menü 
495 \family sans
496 Datei extern bearbeiten
497 \family default
498  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
499  öffnen.
500  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
501 \family sans
502 Datei-Handhabung\SpecialChar \menuseparator
503 Dateiformate
504 \family default
505  festgelegt werden.
506 \end_layout
507
508 \begin_layout Description
509
510 \family sans
511 Ausschnitt
512 \family default
513  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
514  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
515  Wenn Sie auf 
516 \family sans
517 Lese
518 \begin_inset space ~
519 \end_inset
520
521 aus
522 \begin_inset space ~
523 \end_inset
524
525 Datei
526 \family default
527  klicken, werden die Koordinaten automatisch berechnet.
528  Die Option 
529 \family sans
530 Auf
531 \begin_inset space ~
532 \end_inset
533
534 Begrenzungsbox
535 \begin_inset space ~
536 \end_inset
537
538 zuschneiden
539 \family default
540  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
541  Koordinaten liegt.
542  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
543  diese Karteikarte ignorieren.
544 \end_layout
545
546 \begin_layout Description
547
548 \family sans
549 LaTeX-
550 \begin_inset space ~
551 \end_inset
552
553 und
554 \begin_inset space ~
555 \end_inset
556
557 LyX-Optionen
558 \family default
559  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
560  LaTeX-Experten können weitere LaTeX-Optionen definieren.
561 \begin_inset Newline newline
562 \end_inset
563
564 Ist die Option 
565 \family sans
566 Entwurfsmodus 
567 \family default
568 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
569  darin gedruckt.
570 \begin_inset Newline newline
571 \end_inset
572
573 Die Option 
574 \family sans
575 Beim
576 \begin_inset space ~
577 \end_inset
578
579 Exportieren
580 \begin_inset space ~
581 \end_inset
582
583 nicht
584 \begin_inset space ~
585 \end_inset
586
587 entpacken
588 \family default
589  betrifft nur gepackte EPS-Dateien, zum Beispiel 
590 \emph on
591 x.eps.gz
592 \emph default
593 .
594  LaTeX kann so mit ihnen umgehen.
595 \begin_inset Newline newline
596 \end_inset
597
598 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
599  wählen, siehe Anhang
600 \begin_inset space ~
601 \end_inset
602
603
604 \begin_inset CommandInset ref
605 LatexCommand ref
606 reference "abs:PostScript"
607
608 \end_inset
609
610 .
611  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
612 \begin_inset Newline newline
613 \end_inset
614
615
616 \series bold
617 gzip x.eps
618 \begin_inset Newline newline
619 \end_inset
620
621 zgrep %%Bounding x.eps.gz > x.eps.bb
622 \series default
623
624 \begin_inset Newline newline
625 \end_inset
626
627 Der zweite Befehl erzeugt die Begrenzungsbox 
628 \begin_inset Quotes gld
629 \end_inset
630
631 x.eps.bb
632 \begin_inset Quotes grd
633 \end_inset
634
635 , die LaTeX für gepackte Abbildungen benötigt.
636 \begin_inset Newline newline
637 \end_inset
638
639 Das Feld 
640 \family sans
641 Gruppenname
642 \begin_inset space ~
643 \end_inset
644
645 initialisieren
646 \family default
647  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
648  solche zuzuordnen.
649 \begin_inset Index idx
650 status collapsed
651
652 \begin_layout Plain Layout
653 Abbildungen ! Einstellungsgruppen
654 \end_layout
655
656 \end_inset
657
658  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
659  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
660  der Gruppe geändert werden.
661  Damit kann man z.B.
662 \begin_inset space ~
663 \end_inset
664
665 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
666  Bild tun zu müssen.
667  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
668  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
669 \end_layout
670
671 \begin_layout Standard
672 \begin_inset VSpace bigskip
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 Hier ist eine zentrierte EPS-Abbildung
680 \begin_inset Foot
681 status collapsed
682
683 \begin_layout Plain Layout
684 Abbildungsformate sind in Abschnitt
685 \begin_inset space ~
686 \end_inset
687
688
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "abs:Bildformate"
692
693 \end_inset
694
695  beschrieben.
696 \end_layout
697
698 \end_inset
699
700  in einem eigenen Absatz:
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         scaleBeforeRotation
709         rotateOrigin center
710
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 \noindent
718 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
719 \end_layout
720
721 \begin_layout Standard
722 \align center
723 \begin_inset Graphics
724         filename ../clipart/mobius.eps
725         scale 70
726         draft
727         scaleBeforeRotation
728         rotateOrigin center
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Section
736 Gleitende Abbildungen
737 \begin_inset CommandInset label
738 LatexCommand label
739 name "abs:Gleitende-Abbildungen"
740
741 \end_inset
742
743
744 \begin_inset Index idx
745 status collapsed
746
747 \begin_layout Plain Layout
748 Abbildungen ! gleitende
749 \end_layout
750
751 \end_inset
752
753
754 \begin_inset Index idx
755 status collapsed
756
757 \begin_layout Plain Layout
758 Gleitobjekte ! Abbildungen
759 \end_layout
760
761 \end_inset
762
763
764 \end_layout
765
766 \begin_layout Standard
767 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
768 \begin_inset space ~
769 \end_inset
770
771
772 \begin_inset CommandInset ref
773 LatexCommand ref
774 reference "abs:Gleitobjekte-Einleitung"
775
776 \end_inset
777
778 .
779 \end_layout
780
781 \begin_layout Standard
782 Wenn Sie auf das Werkzeugleisten-Symbol 
783 \begin_inset Graphics
784         filename ../../images/float-insert_figure.png
785         scale 70
786         scaleBeforeRotation
787
788 \end_inset
789
790  klicken oder 
791 \family sans
792 Einfügen\SpecialChar \menuseparator
793 Gleit\SpecialChar \-
794 objekt\SpecialChar \menuseparator
795 Abbildung
796 \family default
797  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
798  In das rot umrahmte Feld rechts von 
799 \emph on
800 Abbildung
801 \begin_inset space ~
802 \end_inset
803
804 Nr:
805 \emph default
806  schreiben Sie die Bildbeschriftung.
807  Nach einem Klick oberhalb oder unterhalb von 
808 \emph on
809 Abbildung
810 \begin_inset space ~
811 \end_inset
812
813 Nr:
814 \emph default
815  können Sie dann eine Abbildung wie 
816 \begin_inset CommandInset ref
817 LatexCommand ref
818 reference "abb:kill-plat"
819
820 \end_inset
821
822  oberhalb oder wie Abbildung
823 \begin_inset space ~
824 \end_inset
825
826
827 \begin_inset CommandInset ref
828 LatexCommand ref
829 reference "abb:escher"
830
831 \end_inset
832
833  unterhalb der Bildbeschriftung einfügen.
834  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
835 \begin_inset space ~
836 \end_inset
837
838
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "abs:Titel-Platzierung"
842
843 \end_inset
844
845 .
846 \end_layout
847
848 \begin_layout Standard
849 \begin_inset Float figure
850 wide false
851 sideways false
852 status open
853
854 \begin_layout Plain Layout
855 \align center
856 \begin_inset Graphics
857         filename ../clipart/platypus.eps
858         width 50col%
859         scaleBeforeRotation
860         rotateOrigin center
861
862 \end_inset
863
864
865 \end_layout
866
867 \begin_layout Plain Layout
868 \begin_inset Caption
869
870 \begin_layout Plain Layout
871 \begin_inset CommandInset label
872 LatexCommand label
873 name "abb:kill-plat"
874
875 \end_inset
876
877 Platypus in einem Gleitobjekt
878 \end_layout
879
880 \end_inset
881
882
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Standard
891 \begin_inset Float figure
892 wide false
893 sideways false
894 status open
895
896 \begin_layout Plain Layout
897 \begin_inset Caption
898
899 \begin_layout Plain Layout
900 \begin_inset CommandInset label
901 LatexCommand label
902 name "abb:escher"
903
904 \end_inset
905
906 M.C.
907  Escher
908 \end_layout
909
910 \end_inset
911
912
913 \end_layout
914
915 \begin_layout Plain Layout
916 \align center
917 \begin_inset Graphics
918         filename ../clipart/escher-lsd.eps
919         scale 80
920         scaleBeforeRotation
921         rotateOrigin center
922
923 \end_inset
924
925
926 \end_layout
927
928 \end_inset
929
930
931 \end_layout
932
933 \begin_layout Standard
934 \begin_inset Index idx
935 status collapsed
936
937 \begin_layout Plain Layout
938 Querverweise ! auf Abbildungen
939 \end_layout
940
941 \end_inset
942
943 Abbildung
944 \begin_inset space ~
945 \end_inset
946
947
948 \begin_inset CommandInset ref
949 LatexCommand ref
950 reference "abb:kill-plat"
951
952 \end_inset
953
954  und 
955 \begin_inset CommandInset ref
956 LatexCommand ref
957 reference "abb:escher"
958
959 \end_inset
960
961  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
962  Dafür fügen Sie in der Beschriftung mit 
963 \family sans
964 Einfügen\SpecialChar \menuseparator
965 Marke
966 \family default
967  oder durch Klicken auf 
968 \begin_inset Graphics
969         filename ../../images/label-insert.png
970         scale 70
971         scaleBeforeRotation
972
973 \end_inset
974
975  eine Marke ein.
976  Auf diese können Sie dann wie gewohnt mit 
977 \family sans
978 Einfügen\SpecialChar \menuseparator
979 Querverweis
980 \family default
981  oder durch Klicken auf 
982 \begin_inset Graphics
983         filename ../../images/dialog-show-new-inset_ref.png
984         scale 70
985         scaleBeforeRotation
986
987 \end_inset
988
989  verweisen.
990  Das ist besser als eine vage Formulierung wie 
991 \begin_inset Quotes gld
992 \end_inset
993
994 die obige Abbildung
995 \begin_inset Quotes grd
996 \end_inset
997
998  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
999  erscheint, und das muss nicht 
1000 \emph on
1001 oben
1002 \emph default
1003  sein.
1004  Verweise werden detailliert in Abschnitt
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "abs:Auf-Gleitobjekte-verweisen"
1012
1013 \end_inset
1014
1015  beschrieben.
1016 \end_layout
1017
1018 \begin_layout Standard
1019 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1020  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1021  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1022  Gleitabbildung einfügt.
1023  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1024  Abbildung
1025 \begin_inset space ~
1026 \end_inset
1027
1028
1029 \begin_inset CommandInset ref
1030 LatexCommand ref
1031 reference "abb:Zwei-Teilabbildungen"
1032
1033 \end_inset
1034
1035  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1036  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1037  Gleitabbildung auf Eingabe drücken.
1038  Abbildung
1039 \begin_inset space ~
1040 \end_inset
1041
1042
1043 \begin_inset CommandInset ref
1044 LatexCommand ref
1045 reference "abb:Undefinierbar"
1046
1047 \end_inset
1048
1049  und 
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "abb:Ein-Schnabeltier"
1053
1054 \end_inset
1055
1056  sind die Teilabbildungen.
1057 \end_layout
1058
1059 \begin_layout Standard
1060 \begin_inset Float figure
1061 wide false
1062 sideways false
1063 status open
1064
1065 \begin_layout Plain Layout
1066 \begin_inset space \hfill{}
1067 \end_inset
1068
1069
1070 \begin_inset Float figure
1071 wide false
1072 sideways false
1073 status collapsed
1074
1075 \begin_layout Plain Layout
1076 \begin_inset Caption
1077
1078 \begin_layout Plain Layout
1079 \begin_inset CommandInset label
1080 LatexCommand label
1081 name "abb:Undefinierbar"
1082
1083 \end_inset
1084
1085 Undefinierbar
1086 \end_layout
1087
1088 \end_inset
1089
1090
1091 \end_layout
1092
1093 \begin_layout Plain Layout
1094 \begin_inset Graphics
1095         filename ../clipart/escher-lsd.eps
1096         width 35col%
1097         scaleBeforeRotation
1098         groupId Teilabbildung
1099
1100 \end_inset
1101
1102
1103 \end_layout
1104
1105 \end_inset
1106
1107
1108 \begin_inset space \hfill{}
1109 \end_inset
1110
1111
1112 \begin_inset Float figure
1113 wide false
1114 sideways false
1115 status collapsed
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Caption
1119
1120 \begin_layout Plain Layout
1121 \begin_inset CommandInset label
1122 LatexCommand label
1123 name "abb:Ein-Schnabeltier"
1124
1125 \end_inset
1126
1127 Ein Schnabeltier
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Graphics
1137         filename ../clipart/platypus.eps
1138         width 35col%
1139         scaleBeforeRotation
1140         groupId Teilabbildung
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Caption
1158
1159 \begin_layout Plain Layout
1160 \begin_inset CommandInset label
1161 LatexCommand label
1162 name "abb:Zwei-Teilabbildungen"
1163
1164 \end_inset
1165
1166 Zwei Teilabbildungen nebeneinander.
1167  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1168 \begin_inset Quotes gld
1169 \end_inset
1170
1171 Teilabbildung
1172 \begin_inset Quotes grd
1173 \end_inset
1174
1175  an.
1176 \end_layout
1177
1178 \end_inset
1179
1180
1181 \end_layout
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \begin_layout Section
1189 Bildformate
1190 \begin_inset CommandInset label
1191 LatexCommand label
1192 name "abs:Bildformate"
1193
1194 \end_inset
1195
1196
1197 \begin_inset Index idx
1198 status collapsed
1199
1200 \begin_layout Plain Layout
1201 Abbildungen ! Bildformate
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Standard
1210 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1211  Aber wie in Anhang
1212 \begin_inset space ~
1213 \end_inset
1214
1215
1216 \begin_inset CommandInset ref
1217 LatexCommand ref
1218 reference "kap:Ausgabedatei-Formate"
1219
1220 \end_inset
1221
1222  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1223  LyX benutzt im Hintergrund das Programm
1224 \family typewriter
1225  ImageMagick
1226 \family default
1227 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1228  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1229  vermeiden.
1230  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1231  werden können.
1232  Diese Formate werden in Anhang
1233 \begin_inset space ~
1234 \end_inset
1235
1236
1237 \begin_inset CommandInset ref
1238 LatexCommand ref
1239 reference "kap:Ausgabedatei-Formate"
1240
1241 \end_inset
1242
1243  beschrieben.
1244 \end_layout
1245
1246 \begin_layout Standard
1247 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1248 \end_layout
1249
1250 \begin_layout Description
1251 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1252  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1253  
1254 \emph on
1255 pixelig
1256 \emph default
1257  aus.
1258  Bekannte Pixel-Formate sind 
1259 \begin_inset Quotes gld
1260 \end_inset
1261
1262 Graphics Interchange Format
1263 \begin_inset Quotes grd
1264 \end_inset
1265
1266  (GIF, Dateiendung
1267 \family typewriter
1268  
1269 \family default
1270
1271 \begin_inset Quotes gld
1272 \end_inset
1273
1274
1275 \family typewriter
1276 .gif
1277 \family default
1278
1279 \begin_inset Quotes grd
1280 \end_inset
1281
1282 )
1283 \begin_inset Index idx
1284 status collapsed
1285
1286 \begin_layout Plain Layout
1287 GIF
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \begin_inset Quotes gld
1294 \end_inset
1295
1296 Portable Network Graphics
1297 \begin_inset Quotes grd
1298 \end_inset
1299
1300  (PNG, Dateiendung 
1301 \begin_inset Quotes gld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .png
1307 \family default
1308
1309 \begin_inset Quotes grd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 PNG
1318 \end_layout
1319
1320 \end_inset
1321
1322
1323 \begin_inset Quotes gld
1324 \end_inset
1325
1326 Joint Photographic Experts Group
1327 \begin_inset Quotes grd
1328 \end_inset
1329
1330  (JPEG, Dateiendung
1331 \family typewriter
1332  
1333 \family default
1334
1335 \begin_inset Quotes gld
1336 \end_inset
1337
1338
1339 \family typewriter
1340 .jpg
1341 \family default
1342
1343 \begin_inset Quotes grd
1344 \end_inset
1345
1346  oder 
1347 \begin_inset Quotes gld
1348 \end_inset
1349
1350
1351 \family typewriter
1352 .jpeg
1353 \family default
1354
1355 \begin_inset Quotes grd
1356 \end_inset
1357
1358 )
1359 \begin_inset Index idx
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363 JPG, JPEG
1364 \end_layout
1365
1366 \end_inset
1367
1368  und 
1369 \begin_inset Quotes gld
1370 \end_inset
1371
1372 Windows Bitmap
1373 \begin_inset Quotes grd
1374 \end_inset
1375
1376  (BMP, Dateiendung 
1377 \begin_inset Quotes gld
1378 \end_inset
1379
1380
1381 \family typewriter
1382 .bmp
1383 \family default
1384
1385 \begin_inset Quotes grd
1386 \end_inset
1387
1388 )
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 BMP
1394 \end_layout
1395
1396 \end_inset
1397
1398 .
1399 \end_layout
1400
1401 \begin_layout Description
1402 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1403  auf jede beliebige Größe skaliert werden.
1404  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1405  zoomen zu können.
1406 \begin_inset Newline newline
1407 \end_inset
1408
1409 Bekannte Formate sind 
1410 \begin_inset Quotes gld
1411 \end_inset
1412
1413 Scalable Vector Graphics
1414 \begin_inset Quotes grd
1415 \end_inset
1416
1417  (SVG, Dateiendung
1418 \family typewriter
1419  
1420 \family default
1421
1422 \begin_inset Quotes gld
1423 \end_inset
1424
1425
1426 \family typewriter
1427 .svg
1428 \family default
1429
1430 \begin_inset Quotes grd
1431 \end_inset
1432
1433 )
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 SVG
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \begin_inset Quotes gld
1445 \end_inset
1446
1447 Encapsulated PostScript
1448 \begin_inset Quotes grd
1449 \end_inset
1450
1451  (EPS, Dateiendung 
1452 \begin_inset Quotes gld
1453 \end_inset
1454
1455
1456 \family typewriter
1457 .eps
1458 \family default
1459
1460 \begin_inset Quotes grd
1461 \end_inset
1462
1463 )
1464 \begin_inset Index idx
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468 EPS
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \begin_inset Quotes gld
1475 \end_inset
1476
1477 Portable Document Format
1478 \begin_inset Quotes grd
1479 \end_inset
1480
1481  (PDF, Dateiendung
1482 \family typewriter
1483  
1484 \family default
1485
1486 \begin_inset Quotes gld
1487 \end_inset
1488
1489
1490 \family typewriter
1491 .pdf
1492 \family default
1493
1494 \begin_inset Quotes grd
1495 \end_inset
1496
1497 )
1498 \begin_inset Index idx
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 PDF
1503 \end_layout
1504
1505 \end_inset
1506
1507  und 
1508 \begin_inset Quotes gld
1509 \end_inset
1510
1511 Windows Metafile
1512 \begin_inset Quotes grd
1513 \end_inset
1514
1515  (WMF, Dateiendung 
1516 \begin_inset Quotes gld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .wmf
1522 \family default
1523
1524 \begin_inset Quotes grd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 WMF
1533 \end_layout
1534
1535 \end_inset
1536
1537 .
1538 \end_layout
1539
1540 \begin_layout Standard
1541 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1542  das Ergebnis ist immer noch ein Pixelbild.
1543  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1544  hinzugefügt.
1545 \begin_inset Foot
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549 Bei PDF wird das Originalbild auch noch komprimiert.
1550 \end_layout
1551
1552 \end_inset
1553
1554  Die PDF-Dateien, die 
1555 \family typewriter
1556 Adobe Photoshop
1557 \family default
1558  erzeugt, sind zum Beispiel Pixelbilder.
1559 \end_layout
1560
1561 \begin_layout Standard
1562 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1563  umgekehrt.
1564  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1565  eingefügt werden.
1566  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1567  erzeugt wird, weil es zur Zeit keine WMF/SVG
1568 \begin_inset Formula $\to$
1569 \end_inset
1570
1571 PDF/EPS Konverter gibt.
1572 \end_layout
1573
1574 \begin_layout Chapter
1575 Tabellen
1576 \begin_inset Index idx
1577 status collapsed
1578
1579 \begin_layout Plain Layout
1580 Tabellen
1581 \end_layout
1582
1583 \end_inset
1584
1585
1586 \end_layout
1587
1588 \begin_layout Section
1589 Einführung
1590 \begin_inset Index idx
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 Tabellen ! Einführung
1595 \end_layout
1596
1597 \end_inset
1598
1599
1600 \end_layout
1601
1602 \begin_layout Standard
1603 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1604 \begin_inset Graphics
1605         filename ../../images/tabular-insert.png
1606         scale 70
1607         scaleBeforeRotation
1608
1609 \end_inset
1610
1611  oder das Menü 
1612 \family sans
1613 Einfügen\SpecialChar \menuseparator
1614 Tabelle
1615 \family default
1616  einfügen.
1617  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1618 \begin_inset space \thinspace{}
1619 \end_inset
1620
1621 -Tabelle.
1622  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1623  und die Größe der dunkelblauen Tabelle angezeigt.
1624  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1625  ein.
1626  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1627  Spaltenanzahl festlegen können.
1628 \end_layout
1629
1630 \begin_layout Standard
1631 In der so erstellten Tabelle ist jede Zelle umrandet.
1632  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1633  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1634  die zweite Zeile eine Linie oberhalb haben.
1635  Hier ist ein Beispiel:
1636 \end_layout
1637
1638 \begin_layout Standard
1639 \align center
1640 \begin_inset Tabular
1641 <lyxtabular version="3" rows="5" columns="4">
1642 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
1647 <row>
1648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1649 \begin_inset Text
1650
1651 \begin_layout Plain Layout
1652
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661
1662 \family roman
1663 \series medium
1664 \shape up
1665 \size normal
1666 \emph off
1667 \bar no
1668 \noun off
1669 \color none
1670 1
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Plain Layout
1679 2
1680 \end_layout
1681
1682 \end_inset
1683 </cell>
1684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1685 \begin_inset Text
1686
1687 \begin_layout Plain Layout
1688 3
1689 \end_layout
1690
1691 \end_inset
1692 </cell>
1693 </row>
1694 <row>
1695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1696 \begin_inset Text
1697
1698 \begin_layout Plain Layout
1699
1700 \family roman
1701 \series medium
1702 \shape up
1703 \size normal
1704 \emph off
1705 \bar no
1706 \noun off
1707 \color none
1708 A
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Plain Layout
1717
1718 \end_layout
1719
1720 \end_inset
1721 </cell>
1722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1723 \begin_inset Text
1724
1725 \begin_layout Plain Layout
1726
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Plain Layout
1735
1736 \end_layout
1737
1738 \end_inset
1739 </cell>
1740 </row>
1741 <row>
1742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746
1747 \family roman
1748 \series medium
1749 \shape up
1750 \size normal
1751 \emph off
1752 \bar no
1753 \noun off
1754 \color none
1755 B
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1761 \begin_inset Text
1762
1763 \begin_layout Plain Layout
1764
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \family roman
1795 \series medium
1796 \shape up
1797 \size normal
1798 \emph off
1799 \bar no
1800 \noun off
1801 \color none
1802 C
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 <row>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 D
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 </row>
1873 </lyxtabular>
1874
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \begin_layout Section
1881 Tabellen-Einstellungen
1882 \begin_inset Index idx
1883 status collapsed
1884
1885 \begin_layout Plain Layout
1886 Tabellen ! Einstellungen
1887 \end_layout
1888
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \begin_layout Standard
1895 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1896  Maustaste draufklicken.
1897  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1898 \family sans
1899 Einstellungen
1900 \family default
1901  steht.
1902  Ein Klick darauf öffnet das Fenster 
1903 \family sans
1904 Tabellen-Einstellungen
1905 \family default
1906 .
1907  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1908  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1909  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1910  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1911  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1912  Auswahl.
1913  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1914 \emph on
1915 Inhalt
1916 \emph default
1917  einer Zelle oder die Zelle selber ausgewählt haben.
1918  Das 
1919 \family sans
1920 Tabellen-Einstellungen
1921 \family default
1922 -Menü hat folgende Karteikarten:
1923 \end_layout
1924
1925 \begin_layout Description
1926
1927 \family sans
1928 Tabellen-Einstellungen
1929 \family default
1930  Hier können Sie die Horizontale
1931 \begin_inset space ~
1932 \end_inset
1933
1934 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1935  Die Ausrichtung 
1936 \family sans
1937 Am
1938 \begin_inset space ~
1939 \end_inset
1940
1941 Dezimaltrenner
1942 \family default
1943  ist in Abschnitt
1944 \begin_inset space ~
1945 \end_inset
1946
1947
1948 \begin_inset CommandInset ref
1949 LatexCommand ref
1950 reference "sub:Besondere-Zellenausrichtung"
1951
1952 \end_inset
1953
1954  beschrieben.
1955  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1956 \begin_inset space ~
1957 \end_inset
1958
1959 Ausrichtung der momentanen Zeile wählen.
1960  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1961  Absätze haben, wie in Abschnitt
1962 \begin_inset space ~
1963 \end_inset
1964
1965
1966 \begin_inset CommandInset ref
1967 LatexCommand ref
1968 reference "uab:Mehrfache-Zeilen-in"
1969
1970 \end_inset
1971
1972  beschrieben.
1973  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1978  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1979 \begin_inset space ~
1980 \end_inset
1981
1982
1983 \begin_inset CommandInset ref
1984 LatexCommand ref
1985 reference "uab:Mehrfachspalten"
1986
1987 \end_inset
1988
1989  und 
1990 \begin_inset CommandInset ref
1991 LatexCommand ref
1992 reference "uab:Mehrfachzeilen"
1993
1994 \end_inset
1995
1996  beschrieben.
1997 \begin_inset Newline newline
1998 \end_inset
1999
2000 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2001  den Uhrzeigersinn um 90° drehen.
2002  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2003 \begin_inset Newline newline
2004 \end_inset
2005
2006
2007 \begin_inset Note Greyedout
2008 status open
2009
2010 \begin_layout Plain Layout
2011
2012 \series bold
2013 Achtung:
2014 \series default
2015  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2016 \end_layout
2017
2018 \end_inset
2019
2020
2021 \begin_inset Newline newline
2022 \end_inset
2023
2024 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2025 gen einfügen,
2026  wie in den Abschnitten 
2027 \begin_inset CommandInset ref
2028 LatexCommand ref
2029 reference "uab:Mehrfachspalten-Berechnungen"
2030
2031 \end_inset
2032
2033  und 
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "abs:Farbige-Tabellen"
2037
2038 \end_inset
2039
2040  beschrieben.
2041 \end_layout
2042
2043 \begin_layout Description
2044
2045 \family sans
2046 Rahmen
2047 \family default
2048  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2049  hinzufügen und löschen.
2050 \begin_inset Newline newline
2051 \end_inset
2052
2053 Wenn Sie die Stil-Option
2054 \family sans
2055  Formal
2056 \family default
2057  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2058 \begin_inset space ~
2059 \end_inset
2060
2061
2062 \begin_inset CommandInset ref
2063 LatexCommand ref
2064 reference "abs:Formale-Tabellen"
2065
2066 \end_inset
2067
2068  beschrieben, konvertiert.
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2073 \begin_inset space ~
2074 \end_inset
2075
2076
2077 \begin_inset CommandInset ref
2078 LatexCommand ref
2079 reference "uab:Zeilenabstand"
2080
2081 \end_inset
2082
2083  beschrieben.
2084 \end_layout
2085
2086 \begin_layout Description
2087
2088 \family sans
2089 Lange
2090 \begin_inset space ~
2091 \end_inset
2092
2093 Tabelle
2094 \family default
2095  Hier kann eine Tabelle als 
2096 \begin_inset Quotes gld
2097 \end_inset
2098
2099 Lange
2100 \begin_inset space ~
2101 \end_inset
2102
2103 Tabelle
2104 \begin_inset Quotes grd
2105 \end_inset
2106
2107  definiert werden, die über mehrere Seiten reicht.
2108  Die Abschnitte
2109 \begin_inset space ~
2110 \end_inset
2111
2112
2113 \begin_inset CommandInset ref
2114 LatexCommand ref
2115 reference "abs:Lange-Tabellen"
2116
2117 \end_inset
2118
2119  und 
2120 \begin_inset CommandInset ref
2121 LatexCommand ref
2122 reference "abs:Special-Longtable-Issues"
2123
2124 \end_inset
2125
2126  beschreiben diese Funktion genauer.
2127 \end_layout
2128
2129 \begin_layout Standard
2130 Wenn das Menü 
2131 \family sans
2132 Tabellen-Einstellungen
2133 \family default
2134  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2135  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2136 \end_layout
2137
2138 \begin_layout Section
2139 Tabellen-Werkzeugleiste
2140 \begin_inset Index idx
2141 status collapsed
2142
2143 \begin_layout Plain Layout
2144 Tabellen ! Werkzeugleiste
2145 \end_layout
2146
2147 \end_inset
2148
2149
2150 \end_layout
2151
2152 \begin_layout Standard
2153 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2154 \family sans
2155 Tabellen-Einstellungen
2156 \family default
2157 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2158  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2159  LyX-Fensters.
2160 \end_layout
2161
2162 \begin_layout Standard
2163 Die Werkzeugleiste hat folgende Knöpfe:
2164 \end_layout
2165
2166 \begin_layout Labeling
2167 \labelwidthstring 00.00.0000
2168 \begin_inset Graphics
2169         filename ../../images/tabular-feature_append-row.png
2170         scaleBeforeRotation
2171
2172 \end_inset
2173
2174  Fügt eine Zeile unterhalb der momentanen an
2175 \end_layout
2176
2177 \begin_layout Labeling
2178 \labelwidthstring 00.00.0000
2179 \begin_inset Graphics
2180         filename ../../images/tabular-feature_append-column.png
2181         scaleBeforeRotation
2182
2183 \end_inset
2184
2185  Fügt eine Spalte rechts von der momentanen an
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_delete-row.png
2192         scaleBeforeRotation
2193
2194 \end_inset
2195
2196  Löscht die ausgewählte(n) Zeile(n)
2197 \end_layout
2198
2199 \begin_layout Labeling
2200 \labelwidthstring 00.00.0000
2201 \begin_inset Graphics
2202         filename ../../images/tabular-feature_delete-column.png
2203         scaleBeforeRotation
2204
2205 \end_inset
2206
2207  Löscht die ausgewählte(n) Spalte(n)
2208 \end_layout
2209
2210 \begin_layout Labeling
2211 \labelwidthstring 00.00.0000
2212 \begin_inset Graphics
2213         filename ../../images/tabular-feature_toggle-line-top.png
2214         scaleBeforeRotation
2215
2216 \end_inset
2217
2218  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2219  wenn der Knopf grau hinterlegt ist
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_toggle-line-bottom.png
2226         scaleBeforeRotation
2227
2228 \end_inset
2229
2230  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2231  wenn der Knopf grau hinterlegt ist
2232 \end_layout
2233
2234 \begin_layout Labeling
2235 \labelwidthstring 00.00.0000
2236 \begin_inset Graphics
2237         filename ../../images/tabular-feature_toggle-line-left.png
2238         scaleBeforeRotation
2239
2240 \end_inset
2241
2242  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2243  wenn der Knopf grau hinterlegt ist
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_toggle-line-right.png
2250         scaleBeforeRotation
2251
2252 \end_inset
2253
2254  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2255  wenn der Knopf grau hinterlegt ist
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260 \begin_inset Graphics
2261         filename ../../images/tabular-feature_set-all-lines.png
2262         scaleBeforeRotation
2263
2264 \end_inset
2265
2266  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2267 \end_layout
2268
2269 \begin_layout Labeling
2270 \labelwidthstring 00.00.0000
2271 \begin_inset Graphics
2272         filename ../../images/tabular-feature_unset-all-lines.png
2273         scaleBeforeRotation
2274
2275 \end_inset
2276
2277  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2278 \end_layout
2279
2280 \begin_layout Labeling
2281 \labelwidthstring 00.00.0000
2282 \begin_inset Graphics
2283         filename ../../images/tabular-feature_m-align-left.png
2284         scaleBeforeRotation
2285
2286 \end_inset
2287
2288  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2289 \end_layout
2290
2291 \begin_layout Labeling
2292 \labelwidthstring 00.00.0000
2293 \begin_inset Graphics
2294         filename ../../images/tabular-feature_m-align-center.png
2295         scaleBeforeRotation
2296
2297 \end_inset
2298
2299  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2300 \end_layout
2301
2302 \begin_layout Labeling
2303 \labelwidthstring 00.00.0000
2304 \begin_inset Graphics
2305         filename ../../images/tabular-feature_m-align-right.png
2306         scaleBeforeRotation
2307
2308 \end_inset
2309
2310  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2311 \end_layout
2312
2313 \begin_layout Labeling
2314 \labelwidthstring 00.00.0000
2315 \begin_inset Graphics
2316         filename ../../images/tabular-feature_align-decimal.png
2317         scaleBeforeRotation
2318
2319 \end_inset
2320
2321  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326 \begin_inset Graphics
2327         filename ../../images/tabular-feature_m-valign-top.png
2328         scaleBeforeRotation
2329
2330 \end_inset
2331
2332  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2333 \end_layout
2334
2335 \begin_layout Labeling
2336 \labelwidthstring 00.00.0000
2337 \begin_inset Graphics
2338         filename ../../images/tabular-feature_m-valign-middle.png
2339         scaleBeforeRotation
2340
2341 \end_inset
2342
2343  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2344 \end_layout
2345
2346 \begin_layout Labeling
2347 \labelwidthstring 00.00.0000
2348 \begin_inset Graphics
2349         filename ../../images/tabular-feature_m-valign-bottom.png
2350         scaleBeforeRotation
2351
2352 \end_inset
2353
2354  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Graphics
2360         filename ../../images/tabular-feature_set-rotate-cell.png
2361         scaleBeforeRotation
2362
2363 \end_inset
2364
2365  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370 \begin_inset Graphics
2371         filename ../../images/tabular-feature_set-rotate-tabular.png
2372         scaleBeforeRotation
2373
2374 \end_inset
2375
2376  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Graphics
2382         filename ../../images/tabular-feature_multicolumn.png
2383         scaleBeforeRotation
2384
2385 \end_inset
2386
2387  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2388 \end_layout
2389
2390 \begin_layout Labeling
2391 \labelwidthstring 00.00.0000
2392 \begin_inset Graphics
2393         filename ../../images/tabular-feature_multirow.png
2394         scaleBeforeRotation
2395
2396 \end_inset
2397
2398  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2399 \end_layout
2400
2401 \begin_layout Standard
2402 \begin_inset Note Greyedout
2403 status open
2404
2405 \begin_layout Plain Layout
2406
2407 \series bold
2408 Bemerkung:
2409 \series default
2410  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2411  Reihe für alle Zelle der Reihe verwendet.
2412 \end_layout
2413
2414 \end_inset
2415
2416
2417 \end_layout
2418
2419 \begin_layout Section
2420 Bearbeiten-Menü
2421 \begin_inset Index idx
2422 status collapsed
2423
2424 \begin_layout Plain Layout
2425 Tabellen ! Bearbeiten-Menü
2426 \end_layout
2427
2428 \end_inset
2429
2430
2431 \end_layout
2432
2433 \begin_layout Standard
2434 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2435  Wenn der Cursor in einer Tabelle steht, sind im 
2436 \family sans
2437 Bearbeiten
2438 \family default
2439 -Menü folgende Punkte aktiviert: 
2440 \family sans
2441 Tabelle
2442 \family default
2443
2444 \family sans
2445 Zeilen
2446 \begin_inset space ~
2447 \end_inset
2448
2449 &
2450 \begin_inset space ~
2451 \end_inset
2452
2453 Spalten
2454 \family default
2455  und 
2456 \family sans
2457 Tabellen-Einstellungen
2458 \family default
2459 .
2460  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2461 ngsmöglichkeiten zu erreichen.
2462 \end_layout
2463
2464 \begin_layout Section
2465 Gleitende Tabellen
2466 \begin_inset CommandInset label
2467 LatexCommand label
2468 name "abs:Gleitende-Tabellen"
2469
2470 \end_inset
2471
2472
2473 \begin_inset Index idx
2474 status collapsed
2475
2476 \begin_layout Plain Layout
2477 Gleitobjekte ! Tabellen
2478 \end_layout
2479
2480 \end_inset
2481
2482
2483 \begin_inset Index idx
2484 status collapsed
2485
2486 \begin_layout Plain Layout
2487 Tabellen ! gleitende
2488 \end_layout
2489
2490 \end_inset
2491
2492
2493 \end_layout
2494
2495 \begin_layout Standard
2496 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2497 \begin_inset space ~
2498 \end_inset
2499
2500
2501 \begin_inset CommandInset ref
2502 LatexCommand ref
2503 reference "abs:Gleitobjekte-Einleitung"
2504
2505 \end_inset
2506
2507 .
2508 \end_layout
2509
2510 \begin_layout Standard
2511 \begin_inset Float table
2512 placement h
2513 wide false
2514 sideways false
2515 status open
2516
2517 \begin_layout Plain Layout
2518 \begin_inset Caption
2519
2520 \begin_layout Plain Layout
2521 \begin_inset CommandInset label
2522 LatexCommand label
2523 name "tab:a table float"
2524
2525 \end_inset
2526
2527 Eine gleitende Tabelle
2528 \end_layout
2529
2530 \end_inset
2531
2532
2533 \end_layout
2534
2535 \begin_layout Plain Layout
2536 \align center
2537 \begin_inset Tabular
2538 <lyxtabular version="3" rows="3" columns="3">
2539 <features tabularvalignment="middle">
2540 <column alignment="center" valignment="top" width="0pt">
2541 <column alignment="center" valignment="top" width="0pt">
2542 <column alignment="center" valignment="top" width="0pt">
2543 <row>
2544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2545 \begin_inset Text
2546
2547 \begin_layout Plain Layout
2548
2549 \family roman
2550 \series medium
2551 \shape up
2552 \size normal
2553 \emph off
2554 \bar no
2555 \noun off
2556 \color none
2557 1
2558 \end_layout
2559
2560 \end_inset
2561 </cell>
2562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566
2567 \family roman
2568 \series medium
2569 \shape up
2570 \size normal
2571 \emph off
2572 \bar no
2573 \noun off
2574 \color none
2575 2
2576 \end_layout
2577
2578 \end_inset
2579 </cell>
2580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2581 \begin_inset Text
2582
2583 \begin_layout Plain Layout
2584
2585 \family roman
2586 \series medium
2587 \shape up
2588 \size normal
2589 \emph off
2590 \bar no
2591 \noun off
2592 \color none
2593 3
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 </row>
2599 <row>
2600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2601 \begin_inset Text
2602
2603 \begin_layout Plain Layout
2604
2605 \family roman
2606 \series medium
2607 \shape up
2608 \size normal
2609 \emph off
2610 \bar no
2611 \noun off
2612 \color none
2613 Martin
2614 \end_layout
2615
2616 \end_inset
2617 </cell>
2618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2619 \begin_inset Text
2620
2621 \begin_layout Plain Layout
2622
2623 \family roman
2624 \series medium
2625 \shape up
2626 \size normal
2627 \emph off
2628 \bar no
2629 \noun off
2630 \color none
2631 Lena
2632 \end_layout
2633
2634 \end_inset
2635 </cell>
2636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2637 \begin_inset Text
2638
2639 \begin_layout Plain Layout
2640
2641 \family roman
2642 \series medium
2643 \shape up
2644 \size normal
2645 \emph off
2646 \bar no
2647 \noun off
2648 \color none
2649 Alina
2650 \end_layout
2651
2652 \end_inset
2653 </cell>
2654 </row>
2655 <row>
2656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2657 \begin_inset Text
2658
2659 \begin_layout Plain Layout
2660
2661 \family roman
2662 \series medium
2663 \shape up
2664 \size normal
2665 \emph off
2666 \bar no
2667 \noun off
2668 \color none
2669 \begin_inset Formula $\int x^{2}dx$
2670 \end_inset
2671
2672
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681
2682 \family roman
2683 \series medium
2684 \shape up
2685 \size normal
2686 \emph off
2687 \bar no
2688 \noun off
2689 \color none
2690 \begin_inset Formula $\left[\begin{array}{cc}
2691 a & b\\
2692 c & d
2693 \end{array}\right]$
2694 \end_inset
2695
2696
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Plain Layout
2705
2706 \family roman
2707 \series medium
2708 \shape up
2709 \size normal
2710 \emph off
2711 \bar no
2712 \noun off
2713 \color none
2714 \begin_inset Formula $1+1=2$
2715 \end_inset
2716
2717
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 </row>
2723 </lyxtabular>
2724
2725 \end_inset
2726
2727
2728 \end_layout
2729
2730 \end_inset
2731
2732
2733 \end_layout
2734
2735 \begin_layout Standard
2736 Gleitende Tabellen können über 
2737 \family sans
2738 Einfügen\SpecialChar \menuseparator
2739 Gleitobjekt\SpecialChar \menuseparator
2740 Tabelle
2741 \family default
2742  oder einen Klick auf den Werkzeugleistenknopf 
2743 \begin_inset Graphics
2744         filename ../../images/float-insert_table.png
2745         scale 70
2746         scaleBeforeRotation
2747
2748 \end_inset
2749
2750  erzeugt werden.
2751  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2752  In das rot umrahmte Feld rechts von 
2753 \emph on
2754 Tabelle
2755 \begin_inset space ~
2756 \end_inset
2757
2758 Nr:
2759 \emph default
2760  schreiben Sie die Tabellenbeschriftung.
2761  Nach einem Klick oberhalb oder unterhalb von 
2762 \emph on
2763 Tabelle
2764 \begin_inset space ~
2765 \end_inset
2766
2767 Nr:
2768 \emph default
2769  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2770 \begin_inset Graphics
2771         filename ../../images/tabular-insert.png
2772         scale 70
2773         scaleBeforeRotation
2774
2775 \end_inset
2776
2777  oder dem Menü 
2778 \family sans
2779 Einfügen\SpecialChar \menuseparator
2780 Tabelle
2781 \family default
2782  einfügen.
2783 \end_layout
2784
2785 \begin_layout Standard
2786 Tabelle
2787 \begin_inset space ~
2788 \end_inset
2789
2790
2791 \begin_inset CommandInset ref
2792 LatexCommand ref
2793 reference "tab:a table float"
2794
2795 \end_inset
2796
2797  ist ein Beispiel für eine gleitende Tabelle.
2798 \end_layout
2799
2800 \begin_layout Standard
2801 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2802 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2803  Das bedeutet, dass bei den Klassen 
2804 \family sans
2805 article
2806 \family default
2807
2808 \family sans
2809 book
2810 \family default
2811
2812 \family sans
2813 letter
2814 \family default
2815 , und 
2816 \family sans
2817 report
2818 \family default
2819  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2820  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2821 \series bold
2822 caption
2823 \series default
2824
2825 \begin_inset Index idx
2826 status collapsed
2827
2828 \begin_layout Plain Layout
2829 LaTeX-Pakete ! caption
2830 \end_layout
2831
2832 \end_inset
2833
2834  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2835 \begin_inset Foot
2836 status open
2837
2838 \begin_layout Plain Layout
2839 Näheres finden Sie im Abschnitt
2840 \begin_inset space ~
2841 \end_inset
2842
2843
2844 \begin_inset CommandInset ref
2845 LatexCommand ref
2846 reference "abs:Titel-Platzierung"
2847
2848 \end_inset
2849
2850 .
2851 \end_layout
2852
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \begin_layout Standard
2859
2860 \series bold
2861 tableposition=top
2862 \end_layout
2863
2864 \begin_layout Standard
2865 Das Paket 
2866 \series bold
2867 caption
2868 \series default
2869 , das in Abschnitt
2870 \begin_inset space ~
2871 \end_inset
2872
2873
2874 \begin_inset CommandInset ref
2875 LatexCommand ref
2876 reference "abs:Titel-Formatierung"
2877
2878 \end_inset
2879
2880  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2881 \end_layout
2882
2883 \begin_layout Standard
2884 \begin_inset Index idx
2885 status collapsed
2886
2887 \begin_layout Plain Layout
2888 Querverweise ! auf Tabellen
2889 \end_layout
2890
2891 \end_inset
2892
2893 Auf Tabellen kann über ihre Marke verwiesen werden.
2894  Dafür fügen Sie in der Beschriftung mit 
2895 \family sans
2896 Einfügen\SpecialChar \menuseparator
2897 Marke
2898 \family default
2899  oder durch Klicken auf 
2900 \begin_inset Graphics
2901         filename ../../images/label-insert.png
2902         scale 70
2903         scaleBeforeRotation
2904
2905 \end_inset
2906
2907  eine Marke ein.
2908  Auf diese können Sie dann wie gewohnt mit 
2909 \family sans
2910 Einfügen\SpecialChar \menuseparator
2911 Querverweis
2912 \family default
2913  oder durch Klicken auf 
2914 \begin_inset Graphics
2915         filename ../../images/dialog-show-new-inset_ref.png
2916         scale 70
2917         scaleBeforeRotation
2918
2919 \end_inset
2920
2921  verweisen.
2922  Verweise werden detailliert in Abschnitt
2923 \begin_inset space ~
2924 \end_inset
2925
2926
2927 \begin_inset CommandInset ref
2928 LatexCommand ref
2929 reference "abs:Auf-Gleitobjekte-verweisen"
2930
2931 \end_inset
2932
2933  beschrieben.
2934 \end_layout
2935
2936 \begin_layout Section
2937 Lange Tabellen
2938 \begin_inset CommandInset label
2939 LatexCommand label
2940 name "abs:Lange-Tabellen"
2941
2942 \end_inset
2943
2944
2945 \begin_inset Index idx
2946 status collapsed
2947
2948 \begin_layout Plain Layout
2949 Tabellen ! lange
2950 \end_layout
2951
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \begin_layout Standard
2958 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2959  Dialogfenster 
2960 \family sans
2961 Tabellen-Einstellungen
2962 \family default
2963  auf der Karteikarte  
2964 \family sans
2965 Lange
2966 \begin_inset space ~
2967 \end_inset
2968
2969 Tabelle
2970 \family default
2971  die Option 
2972 \family sans
2973 Lange
2974 \begin_inset space ~
2975 \end_inset
2976
2977 Tabelle
2978 \begin_inset space ~
2979 \end_inset
2980
2981 verwenden
2982 \family default
2983  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2984  Wird dies gemacht, werden folgende Optionen freigeschaltet:
2985 \end_layout
2986
2987 \begin_layout Description
2988 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
2989  festgelegt; mit Ausnahme der ersten, wenn 
2990 \family sans
2991 Erste
2992 \begin_inset space ~
2993 \end_inset
2994
2995 Kopfzeile
2996 \family default
2997  aktiviert ist.
2998 \end_layout
2999
3000 \begin_layout Description
3001 Erste
3002 \lang english
3003
3004 \begin_inset space ~
3005 \end_inset
3006
3007
3008 \lang ngerman
3009 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3010  Seite einer mehrseitigen Tabelle definiert.
3011 \end_layout
3012
3013 \begin_layout Description
3014 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3015  mit Ausnahme der letzten, wenn 
3016 \family sans
3017 Letzte
3018 \begin_inset space ~
3019 \end_inset
3020
3021 Fußzeile
3022 \family default
3023  aktiviert ist.
3024 \end_layout
3025
3026 \begin_layout Description
3027 Letzte
3028 \begin_inset space ~
3029 \end_inset
3030
3031 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3032  einer mehrseitigen Tabelle definiert.
3033 \end_layout
3034
3035 \begin_layout Description
3036 Legende: Die aktuelle Zeile enthält die Legende.
3037  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3038  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3039 \begin_inset space ~
3040 \end_inset
3041
3042
3043 \begin_inset CommandInset ref
3044 LatexCommand ref
3045 reference "uab:Beschriftungen-langer-Tabellen"
3046
3047 \end_inset
3048
3049  erklärt.
3050 \end_layout
3051
3052 \begin_layout Standard
3053 Hier ist ein Beispiel einer langen Tabelle:
3054 \end_layout
3055
3056 \begin_layout Standard
3057 \align center
3058 \begin_inset Tabular
3059 <lyxtabular version="3" rows="69" columns="3">
3060 <features islongtable="true" longtabularalignment="center">
3061 <column alignment="left" valignment="top" width="0cm">
3062 <column alignment="left" valignment="top" width="0pt">
3063 <column alignment="right" valignment="top" width="0pt">
3064 <row endfirsthead="true">
3065 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \series bold
3071 Telefonliste (ignoriere die Namen)
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 </row>
3095 <row endfirsthead="true">
3096 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100
3101 \series bold
3102 NAME
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120
3121 \series bold
3122 TEL.
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 </row>
3128 <row endhead="true">
3129 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \series bold
3135 Telefonliste
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 </row>
3159 <row endhead="true">
3160 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164
3165 \series bold
3166 NAME
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \series bold
3186 TEL.
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row endfoot="true">
3193 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \series bold
3199 wird fortgesetzt
3200 \series default
3201  \SpecialChar \ldots{}
3202
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row>
3227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231
3232 \series bold
3233 Annovi
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 Silvia
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 111
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 </row>
3257 <row>
3258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262
3263 \series bold
3264 Bertoli
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 Stefano
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 111
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 </row>
3288 <row>
3289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \series bold
3295 Bozzi
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Walter
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 111
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row>
3320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \series bold
3326 Cachia
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 Maria
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 111
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row>
3351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 Cachia
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 Maurizio
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 111
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 </row>
3381 <row>
3382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \series bold
3388 Cinquemani
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 Giusi
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 111
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 Colin
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 Bernard
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 111
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 </row>
3443 <row>
3444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \series bold
3450 Concli
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 Gianfranco
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 111
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 </row>
3474 <row>
3475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \series bold
3481 Dal Bosco
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 Carolina
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 111
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row>
3506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Dalpiaz
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Annamaria
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 111
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row>
3537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 Feliciello
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 Domenico
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 111
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 <row>
3568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574 Focarelli
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 Paola
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 111
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Galletti
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Oreste
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Gasparini
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Franca
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Rizzardi
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Paola
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Lassini
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Giancarlo
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Malfatti
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Luciano
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Malfatti
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Valeriano
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Meneguzzo
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Roberto
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Mezzadra
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Roberto
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Pirpamer
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Erich
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Pochiesa
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Paolo
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111, 222
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Radina
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Claudio
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Stuffer
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Oskar
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Tacchelli
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Ugo
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Tezzele
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Margit
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Unterkalmsteiner
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Frieda
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 111
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Vieider
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Hilde
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 111
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Vigna
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Jürgen
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 111
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Weber
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Maurizio
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 111
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Winkler
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Franz
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 111
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192  
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Annovi
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Silvia
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 555
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Bertoli
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Stefano
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 555
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Bozzi
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Walter
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 555
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Cachia
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Maria
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 555
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Cachia
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Maurizio
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 555
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Cinquemani
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Giusi
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 555
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Colin
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Bernard
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 555
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Concli
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Gianfranco
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 555
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Dal Bosco
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Carolina
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 555
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Dalpiaz
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Annamaria
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 555
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Feliciello
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Domenico
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 555
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Focarelli
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Paola
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 555
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Galletti
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Oreste
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Gasparini
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Franca
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Rizzardi
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Paola
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Lassini
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Giancarlo
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Malfatti
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Luciano
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Malfatti
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Valeriano
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Meneguzzo
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Roberto
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Mezzadra
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Roberto
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Pirpamer
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Erich
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Pochiesa
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Paolo
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555, 222
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Radina
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Claudio
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Stuffer
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Oskar
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 555
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Tacchelli
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Ugo
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Tezzele
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Margit
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \series bold
5029 Unterkalmsteiner
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 Frieda
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 555
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 <row>
5054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \series bold
5060 Vieider
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Hilde
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 555
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \series bold
5091 Vigna
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Jürgen
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 999
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 </row>
5115 <row>
5116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \series bold
5122 Weber
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 Maurizio
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 555
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 <row>
5147 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151
5152 \series bold
5153 Winkler
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Franz
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 555
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row endlastfoot="true">
5178 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 Ende
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 </lyxtabular>
5207
5208 \end_inset
5209
5210
5211 \begin_inset ERT
5212 status collapsed
5213
5214 \begin_layout Plain Layout
5215
5216
5217 \backslash
5218 addtocounter{table}{-1}
5219 \end_layout
5220
5221 \end_inset
5222
5223
5224 \begin_inset Note Note
5225 status collapsed
5226
5227 \begin_layout Plain Layout
5228 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5229 \begin_inset space ~
5230 \end_inset
5231
5232
5233 \begin_inset CommandInset ref
5234 LatexCommand ref
5235 reference "uab:Beschriftungen-langer-Tabellen"
5236
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \end_inset
5243
5244
5245 \end_layout
5246
5247 \begin_layout Subsection
5248 Fußnoten in langen Tabellen
5249 \begin_inset CommandInset label
5250 LatexCommand label
5251 name "uab:Fußnoten-in-langen"
5252
5253 \end_inset
5254
5255
5256 \begin_inset Index idx
5257 status collapsed
5258
5259 \begin_layout Plain Layout
5260 Tabellen ! lange ! Fußnoten
5261 \end_layout
5262
5263 \end_inset
5264
5265
5266 \end_layout
5267
5268 \begin_layout Standard
5269 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5270  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5271  Tabelle
5272 \begin_inset space ~
5273 \end_inset
5274
5275
5276 \begin_inset CommandInset ref
5277 LatexCommand ref
5278 reference "tab:DiffCaptions"
5279
5280 \end_inset
5281
5282  hat zum Beispiel eine Fußnote.
5283 \end_layout
5284
5285 \begin_layout Subsection
5286 Ausrichtung langer Tabellen
5287 \begin_inset Index idx
5288 status collapsed
5289
5290 \begin_layout Plain Layout
5291 Tabellen ! lange ! Ausrichtung
5292 \end_layout
5293
5294 \end_inset
5295
5296
5297 \end_layout
5298
5299 \begin_layout Standard
5300 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5301 n festgelegt werden.
5302  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5303  Seitenrand.
5304  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5305  ausgerichtet werden und die Werte der Längen 
5306 \series bold
5307
5308 \backslash
5309 LTleft 
5310 \series default
5311 und 
5312 \series bold
5313
5314 \backslash
5315 LTright
5316 \series default
5317  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5318  wird:
5319 \end_layout
5320
5321 \begin_layout Standard
5322
5323 \series bold
5324
5325 \backslash
5326 setlength{
5327 \backslash
5328 LTleft}{Wert}
5329 \end_layout
5330
5331 \begin_layout Standard
5332 Der Wert kann eine der in Tabelle
5333 \begin_inset space ~
5334 \end_inset
5335
5336
5337 \begin_inset CommandInset ref
5338 LatexCommand ref
5339 reference "tab:Maßeinheiten"
5340
5341 \end_inset
5342
5343  aufgelisteten Einheiten kann.
5344  
5345 \series bold
5346
5347 \backslash
5348 LTleft
5349 \series default
5350  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5351  
5352 \series bold
5353
5354 \backslash
5355 LTright
5356 \series default
5357  den Abstand von rechts.
5358  Die Voreinstellung für beide Werte ist 
5359 \series bold
5360
5361 \backslash
5362 fill
5363 \series default
5364 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5365  in LyX ist.
5366 \end_layout
5367
5368 \begin_layout Standard
5369 Die folgende lange Tabelle wurde zentriert und 
5370 \series bold
5371
5372 \backslash
5373 LTleft
5374 \series default
5375  auf den Wert 
5376 \family sans
5377 0.1
5378 \backslash
5379 columnwidth
5380 \family default
5381  gesetzt:
5382 \begin_inset ERT
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386
5387
5388 \backslash
5389 setlength{
5390 \backslash
5391 LTleft}{0.1
5392 \backslash
5393 columnwidth}
5394 \end_layout
5395
5396 \end_inset
5397
5398
5399 \end_layout
5400
5401 \begin_layout Standard
5402 \begin_inset Tabular
5403 <lyxtabular version="3" rows="5" columns="5">
5404 <features islongtable="true" longtabularalignment="center">
5405 <column alignment="center" valignment="top" width="0">
5406 <column alignment="center" valignment="top" width="0">
5407 <column alignment="center" valignment="top" width="0pt">
5408 <column alignment="center" valignment="top" width="0">
5409 <column alignment="center" valignment="top" width="0">
5410 <row>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 1
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 2
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 3
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 4
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 5
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 </row>
5457 <row>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 asd
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 s
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 s
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 s
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 asd
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 </row>
5504 <row>
5505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 asd
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 s
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 s
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 s
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 asd
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 </row>
5551 <row>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 asd
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 s
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 s
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 s
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 asd
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 asd
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 asd
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 asd
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 asd
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 asd
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 </row>
5645 </lyxtabular>
5646
5647 \end_inset
5648
5649
5650 \begin_inset ERT
5651 status collapsed
5652
5653 \begin_layout Plain Layout
5654
5655
5656 \backslash
5657 setlength{
5658 \backslash
5659 LTleft}{
5660 \backslash
5661 fill}
5662 \end_layout
5663
5664 \end_inset
5665
5666
5667 \begin_inset ERT
5668 status collapsed
5669
5670 \begin_layout Plain Layout
5671
5672
5673 \backslash
5674 addtocounter{table}{-1}
5675 \end_layout
5676
5677 \end_inset
5678
5679
5680 \begin_inset Note Note
5681 status collapsed
5682
5683 \begin_layout Plain Layout
5684 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5685 \begin_inset space ~
5686 \end_inset
5687
5688
5689 \begin_inset CommandInset ref
5690 LatexCommand ref
5691 reference "uab:Beschriftungen-langer-Tabellen"
5692
5693 \end_inset
5694
5695
5696 \end_layout
5697
5698 \end_inset
5699
5700
5701 \end_layout
5702
5703 \begin_layout Subsection
5704 Beschriftungen langer Tabellen
5705 \begin_inset CommandInset label
5706 LatexCommand label
5707 name "uab:Beschriftungen-langer-Tabellen"
5708
5709 \end_inset
5710
5711
5712 \begin_inset Index idx
5713 status collapsed
5714
5715 \begin_layout Plain Layout
5716 Tabellen ! lange ! Titel
5717 \end_layout
5718
5719 \end_inset
5720
5721
5722 \end_layout
5723
5724 \begin_layout Standard
5725 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5726  nur auf eine Seite gedruckt werden können.
5727  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5728 \begin_inset space ~
5729 \end_inset
5730
5731
5732 \begin_inset CommandInset ref
5733 LatexCommand ref
5734 reference "abs:Lange-Tabellen"
5735
5736 \end_inset
5737
5738  erklärt.
5739  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5740 \end_layout
5741
5742 \begin_layout Standard
5743 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5744 \end_layout
5745
5746 \begin_layout Standard
5747 \begin_inset Tabular
5748 <lyxtabular version="3" rows="6" columns="5">
5749 <features islongtable="true" longtabularalignment="center">
5750 <column alignment="center" valignment="top" width="0">
5751 <column alignment="center" valignment="top" width="0">
5752 <column alignment="center" valignment="top" width="0">
5753 <column alignment="center" valignment="top" width="0">
5754 <column alignment="center" valignment="top" width="0">
5755 <row caption="true">
5756 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 \begin_inset Caption
5761
5762 \begin_layout Plain Layout
5763 Eine lange Tabelle mit Titel
5764 \begin_inset Argument
5765 status open
5766
5767 \begin_layout Plain Layout
5768 Lange Tabelle
5769 \end_layout
5770
5771 \end_inset
5772
5773
5774 \end_layout
5775
5776 \end_inset
5777
5778
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 1
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 2
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 3
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 4
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 5
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 </row>
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 asd
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 s
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 s
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 s
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 asd
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 asd
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 s
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 s
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 s
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 asd
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 asd
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 s
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 s
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 s
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 </row>
6008 <row>
6009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 asd
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 asd
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 </row>
6055 </lyxtabular>
6056
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \begin_layout Standard
6063 \begin_inset VSpace medskip
6064 \end_inset
6065
6066
6067 \begin_inset Note Greyedout
6068 status open
6069
6070 \begin_layout Plain Layout
6071
6072 \series bold
6073 Bemerkung
6074 \begin_inset space ~
6075 \end_inset
6076
6077 1:
6078 \series default
6079  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6080  Titel vergeben.
6081  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6082 \begin_inset space ~
6083 \end_inset
6084
6085 2.4 auf Tabelle
6086 \begin_inset space ~
6087 \end_inset
6088
6089 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6090  Beschriftung sind.
6091  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6092  LaTeX-Befehl als TeX-Code einfügen:
6093 \end_layout
6094
6095 \begin_layout Plain Layout
6096
6097 \series bold
6098
6099 \backslash
6100 addtocounter{table}{-1}
6101 \end_layout
6102
6103 \begin_layout Plain Layout
6104 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6105  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6106 \end_layout
6107
6108 \begin_layout Plain Layout
6109
6110 \series bold
6111
6112 \backslash
6113 let
6114 \backslash
6115 myEnd
6116 \backslash
6117 endlongtable
6118 \begin_inset Newline newline
6119 \end_inset
6120
6121
6122 \backslash
6123 renewcommand{
6124 \backslash
6125 endlongtable}{
6126 \backslash
6127 myEnd
6128 \backslash
6129 addtocounter{table}{-1}}
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \begin_layout Standard
6138 \begin_inset Note Greyedout
6139 status open
6140
6141 \begin_layout Plain Layout
6142
6143 \series bold
6144 Bemerkung
6145 \begin_inset space ~
6146 \end_inset
6147
6148 2:
6149 \series default
6150  Wenn Sie 
6151 \series bold
6152 hyperref
6153 \series default
6154
6155 \begin_inset Index idx
6156 status collapsed
6157
6158 \begin_layout Plain Layout
6159 LaTeX-Pakete ! hyperref
6160 \end_layout
6161
6162 \end_inset
6163
6164  in den
6165 \family sans
6166  PDF-Eigenschaften
6167 \family default
6168  im 
6169 \family sans
6170 Dokument-Einstellungen
6171 \family default
6172  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6173  immer auf den Anfang des Dokuments zeigen.
6174 \end_layout
6175
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \begin_layout Subsubsection
6182 Querverweise auf 
6183 \family sans
6184 lange Tabelle
6185 \family default
6186 n
6187 \begin_inset Index idx
6188 status collapsed
6189
6190 \begin_layout Plain Layout
6191 Tabellen ! lange ! Querverweis
6192 \end_layout
6193
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \begin_layout Standard
6200 \begin_inset Tabular
6201 <lyxtabular version="3" rows="6" columns="5">
6202 <features islongtable="true" longtabularalignment="center">
6203 <column alignment="center" valignment="top" width="0">
6204 <column alignment="center" valignment="top" width="0">
6205 <column alignment="center" valignment="top" width="0">
6206 <column alignment="center" valignment="top" width="0">
6207 <column alignment="center" valignment="top" width="0">
6208 <row caption="true">
6209 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 \begin_inset Caption
6214
6215 \begin_layout Plain Layout
6216 Lange Tabelle mit Marke
6217 \begin_inset CommandInset label
6218 LatexCommand label
6219 name "tab:LangeTabelle-mit-Marke"
6220
6221 \end_inset
6222
6223
6224 \end_layout
6225
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 <row>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 1
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 2
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 3
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 4
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 5
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 </row>
6317 <row>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 asd
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 s
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 s
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 asd
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 s
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 s
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 s
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 asd
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 s
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 s
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 s
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 asd
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 <row>
6459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 sad
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 asd
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 asd
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 </row>
6505 </lyxtabular>
6506
6507 \end_inset
6508
6509
6510 \end_layout
6511
6512 \begin_layout Standard
6513 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6514  im Titel einfügen.
6515 \end_layout
6516
6517 \begin_layout Standard
6518 Dies ist ein Verweis auf Tabelle
6519 \begin_inset space ~
6520 \end_inset
6521
6522
6523 \begin_inset CommandInset ref
6524 LatexCommand ref
6525 reference "tab:LangeTabelle-mit-Marke"
6526
6527 \end_inset
6528
6529 .
6530 \end_layout
6531
6532 \begin_layout Standard
6533 Mit dem LaTeX-Paket 
6534 \series bold
6535 caption
6536 \series default
6537
6538 \begin_inset Index idx
6539 status collapsed
6540
6541 \begin_layout Plain Layout
6542 LaTeX-Pakete ! caption
6543 \end_layout
6544
6545 \end_inset
6546
6547 , siehe Abschnitt
6548 \begin_inset space ~
6549 \end_inset
6550
6551
6552 \begin_inset CommandInset ref
6553 LatexCommand ref
6554 reference "abs:Titel-Formatierung"
6555
6556 \end_inset
6557
6558 , können Sie alle anderen Beschriftungsoptionen benutzen.
6559 \end_layout
6560
6561 \begin_layout Subsubsection
6562 Titelbreite
6563 \begin_inset Index idx
6564 status collapsed
6565
6566 \begin_layout Plain Layout
6567 Tabellen ! lange ! Beschriftungsbreite
6568 \end_layout
6569
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \begin_layout Standard
6576 Die maximale Titelbreite wird durch die Variable 
6577 \series bold
6578
6579 \backslash
6580 LTcapwidth
6581 \series default
6582  definiert.
6583  Ihr Standardwert ist 4
6584 \begin_inset space \thinspace{}
6585 \end_inset
6586
6587 Zoll (
6588 \begin_inset Formula $\approx10$
6589 \end_inset
6590
6591
6592 \begin_inset space \thinspace{}
6593 \end_inset
6594
6595 cm).
6596  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6597  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6598 \end_layout
6599
6600 \begin_layout Standard
6601
6602 \series bold
6603
6604 \backslash
6605 setlength{
6606 \backslash
6607 LTcapwidth}{Breite}
6608 \end_layout
6609
6610 \begin_layout Standard
6611 wobei die Breite eine der in Anhang
6612 \begin_inset space ~
6613 \end_inset
6614
6615
6616 \begin_inset CommandInset ref
6617 LatexCommand ref
6618 reference "kap:In-LyX-verfügbare"
6619
6620 \end_inset
6621
6622  aufgelisteten Einheiten haben kann.
6623 \end_layout
6624
6625 \begin_layout Standard
6626 Die beiden folgenden Tabellen zeigen den Unterschied:
6627 \end_layout
6628
6629 \begin_layout Standard
6630 \begin_inset Tabular
6631 <lyxtabular version="3" rows="6" columns="5">
6632 <features islongtable="true" longtabularalignment="center">
6633 <column alignment="center" valignment="top" width="0">
6634 <column alignment="center" valignment="top" width="0">
6635 <column alignment="center" valignment="top" width="0">
6636 <column alignment="center" valignment="top" width="0">
6637 <column alignment="center" valignment="top" width="0">
6638 <row caption="true">
6639 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 \begin_inset Caption
6644
6645 \begin_layout Plain Layout
6646 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6647 \begin_inset Argument
6648 status open
6649
6650 \begin_layout Plain Layout
6651 Titel mit Standardbreite
6652 \end_layout
6653
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \end_inset
6660
6661
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 </row>
6703 <row>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 1
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 2
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 3
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 4
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 5
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 <row>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 asd
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 s
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 s
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 s
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 asd
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 asd
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 s
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 s
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 s
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 asd
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 asd
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 s
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 s
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 s
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 asd
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 </row>
6891 <row>
6892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 asd
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 sad
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 asd
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 asd
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 asd
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 </row>
6938 </lyxtabular>
6939
6940 \end_inset
6941
6942
6943 \end_layout
6944
6945 \begin_layout Standard
6946 \begin_inset ERT
6947 status collapsed
6948
6949 \begin_layout Plain Layout
6950
6951
6952 \backslash
6953 setlength{
6954 \backslash
6955 LTcapwidth}{5cm}
6956 \end_layout
6957
6958 \end_inset
6959
6960
6961 \begin_inset Tabular
6962 <lyxtabular version="3" rows="6" columns="5">
6963 <features islongtable="true" longtabularalignment="center">
6964 <column alignment="center" valignment="top" width="0">
6965 <column alignment="center" valignment="top" width="0">
6966 <column alignment="center" valignment="top" width="0">
6967 <column alignment="center" valignment="top" width="0">
6968 <column alignment="center" valignment="top" width="0">
6969 <row caption="true">
6970 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 \begin_inset Caption
6975
6976 \begin_layout Plain Layout
6977 Langer Titel mit 5
6978 \begin_inset space \thinspace{}
6979 \end_inset
6980
6981 cm Breite, Langer Titel mit 5
6982 \begin_inset space \thinspace{}
6983 \end_inset
6984
6985 cm Breite
6986 \begin_inset Argument
6987 status open
6988
6989 \begin_layout Plain Layout
6990 Titel mit 5
6991 \begin_inset space \thinspace{}
6992 \end_inset
6993
6994 cm Breite
6995 \end_layout
6996
6997 \end_inset
6998
6999
7000 \end_layout
7001
7002 \end_inset
7003
7004
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 </row>
7046 <row>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 1
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 2
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 3
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 4
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 5
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 </row>
7093 <row>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 asd
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 asd
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 </row>
7140 <row>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 asd
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 asd
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 s
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 s
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 s
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 asd
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 </row>
7234 <row>
7235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 asd
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 sad
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 asd
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 asd
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 asd
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 </row>
7281 </lyxtabular>
7282
7283 \end_inset
7284
7285
7286 \begin_inset ERT
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290
7291
7292 \backslash
7293 setlength{
7294 \backslash
7295 LTcapwidth}{4in}
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \begin_inset Note Note
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305 Beschriftungsbreite zurücksetzen
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \begin_layout Standard
7314 \begin_inset Note Greyedout
7315 status open
7316
7317 \begin_layout Plain Layout
7318
7319 \series bold
7320 Achtung:
7321 \series default
7322  Wenn das LaTeX-Paket 
7323 \series bold
7324 caption
7325 \series default
7326
7327 \begin_inset Index idx
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331 LaTeX-Pakete ! caption
7332 \end_layout
7333
7334 \end_inset
7335
7336  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7337  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7338  4
7339 \begin_inset space \thinspace{}
7340 \end_inset
7341
7342 Zoll für 
7343 \series bold
7344
7345 \backslash
7346 LTcapwidth
7347 \series default
7348  benutzen.
7349  Um in diesem Fall eine genau 4
7350 \begin_inset space \thinspace{}
7351 \end_inset
7352
7353 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7354  4
7355 \begin_inset space \thinspace{}
7356 \end_inset
7357
7358 Zoll veränderten Wert wie z.
7359 \begin_inset space \thinspace{}
7360 \end_inset
7361
7362 B.
7363  3.99
7364 \begin_inset space \thinspace{}
7365 \end_inset
7366
7367 Zoll verwenden oder den LaTeX-Befehl 
7368 \series bold
7369
7370 \backslash
7371 captionsetup{width=Wert}
7372 \series default
7373  benutzen, der vom 
7374 \series bold
7375 caption
7376 \series default
7377 -Paket bereitgestellt wird.
7378 \end_layout
7379
7380 \end_inset
7381
7382
7383 \end_layout
7384
7385 \begin_layout Subsubsection
7386 Unterschiedliche Titel für Tabellenseiten
7387 \begin_inset Index idx
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391 Tabellen ! lange ! mehrere Titel
7392 \end_layout
7393
7394 \end_inset
7395
7396
7397 \end_layout
7398
7399 \begin_layout Standard
7400 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7401  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7402  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7403 \end_layout
7404
7405 \begin_layout Standard
7406
7407 \series bold
7408
7409 \backslash
7410 caption*{Beschriftung}
7411 \backslash
7412
7413 \backslash
7414 %
7415 \end_layout
7416
7417 \begin_layout Standard
7418 Tabelle
7419 \begin_inset space ~
7420 \end_inset
7421
7422
7423 \begin_inset CommandInset ref
7424 LatexCommand ref
7425 reference "tab:DiffCaptions"
7426
7427 \end_inset
7428
7429  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7430  ohne Tabellennummer auf der zweiten Seite.
7431 \end_layout
7432
7433 \begin_layout Standard
7434 \align center
7435 \begin_inset Tabular
7436 <lyxtabular version="3" rows="59" columns="3">
7437 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7438 <column alignment="left" valignment="top" width="0cm">
7439 <column alignment="left" valignment="top" width="0pt">
7440 <column alignment="right" valignment="top" width="0pt">
7441 <row caption="true">
7442 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 \begin_inset Caption
7447
7448 \begin_layout Plain Layout
7449 Telefonliste
7450 \begin_inset CommandInset label
7451 LatexCommand label
7452 name "tab:DiffCaptions"
7453
7454 \end_inset
7455
7456
7457 \begin_inset Argument
7458 status collapsed
7459
7460 \begin_layout Plain Layout
7461 Telefonliste
7462 \end_layout
7463
7464 \end_inset
7465
7466
7467 \end_layout
7468
7469 \end_inset
7470
7471
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 </row>
7495 <row endfirsthead="true">
7496 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \series bold
7502 Telefonliste (ignoriere die Namen)
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row endfirsthead="true">
7527 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \series bold
7533 NAME
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \series bold
7553 TEL.
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 <row endhead="true">
7560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 \begin_inset ERT
7565 status open
7566
7567 \begin_layout Plain Layout
7568
7569
7570 \backslash
7571 caption*{Fortsetzung der Telefonliste}
7572 \backslash
7573
7574 \backslash
7575 %
7576 \end_layout
7577
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 </row>
7604 <row endhead="true">
7605 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609
7610 \series bold
7611 Telefonliste
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 </row>
7635 <row endhead="true">
7636 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640
7641 \series bold
7642 NAME
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \series bold
7662 TEL.
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row endfoot="true">
7669 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 wird fortgesetzt\SpecialChar \ldots{}
7674
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row>
7699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \series bold
7705 Annovi
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 Silvia
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 111
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row>
7730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 Bertoli
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 Stefano
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 111
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 Bozzi
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 Walter
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 111
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row>
7792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \series bold
7798 Cachia
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 Maria
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 111
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row>
7823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \series bold
7829 Cachia
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 Maurizio
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 111
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 <row>
7854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \series bold
7860 Cinquemani
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 Giusi
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 111
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Colin
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Bernard
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Concli
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Gianfranco
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Dal Bosco
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Carolina
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Dalpiaz
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Annamaria
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Feliciello
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Domenico
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Focarelli
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Paola
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Galletti
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Oreste
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Gasparini
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Franca
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Rizzardi
8140 \series default
8141
8142 \begin_inset Foot
8143 status open
8144
8145 \begin_layout Plain Layout
8146 Beispielfußnote
8147 \end_layout
8148
8149 \end_inset
8150
8151
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Paola
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Lassini
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Giancarlo
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Malfatti
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Luciano
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Malfatti
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Valeriano
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Meneguzzo
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Roberto
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Mezzadra
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Roberto
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Pirpamer
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Erich
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Pochiesa
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Paolo
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111, 222
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Radina
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Claudio
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Stuffer
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Oskar
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Tacchelli
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Ugo
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Tezzele
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Margit
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \series bold
8523 Unterkalmsteiner
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Frieda
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 111
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Vieider
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 Hilde
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 111
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \series bold
8585 Vigna
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 Jürgen
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 111
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \series bold
8616 Weber
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 Maurizio
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 111
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Winkler
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Franz
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 111
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676  
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \series bold
8707 Annovi
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Silvia
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 555
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738 Bertoli
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Stefano
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 555
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \series bold
8769 Bozzi
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Walter
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 555
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \series bold
8800 Cachia
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 Maria
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 555
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \series bold
8831 Cachia
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 Maurizio
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 555
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \series bold
8862 Cinquemani
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 Giusi
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 555
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891
8892 \series bold
8893 Colin
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Bernard
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 555
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \series bold
8924 Concli
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Gianfranco
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 555
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955 Dal Bosco
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Carolina
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 555
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \series bold
8986 Dalpiaz
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Annamaria
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 555
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017 Feliciello
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 Domenico
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 555
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \series bold
9048 Focarelli
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 Paola
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 555
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \series bold
9079 Galletti
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 Oreste
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 555
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 </row>
9103 <row>
9104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108
9109 \series bold
9110 Gasparini
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 Franca
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 555
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \series bold
9141 Rizzardi
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 Paola
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 555
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 <row>
9166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \series bold
9172 Lassini
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 Giancarlo
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 555
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \series bold
9203 Malfatti
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 Luciano
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 555
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 </row>
9227 <row>
9228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232
9233 \series bold
9234 Malfatti
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 Valeriano
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 555
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \series bold
9265 Meneguzzo
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 Roberto
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 555
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 </row>
9289 <row>
9290 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294
9295 \series bold
9296 Mezzadra
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 Roberto
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 555
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 </lyxtabular>
9321
9322 \end_inset
9323
9324
9325 \end_layout
9326
9327 \begin_layout Section
9328 Weitere Möglichkeiten für 
9329 \family sans
9330 lange Tabelle
9331 \family default
9332 n
9333 \begin_inset CommandInset label
9334 LatexCommand label
9335 name "abs:Special-Longtable-Issues"
9336
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \begin_layout Subsection
9343 L
9344 \family sans
9345 ange Tabelle
9346 \family default
9347 n: Berechnung
9348 \begin_inset Index idx
9349 status collapsed
9350
9351 \begin_layout Plain Layout
9352 Tabellen ! lange ! Berechnung
9353 \end_layout
9354
9355 \end_inset
9356
9357
9358 \end_layout
9359
9360 \begin_layout Standard
9361 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9362  so genannten 
9363 \emph on
9364 chunks
9365 \emph default
9366  (Brocken).
9367  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9368  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9369  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9370  das die Druckausgabe.
9371  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9372  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9373  einfügen:
9374 \end_layout
9375
9376 \begin_layout Standard
9377
9378 \series bold
9379
9380 \backslash
9381 setcounter{LTchunksize}{100}
9382 \end_layout
9383
9384 \begin_layout Subsection
9385 Gleitobjekte und L
9386 \family sans
9387 ange Tabelle
9388 \family default
9389 n
9390 \begin_inset Index idx
9391 status collapsed
9392
9393 \begin_layout Plain Layout
9394 Tabellen ! lange ! und Gleitobjekte
9395 \end_layout
9396
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \begin_layout Standard
9403 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9404 \family sans
9405 lange
9406 \begin_inset space ~
9407 \end_inset
9408
9409 Tabelle
9410 \family default
9411  beginnt, ein Gleitobjekt befindet.
9412  Um das zu vermeiden, können Sie vor der 
9413 \family sans
9414 langen
9415 \begin_inset space ~
9416 \end_inset
9417
9418 Tabellen
9419 \family default
9420  einen manuellen Seitenumbruch
9421 \family sans
9422  Einfügen\SpecialChar \menuseparator
9423 Formatierung\SpecialChar \menuseparator
9424 [Doppel]Seite
9425 \begin_inset space \space{}
9426 \end_inset
9427
9428 leeren
9429 \family default
9430  einfügen, siehe 
9431 \emph on
9432 Benutzerhandbuch
9433 \emph default
9434 .
9435 \end_layout
9436
9437 \begin_layout Subsection
9438 Manuelle Seitenumbrüche
9439 \begin_inset Index idx
9440 status collapsed
9441
9442 \begin_layout Plain Layout
9443 Tabellen ! lange ! manueller Seitenumbruch
9444 \end_layout
9445
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \begin_layout Standard
9452 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9453  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9454  der Zelle umbrechen wollen, fügen Sie den Befehl  
9455 \begin_inset Quotes gld
9456 \end_inset
9457
9458
9459 \series bold
9460
9461 \backslash
9462
9463 \backslash
9464
9465 \series default
9466
9467 \begin_inset Quotes grd
9468 \end_inset
9469
9470  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9471  werden kann.
9472  Vor dem 
9473 \begin_inset Quotes gld
9474 \end_inset
9475
9476
9477 \series bold
9478
9479 \backslash
9480
9481 \backslash
9482
9483 \series default
9484
9485 \begin_inset Quotes grd
9486 \end_inset
9487
9488 -Befehl müssen Sie so viele 
9489 \begin_inset Quotes gld
9490 \end_inset
9491
9492
9493 \series bold
9494 &
9495 \series default
9496
9497 \begin_inset Quotes grd
9498 \end_inset
9499
9500  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9501  Mit 
9502 \begin_inset Quotes gld
9503 \end_inset
9504
9505
9506 \series bold
9507 &
9508 \series default
9509
9510 \begin_inset Quotes grd
9511 \end_inset
9512
9513   werden in LaTeX Tabellenzellen getrennt.
9514  Hinter jedes 
9515 \begin_inset Quotes gld
9516 \end_inset
9517
9518
9519 \series bold
9520 &
9521 \series default
9522
9523 \begin_inset Quotes grd
9524 \end_inset
9525
9526  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9527  und löschen den Inhalt dieser Zellen.
9528 \end_layout
9529
9530 \begin_layout Standard
9531 Hinter dem 
9532 \begin_inset Quotes gld
9533 \end_inset
9534
9535
9536 \series bold
9537
9538 \backslash
9539
9540 \backslash
9541
9542 \series default
9543
9544 \begin_inset Quotes grd
9545 \end_inset
9546
9547 -Befehl müssen Sie so viele 
9548 \begin_inset Quotes gld
9549 \end_inset
9550
9551
9552 \series bold
9553 &
9554 \series default
9555
9556 \begin_inset Quotes grd
9557 \end_inset
9558
9559  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9560  In Tabelle
9561 \begin_inset space ~
9562 \end_inset
9563
9564
9565 \begin_inset CommandInset ref
9566 LatexCommand ref
9567 reference "tab:ForcedPagebreak"
9568
9569 \end_inset
9570
9571  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9572  Es folgt noch eine weitere Spalte.
9573  Deshalb wurde hinter dem Wort 
9574 \emph on
9575 Castelchiodato, 
9576 \emph default
9577 folgendes eingefügt:
9578 \end_layout
9579
9580 \begin_layout Standard
9581
9582 \series bold
9583 & 111
9584 \backslash
9585
9586 \backslash
9587  
9588 \backslash
9589 newpage
9590 \begin_inset Newline newline
9591 \end_inset
9592
9593 &
9594 \end_layout
9595
9596 \begin_layout Standard
9597 Die 
9598 \begin_inset Quotes gld
9599 \end_inset
9600
9601 111
9602 \begin_inset Quotes grd
9603 \end_inset
9604
9605  in der dritten Spalte wurde gelöscht.
9606  
9607 \series bold
9608
9609 \backslash
9610 newpage
9611 \series default
9612  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9613  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9614  Wenn die Fußzeile Ihrer 
9615 \family sans
9616 langen
9617 \begin_inset space ~
9618 \end_inset
9619
9620 Tabelle
9621 \family default
9622  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9623  Befehle benutzen:
9624 \end_layout
9625
9626 \begin_layout Standard
9627
9628 \series bold
9629 & 111
9630 \backslash
9631
9632 \backslash
9633
9634 \begin_inset Newline newline
9635 \end_inset
9636
9637
9638 \backslash
9639 hline &
9640 \end_layout
9641
9642 \begin_layout Standard
9643 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9644  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9645 \end_layout
9646
9647 \begin_layout Standard
9648
9649 \series bold
9650
9651 \backslash
9652 setlength{
9653 \backslash
9654 parfillskip}{0pt}
9655 \end_layout
9656
9657 \begin_layout Standard
9658 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9659  erscheint.
9660 \end_layout
9661
9662 \begin_layout Standard
9663 \align center
9664 \begin_inset Tabular
9665 <lyxtabular version="3" rows="38" columns="3">
9666 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9667 <column alignment="left" valignment="top" width="0cm">
9668 <column alignment="left" valignment="top" width="3cm">
9669 <column alignment="right" valignment="top" width="0pt">
9670 <row caption="true">
9671 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 \begin_inset Caption
9676
9677 \begin_layout Plain Layout
9678 Tabelle mit manuellem Seitenumbruch in einer Zelle
9679 \begin_inset CommandInset label
9680 LatexCommand label
9681 name "tab:ForcedPagebreak"
9682
9683 \end_inset
9684
9685
9686 \begin_inset Argument
9687 status collapsed
9688
9689 \begin_layout Plain Layout
9690 Tabelle mit manuellem Seitenumbruch in einer Zelle
9691 \end_layout
9692
9693 \end_inset
9694
9695
9696 \end_layout
9697
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row endfirsthead="true">
9725 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729
9730 \series bold
9731 Telefonliste (ignoriere die Namen)
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 <row endfirsthead="true">
9756 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \series bold
9762 NAME
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \series bold
9782 TEL.
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 </row>
9788 <row endhead="true">
9789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 \begin_inset ERT
9794 status collapsed
9795
9796 \begin_layout Plain Layout
9797
9798
9799 \backslash
9800 caption*{Fortsetzung der Tabelle}
9801 \backslash
9802
9803 \backslash
9804 %
9805 \end_layout
9806
9807 \end_inset
9808
9809
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row endhead="true">
9834 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \series bold
9840 Telefonliste
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row endhead="true">
9865 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \series bold
9871 NAME
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889
9890 \series bold
9891 TEL.
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row endfoot="true">
9898 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 wird fortgesetzt\SpecialChar \ldots{}
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row>
9928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \series bold
9934 Annovi
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 Silvia
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 111
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 Bertoli
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 Stefano
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 111
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \series bold
9996 Bozzi
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Walter
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 111
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row>
10021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \series bold
10027 Cachia
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036 Maria
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 111
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Cachia
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 Maurizio
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 111
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 Cinquemani
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 Giusi
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 111
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \series bold
10120 Colin
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 Bernard
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 111
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Concli
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Gianfranco
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 111
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Dal Bosco
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Carolina
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Dalpiaz
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Annamaria
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Feliciello
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Domenico
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Focarelli
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Paola
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Galletti
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Oreste
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Gasparini
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Franca
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Lassini
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Giancarlo
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Malfatti
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Luciano
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 111
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Malfatti
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Valeriano
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Meneguzzo
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Roberto
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Mezzadra
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Roberto
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Pirpamer
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Erich
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Pochiesa
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Paolo
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111, 222
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Radina
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Claudio
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Rizzardi
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Paolo, 11.
10626  Fürst von Monte\SpecialChar \-
10627 com\SpecialChar \-
10628 patri, 11.
10629  Fürst von Sulmona und Vivaro, 10.
10630  Fürst von Rossano, 5.
10631  Herzog von Canemorte, 11.
10632  Herzog von Palombara, 5.
10633  Herzog von Castelchiodato,
10634 \begin_inset ERT
10635 status open
10636
10637 \begin_layout Plain Layout
10638
10639 & 111
10640 \backslash
10641
10642 \backslash
10643  
10644 \backslash
10645 newpage
10646 \end_layout
10647
10648 \begin_layout Plain Layout
10649
10650 &
10651 \end_layout
10652
10653 \end_inset
10654
10655  11.
10656  Herzog von Poggionativo, 11.
10657  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10658  Graf von Valinfreda, 11.
10659  Baron von Cropalati, 11.
10660  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row>
10676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \series bold
10682 Stuffer
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 Oskar
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 111
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 </row>
10706 <row>
10707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711
10712 \series bold
10713 Tacchelli
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 Ugo
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 111
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \series bold
10744 Tezzele
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 Margit
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 111
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \series bold
10775 Unterkalmsteiner
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 Frieda
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 111
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row>
10800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \series bold
10806 Vieider
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 Hilde
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 111
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \series bold
10837 Vigna
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 Jürgen
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 111
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 <row>
10862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \series bold
10868 Weber
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 Maurizio
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 111
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \series bold
10899 Winkler
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 Franz
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 111
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 </lyxtabular>
10924
10925 \end_inset
10926
10927
10928 \end_layout
10929
10930 \begin_layout Section
10931 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10932 \end_layout
10933
10934 \begin_layout Subsection
10935 Mehrfache Zeilen in Zellen
10936 \begin_inset CommandInset label
10937 LatexCommand label
10938 name "uab:Mehrfache-Zeilen-in"
10939
10940 \end_inset
10941
10942
10943 \begin_inset Index idx
10944 status collapsed
10945
10946 \begin_layout Plain Layout
10947 Mehrfache ! Zeilen in Zellen
10948 \end_layout
10949
10950 \end_inset
10951
10952
10953 \begin_inset Index idx
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957 Tabellen ! Zeilenumbrüche
10958 \end_layout
10959
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \begin_layout Standard
10966 \noindent
10967 \begin_inset Float table
10968 placement H
10969 wide false
10970 sideways false
10971 status open
10972
10973 \begin_layout Plain Layout
10974 \begin_inset Caption
10975
10976 \begin_layout Plain Layout
10977 \begin_inset CommandInset label
10978 LatexCommand label
10979 name "tab:Table-with-multiple"
10980
10981 \end_inset
10982
10983 Tabelle mit mehrfachen Zeilen in einer Zelle
10984 \end_layout
10985
10986 \end_inset
10987
10988
10989 \end_layout
10990
10991 \begin_layout Plain Layout
10992 \align center
10993 \begin_inset Tabular
10994 <lyxtabular version="3" rows="3" columns="3">
10995 <features tabularvalignment="middle">
10996 <column alignment="center" valignment="middle" width="2.5cm">
10997 <column alignment="center" valignment="middle" width="0.5cm">
10998 <column alignment="center" valignment="middle" width="0.5cm">
10999 <row>
11000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 zwei
11005 \begin_inset Newline linebreak
11006 \end_inset
11007
11008 Zeilen
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 b
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 c
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 d
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 e
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 f
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row>
11062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 g
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 h
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 i
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 </lyxtabular>
11091
11092 \end_inset
11093
11094
11095 \end_layout
11096
11097 \end_inset
11098
11099
11100 \end_layout
11101
11102 \begin_layout Standard
11103 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11104  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11105  Tabelle
11106 \begin_inset space ~
11107 \end_inset
11108
11109
11110 \begin_inset CommandInset ref
11111 LatexCommand ref
11112 reference "tab:Table-with-multiple"
11113
11114 \end_inset
11115
11116  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11117 \family sans
11118 Tabellen-Einstellungen
11119 \family default
11120 -Dialog auf 2.5
11121 \begin_inset space \thinspace{}
11122 \end_inset
11123
11124 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11125  Weil unser Text schmaler als 2.5
11126 \begin_inset space \thinspace{}
11127 \end_inset
11128
11129 cm ist, würde er in einer Zeile gedruckt werden.
11130  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11131
11132 \family sans
11133 Strg+Shift+Enter
11134 \family default
11135 ) eingefügt.
11136  Wenn der Text länger ist, wird er automatisch umgebrochen.
11137 \end_layout
11138
11139 \begin_layout Standard
11140 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11141  setzen Sie die Breite der beiden Spalten im 
11142 \family sans
11143 Tabellen-Einstellungen
11144 \family default
11145 -Dialog auf 0.5
11146 \begin_inset space \thinspace{}
11147 \end_inset
11148
11149 cm und die vertikale Ausrichtung auf zentriert.
11150 \end_layout
11151
11152 \begin_layout Standard
11153 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11154  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11155  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11156  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11157  Fügen sie daher 0
11158 \begin_inset space \thinspace{}
11159 \end_inset
11160
11161 pt horizontalen Abstand vor dem Wort ein.
11162  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11163  Tabelle
11164 \begin_inset space ~
11165 \end_inset
11166
11167
11168 \begin_inset CommandInset ref
11169 LatexCommand ref
11170 reference "tab:Table-with-and"
11171
11172 \end_inset
11173
11174  zeigt die Wirkungen.
11175 \end_layout
11176
11177 \begin_layout Standard
11178 \begin_inset Float table
11179 placement h
11180 wide false
11181 sideways false
11182 status open
11183
11184 \begin_layout Plain Layout
11185 \begin_inset Caption
11186
11187 \begin_layout Plain Layout
11188 \begin_inset CommandInset label
11189 LatexCommand label
11190 name "tab:Table-with-and"
11191
11192 \end_inset
11193
11194 Tabelle ohne und mit Silbentrennung
11195 \end_layout
11196
11197 \end_inset
11198
11199
11200 \end_layout
11201
11202 \begin_layout Plain Layout
11203 \begin_inset space \hfill{}
11204 \end_inset
11205
11206
11207 \begin_inset Tabular
11208 <lyxtabular version="3" rows="3" columns="3">
11209 <features tabularvalignment="middle">
11210 <column alignment="center" valignment="middle" width="2.5cm">
11211 <column alignment="center" valignment="middle" width="0.5cm">
11212 <column alignment="center" valignment="middle" width="0.5cm">
11213 <row>
11214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 einsehrlangesZellenwort
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 b
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 c
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 d
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 e
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 f
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 <row>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 g
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 h
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 i
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 </lyxtabular>
11301
11302 \end_inset
11303
11304
11305 \begin_inset space \hfill{}
11306 \end_inset
11307
11308
11309 \begin_inset Tabular
11310 <lyxtabular version="3" rows="3" columns="3">
11311 <features tabularvalignment="middle">
11312 <column alignment="center" valignment="middle" width="2.5cm">
11313 <column alignment="center" valignment="middle" width="0.5cm">
11314 <column alignment="center" valignment="middle" width="0.5cm">
11315 <row>
11316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 \begin_inset space \hspace{}
11321 \length 0pt
11322 \end_inset
11323
11324 einsehrlangesZellenwort
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 b
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 c
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 </row>
11348 <row>
11349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 d
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 e
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 f
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 g
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 h
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 i
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 </lyxtabular>
11407
11408 \end_inset
11409
11410
11411 \begin_inset space \hfill{}
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \begin_layout Subsection
11423 Mehrfachspalten
11424 \begin_inset CommandInset label
11425 LatexCommand label
11426 name "uab:Mehrfachspalten"
11427
11428 \end_inset
11429
11430
11431 \begin_inset Index idx
11432 status collapsed
11433
11434 \begin_layout Plain Layout
11435 Mahrfachspalten
11436 \end_layout
11437
11438 \end_inset
11439
11440
11441 \begin_inset Index idx
11442 status collapsed
11443
11444 \begin_layout Plain Layout
11445 Tabellen ! Mahrfachspalten
11446 \end_layout
11447
11448 \end_inset
11449
11450
11451 \end_layout
11452
11453 \begin_layout Subsubsection
11454 Grundlagen
11455 \end_layout
11456
11457 \begin_layout Standard
11458 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11459  und verwenden dann den Knopf 
11460 \begin_inset Graphics
11461         filename ../../images/tabular-feature_multicolumn.png
11462         scale 70
11463         scaleBeforeRotation
11464
11465 \end_inset
11466
11467  in der Werkzeugleiste, das Menü 
11468 \family sans
11469 Bearbeiten\SpecialChar \menuseparator
11470 Tabelle\SpecialChar \menuseparator
11471 Mehrfachspalte
11472 \family default
11473 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11474  
11475 \family sans
11476 Mehrfachspalte
11477 \family default
11478 .
11479 \end_layout
11480
11481 \begin_layout Standard
11482 Mehrfachspalten haben ihre eigenen Einstellungen.
11483  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11484  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11485  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11486 \end_layout
11487
11488 \begin_layout Standard
11489 \align center
11490 \begin_inset Tabular
11491 <lyxtabular version="3" rows="3" columns="4">
11492 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11493 <column alignment="center" valignment="top" width="0pt">
11494 <column alignment="center" valignment="middle" width="0">
11495 <column alignment="center" valignment="top" width="0in">
11496 <column alignment="center" valignment="top" width="0pt">
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 abc
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 def ghi
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 jkl
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540
11541 \family roman
11542 \series medium
11543 \shape up
11544 \size normal
11545 \emph off
11546 \bar no
11547 \noun off
11548 \color none
11549 A
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 B
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 C
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 D
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 </row>
11582 <row>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 1
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 2
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 3
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 4
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 </lyxtabular>
11621
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \begin_layout Subsubsection
11628 Mehrfachspalten-Berechnungen
11629 \begin_inset CommandInset label
11630 LatexCommand label
11631 name "uab:Mehrfachspalten-Berechnungen"
11632
11633 \end_inset
11634
11635
11636 \begin_inset Index idx
11637 status collapsed
11638
11639 \begin_layout Plain Layout
11640 Mahrfachspalten ! Berechnung
11641 \end_layout
11642
11643 \end_inset
11644
11645
11646 \begin_inset Index idx
11647 status collapsed
11648
11649 \begin_layout Plain Layout
11650 Tabellen ! Mahrfachspalten ! Berechnung
11651 \end_layout
11652
11653 \end_inset
11654
11655
11656 \end_layout
11657
11658 \begin_layout Standard
11659 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11660  Zellen beachten.
11661 \end_layout
11662
11663 \begin_layout Standard
11664 \begin_inset Float table
11665 placement h
11666 wide false
11667 sideways false
11668 status open
11669
11670 \begin_layout Plain Layout
11671 \begin_inset Caption
11672
11673 \begin_layout Plain Layout
11674 \begin_inset CommandInset label
11675 LatexCommand label
11676 name "tab:Table-with-centered"
11677
11678 \end_inset
11679
11680 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11681  die halbe Breite der Mehrfachspalten-Zelle haben
11682 \begin_inset Argument
11683 status collapsed
11684
11685 \begin_layout Plain Layout
11686 Eine Mehrfachspalten-Tabelle
11687 \end_layout
11688
11689 \end_inset
11690
11691
11692 \end_layout
11693
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \begin_layout Plain Layout
11700 \align center
11701 \begin_inset Tabular
11702 <lyxtabular version="3" rows="3" columns="3">
11703 <features tabularvalignment="middle">
11704 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11705 <column alignment="center" valignment="middle" width="0">
11706 <column alignment="center" valignment="top" width="0">
11707 <row>
11708 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 Dies ist eine Mehrfach\SpecialChar \-
11713 spalten-Zelle
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 c
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 <row>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 d
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 e
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 f
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 g
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 h
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 i
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 </row>
11795 </lyxtabular>
11796
11797 \end_inset
11798
11799
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \begin_layout Standard
11808 Um Tabelle
11809 \begin_inset space ~
11810 \end_inset
11811
11812
11813 \begin_inset CommandInset ref
11814 LatexCommand ref
11815 reference "tab:Table-with-centered"
11816
11817 \end_inset
11818
11819  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11820  3×3-Tabelle, kreuzen im 
11821 \family sans
11822 Tabellen-Einstellungen
11823 \family default
11824 -Dialog 
11825 \family sans
11826 Mehrfachspalte
11827 \family default
11828  an, setzen die 
11829 \family sans
11830 Horizontale
11831 \begin_inset space ~
11832 \end_inset
11833
11834 Ausrichtung
11835 \family default
11836  auf 
11837 \family sans
11838 Zentriert
11839 \family default
11840  und die 
11841 \family sans
11842 Breite
11843 \family default
11844  auf 2.5
11845 \begin_inset space \thinspace{}
11846 \end_inset
11847
11848 cm.
11849  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11850  Sie die Breite der ersten Spalte auf 1.25
11851 \begin_inset space \thinspace{}
11852 \end_inset
11853
11854 cm setzen.
11855  Die zweite Spalte wird dann automatisch 1.25
11856 \begin_inset space \thinspace{}
11857 \end_inset
11858
11859 cm breit (Breite der 
11860 \family sans
11861 Mehrfachspalte
11862 \family default
11863  
11864 \begin_inset Formula $-$
11865 \end_inset
11866
11867  Breite der ersten Spalte).
11868  Dies wurde so für Tabelle
11869 \begin_inset space ~
11870 \end_inset
11871
11872
11873 \begin_inset CommandInset ref
11874 LatexCommand ref
11875 reference "tab:Table-without-half"
11876
11877 \end_inset
11878
11879  gemacht.
11880 \end_layout
11881
11882 \begin_layout Standard
11883 \begin_inset Float table
11884 wide false
11885 sideways false
11886 status open
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Caption
11890
11891 \begin_layout Plain Layout
11892 \begin_inset CommandInset label
11893 LatexCommand label
11894 name "tab:Table-without-half"
11895
11896 \end_inset
11897
11898 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11899  wie die Mehrfachspalte
11900 \begin_inset Argument
11901 status collapsed
11902
11903 \begin_layout Plain Layout
11904 Eine unvollkommene Mehrfachspalten-Tabelle
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \begin_layout Plain Layout
11918 \align center
11919 \begin_inset Tabular
11920 <lyxtabular version="3" rows="3" columns="3">
11921 <features tabularvalignment="middle">
11922 <column alignment="center" valignment="top" width="1.25cm">
11923 <column alignment="center" valignment="top" width="0">
11924 <column alignment="center" valignment="top" width="0">
11925 <row>
11926 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 Dies ist auch eine Mehr\SpecialChar \-
11931 fach\SpecialChar \-
11932 spalten-Zelle
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 c
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 <row>
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 d
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 e
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 f
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 </row>
11985 <row>
11986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 g
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11996 \begin_inset Text
11997
11998 \begin_layout Plain Layout
11999 h
12000 \end_layout
12001
12002 \end_inset
12003 </cell>
12004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12005 \begin_inset Text
12006
12007 \begin_layout Plain Layout
12008 i
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 </row>
12014 </lyxtabular>
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Standard
12027 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12028  als die zweite ist.
12029  Das liegt daran, dass die Zellenbreite 
12030 \begin_inset Formula $W_{\mathrm{tot}}$
12031 \end_inset
12032
12033  nicht ihre definierte Breite 
12034 \begin_inset Formula $W_{g}$
12035 \end_inset
12036
12037  ist, sondern ein wenig mehr.
12038  Anhang
12039 \begin_inset space ~
12040 \end_inset
12041
12042
12043 \begin_inset CommandInset ref
12044 LatexCommand ref
12045 reference "kap:Exläuterung-einer-Gleichung"
12046
12047 \end_inset
12048
12049  erklärt das genauer.
12050 \end_layout
12051
12052 \begin_layout Standard
12053 Wenn 
12054 \emph on
12055 n
12056 \emph default
12057  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12058  die definierte Breite 
12059 \begin_inset Formula $W_{g\, n}$
12060 \end_inset
12061
12062  einer Spalte, deren totale Breite = 
12063 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12064 \end_inset
12065
12066  sein soll, wie folgt:
12067 \begin_inset Formula \begin{equation}
12068 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12069
12070 \end_inset
12071
12072
12073 \end_layout
12074
12075 \begin_layout Standard
12076 In unserem Falls ist 
12077 \begin_inset Formula $n=2$
12078 \end_inset
12079
12080
12081 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12082 \end_inset
12083
12084 cm, und damit wird aus Gleichung
12085 \begin_inset space ~
12086 \end_inset
12087
12088
12089 \begin_inset CommandInset ref
12090 LatexCommand ref
12091 reference "eq:Wgn"
12092
12093 \end_inset
12094
12095  
12096 \begin_inset Formula \begin{equation}
12097 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12098
12099 \end_inset
12100
12101
12102 \end_layout
12103
12104 \begin_layout Standard
12105 Damit LaTeX rechnen kann, muss das Paket 
12106 \series bold
12107 calc
12108 \series default
12109  im Vorspann geladen werden.
12110 \begin_inset Index idx
12111 status collapsed
12112
12113 \begin_layout Plain Layout
12114 LaTeX-Pakete ! calc
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \begin_layout Standard
12123
12124 \series bold
12125
12126 \backslash
12127 usepackage{calc}
12128 \end_layout
12129
12130 \begin_layout Standard
12131 LyX erlaubt im 
12132 \family sans
12133 Breite
12134 \family default
12135 -Feld des 
12136 \family sans
12137 Tabellen-Einstellungen
12138 \family default
12139 -Dialogs keine Berechnungen.
12140  Deshalb müssen Sie die Formel für die Breite im Feld 
12141 \family sans
12142 LaTe
12143 \begin_inset ERT
12144 status collapsed
12145
12146 \begin_layout Plain Layout
12147
12148 {}
12149 \end_layout
12150
12151 \end_inset
12152
12153 X-Argument
12154 \family default
12155  eingeben.
12156  Hier iss ein Überblick über die Argumente:
12157 \end_layout
12158
12159 \begin_layout Itemize
12160
12161 \series bold
12162 p{Breite}
12163 \series default
12164  die Zelle bekommt eine feste 
12165 \series bold
12166 Breite
12167 \series default
12168 , und die vertikale Ausrichtung ist 
12169 \family sans
12170 Oben
12171 \end_layout
12172
12173 \begin_layout Itemize
12174
12175 \series bold
12176 m{Breite}
12177 \series default
12178  die Zelle bekommt eine feste 
12179 \series bold
12180 Breite
12181 \series default
12182 , und die vertikale Ausrichtung ist 
12183 \family sans
12184 Mitte
12185 \end_layout
12186
12187 \begin_layout Itemize
12188
12189 \series bold
12190 b{Breite}
12191 \series default
12192  die Zelle bekommt eine feste 
12193 \series bold
12194 Breite
12195 \series default
12196 , und die vertikale Ausrichtung ist 
12197 \family sans
12198 Unten
12199 \end_layout
12200
12201 \begin_layout Standard
12202 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12203  für diese Zelle überschrieben.
12204 \end_layout
12205
12206 \begin_layout Standard
12207 \begin_inset Note Greyedout
12208 status open
12209
12210 \begin_layout Plain Layout
12211
12212 \series bold
12213 Bemerkung:
12214 \series default
12215  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12216  angezeigt.
12217 \end_layout
12218
12219 \end_inset
12220
12221
12222 \end_layout
12223
12224 \begin_layout Standard
12225 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12226  der Zelle mit dem Inhalt 
12227 \begin_inset Quotes gld
12228 \end_inset
12229
12230 d
12231 \begin_inset Quotes grd
12232 \end_inset
12233
12234  der Tabelle
12235 \begin_inset space ~
12236 \end_inset
12237
12238
12239 \begin_inset CommandInset ref
12240 LatexCommand ref
12241 reference "tab:Table-with-centered"
12242
12243 \end_inset
12244
12245  auch noch der Befehl
12246 \family typewriter
12247 \series bold
12248  
12249 \family default
12250
12251 \backslash
12252 centering
12253 \series default
12254  hinzugefügt.
12255  Das Ganze sieht dann so aus:
12256 \end_layout
12257
12258 \begin_layout Standard
12259
12260 \series bold
12261 |>{
12262 \backslash
12263 centering}m{1.25cm-6.2pt}
12264 \end_layout
12265
12266 \begin_layout Standard
12267 Der vertikale Strich 
12268 \series bold
12269
12270 \begin_inset Quotes gld
12271 \end_inset
12272
12273 |
12274 \series default
12275
12276 \begin_inset Quotes grd
12277 \end_inset
12278
12279  am Anfang zeichnet die linke Linie, und der Befehl 
12280 \series bold
12281
12282 \begin_inset Quotes gld
12283 \end_inset
12284
12285 >{ }
12286 \begin_inset Quotes grd
12287 \end_inset
12288
12289
12290 \series default
12291  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12292  der Zelle benutzt werden sollen.
12293 \end_layout
12294
12295 \begin_layout Standard
12296 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12297  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12298  für einzelne Spalten anwendet.
12299  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12300  werden:
12301 \end_layout
12302
12303 \begin_layout Standard
12304
12305 \series bold
12306 |>{
12307 \backslash
12308 centering}m{2.5cm}|
12309 \end_layout
12310
12311 \begin_layout Subsection
12312 Mehrfachzeilen
12313 \begin_inset CommandInset label
12314 LatexCommand label
12315 name "uab:Mehrfachzeilen"
12316
12317 \end_inset
12318
12319
12320 \begin_inset Index idx
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324 Mehrfachzeilen
12325 \end_layout
12326
12327 \end_inset
12328
12329
12330 \begin_inset Index idx
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334 Tabellen ! Mehrfachzeilen
12335 \end_layout
12336
12337 \end_inset
12338
12339
12340 \end_layout
12341
12342 \begin_layout Standard
12343 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12344  und verwenden dann den Knopf 
12345 \begin_inset Graphics
12346         filename ../../images/tabular-feature_multirow.png
12347         scale 70
12348         scaleBeforeRotation
12349
12350 \end_inset
12351
12352  in der Werkzeugleiste, das Menü 
12353 \family sans
12354 Bearbeiten\SpecialChar \menuseparator
12355 Tabelle\SpecialChar \menuseparator
12356 Mehrfachzeile
12357 \family default
12358 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12359  
12360 \family sans
12361 Mehrfachzeile
12362 \family default
12363 .
12364 \end_layout
12365
12366 \begin_layout Standard
12367 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12368 \end_layout
12369
12370 \begin_layout Standard
12371 \align center
12372 \begin_inset Tabular
12373 <lyxtabular version="3" rows="3" columns="3">
12374 <features tabularvalignment="middle">
12375 <column alignment="center" valignment="top" width="0pt">
12376 <column alignment="center" valignment="top" width="0">
12377 <column alignment="center" valignment="top" width="0">
12378 <row>
12379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12380 \begin_inset Text
12381
12382 \begin_layout Plain Layout
12383 ein langer Eintrag
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 b
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Plain Layout
12401 c
12402 \end_layout
12403
12404 \end_inset
12405 </cell>
12406 </row>
12407 <row>
12408 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12409 \begin_inset Text
12410
12411 \begin_layout Plain Layout
12412 Mehrfachzeile
12413 \end_layout
12414
12415 \end_inset
12416 </cell>
12417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12418 \begin_inset Text
12419
12420 \begin_layout Plain Layout
12421 e
12422 \end_layout
12423
12424 \end_inset
12425 </cell>
12426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 f
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 </row>
12436 <row>
12437 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Plain Layout
12441
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12447 \begin_inset Text
12448
12449 \begin_layout Plain Layout
12450 h
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 i
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 </row>
12465 </lyxtabular>
12466
12467 \end_inset
12468
12469
12470 \end_layout
12471
12472 \begin_layout Standard
12473 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12474  Spalte festgelegt.
12475  Der 
12476 \family sans
12477 Vertikale Versatz
12478 \family default
12479  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12480  positiv/negativ ist.
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12485  die Mehrfachzeile die Ausrichtung der Spalte.
12486  Ansonsten ist sie standardmäßig links ausgerichtet.
12487  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12488 \series bold
12489
12490 \backslash
12491 multirowsetup
12492 \series default
12493  mit dem Befehl
12494 \end_layout
12495
12496 \begin_layout Standard
12497
12498 \series bold
12499
12500 \backslash
12501 renewcommand{
12502 \backslash
12503 multirowsetup}{
12504 \backslash
12505 centering}
12506 \end_layout
12507
12508 \begin_layout Standard
12509 im LaTeX-Vorspann.
12510  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12511  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12512  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12513  erneuert werden.
12514  Für rechtsbündigen Text ersetzt man 
12515 \series bold
12516
12517 \backslash
12518 centering
12519 \series default
12520  durch 
12521 \series bold
12522
12523 \backslash
12524 raggedleft
12525 \series default
12526 .
12527  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12528 \series bold
12529
12530 \backslash
12531 raggedright
12532 \series default
12533  verwendet.
12534 \end_layout
12535
12536 \begin_layout Standard
12537 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12538  die -4
12539 \begin_inset space \thinspace{}
12540 \end_inset
12541
12542 mm vertikalen Versatz hat und sich in einer 3
12543 \begin_inset space \thinspace{}
12544 \end_inset
12545
12546 cm breiten Spalte befindet:
12547 \end_layout
12548
12549 \begin_layout Standard
12550 \noindent
12551 \align center
12552 \begin_inset ERT
12553 status collapsed
12554
12555 \begin_layout Plain Layout
12556
12557
12558 \backslash
12559 renewcommand{
12560 \backslash
12561 multirowsetup}{
12562 \backslash
12563 raggedleft}
12564 \end_layout
12565
12566 \end_inset
12567
12568
12569 \begin_inset Tabular
12570 <lyxtabular version="3" rows="4" columns="3">
12571 <features tabularvalignment="middle">
12572 <column alignment="center" valignment="top" width="3cm">
12573 <column alignment="center" valignment="top" width="0">
12574 <column alignment="center" valignment="top" width="0">
12575 <row>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 ein langer Eintrag
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 b
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 c
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 </row>
12604 <row>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 t
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 n
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 m
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 </row>
12633 <row>
12634 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 Mehrfachzeile
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 e
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 f
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 </row>
12662 <row>
12663 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 h
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 i
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 </lyxtabular>
12692
12693 \end_inset
12694
12695
12696 \begin_inset ERT
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700
12701
12702 \backslash
12703 renewcommand{
12704 \backslash
12705 multirowsetup}{
12706 \backslash
12707 raggedright}
12708 \end_layout
12709
12710 \end_inset
12711
12712
12713 \end_layout
12714
12715 \begin_layout Section
12716 Formale Tabellen
12717 \begin_inset CommandInset label
12718 LatexCommand label
12719 name "abs:Formale-Tabellen"
12720
12721 \end_inset
12722
12723
12724 \begin_inset Index idx
12725 status collapsed
12726
12727 \begin_layout Plain Layout
12728 Tabellen ! Formale
12729 \end_layout
12730
12731 \end_inset
12732
12733
12734 \end_layout
12735
12736 \begin_layout Standard
12737 Tabellen werden in Büchern oft wie Tabelle
12738 \begin_inset space ~
12739 \end_inset
12740
12741
12742 \begin_inset CommandInset ref
12743 LatexCommand ref
12744 reference "tab:Formale-Tabelle"
12745
12746 \end_inset
12747
12748  gesetzt.
12749  Diese Tabellen werden
12750 \emph on
12751  formal
12752 \emph default
12753  genannt.
12754  Formale Tabellen bekommen Sie, wenn Sie im 
12755 \family sans
12756 Tabellen-Einstellungen
12757 \family default
12758 -Dialog auf der Karteikarte 
12759 \family sans
12760 Rahmen
12761 \family default
12762  den 
12763 \family sans
12764 Stil
12765 \family default
12766  
12767 \family sans
12768 Formal
12769 \family default
12770  ankreuzen.
12771 \end_layout
12772
12773 \begin_layout Standard
12774 \begin_inset Float table
12775 placement h
12776 wide false
12777 sideways false
12778 status open
12779
12780 \begin_layout Plain Layout
12781 \begin_inset Caption
12782
12783 \begin_layout Plain Layout
12784 \begin_inset CommandInset label
12785 LatexCommand label
12786 name "tab:Formale-Tabelle"
12787
12788 \end_inset
12789
12790 Formale Tabelle
12791 \end_layout
12792
12793 \end_inset
12794
12795
12796 \end_layout
12797
12798 \begin_layout Plain Layout
12799 \align center
12800 \begin_inset Tabular
12801 <lyxtabular version="3" rows="8" columns="4">
12802 <features booktabs="true" tabularvalignment="middle">
12803 <column alignment="center" valignment="top" width="0">
12804 <column alignment="right" valignment="top" width="0">
12805 <column alignment="right" valignment="top" width="0">
12806 <column alignment="right" valignment="top" width="0">
12807 <row>
12808 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 System
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 <cell alignment="center" valignment="top" topline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 Chip
12822 \begin_inset space \thinspace{}
12823 \end_inset
12824
12825 1
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 Chip
12835 \begin_inset space \thinspace{}
12836 \end_inset
12837
12838 2
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 <row>
12854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 \begin_inset ERT
12859 status collapsed
12860
12861 \begin_layout Plain Layout
12862
12863
12864 \backslash
12865 cmidrule(r){2-2}
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \begin_inset ERT
12872 status collapsed
12873
12874 \begin_layout Plain Layout
12875
12876
12877 \backslash
12878 cmidrule(l){3-4}
12879 \end_layout
12880
12881 \end_inset
12882
12883 Detektordicke in µm
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 300
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 300
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 700
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row>
12917 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 Kantenwinkel in °
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" topline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 3.55
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 <cell alignment="center" valignment="top" topline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 2.71
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" topline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948 7.99
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 räumliche Auf\SpecialChar \textcompwordmark{}
12960 lösung in µm
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 4.26
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 10.17
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 10.56
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 </row>
12993 <row topspace="default">
12994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 MTF bei 
12999 \begin_inset Formula $f_{\mathrm{max}}$
13000 \end_inset
13001
13002
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 <cell alignment="center" valignment="top" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 0.53
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 <cell alignment="center" valignment="top" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020 0.37
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 0.39
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 </row>
13035 <row topspace="default">
13036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 \begin_inset ERT
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044
13045
13046 \backslash
13047 cmidrule(l{10pt}){1-1}
13048 \end_layout
13049
13050 \end_inset
13051
13052 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13053 lösung
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 <row>
13087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 in µm
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 129.7
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 52.75
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 50.78
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 <row>
13125 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 in % der Pixelgröße
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 76.3
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 95.9
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 92.3
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 </lyxtabular>
13163
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \end_layout
13173
13174 \begin_layout Standard
13175 Abstände zu Tabellenzeilen können auf der Karteikarte 
13176 \family sans
13177 Rahmen
13178 \family default
13179  des 
13180 \family sans
13181 Tabellen-Ein\SpecialChar \-
13182 stel\SpecialChar \-
13183 lun\SpecialChar \-
13184 gen
13185 \family default
13186 -Dialogs hinzugefügt werden, wie in Abschnitt
13187 \begin_inset space ~
13188 \end_inset
13189
13190
13191 \begin_inset CommandInset ref
13192 LatexCommand ref
13193 reference "uab:Zeilenabstand"
13194
13195 \end_inset
13196
13197  beschrieben.
13198 \end_layout
13199
13200 \begin_layout Standard
13201 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13202  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13203  gedruckt aber anders aus.
13204  Die erste und letzte Linie ist 0.08
13205 \begin_inset space \thinspace{}
13206 \end_inset
13207
13208 em dick, während die anderen 0.05
13209 \begin_inset space \thinspace{}
13210 \end_inset
13211
13212 em dick sind.
13213 \end_layout
13214
13215 \begin_layout Standard
13216 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13217 \end_layout
13218
13219 \begin_layout Standard
13220
13221 \series bold
13222
13223 \backslash
13224 let
13225 \backslash
13226 mytoprule
13227 \backslash
13228 toprule
13229 \begin_inset Newline newline
13230 \end_inset
13231
13232
13233 \backslash
13234 renewcommand{
13235 \backslash
13236 toprule}{
13237 \backslash
13238 mytoprule[Breite]}
13239 \end_layout
13240
13241 \begin_layout Standard
13242 Dies Beispiel gilt für die oberste Linie, genannt 
13243 \series bold
13244 toprule
13245 \series default
13246 .
13247  Für die letzte müssen Sie 
13248 \series bold
13249 toprule
13250 \series default
13251  durch 
13252 \series bold
13253 bottomrule
13254 \series default
13255  ersetzen.
13256  Die Linien dazwischen heißen 
13257 \series bold
13258 midrule
13259 \series default
13260 .
13261  Für 
13262 \family sans
13263 Breite
13264 \family default
13265  können Sie alle Einheiten benutzen, die in Anhang
13266 \begin_inset space ~
13267 \end_inset
13268
13269
13270 \begin_inset CommandInset ref
13271 LatexCommand ref
13272 reference "kap:In-LyX-verfügbare"
13273
13274 \end_inset
13275
13276  aufgelistet sind.
13277 \end_layout
13278
13279 \begin_layout Standard
13280 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13281  eine Linie unter einer Mehrfachspalte.
13282  LyX wird intern den Befehl 
13283 \series bold
13284
13285 \backslash
13286 cmidrule
13287 \series default
13288  benutzen, um diese Linie zu drucken.
13289  Der ganze Befehl sieht so aus:
13290 \end_layout
13291
13292 \begin_layout Standard
13293
13294 \series bold
13295
13296 \backslash
13297 cmidrule[width](trim){Anfangsspalte-Endspalte}
13298 \end_layout
13299
13300 \begin_layout Standard
13301 Die 
13302 \series bold
13303
13304 \backslash
13305 cmidrule
13306 \series default
13307 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13308  benutzen.
13309  
13310 \series bold
13311
13312 \backslash
13313 cmidrule
13314 \series default
13315  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13316  erste Zelle einer Zeile einfügt.
13317  Die Linie wird dann über der Zeile gedruckt.
13318 \end_layout
13319
13320 \begin_layout Standard
13321 Der Standardwert ist 0.03
13322 \begin_inset space \thinspace{}
13323 \end_inset
13324
13325 em.
13326  Die Linie reicht von 
13327 \family typewriter
13328 Anfangsspalte
13329 \family default
13330  bis 
13331 \family typewriter
13332 End\SpecialChar \-
13333 spal\SpecialChar \-
13334 te
13335 \family default
13336 .
13337  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13338   Der optionale Parameter 
13339 \family typewriter
13340 trim
13341 \family default
13342  kann die Werte 
13343 \emph on
13344 r
13345 \emph default
13346
13347 \emph on
13348 r{Breite}
13349 \emph default
13350
13351 \emph on
13352 l
13353 \family typewriter
13354 \emph default
13355  
13356 \family default
13357 oder 
13358 \emph on
13359 l{Breite}
13360 \emph default
13361  annehmen, wobei die 
13362 \family sans
13363 Breite
13364 \family default
13365  optional ist.
13366  
13367 \emph on
13368 l{2pt}
13369 \emph default
13370  zum Beispiel bedeutet, dass die Linie links um 2
13371 \begin_inset space \thinspace{}
13372 \end_inset
13373
13374 pt gekürzt wird.
13375  Ohne Breitenangabe werden die Linien um 0.5
13376 \begin_inset space \thinspace{}
13377 \end_inset
13378
13379 em gekürzt.
13380 \end_layout
13381
13382 \begin_layout Standard
13383 \begin_inset VSpace bigskip
13384 \end_inset
13385
13386 In Tabelle
13387 \begin_inset space ~
13388 \end_inset
13389
13390
13391 \begin_inset CommandInset ref
13392 LatexCommand ref
13393 reference "tab:Formale-Tabelle"
13394
13395 \end_inset
13396
13397  wurden die Befehle
13398 \end_layout
13399
13400 \begin_layout Standard
13401
13402 \series bold
13403
13404 \backslash
13405 cmidrule(r){2-2}
13406 \backslash
13407 cmidrule(l){3-4}
13408 \end_layout
13409
13410 \begin_layout Standard
13411 am Anfang der zweiten Zeile und
13412 \end_layout
13413
13414 \begin_layout Standard
13415
13416 \series bold
13417
13418 \backslash
13419 cmidrule(l{10pt}){1-1}
13420 \end_layout
13421
13422 \begin_layout Standard
13423 in der sechsten benutzt.
13424 \end_layout
13425
13426 \begin_layout Standard
13427 \begin_inset VSpace bigskip
13428 \end_inset
13429
13430
13431 \end_layout
13432
13433 \begin_layout Standard
13434 Sie können mit 
13435 \series bold
13436
13437 \backslash
13438 cmidrule
13439 \series default
13440  auch überlappende Linien wie in Tabelle
13441 \begin_inset space ~
13442 \end_inset
13443
13444
13445 \begin_inset CommandInset ref
13446 LatexCommand ref
13447 reference "tab:Special-booktabs-table"
13448
13449 \end_inset
13450
13451  definieren.
13452  Der Befehl ist:
13453 \end_layout
13454
13455 \begin_layout Standard
13456
13457 \series bold
13458
13459 \backslash
13460 morecmidrules
13461 \end_layout
13462
13463 \begin_layout Standard
13464 In Zeile zwei der Tabelle
13465 \begin_inset space ~
13466 \end_inset
13467
13468
13469 \begin_inset CommandInset ref
13470 LatexCommand ref
13471 reference "tab:Special-booktabs-table"
13472
13473 \end_inset
13474
13475  wurde folgender Befehl benutzt:
13476 \end_layout
13477
13478 \begin_layout Standard
13479
13480 \series bold
13481
13482 \backslash
13483 cmidrule(r){2-2}
13484 \backslash
13485 cmidrule(l){3-4}
13486 \backslash
13487 morecmidrules
13488 \begin_inset Newline newline
13489 \end_inset
13490
13491
13492 \backslash
13493 cmidrule{2-4}
13494 \end_layout
13495
13496 \begin_layout Standard
13497 und in Zeile sechs:
13498 \end_layout
13499
13500 \begin_layout Standard
13501
13502 \series bold
13503
13504 \backslash
13505 midrule
13506 \backslash
13507 morecmidrules
13508 \backslash
13509 cmidrule{3-4}
13510 \end_layout
13511
13512 \begin_layout Standard
13513 \begin_inset VSpace bigskip
13514 \end_inset
13515
13516
13517 \end_layout
13518
13519 \begin_layout Standard
13520 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13521  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13522 \end_layout
13523
13524 \begin_layout Standard
13525
13526 \series bold
13527
13528 \backslash
13529 specialrule{Dicke}{Abstand davor}{Abstand danach}
13530 \end_layout
13531
13532 \begin_layout Standard
13533 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13534 \series bold
13535 booktabs
13536 \series default
13537  
13538 \begin_inset CommandInset citation
13539 LatexCommand cite
13540 key "booktabs"
13541
13542 \end_inset
13543
13544 .
13545 \begin_inset Index idx
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549 LaTeX-Pakete ! booktabs
13550 \end_layout
13551
13552 \end_inset
13553
13554
13555 \end_layout
13556
13557 \begin_layout Standard
13558 \begin_inset Float table
13559 placement h
13560 wide false
13561 sideways false
13562 status open
13563
13564 \begin_layout Plain Layout
13565 \begin_inset Caption
13566
13567 \begin_layout Plain Layout
13568 \begin_inset CommandInset label
13569 LatexCommand label
13570 name "tab:Special-booktabs-table"
13571
13572 \end_inset
13573
13574 Eine spezielle formale Tabelle
13575 \end_layout
13576
13577 \end_inset
13578
13579
13580 \end_layout
13581
13582 \begin_layout Plain Layout
13583 \align center
13584 \begin_inset Tabular
13585 <lyxtabular version="3" rows="8" columns="4">
13586 <features booktabs="true" tabularvalignment="middle">
13587 <column alignment="center" valignment="top" width="0">
13588 <column alignment="center" valignment="top" width="0">
13589 <column alignment="right" valignment="top" width="0">
13590 <column alignment="right" valignment="top" width="0">
13591 <row>
13592 <cell alignment="center" valignment="top" topline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 System
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 Chip
13606 \begin_inset space \thinspace{}
13607 \end_inset
13608
13609 1
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 Chip
13619 \begin_inset space \thinspace{}
13620 \end_inset
13621
13622 2
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 </row>
13637 <row>
13638 <cell alignment="center" valignment="top" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 \begin_inset ERT
13643 status collapsed
13644
13645 \begin_layout Plain Layout
13646
13647
13648 \backslash
13649 cmidrule(r){2-2}
13650 \end_layout
13651
13652 \end_inset
13653
13654
13655 \begin_inset ERT
13656 status collapsed
13657
13658 \begin_layout Plain Layout
13659
13660
13661 \backslash
13662 cmidrule(l){3-4}
13663 \end_layout
13664
13665 \end_inset
13666
13667
13668 \begin_inset ERT
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672
13673
13674 \backslash
13675 morecmidrules 
13676 \end_layout
13677
13678 \end_inset
13679
13680
13681 \begin_inset ERT
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685
13686
13687 \backslash
13688 cmidrule{2-4}
13689 \end_layout
13690
13691 \end_inset
13692
13693 Detektordicke in µm
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 300
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 300
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 700
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 </row>
13726 <row>
13727 <cell alignment="center" valignment="top" topline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 Kantenwinkel in °
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 3,55
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 2,71
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" topline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 7,99
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 räumliche Auf\SpecialChar \textcompwordmark{}
13770 lösung in µm
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 4,26
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 10,17
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 10,56
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row topspace="default">
13804 <cell alignment="center" valignment="top" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 MTF bei 
13809 \begin_inset Formula $f_{\mathrm{max}}$
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 0,53
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 0,37
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 0,39
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 </row>
13845 <row>
13846 <cell alignment="center" valignment="top" topline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 \begin_inset ERT
13851 status collapsed
13852
13853 \begin_layout Plain Layout
13854
13855
13856 \backslash
13857 morecmidrules 
13858 \end_layout
13859
13860 \end_inset
13861
13862
13863 \begin_inset ERT
13864 status collapsed
13865
13866 \begin_layout Plain Layout
13867
13868
13869 \backslash
13870 cmidrule{3-4}
13871 \end_layout
13872
13873 \end_inset
13874
13875 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13876 lösung
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row>
13910 <cell alignment="center" valignment="top" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 in µm
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 129,7
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 52,75
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 50,78
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 </row>
13947 <row>
13948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 in % der Pixelgröße
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 76,3
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 95,9
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 92,3
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 </lyxtabular>
13986
13987 \end_inset
13988
13989
13990 \end_layout
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \begin_layout Section
13998 Vertikale Tabellen-Ausrichtung
13999 \begin_inset Index idx
14000 status collapsed
14001
14002 \begin_layout Plain Layout
14003 Tabellen ! Ausrichtung
14004 \end_layout
14005
14006 \end_inset
14007
14008
14009 \end_layout
14010
14011 \begin_layout Standard
14012 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14013  einer Box sein.
14014  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14015 \begin_inset space ~
14016 \end_inset
14017
14018
14019 \begin_inset CommandInset ref
14020 LatexCommand ref
14021 reference "abs:Box-Dialog"
14022
14023 \end_inset
14024
14025  beschrieben.
14026 \end_layout
14027
14028 \begin_layout Standard
14029 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14030 \begin_inset Foot
14031 status collapsed
14032
14033 \begin_layout Plain Layout
14034 Minipages werden in Abschnitt
14035 \begin_inset space ~
14036 \end_inset
14037
14038
14039 \begin_inset CommandInset ref
14040 LatexCommand ref
14041 reference "abs:Minipage"
14042
14043 \end_inset
14044
14045  beschrieben.
14046 \end_layout
14047
14048 \end_inset
14049
14050  mit 15
14051 \begin_inset space \thinspace{}
14052 \end_inset
14053
14054 col%-Breite:
14055 \end_layout
14056
14057 \begin_layout Itemize
14058 Test 
14059 \begin_inset Box Frameless
14060 position "t"
14061 hor_pos "c"
14062 has_inner_box 1
14063 inner_pos "c"
14064 use_parbox 0
14065 use_makebox 0
14066 width "15col%"
14067 special "none"
14068 height "1in"
14069 height_special "totalheight"
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073 \begin_inset Tabular
14074 <lyxtabular version="3" rows="3" columns="3">
14075 <features tabularvalignment="middle">
14076 <column alignment="center" valignment="top" width="0">
14077 <column alignment="center" valignment="top" width="0">
14078 <column alignment="center" valignment="top" width="0">
14079 <row>
14080 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 Tabelle 1
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 </row>
14108 <row>
14109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 b
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 e
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 h
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 <row>
14138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 c
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 f
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 i
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 </lyxtabular>
14167
14168 \end_inset
14169
14170
14171 \end_layout
14172
14173 \end_inset
14174
14175  Test 
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180
14181
14182 \backslash
14183 raisebox{0.85
14184 \backslash
14185 baselineskip}{
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \begin_inset Box Frameless
14192 position "t"
14193 hor_pos "c"
14194 has_inner_box 1
14195 inner_pos "c"
14196 use_parbox 0
14197 use_makebox 0
14198 width "15col%"
14199 special "none"
14200 height "1in"
14201 height_special "totalheight"
14202 status collapsed
14203
14204 \begin_layout Plain Layout
14205 \begin_inset Tabular
14206 <lyxtabular version="3" rows="3" columns="3">
14207 <features tabularvalignment="middle">
14208 <column alignment="center" valignment="top" width="0">
14209 <column alignment="center" valignment="top" width="0">
14210 <column alignment="center" valignment="top" width="0">
14211 <row>
14212 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 Tabelle 2
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 </row>
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 b
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 e
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 h
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 </row>
14269 <row>
14270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 c
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283 f
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 i
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 </row>
14298 </lyxtabular>
14299
14300 \end_inset
14301
14302
14303 \end_layout
14304
14305 \end_inset
14306
14307
14308 \begin_inset ERT
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313 }
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Itemize
14322 Test 
14323 \begin_inset Box Frameless
14324 position "c"
14325 hor_pos "c"
14326 has_inner_box 1
14327 inner_pos "c"
14328 use_parbox 0
14329 use_makebox 0
14330 width "15col%"
14331 special "none"
14332 height "1in"
14333 height_special "totalheight"
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337 \begin_inset Tabular
14338 <lyxtabular version="3" rows="3" columns="3">
14339 <features tabularvalignment="middle">
14340 <column alignment="center" valignment="top" width="0">
14341 <column alignment="center" valignment="top" width="0">
14342 <column alignment="center" valignment="top" width="0">
14343 <row>
14344 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 Tabelle 3
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 </row>
14372 <row>
14373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 b
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 e
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395 h
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 </row>
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 c
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 f
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 i
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 </row>
14430 </lyxtabular>
14431
14432 \end_inset
14433
14434
14435 \end_layout
14436
14437 \end_inset
14438
14439
14440 \end_layout
14441
14442 \begin_layout Itemize
14443 Test 
14444 \begin_inset Box Frameless
14445 position "b"
14446 hor_pos "c"
14447 has_inner_box 1
14448 inner_pos "c"
14449 use_parbox 0
14450 use_makebox 0
14451 width "15col%"
14452 special "none"
14453 height "1in"
14454 height_special "totalheight"
14455 status collapsed
14456
14457 \begin_layout Plain Layout
14458 \begin_inset Tabular
14459 <lyxtabular version="3" rows="3" columns="3">
14460 <features tabularvalignment="middle">
14461 <column alignment="center" valignment="top" width="0">
14462 <column alignment="center" valignment="top" width="0">
14463 <column alignment="center" valignment="top" width="0">
14464 <row>
14465 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 Tabelle 4
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 </row>
14493 <row>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 b
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507 e
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516 h
14517 \end_layout
14518
14519 \end_inset
14520 </cell>
14521 </row>
14522 <row>
14523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 c
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 f
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 i
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 </row>
14551 </lyxtabular>
14552
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \end_inset
14559
14560 Test 
14561 \begin_inset ERT
14562 status collapsed
14563
14564 \begin_layout Plain Layout
14565
14566
14567 \backslash
14568 raisebox{-0.32
14569 \backslash
14570 baselineskip}{
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \begin_inset Box Frameless
14577 position "b"
14578 hor_pos "c"
14579 has_inner_box 1
14580 inner_pos "c"
14581 use_parbox 0
14582 use_makebox 0
14583 width "15col%"
14584 special "none"
14585 height "1in"
14586 height_special "totalheight"
14587 status collapsed
14588
14589 \begin_layout Plain Layout
14590 \begin_inset Tabular
14591 <lyxtabular version="3" rows="3" columns="3">
14592 <features tabularvalignment="middle">
14593 <column alignment="center" valignment="top" width="0">
14594 <column alignment="center" valignment="top" width="0">
14595 <column alignment="center" valignment="top" width="0">
14596 <row>
14597 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 Tabelle 5
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 </row>
14625 <row>
14626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630 b
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 e
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648 h
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 </row>
14654 <row>
14655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659 c
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 f
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677 i
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 </row>
14683 </lyxtabular>
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \end_inset
14691
14692
14693 \begin_inset ERT
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697
14698 }
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14708 \begin_inset space \space{}
14709 \end_inset
14710
14711 1 und letzten Zeile von Tabelle
14712 \begin_inset space \space{}
14713 \end_inset
14714
14715 4 bezüglich dem Wort 
14716 \begin_inset Quotes gld
14717 \end_inset
14718
14719 Test
14720 \begin_inset Quotes grd
14721 \end_inset
14722
14723  nicht richtig ausgerichtet.
14724  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14725 \begin_inset Quotes gld
14726 \end_inset
14727
14728 Raisebox
14729 \begin_inset Quotes grd
14730 \end_inset
14731
14732
14733 \begin_inset Foot
14734 status collapsed
14735
14736 \begin_layout Plain Layout
14737 Raiseboxen werden in Abschnitt
14738 \begin_inset space ~
14739 \end_inset
14740
14741
14742 \begin_inset CommandInset ref
14743 LatexCommand ref
14744 reference "uab:Vertikale-Ausrichtung"
14745
14746 \end_inset
14747
14748  beschrieben.
14749 \end_layout
14750
14751 \end_inset
14752
14753  setzen.
14754  In Tabelle
14755 \begin_inset space \space{}
14756 \end_inset
14757
14758 2 wurde der Text mit dem Befehl
14759 \end_layout
14760
14761 \begin_layout Standard
14762
14763 \series bold
14764
14765 \backslash
14766 raisebox{0.85
14767 \backslash
14768 baselineskip}{
14769 \end_layout
14770
14771 \begin_layout Standard
14772 vor der Box ausgerichtet.
14773  Hinter der Box wurde auch noch 
14774 \series bold
14775 }
14776 \series default
14777  als TeX-Code eingefügt, weil der obige Befehl mit 
14778 \series bold
14779 {
14780 \series default
14781  aufhörte.
14782  Für Tabelle
14783 \begin_inset space \space{}
14784 \end_inset
14785
14786 5 wurde der Befehl
14787 \end_layout
14788
14789 \begin_layout Standard
14790
14791 \series bold
14792
14793 \backslash
14794 raisebox{-0.32
14795 \backslash
14796 baselineskip}{
14797 \end_layout
14798
14799 \begin_layout Standard
14800 benutzt.
14801 \end_layout
14802
14803 \begin_layout Standard
14804 \begin_inset Note Greyedout
14805 status open
14806
14807 \begin_layout Plain Layout
14808
14809 \series bold
14810 Bemerkung:
14811 \series default
14812  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14813  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14814  Der Faktor im 
14815 \series bold
14816
14817 \backslash
14818 raisebox
14819 \series default
14820 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \begin_layout Section
14829 Farbige Tabellen
14830 \begin_inset CommandInset label
14831 LatexCommand label
14832 name "abs:Farbige-Tabellen"
14833
14834 \end_inset
14835
14836
14837 \begin_inset Index idx
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841 Tabellen ! farbige
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \begin_layout Subsection
14850 Farbige Zellen
14851 \begin_inset Index idx
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855 farbige !  Tabellenzellen
14856 \end_layout
14857
14858 \end_inset
14859
14860
14861 \end_layout
14862
14863 \begin_layout Standard
14864 \begin_inset Float table
14865 placement h
14866 wide false
14867 sideways false
14868 status open
14869
14870 \begin_layout Plain Layout
14871 \begin_inset Caption
14872
14873 \begin_layout Plain Layout
14874 \begin_inset CommandInset label
14875 LatexCommand label
14876 name "tab:Farbige-Tabelle-ohne"
14877
14878 \end_inset
14879
14880 Farbige Tabelle, ohne Paket 
14881 \series bold
14882 colortbl
14883 \series default
14884
14885 \begin_inset Argument
14886 status collapsed
14887
14888 \begin_layout Plain Layout
14889 Tabelle ohne 
14890 \family typewriter
14891 colortbl
14892 \end_layout
14893
14894 \end_inset
14895
14896
14897 \end_layout
14898
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \begin_layout Plain Layout
14905 \align center
14906 \begin_inset Tabular
14907 <lyxtabular version="3" rows="3" columns="3">
14908 <features tabularvalignment="middle">
14909 <column alignment="center" valignment="top" width="0">
14910 <column alignment="center" valignment="top" width="0">
14911 <column alignment="center" valignment="top" width="0">
14912 <row>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917
14918 \color green
14919 a
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928
14929 \color red
14930 b
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939
14940 \color red
14941 c
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \color green
14954 d
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963
14964 \color blue
14965 e
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \color blue
14976 f
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 </row>
14982 <row>
14983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987
14988 \color green
14989 g
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998
14999 \color blue
15000 h
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009
15010 \color blue
15011 i
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 </row>
15017 </lyxtabular>
15018
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \begin_layout Standard
15030 \begin_inset CommandInset label
15031 LatexCommand label
15032 name "Wenn-Sie-nur"
15033
15034 \end_inset
15035
15036 Wenn Sie nur farbigen Text
15037 \begin_inset Index idx
15038 status collapsed
15039
15040 \begin_layout Plain Layout
15041 Farbe ! für Text
15042 \end_layout
15043
15044 \end_inset
15045
15046  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15047  auf den Werkzeugleistenknopf 
15048 \begin_inset Graphics
15049         filename ../../images/dialog-show_character.png
15050         scale 70
15051         scaleBeforeRotation
15052
15053 \end_inset
15054
15055  oder über das Menü 
15056 \family sans
15057 Bearbeiten\SpecialChar \menuseparator
15058 Textstil\SpecialChar \menuseparator
15059 Benutzerdefiniert
15060 \family default
15061  mit dem 
15062 \family sans
15063 Textstil
15064 \family default
15065 -Dialog wie es in Tabelle
15066 \begin_inset space ~
15067 \end_inset
15068
15069
15070 \begin_inset CommandInset ref
15071 LatexCommand ref
15072 reference "tab:Farbige-Tabelle-ohne"
15073
15074 \end_inset
15075
15076  gemacht wurde.
15077  In anderen Fällen müssen Sie das LaTeX-Paket 
15078 \series bold
15079 colortbl
15080 \series default
15081  benutzen.
15082 \begin_inset Index idx
15083 status collapsed
15084
15085 \begin_layout Plain Layout
15086 LaTeX-Pakete ! colortbl
15087 \end_layout
15088
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \begin_layout Standard
15095 \begin_inset ERT
15096 status collapsed
15097
15098 \begin_layout Plain Layout
15099
15100
15101 \backslash
15102 ifcolortbl
15103 \end_layout
15104
15105 \end_inset
15106
15107
15108 \begin_inset Note Note
15109 status open
15110
15111 \begin_layout Plain Layout
15112 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15113 \series bold
15114 colortbl
15115 \series default
15116  installiert ist.
15117 \end_layout
15118
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \begin_layout Standard
15125 Um farbige Tabellen zu erzeugen, muss 
15126 \series bold
15127 colortbl
15128 \series default
15129  im LaTeX-Vorspann geladen werden:
15130 \end_layout
15131
15132 \begin_layout Standard
15133
15134 \series bold
15135
15136 \backslash
15137 usepackage{colortbl}
15138 \end_layout
15139
15140 \begin_layout Standard
15141 Die Farbe einer Spalte ändert man dann mit dem Befehl
15142 \end_layout
15143
15144 \begin_layout Standard
15145
15146 \series bold
15147
15148 \backslash
15149 columncolor{Farbname}
15150 \end_layout
15151
15152 \begin_layout Standard
15153 innerhalb des Befehls 
15154 \series bold
15155 >{}
15156 \series default
15157 .
15158  Mehr über den Befehl 
15159 \series bold
15160 >{}
15161 \series default
15162  finden Sie im Abschnitt
15163 \begin_inset space ~
15164 \end_inset
15165
15166
15167 \begin_inset CommandInset ref
15168 LatexCommand ref
15169 reference "uab:Mehrfachspalten-Berechnungen"
15170
15171 \end_inset
15172
15173 .
15174 \end_layout
15175
15176 \begin_layout Standard
15177 Folgende Farbnamen sind vordefiniert:
15178 \end_layout
15179
15180 \begin_layout Standard
15181
15182 \family sans
15183 red
15184 \family default
15185
15186 \family sans
15187 green
15188 \family default
15189
15190 \family sans
15191 yellow
15192 \family default
15193
15194 \family sans
15195 blue
15196 \family default
15197
15198 \family sans
15199 cyan
15200 \family default
15201
15202 \family sans
15203 magenta
15204 \family default
15205
15206 \family sans
15207 black
15208 \family default
15209  und 
15210 \family sans
15211 white
15212 \begin_inset Newline newline
15213 \end_inset
15214
15215 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15216 \family default
15217 und
15218 \family sans
15219  weiß
15220 \family default
15221 ).
15222 \end_layout
15223
15224 \begin_layout Standard
15225 \begin_inset VSpace medskip
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \begin_layout Standard
15232 Sie können auch eigene Farben definieren:
15233 \end_layout
15234
15235 \begin_layout Standard
15236
15237 \series bold
15238
15239 \backslash
15240 definecolor{Farbname}{Farbmodell}{Farbwerte}
15241 \end_layout
15242
15243 \begin_layout Standard
15244 Das Farbmodell kann eins der folgenden sein:
15245 \end_layout
15246
15247 \begin_layout Labeling
15248 \labelwidthstring 00.00.0000
15249 cmyk: cyan, magenta, yellow, black
15250 \end_layout
15251
15252 \begin_layout Labeling
15253 \labelwidthstring 00.00.0000
15254 rgb: red, green blue
15255 \end_layout
15256
15257 \begin_layout Labeling
15258 \labelwidthstring 00.00.0000
15259 gray: gray
15260 \end_layout
15261
15262 \begin_layout Standard
15263 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15264  die die entsprechende Farbe für das Farbmodell beschreiben.
15265 \end_layout
15266
15267 \begin_layout Standard
15268 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15269 \emph on
15270
15271 \begin_inset Quotes gld
15272 \end_inset
15273
15274 dunkelgruen
15275 \emph default
15276
15277 \begin_inset Quotes grd
15278 \end_inset
15279
15280  und 
15281 \begin_inset Quotes gld
15282 \end_inset
15283
15284
15285 \emph on
15286 hellgrau
15287 \emph default
15288
15289 \begin_inset Quotes grd
15290 \end_inset
15291
15292  folgendermaßen definieren:
15293 \end_layout
15294
15295 \begin_layout Standard
15296
15297 \series bold
15298
15299 \backslash
15300 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15301 \end_layout
15302
15303 \begin_layout Standard
15304
15305 \series bold
15306
15307 \backslash
15308 definecolor{hellgrau}{gray}{0.8}
15309 \end_layout
15310
15311 \begin_layout Standard
15312 \begin_inset VSpace medskip
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Standard
15319 Linien werden mit dem Befehl
15320 \end_layout
15321
15322 \begin_layout Standard
15323
15324 \series bold
15325
15326 \backslash
15327 rowcolor{Farbname}
15328 \end_layout
15329
15330 \begin_layout Standard
15331 gefärbt, Zellen mit dem Befehl
15332 \end_layout
15333
15334 \begin_layout Standard
15335
15336 \series bold
15337
15338 \backslash
15339 cellcolor{Farbname}
15340 \end_layout
15341
15342 \begin_layout Standard
15343 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15344 \end_layout
15345
15346 \begin_layout Standard
15347 Um nur Text zu färben, machen Sie es wie 
15348 \begin_inset CommandInset ref
15349 LatexCommand vpageref
15350 reference "Wenn-Sie-nur"
15351
15352 \end_inset
15353
15354  beschrieben.
15355  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15356 \emph on
15357 markieren Sie nur den Text
15358 \emph default
15359 , sonst werden Sie LaTeX-Fehler erzeugen.
15360 \end_layout
15361
15362 \begin_layout Standard
15363 \begin_inset Note Greyedout
15364 status open
15365
15366 \begin_layout Plain Layout
15367
15368 \series bold
15369 Achtung:
15370 \series default
15371  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15372 \end_layout
15373
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \begin_layout Standard
15380 \begin_inset VSpace medskip
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \begin_layout Standard
15387 Die Tabelle
15388 \begin_inset space ~
15389 \end_inset
15390
15391
15392 \begin_inset CommandInset ref
15393 LatexCommand ref
15394 reference "tab:Table-colored-using"
15395
15396 \end_inset
15397
15398  wurde folgendermaßen erstellt: die erste Spalte soll 
15399 \emph on
15400
15401 \begin_inset Quotes gld
15402 \end_inset
15403
15404 dunkelgruen
15405 \emph default
15406
15407 \begin_inset Quotes grd
15408 \end_inset
15409
15410  werden, also müssen Sie ins 
15411 \family sans
15412 LaTe
15413 \begin_inset ERT
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417
15418 {}
15419 \end_layout
15420
15421 \end_inset
15422
15423 X-Argument
15424 \family default
15425  der Zellen der ersten Spalte den Befehl
15426 \end_layout
15427
15428 \begin_layout Standard
15429
15430 \series bold
15431 >{
15432 \backslash
15433 columncolor{dunkelgruen}
15434 \backslash
15435 centering}c
15436 \end_layout
15437
15438 \begin_layout Standard
15439 schreiben.
15440  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15441 \end_layout
15442
15443 \begin_layout Standard
15444
15445 \series bold
15446
15447 \backslash
15448 rowcolor{cyan}
15449 \end_layout
15450
15451 \begin_layout Standard
15452 in die erste Zelle der ersten Zeile eingefügt.
15453  Diese Farbe ersetzt die Spaltenfarbe.
15454  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15455  wird mit folgendem Befehl erreicht:
15456 \end_layout
15457
15458 \begin_layout Standard
15459
15460 \series bold
15461
15462 \backslash
15463 cellcolor{magenta}
15464 \end_layout
15465
15466 \begin_layout Standard
15467 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15468 \family sans
15469 Textstil
15470 \family default
15471 -Dialog.
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset Float table
15476 placement h
15477 wide false
15478 sideways false
15479 status open
15480
15481 \begin_layout Plain Layout
15482 \begin_inset Caption
15483
15484 \begin_layout Plain Layout
15485 \begin_inset CommandInset label
15486 LatexCommand label
15487 name "tab:Table-colored-using"
15488
15489 \end_inset
15490
15491 Eine mit dem Paket 
15492 \series bold
15493 colortbl
15494 \series default
15495  gefärbte Tabelle
15496 \begin_inset Argument
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500 Tabelle mit 
15501 \family typewriter
15502 colortbl
15503 \end_layout
15504
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \begin_layout Plain Layout
15516 \align center
15517 \begin_inset Tabular
15518 <lyxtabular version="3" rows="3" columns="3">
15519 <features tabularvalignment="middle">
15520 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15521 <column alignment="center" valignment="top" width="0">
15522 <column alignment="center" valignment="top" width="0">
15523 <row>
15524 <cell alignment="center" valignment="top" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 \begin_inset ERT
15529 status collapsed
15530
15531 \begin_layout Plain Layout
15532
15533
15534 \backslash
15535 rowcolor{cyan}
15536 \end_layout
15537
15538 \end_inset
15539
15540
15541 \color magenta
15542 a
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \color red
15553 b
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \color red
15564 c
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 <row>
15571 <cell alignment="center" valignment="top" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \color yellow
15577 d
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \color blue
15588 e
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 <cell alignment="center" valignment="top" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597
15598 \color blue
15599 f
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 </row>
15605 <row>
15606 <cell alignment="center" valignment="top" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \color yellow
15612 g
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621
15622 \color blue
15623 h
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 <cell alignment="center" valignment="top" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632 \begin_inset ERT
15633 status collapsed
15634
15635 \begin_layout Plain Layout
15636
15637
15638 \backslash
15639 cellcolor{magenta}
15640 \end_layout
15641
15642 \end_inset
15643
15644
15645 \color green
15646 i
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 </row>
15652 </lyxtabular>
15653
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Standard
15665 \begin_inset ERT
15666 status collapsed
15667
15668 \begin_layout Plain Layout
15669
15670
15671 \backslash
15672 else
15673 \end_layout
15674
15675 \end_inset
15676
15677
15678 \begin_inset Note Note
15679 status open
15680
15681 \begin_layout Plain Layout
15682 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15683 \series bold
15684 colortbl
15685 \series default
15686  nicht installiert ist:
15687 \end_layout
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \begin_layout Standard
15695 Sie müssen das LaTeX-Paket 
15696 \series bold
15697 colortbl
15698 \series default
15699  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15700 \end_layout
15701
15702 \begin_layout Standard
15703 \begin_inset ERT
15704 status collapsed
15705
15706 \begin_layout Plain Layout
15707
15708
15709 \backslash
15710 fi
15711 \end_layout
15712
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \begin_layout Subsection
15719 Farbige Linien
15720 \begin_inset Index idx
15721 status collapsed
15722
15723 \begin_layout Plain Layout
15724 farbige !  Tabellenlinien
15725 \end_layout
15726
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \begin_layout Standard
15733 Wie in Abschnitt
15734 \begin_inset space ~
15735 \end_inset
15736
15737
15738 \begin_inset CommandInset ref
15739 LatexCommand ref
15740 reference "uab:Liniendicke"
15741
15742 \end_inset
15743
15744  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15745 \series bold
15746
15747 \backslash
15748 arrayrulewidth
15749 \series default
15750  definiert werden.
15751  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15752 \begin_inset space \thinspace{}
15753 \end_inset
15754
15755 pt gesetzt.
15756 \begin_inset ERT
15757 status collapsed
15758
15759 \begin_layout Plain Layout
15760
15761
15762 \backslash
15763 setlength{
15764 \backslash
15765 arrayrulewidth}{1.5pt}
15766 \end_layout
15767
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \begin_layout Standard
15774 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15775 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15776 \begin_inset space ~
15777 \end_inset
15778
15779
15780 \begin_inset CommandInset ref
15781 LatexCommand ref
15782 reference "uab:Angepasste-Zellen-/Spaltenformate"
15783
15784 \end_inset
15785
15786  definiert:
15787 \end_layout
15788
15789 \begin_layout Standard
15790
15791 \series bold
15792
15793 \backslash
15794 newcolumntype{W}{!{
15795 \backslash
15796 color{green}
15797 \backslash
15798 vline}}
15799 \end_layout
15800
15801 \begin_layout Standard
15802 In Tabelle
15803 \begin_inset space ~
15804 \end_inset
15805
15806
15807 \begin_inset CommandInset ref
15808 LatexCommand ref
15809 reference "tab:Tabelle-mit-farbigen-vert"
15810
15811 \end_inset
15812
15813  wurde das LaTeX-Argument 
15814 \series bold
15815 WcW
15816 \series default
15817  für die letzte und 
15818 \series bold
15819 Wc
15820 \series default
15821  für die anderen Spalten benutzt.
15822 \end_layout
15823
15824 \begin_layout Standard
15825 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15826 \end_layout
15827
15828 \begin_layout Standard
15829 \begin_inset Float table
15830 placement h
15831 wide false
15832 sideways false
15833 status open
15834
15835 \begin_layout Plain Layout
15836 \begin_inset Caption
15837
15838 \begin_layout Plain Layout
15839 \begin_inset CommandInset label
15840 LatexCommand label
15841 name "tab:Tabelle-mit-farbigen-vert"
15842
15843 \end_inset
15844
15845 Tabelle mit farbigen vertikalen Linien
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \begin_layout Plain Layout
15854 \align center
15855 \begin_inset Tabular
15856 <lyxtabular version="3" rows="3" columns="3">
15857 <features tabularvalignment="middle">
15858 <column alignment="center" valignment="top" width="0" special="Wc">
15859 <column alignment="center" valignment="top" width="0" special="Wc">
15860 <column alignment="center" valignment="top" width="0" special="WcW">
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 sd
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 <row>
15891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 sd
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row>
15920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 sd
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 </lyxtabular>
15949
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Standard
15961 \begin_inset VSpace bigskip
15962 \end_inset
15963
15964 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15965 \begin_inset space ~
15966 \end_inset
15967
15968
15969 \begin_inset CommandInset ref
15970 LatexCommand ref
15971 reference "tab:Tabelle-mit-farbigen-horiz"
15972
15973 \end_inset
15974
15975 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15976  einfügen:
15977 \end_layout
15978
15979 \begin_layout Standard
15980
15981 \series bold
15982
15983 \backslash
15984 let
15985 \backslash
15986 myHlineC
15987 \backslash
15988 hline
15989 \begin_inset Newline newline
15990 \end_inset
15991
15992
15993 \backslash
15994 renewcommand{
15995 \backslash
15996 hline}
15997 \begin_inset Newline newline
15998 \end_inset
15999
16000
16001 \begin_inset Phantom HPhantom
16002 status open
16003
16004 \begin_layout Plain Layout
16005
16006 \series bold
16007 \begin_inset space ~
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \end_inset
16014
16015 {
16016 \backslash
16017 arrayrulecolor{red}
16018 \backslash
16019 myHlineC
16020 \backslash
16021 arrayrulecolor{black}}
16022 \end_layout
16023
16024 \begin_layout Standard
16025 \begin_inset ERT
16026 status collapsed
16027
16028 \begin_layout Plain Layout
16029
16030
16031 \backslash
16032 let
16033 \backslash
16034 myHlineC
16035 \backslash
16036 hline
16037 \end_layout
16038
16039 \begin_layout Plain Layout
16040
16041
16042 \backslash
16043 renewcommand{
16044 \backslash
16045 hline}
16046 \end_layout
16047
16048 \begin_layout Plain Layout
16049
16050  {
16051 \backslash
16052 arrayrulecolor{red}
16053 \backslash
16054 myHlineC
16055 \backslash
16056 arrayrulecolor{black}}
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \begin_inset Float table
16063 placement h
16064 wide false
16065 sideways false
16066 status open
16067
16068 \begin_layout Plain Layout
16069 \begin_inset Caption
16070
16071 \begin_layout Plain Layout
16072 \begin_inset CommandInset label
16073 LatexCommand label
16074 name "tab:Tabelle-mit-farbigen-horiz"
16075
16076 \end_inset
16077
16078 Tabelle mit farbigen horizontalen Linien
16079 \end_layout
16080
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \begin_layout Plain Layout
16087 \align center
16088 \begin_inset Tabular
16089 <lyxtabular version="3" rows="3" columns="3">
16090 <features tabularvalignment="middle">
16091 <column alignment="center" valignment="top" width="0">
16092 <column alignment="center" valignment="top" width="0">
16093 <column alignment="center" valignment="top" width="0">
16094 <row>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 sd
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Plain Layout
16108
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 </row>
16123 <row>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 sd
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 </row>
16152 <row>
16153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 sd
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 </row>
16181 </lyxtabular>
16182
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \end_inset
16189
16190
16191 \end_layout
16192
16193 \begin_layout Standard
16194 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16195  als TeX-Code hinter der Tabelle einfügen:
16196 \end_layout
16197
16198 \begin_layout Standard
16199
16200 \series bold
16201
16202 \backslash
16203 renewcommand{
16204 \backslash
16205 hline}{
16206 \backslash
16207 myHlineC}
16208 \end_layout
16209
16210 \begin_layout Standard
16211 Tabelle
16212 \begin_inset space ~
16213 \end_inset
16214
16215
16216 \begin_inset CommandInset ref
16217 LatexCommand ref
16218 reference "tab:Table-with-colored"
16219
16220 \end_inset
16221
16222  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16223 \end_layout
16224
16225 \begin_layout Standard
16226 \begin_inset Float table
16227 placement h
16228 wide false
16229 sideways false
16230 status open
16231
16232 \begin_layout Plain Layout
16233 \begin_inset Caption
16234
16235 \begin_layout Plain Layout
16236 \begin_inset CommandInset label
16237 LatexCommand label
16238 name "tab:Table-with-colored"
16239
16240 \end_inset
16241
16242 Tabelle mit farbigen Linien
16243 \end_layout
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \begin_layout Plain Layout
16251 \align center
16252 \begin_inset Tabular
16253 <lyxtabular version="3" rows="3" columns="3">
16254 <features tabularvalignment="middle">
16255 <column alignment="center" valignment="top" width="0" special="Wc">
16256 <column alignment="center" valignment="top" width="0" special="Wc">
16257 <column alignment="center" valignment="top" width="0" special="WcW">
16258 <row>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 sd
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" topline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 </row>
16287 <row>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 sd
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row topspace="default">
16317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 sd
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 </lyxtabular>
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 \begin_inset ERT
16359 status collapsed
16360
16361 \begin_layout Plain Layout
16362
16363
16364 \backslash
16365 renewcommand{
16366 \backslash
16367 hline}{
16368 \backslash
16369 myHlineC}
16370 \end_layout
16371
16372 \end_inset
16373
16374
16375 \end_layout
16376
16377 \begin_layout Standard
16378 \begin_inset ERT
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382
16383
16384 \backslash
16385 setlength{
16386 \backslash
16387 arrayrulewidth}{0.4pt}
16388 \end_layout
16389
16390 \end_inset
16391
16392
16393 \begin_inset Note Note
16394 status collapsed
16395
16396 \begin_layout Plain Layout
16397 setzt die Liniendicke wieder auf ihren Standardwert zurück
16398 \end_layout
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \begin_layout Section
16406 Tabellen-Anpassung
16407 \begin_inset Index idx
16408 status collapsed
16409
16410 \begin_layout Plain Layout
16411 Tabellen ! Anpassung
16412 \end_layout
16413
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \begin_layout Subsection
16420 Zeilenabstand
16421 \begin_inset CommandInset label
16422 LatexCommand label
16423 name "uab:Zeilenabstand"
16424
16425 \end_inset
16426
16427
16428 \begin_inset Index idx
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432 Tabellen ! Zeilenabstand
16433 \end_layout
16434
16435 \end_inset
16436
16437
16438 \end_layout
16439
16440 \begin_layout Standard
16441 Auf der Karteikarte 
16442 \family sans
16443 Rahmen
16444 \family default
16445  des 
16446 \family sans
16447 Tabellen-Einstellungen
16448 \family default
16449 -Dialogs können Sie 
16450 \family sans
16451 zusätzliche
16452 \begin_inset space ~
16453 \end_inset
16454
16455 Abstände
16456 \family default
16457  einfügen.
16458  Dabei haben Sie drei Möglichkeiten:
16459 \end_layout
16460
16461 \begin_layout Description
16462 Oberhalb
16463 \begin_inset space ~
16464 \end_inset
16465
16466 der
16467 \begin_inset space ~
16468 \end_inset
16469
16470 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16471  Bei einer formalen Tabelle
16472 \begin_inset Foot
16473 status collapsed
16474
16475 \begin_layout Plain Layout
16476 Formale Tabellen wurden in Abschnitt
16477 \begin_inset space ~
16478 \end_inset
16479
16480
16481 \begin_inset CommandInset ref
16482 LatexCommand ref
16483 reference "abs:Formale-Tabellen"
16484
16485 \end_inset
16486
16487  beschrieben.
16488 \end_layout
16489
16490 \end_inset
16491
16492  fügt LyX standardmäßig 0.5
16493 \begin_inset space \thinspace{}
16494 \end_inset
16495
16496 em Leerraum ein.
16497  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16498 \begin_inset VSpace medskip
16499 \end_inset
16500
16501
16502 \begin_inset Newline newline
16503 \end_inset
16504
16505
16506 \begin_inset space \hspace*{}
16507 \length 0pt
16508 \end_inset
16509
16510
16511 \begin_inset space \hfill{}
16512 \end_inset
16513
16514
16515 \begin_inset Tabular
16516 <lyxtabular version="3" rows="3" columns="1">
16517 <features tabularvalignment="middle">
16518 <column alignment="center" valignment="top" width="0">
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 A
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 <row topspace="3mm">
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 3
16536 \begin_inset space \thinspace{}
16537 \end_inset
16538
16539 mm Leerraum oberhalb der Zeile
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 </row>
16545 <row>
16546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 C
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 </lyxtabular>
16557
16558 \end_inset
16559
16560
16561 \begin_inset space \hfill{}
16562 \end_inset
16563
16564
16565 \begin_inset space \hspace*{}
16566 \length 0pt
16567 \end_inset
16568
16569
16570 \begin_inset VSpace medskip
16571 \end_inset
16572
16573
16574 \begin_inset Newline newline
16575 \end_inset
16576
16577 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16578 n Linien verwenden.
16579 \end_layout
16580
16581 \begin_layout Description
16582 Unterhalb
16583 \begin_inset space ~
16584 \end_inset
16585
16586 der
16587 \begin_inset space ~
16588 \end_inset
16589
16590 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16591  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16592 \begin_inset space \thinspace{}
16593 \end_inset
16594
16595 em Leerraum ein.
16596  Bei normalen Tabellen ist der Standardwert 2
16597 \begin_inset space \thinspace{}
16598 \end_inset
16599
16600 pt.
16601 \end_layout
16602
16603 \begin_layout Description
16604 Zwischen
16605 \begin_inset space ~
16606 \end_inset
16607
16608 den
16609 \begin_inset space ~
16610 \end_inset
16611
16612 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16613  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16614 \begin_inset space \thinspace{}
16615 \end_inset
16616
16617 em Leerraum ein.
16618  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16619 \begin_inset VSpace medskip
16620 \end_inset
16621
16622
16623 \begin_inset Newline newline
16624 \end_inset
16625
16626
16627 \begin_inset space \hspace*{}
16628 \length 0pt
16629 \end_inset
16630
16631
16632 \begin_inset space \hfill{}
16633 \end_inset
16634
16635
16636 \begin_inset Tabular
16637 <lyxtabular version="3" rows="3" columns="1">
16638 <features tabularvalignment="middle">
16639 <column alignment="center" valignment="top" width="0">
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 A
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 <row interlinespace="3mm">
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 \begin_inset Formula $\downarrow$
16657 \end_inset
16658
16659  3
16660 \begin_inset space \thinspace{}
16661 \end_inset
16662
16663 mm Leerraum zwischen den Zeilen 
16664 \begin_inset Formula $\downarrow$
16665 \end_inset
16666
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 <row>
16674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 \begin_inset Formula $\uparrow$
16679 \end_inset
16680
16681  3
16682 \begin_inset space \thinspace{}
16683 \end_inset
16684
16685 mm Leerraum zwischen den Zeilen 
16686 \begin_inset Formula $\uparrow$
16687 \end_inset
16688
16689
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 </row>
16695 </lyxtabular>
16696
16697 \end_inset
16698
16699
16700 \begin_inset space \hfill{}
16701 \end_inset
16702
16703
16704 \begin_inset space \hspace*{}
16705 \length 0pt
16706 \end_inset
16707
16708
16709 \begin_inset VSpace medskip
16710 \end_inset
16711
16712
16713 \begin_inset Newline newline
16714 \end_inset
16715
16716 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16717 n Linien verwenden.
16718 \end_layout
16719
16720 \begin_layout Standard
16721 \begin_inset VSpace bigskip
16722 \end_inset
16723
16724 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16725  Befehlen im LaTeX-Vorspann machen:
16726 \end_layout
16727
16728 \begin_layout Standard
16729
16730 \series bold
16731
16732 \backslash
16733 @ifundefined{extrarowheight}
16734 \begin_inset Newline newline
16735 \end_inset
16736
16737
16738 \begin_inset Phantom HPhantom
16739 status open
16740
16741 \begin_layout Plain Layout
16742
16743 \series bold
16744 \begin_inset space ~
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751
16752 {
16753 \backslash
16754 usepackage{array}}{}
16755 \begin_inset Newline newline
16756 \end_inset
16757
16758
16759 \backslash
16760 setlength{
16761 \backslash
16762 extrarowheight}{Höhe}
16763 \end_layout
16764
16765 \begin_layout Standard
16766 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16767  ausgerichtet sind.
16768  (Das Paket 
16769 \series bold
16770 array
16771 \series default
16772  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16773  verwenden.
16774  Der Befehl 
16775 \series bold
16776
16777 \backslash
16778 @ifundefined
16779 \series default
16780  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16781 \end_layout
16782
16783 \begin_layout Standard
16784 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16785  zu nah an den Buchstaben.
16786  Das kann korrigiert werden, indem man den Befehl 
16787 \series bold
16788
16789 \backslash
16790 strut
16791 \series default
16792  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16793  Tabelle
16794 \begin_inset space ~
16795 \end_inset
16796
16797
16798 \begin_inset CommandInset ref
16799 LatexCommand ref
16800 reference "tab:Vertikale-Ausrichtung-von"
16801
16802 \end_inset
16803
16804  zeigt den Effekt.
16805 \end_layout
16806
16807 \begin_layout Standard
16808 \noindent
16809 \begin_inset Float table
16810 placement h
16811 wide false
16812 sideways false
16813 status open
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Caption
16817
16818 \begin_layout Plain Layout
16819 \begin_inset CommandInset label
16820 LatexCommand label
16821 name "tab:Vertikale-Ausrichtung-von"
16822
16823 \end_inset
16824
16825 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16826 \end_layout
16827
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \begin_layout Plain Layout
16834 \begin_inset space \hfill{}
16835 \end_inset
16836
16837
16838 \begin_inset Float table
16839 wide false
16840 sideways false
16841 status collapsed
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Caption
16845
16846 \begin_layout Plain Layout
16847 Normale Tabelle.
16848 \end_layout
16849
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \begin_layout Plain Layout
16856 \noindent
16857 \align center
16858 \begin_inset Tabular
16859 <lyxtabular version="3" rows="6" columns="1">
16860 <features tabularvalignment="middle">
16861 <column alignment="left" valignment="top" width="0">
16862 <row>
16863 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 Normal, g
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \size large
16880 Groß, g
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 <row>
16887 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891
16892 \size larger
16893 Größer, g
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 </row>
16899 <row>
16900 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \size largest
16906 noch Größer, g
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 <row>
16913 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \size huge
16919 Riesig
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \size giant
16932 Gigantisch
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 </lyxtabular>
16939
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \end_inset
16946
16947
16948 \begin_inset space \hfill{}
16949 \end_inset
16950
16951
16952 \begin_inset Float table
16953 wide false
16954 sideways false
16955 status collapsed
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Caption
16959
16960 \begin_layout Plain Layout
16961 Tabelle bei der der Befehl 
16962 \series bold
16963
16964 \backslash
16965 strut
16966 \series default
16967  verwendet wurde.
16968 \end_layout
16969
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \begin_layout Plain Layout
16976 \noindent
16977 \align center
16978 \begin_inset Tabular
16979 <lyxtabular version="3" rows="6" columns="1">
16980 <features tabularvalignment="middle">
16981 <column alignment="left" valignment="top" width="0">
16982 <row>
16983 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 Normal, g
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 <row>
16994 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998
16999 \size large
17000 \begin_inset ERT
17001 status collapsed
17002
17003 \begin_layout Plain Layout
17004
17005
17006 \backslash
17007 strut 
17008 \end_layout
17009
17010 \end_inset
17011
17012 Groß, g
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 </row>
17018 <row>
17019 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \size larger
17025 \begin_inset ERT
17026 status collapsed
17027
17028 \begin_layout Plain Layout
17029
17030
17031 \backslash
17032 strut 
17033 \end_layout
17034
17035 \end_inset
17036
17037 Größer, g
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 </row>
17043 <row>
17044 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048
17049 \size largest
17050 \begin_inset ERT
17051 status collapsed
17052
17053 \begin_layout Plain Layout
17054
17055
17056 \backslash
17057 strut 
17058 \end_layout
17059
17060 \end_inset
17061
17062 noch Größer, g
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 </row>
17068 <row>
17069 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073
17074 \size huge
17075 \begin_inset ERT
17076 status collapsed
17077
17078 \begin_layout Plain Layout
17079
17080
17081 \backslash
17082 strut 
17083 \end_layout
17084
17085 \end_inset
17086
17087 Riesig
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row>
17094 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \size giant
17100 \begin_inset ERT
17101 status collapsed
17102
17103 \begin_layout Plain Layout
17104
17105
17106 \backslash
17107 strut 
17108 \end_layout
17109
17110 \end_inset
17111
17112 Gigantisch
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 </lyxtabular>
17119
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126
17127
17128 \begin_inset space \hfill{}
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \begin_layout Subsection
17140 Besondere Zellenausrichtung
17141 \begin_inset CommandInset label
17142 LatexCommand label
17143 name "sub:Besondere-Zellenausrichtung"
17144
17145 \end_inset
17146
17147
17148 \begin_inset Index idx
17149 status collapsed
17150
17151 \begin_layout Plain Layout
17152 Tabellen ! Zellenausrichtung
17153 \end_layout
17154
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \begin_layout Standard
17161 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17162  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17163 \begin_inset space ~
17164 \end_inset
17165
17166
17167 \begin_inset CommandInset ref
17168 LatexCommand ref
17169 reference "tab:Tabellenzellen-sind-auf"
17170
17171 \end_inset
17172
17173 .
17174  Diese Ausrichtung erhält man, indem die 3
17175 \begin_inset space ~
17176 \end_inset
17177
17178 letzten Zellen der Spalte markiert und man dann entweder den Werkzeugleistenknop
17179
17180 \begin_inset Graphics
17181         filename ../../images/tabular-feature_align-decimal.png
17182         scale 85
17183         scaleBeforeRotation
17184
17185 \end_inset
17186
17187  drücken oder in den Tabelleneinstellungen die Ausrichtung auf 
17188 \family sans
17189 Am
17190 \begin_inset space ~
17191 \end_inset
17192
17193 Dezimaltrenner
17194 \family default
17195  setzen.
17196  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
17197  frei wählen.
17198 \end_layout
17199
17200 \begin_layout Standard
17201 \begin_inset Float table
17202 placement h
17203 wide false
17204 sideways false
17205 status open
17206
17207 \begin_layout Plain Layout
17208 \begin_inset Caption
17209
17210 \begin_layout Plain Layout
17211 \begin_inset CommandInset label
17212 LatexCommand label
17213 name "tab:Tabellenzellen-sind-auf"
17214
17215 \end_inset
17216
17217 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17218 \end_layout
17219
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \begin_layout Plain Layout
17226 \align center
17227 \begin_inset Tabular
17228 <lyxtabular version="3" rows="4" columns="1">
17229 <features booktabs="true" tabularvalignment="middle">
17230 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17231 <row>
17232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 Überschrift
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 <row>
17243 <cell alignment="center" valignment="top" topline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 12,6
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 0,68
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 </row>
17264 <row>
17265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 -123,0
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 </lyxtabular>
17276
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset Float table
17289 placement h
17290 wide false
17291 sideways false
17292 status open
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Caption
17296
17297 \begin_layout Plain Layout
17298 \begin_inset CommandInset label
17299 LatexCommand label
17300 name "tab:Tabellenzellen-Operator"
17301
17302 \end_inset
17303
17304 Tabellenzellen sind auf den Operator ausgerichtet
17305 \end_layout
17306
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \begin_layout Plain Layout
17313 \align center
17314 \begin_inset Tabular
17315 <lyxtabular version="3" rows="4" columns="2">
17316 <features booktabs="true" tabularvalignment="middle">
17317 <column alignment="right" valignment="top" width="0pt">
17318 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17319 <row>
17320 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 Überschrift
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 </row>
17339 <row>
17340 <cell alignment="center" valignment="top" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Formula $12\,+$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 \begin_inset Formula $\,6$
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 </row>
17365 <row>
17366 <cell alignment="center" valignment="top" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 \begin_inset Formula $0\,-$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 \begin_inset Formula $\,68$
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 \begin_inset Formula $-123\,/$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 <cell alignment="center" valignment="top" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408 \begin_inset Formula $\,0$
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 </lyxtabular>
17418
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \begin_layout Standard
17430 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
17431  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
17432  Formeln erlaubt.
17433  In diesem Fall verwendet man die Methode von Tabelle
17434 \begin_inset space ~
17435 \end_inset
17436
17437
17438 \begin_inset CommandInset ref
17439 LatexCommand ref
17440 reference "tab:Tabellenzellen-Operator"
17441
17442 \end_inset
17443
17444 .
17445  Diese Tabelle wurde als 4×2 Tabelle erstellt.
17446  Die Überschrift ist eine zentrierte Mehrfachspalte.
17447  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
17448  und den Operator.
17449  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
17450  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
17451  um den üblichen Leerraum um einen Operator zu erhalten.
17452  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
17453  für die zweite Spalte folgendes eingefügt:
17454 \end_layout
17455
17456 \begin_layout Standard
17457
17458 \series bold
17459 @{}l
17460 \end_layout
17461
17462 \begin_layout Standard
17463 Tabelle
17464 \begin_inset space ~
17465 \end_inset
17466
17467
17468 \begin_inset CommandInset ref
17469 LatexCommand ref
17470 reference "tab:Verschiedene-Ausrichtungen"
17471
17472 \end_inset
17473
17474  zeigt einige Ausrichtungen.
17475  Für die Ausrichtung der Relationen wurde ein kleiner 
17476 \family sans
17477 Leerraum
17478 \family default
17479  eingefügt; wie in der zweiten Spalte von Tabelle
17480 \begin_inset space ~
17481 \end_inset
17482
17483
17484 \begin_inset CommandInset ref
17485 LatexCommand ref
17486 reference "tab:Tabellenzellen-Operator"
17487
17488 \end_inset
17489
17490 .
17491 \end_layout
17492
17493 \begin_layout Standard
17494
17495 \color black
17496 \begin_inset Float table
17497 placement h
17498 wide false
17499 sideways false
17500 status open
17501
17502 \begin_layout Plain Layout
17503
17504 \color black
17505 \begin_inset Caption
17506
17507 \begin_layout Plain Layout
17508
17509 \color black
17510 \begin_inset CommandInset label
17511 LatexCommand label
17512 name "tab:Verschiedene-Ausrichtungen"
17513
17514 \end_inset
17515
17516
17517 \color inherit
17518 Verschiedene Ausrichtungen
17519 \end_layout
17520
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \begin_layout Plain Layout
17527 \align center
17528 \begin_inset Tabular
17529 <lyxtabular version="3" rows="4" columns="6">
17530 <features tabularvalignment="middle">
17531 <column alignment="right" valignment="top" width="0">
17532 <column alignment="left" valignment="top" width="0" special="@{}l">
17533 <column alignment="right" valignment="top" width="0">
17534 <column alignment="left" valignment="top" width="0" special="@{}l">
17535 <column alignment="right" valignment="top" width="0">
17536 <column alignment="left" valignment="top" width="0" special="@{}l">
17537 <row>
17538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 Einheiten
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 Exponenten
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 Relationen
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 </row>
17593 <row>
17594 <cell alignment="center" valignment="top" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 12×
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 24
17608 \begin_inset space \thinspace{}
17609 \end_inset
17610
17611 Flaschen
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 \begin_inset Formula $10\cdot$
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset Formula $10^{\mbox{-}17}$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 \begin_inset Formula $\Gamma(t)\propto$
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 \begin_inset Formula $\:\Upsilon(t)$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 </row>
17665 <row>
17666 <cell alignment="center" valignment="top" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 1024×
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 768
17680 \begin_inset space \thinspace{}
17681 \end_inset
17682
17683 Pixel
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692 \begin_inset Formula $5.78\cdot$
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 \begin_inset Formula $10^{7}$
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $A\ne$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 \begin_inset Formula $\: B_{\mathrm{red}}$
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 <row>
17738 <cell alignment="center" valignment="top" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742 32×
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751 6
17752 \begin_inset space \thinspace{}
17753 \end_inset
17754
17755 cm
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 -
17765 \begin_inset Formula $33.5\cdot$
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 \begin_inset Formula $10^{4}$
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\sin(\alpha)\ge$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 \begin_inset Formula $\:\sin(\beta)$
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 </lyxtabular>
17811
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Subsection
17823 Angepasste Zellen-/Spaltenformate
17824 \begin_inset CommandInset label
17825 LatexCommand label
17826 name "uab:Angepasste-Zellen-/Spaltenformate"
17827
17828 \end_inset
17829
17830
17831 \begin_inset Index idx
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835 Tabellen ! Spaltenformat
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Standard
17844 Wenn man wie in Abschnitt
17845 \begin_inset space ~
17846 \end_inset
17847
17848
17849 \begin_inset CommandInset ref
17850 LatexCommand ref
17851 reference "uab:Mehrfachspalten-Berechnungen"
17852
17853 \end_inset
17854
17855  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17856  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17857  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17858  definieren:
17859 \end_layout
17860
17861 \begin_layout Standard
17862
17863 \series bold
17864
17865 \backslash
17866 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17867 \end_layout
17868
17869 \begin_layout Standard
17870 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17871 \emph on
17872 b
17873 \emph default
17874
17875 \emph on
17876 c
17877 \emph default
17878
17879 \emph on
17880 l
17881 \emph default
17882
17883 \emph on
17884 m
17885 \emph default
17886
17887 \emph on
17888 p
17889 \emph default
17890  oder 
17891 \emph on
17892 r
17893 \emph default
17894 , weil diese vordefiniert sind.
17895  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17896 \end_layout
17897
17898 \begin_layout Standard
17899 \begin_inset VSpace medskip
17900 \end_inset
17901
17902
17903 \end_layout
17904
17905 \begin_layout Standard
17906 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17907  Breite könnte das Format so aussehen:
17908 \end_layout
17909
17910 \begin_layout Standard
17911
17912 \series bold
17913
17914 \backslash
17915 newcolumntype{M}[1]{>{
17916 \backslash
17917 centering
17918 \backslash
17919 hspace{0pt}}m{#1}}
17920 \end_layout
17921
17922 \begin_layout Standard
17923 wobei 
17924 \series bold
17925
17926 \backslash
17927 hspace{0pt}
17928 \series default
17929  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17930  Abschnitt
17931 \begin_inset space ~
17932 \end_inset
17933
17934
17935 \begin_inset CommandInset ref
17936 LatexCommand ref
17937 reference "uab:Mehrfache-Zeilen-in"
17938
17939 \end_inset
17940
17941  beschrieben.
17942  Jetzt können Sie mit
17943 \end_layout
17944
17945 \begin_layout Standard
17946
17947 \series bold
17948 M{Breite}
17949 \end_layout
17950
17951 \begin_layout Standard
17952 im 
17953 \family sans
17954 LaTeX-Argument
17955 \family default
17956  im 
17957 \family sans
17958 Tabellen-Einstellungen
17959 \family default
17960 -Dialog eine Mehrfachspalte definieren.
17961 \end_layout
17962
17963 \begin_layout Standard
17964 \begin_inset VSpace bigskip
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Standard
17971 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17972  Format definieren:
17973 \end_layout
17974
17975 \begin_layout Standard
17976
17977 \series bold
17978
17979 \backslash
17980 newcolumntype{S}[2]{>{
17981 \backslash
17982 centering
17983 \backslash
17984 hspace{0pt}}
17985 \begin_inset Newline newline
17986 \end_inset
17987
17988
17989 \begin_inset Phantom HPhantom
17990 status open
17991
17992 \begin_layout Plain Layout
17993
17994 \series bold
17995
17996 \backslash
17997 newcolumntype
17998 \end_layout
17999
18000 \end_inset
18001
18002 m{(#1+(2
18003 \backslash
18004 tabcolsep+
18005 \backslash
18006 arrayrulewidth)*(1-#2))/#2}}
18007 \end_layout
18008
18009 \begin_layout Standard
18010 Dieses Format benutzt Gleichung
18011 \begin_inset space ~
18012 \end_inset
18013
18014
18015 \begin_inset CommandInset ref
18016 LatexCommand ref
18017 reference "eq:Wgn"
18018
18019 \end_inset
18020
18021 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18022  breit ist.
18023 \end_layout
18024
18025 \begin_layout Standard
18026 Jetzt können Sie im 
18027 \family sans
18028 LaTeX-Argument
18029 \family default
18030  im 
18031 \family sans
18032 Tabellen-Einstellungen
18033 \family default
18034 -Dialog folgendes einfügen:
18035 \end_layout
18036
18037 \begin_layout Standard
18038
18039 \series bold
18040 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18041 \end_layout
18042
18043 \begin_layout Standard
18044 \begin_inset VSpace bigskip
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Standard
18051 Für farbige Spalten können Sie folgendes einfügen:
18052 \end_layout
18053
18054 \begin_layout Standard
18055
18056 \series bold
18057
18058 \backslash
18059 newcolumntype{K}[1]{>{
18060 \backslash
18061 columncolor{#1}
18062 \backslash
18063 hspace{0pt}}c}
18064 \end_layout
18065
18066 \begin_layout Standard
18067 Das 
18068 \begin_inset Quotes gld
18069 \end_inset
18070
18071 c
18072 \begin_inset Quotes grd
18073 \end_inset
18074
18075  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18076  zentriert ist.
18077  Jetzt können Sie als 
18078 \family sans
18079 LaTeX-Argument
18080 \family default
18081  folgendes einfügen:
18082 \end_layout
18083
18084 \begin_layout Standard
18085
18086 \series bold
18087 K{Farbname}
18088 \end_layout
18089
18090 \begin_layout Standard
18091 \begin_inset VSpace bigskip
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \begin_layout Standard
18098 Für Tabelle
18099 \begin_inset space ~
18100 \end_inset
18101
18102
18103 \begin_inset CommandInset ref
18104 LatexCommand ref
18105 reference "tab:Tabelle-mit-benutzerdefinierte"
18106
18107 \end_inset
18108
18109  wurden folgende 
18110 \family sans
18111 LaTeX-Argumente
18112 \family default
18113  benutzt:
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119 M{2.5cm}
18120 \end_layout
18121
18122 \begin_layout Standard
18123 für die erste Spalte und die Mehrfachspalte,
18124 \end_layout
18125
18126 \begin_layout Standard
18127
18128 \series bold
18129 K{red}
18130 \end_layout
18131
18132 \begin_layout Standard
18133 für die letzte Spalte und
18134 \end_layout
18135
18136 \begin_layout Standard
18137
18138 \series bold
18139 S{2.5cm}{2}
18140 \end_layout
18141
18142 \begin_layout Standard
18143 für die Spalten in der zweiten Mehrfachspalte.
18144 \end_layout
18145
18146 \begin_layout Standard
18147 \begin_inset Float table
18148 placement h
18149 wide false
18150 sideways false
18151 status open
18152
18153 \begin_layout Plain Layout
18154 \begin_inset Caption
18155
18156 \begin_layout Plain Layout
18157 \begin_inset CommandInset label
18158 LatexCommand label
18159 name "tab:Tabelle-mit-benutzerdefinierte"
18160
18161 \end_inset
18162
18163 Tabelle mit benutzerdefinierten Formaten
18164 \end_layout
18165
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \begin_layout Plain Layout
18172 \align center
18173 \begin_inset Tabular
18174 <lyxtabular version="3" rows="3" columns="4">
18175 <features tabularvalignment="middle">
18176 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18177 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18178 <column alignment="center" valignment="middle" width="0">
18179 <column alignment="center" valignment="middle" width="0" special="K{red}">
18180 <row>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 einsehrlangesWort
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 Mehrfachspalte mit mehreren Zeilen
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 c
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 d
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 e
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 f
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 g
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 h
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 i
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 j
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 k
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 </row>
18294 </lyxtabular>
18295
18296 \end_inset
18297
18298
18299 \end_layout
18300
18301 \end_inset
18302
18303
18304 \end_layout
18305
18306 \begin_layout Subsection
18307 Liniendicke
18308 \begin_inset CommandInset label
18309 LatexCommand label
18310 name "uab:Liniendicke"
18311
18312 \end_inset
18313
18314
18315 \begin_inset Index idx
18316 status collapsed
18317
18318 \begin_layout Plain Layout
18319 Tabellen  ! Linien ! -dicke
18320 \end_layout
18321
18322 \end_inset
18323
18324
18325 \end_layout
18326
18327 \begin_layout Standard
18328 Die Liniendicke für alle Linien einer Tabelle kann mit 
18329 \series bold
18330
18331 \backslash
18332 arrayrulewidth
18333 \series default
18334  eingestellt werden.
18335  Um eine Liniendicke von 1.5
18336 \begin_inset space \thinspace{}
18337 \end_inset
18338
18339 pt wie in Tabelle
18340 \begin_inset space ~
18341 \end_inset
18342
18343
18344 \begin_inset CommandInset ref
18345 LatexCommand ref
18346 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18347
18348 \end_inset
18349
18350  zu bekommen, geben Sie den Befehl
18351 \end_layout
18352
18353 \begin_layout Standard
18354
18355 \series bold
18356
18357 \backslash
18358 setlength{
18359 \backslash
18360 arrayrulewidth}{1.5pt}
18361 \end_layout
18362
18363 \begin_layout Standard
18364 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18365  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18366  Mit
18367 \end_layout
18368
18369 \begin_layout Standard
18370
18371 \series bold
18372
18373 \backslash
18374 setlength{
18375 \backslash
18376 arrayrulewidth}{0.4pt}
18377 \end_layout
18378
18379 \begin_layout Standard
18380 bekommen Sie wieder die Standarddicke.
18381 \end_layout
18382
18383 \begin_layout Standard
18384 \begin_inset ERT
18385 status collapsed
18386
18387 \begin_layout Plain Layout
18388
18389
18390 \backslash
18391 setlength{
18392 \backslash
18393 arrayrulewidth}{1.5pt}
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \begin_inset Float table
18400 placement H
18401 wide false
18402 sideways false
18403 status open
18404
18405 \begin_layout Plain Layout
18406 \begin_inset Caption
18407
18408 \begin_layout Plain Layout
18409 \begin_inset CommandInset label
18410 LatexCommand label
18411 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18412
18413 \end_inset
18414
18415 Tabelle mit 1.5
18416 \begin_inset space \thinspace{}
18417 \end_inset
18418
18419 pt Liniendicke
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \begin_layout Plain Layout
18428 \align center
18429 \begin_inset Tabular
18430 <lyxtabular version="3" rows="3" columns="3">
18431 <features tabularvalignment="middle">
18432 <column alignment="center" valignment="top" width="0">
18433 <column alignment="center" valignment="top" width="0">
18434 <column alignment="center" valignment="top" width="0">
18435 <row>
18436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 sd
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 </row>
18464 <row>
18465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 sd
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 </row>
18493 <row>
18494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516 sd
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 </row>
18522 </lyxtabular>
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \end_inset
18530
18531
18532 \begin_inset ERT
18533 status collapsed
18534
18535 \begin_layout Plain Layout
18536
18537
18538 \backslash
18539 setlength{
18540 \backslash
18541 arrayrulewidth}{0.4pt}
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \end_layout
18548
18549 \begin_layout Standard
18550 \begin_inset VSpace bigskip
18551 \end_inset
18552
18553 Um eine Liniendicke von 1.5
18554 \begin_inset space \thinspace{}
18555 \end_inset
18556
18557 pt nur für horizontale Linien zu bekommen wie in Tabelle
18558 \begin_inset space ~
18559 \end_inset
18560
18561
18562 \begin_inset CommandInset ref
18563 LatexCommand ref
18564 reference "tab:Tabelle-mit-1.5pt-horiz"
18565
18566 \end_inset
18567
18568 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18569  einfügen:
18570 \end_layout
18571
18572 \begin_layout Standard
18573
18574 \series bold
18575
18576 \backslash
18577 let
18578 \backslash
18579 myHline
18580 \backslash
18581 hline
18582 \begin_inset Newline newline
18583 \end_inset
18584
18585
18586 \backslash
18587 renewcommand{
18588 \backslash
18589 hline}
18590 \begin_inset Newline newline
18591 \end_inset
18592
18593  {
18594 \backslash
18595 noalign{
18596 \backslash
18597 global
18598 \backslash
18599 arrayrulewidth 1.5pt}
18600 \begin_inset Newline newline
18601 \end_inset
18602
18603  
18604 \backslash
18605 myHline
18606 \backslash
18607 noalign{
18608 \backslash
18609 global
18610 \backslash
18611 arrayrulewidth 0.4pt}}
18612 \end_layout
18613
18614 \begin_layout Standard
18615 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18616  der (Gleit\SpecialChar \-
18617 objekt-)Tabelle zurück:
18618 \end_layout
18619
18620 \begin_layout Standard
18621
18622 \series bold
18623
18624 \backslash
18625 renewcommand{
18626 \backslash
18627 hline}{
18628 \backslash
18629 myHline}
18630 \end_layout
18631
18632 \begin_layout Standard
18633 \begin_inset ERT
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 let
18641 \backslash
18642 myHline
18643 \backslash
18644 hline
18645 \end_layout
18646
18647 \begin_layout Plain Layout
18648
18649
18650 \backslash
18651 renewcommand{
18652 \backslash
18653 hline}
18654 \end_layout
18655
18656 \begin_layout Plain Layout
18657
18658  {
18659 \backslash
18660 noalign{
18661 \backslash
18662 global
18663 \backslash
18664 arrayrulewidth 1.5pt}
18665 \end_layout
18666
18667 \begin_layout Plain Layout
18668
18669   
18670 \backslash
18671 myHline
18672 \backslash
18673 noalign{
18674 \backslash
18675 global
18676 \backslash
18677 arrayrulewidth 0.4pt}}
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \begin_inset Float table
18684 placement h
18685 wide false
18686 sideways false
18687 status open
18688
18689 \begin_layout Plain Layout
18690 \begin_inset Caption
18691
18692 \begin_layout Plain Layout
18693 \begin_inset CommandInset label
18694 LatexCommand label
18695 name "tab:Tabelle-mit-1.5pt-horiz"
18696
18697 \end_inset
18698
18699 Tabelle mit 1.5
18700 \begin_inset space \thinspace{}
18701 \end_inset
18702
18703 pt dicken horizontalen Linien
18704 \end_layout
18705
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \begin_layout Plain Layout
18712 \align center
18713 \begin_inset Tabular
18714 <lyxtabular version="3" rows="3" columns="3">
18715 <features tabularvalignment="middle">
18716 <column alignment="center" valignment="top" width="0">
18717 <column alignment="center" valignment="top" width="0">
18718 <column alignment="center" valignment="top" width="0">
18719 <row>
18720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724 sd
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 </row>
18748 <row>
18749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 sd
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 </row>
18777 <row>
18778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800 sd
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 </row>
18806 </lyxtabular>
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \begin_inset ERT
18817 status collapsed
18818
18819 \begin_layout Plain Layout
18820
18821
18822 \backslash
18823 renewcommand{
18824 \backslash
18825 hline}{
18826 \backslash
18827 myHline}
18828 \end_layout
18829
18830 \end_inset
18831
18832
18833 \end_layout
18834
18835 \begin_layout Standard
18836 \begin_inset VSpace bigskip
18837 \end_inset
18838
18839 Um die Liniendicke von 1.5
18840 \begin_inset space \thinspace{}
18841 \end_inset
18842
18843 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18844  Spaltenformat entsprechend der Beschreibung in Abschnitt
18845 \begin_inset space ~
18846 \end_inset
18847
18848
18849 \begin_inset CommandInset ref
18850 LatexCommand ref
18851 reference "uab:Angepasste-Zellen-/Spaltenformate"
18852
18853 \end_inset
18854
18855  definieren:
18856 \end_layout
18857
18858 \begin_layout Standard
18859
18860 \series bold
18861
18862 \backslash
18863 newcolumntype{V}{!{
18864 \backslash
18865 vrule width 1.5pt}}
18866 \end_layout
18867
18868 \begin_layout Standard
18869 In Tabelle
18870 \begin_inset space ~
18871 \end_inset
18872
18873
18874 \begin_inset CommandInset ref
18875 LatexCommand ref
18876 reference "tab:Tabelle-mit-1.5pt-vert"
18877
18878 \end_inset
18879
18880  wurde das 
18881 \family sans
18882 LaTe
18883 \begin_inset ERT
18884 status collapsed
18885
18886 \begin_layout Plain Layout
18887
18888 {}
18889 \end_layout
18890
18891 \end_inset
18892
18893 X-Argument
18894 \family default
18895 \series bold
18896  VcV
18897 \series default
18898  für die letzte Spalte und
18899 \series bold
18900  Vc
18901 \series default
18902  für die anderen benutzt.
18903 \end_layout
18904
18905 \begin_layout Standard
18906 \begin_inset Float table
18907 placement H
18908 wide false
18909 sideways false
18910 status open
18911
18912 \begin_layout Plain Layout
18913 \begin_inset Caption
18914
18915 \begin_layout Plain Layout
18916 \begin_inset CommandInset label
18917 LatexCommand label
18918 name "tab:Tabelle-mit-1.5pt-vert"
18919
18920 \end_inset
18921
18922 Tabelle mit 1.5
18923 \begin_inset space \thinspace{}
18924 \end_inset
18925
18926 pt dicken vertikalen Linien
18927 \end_layout
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \begin_layout Plain Layout
18935 \align center
18936 \begin_inset Tabular
18937 <lyxtabular version="3" rows="3" columns="3">
18938 <features tabularvalignment="middle">
18939 <column alignment="center" valignment="top" width="0" special="Vc">
18940 <column alignment="center" valignment="top" width="0" special="Vc">
18941 <column alignment="center" valignment="top" width="0" special="VcV">
18942 <row>
18943 <cell alignment="center" valignment="top" topline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947 sd
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 </row>
18971 <row>
18972 <cell alignment="center" valignment="top" topline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 <cell alignment="center" valignment="top" topline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985 sd
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" topline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 </row>
19000 <row>
19001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 sd
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 </row>
19029 </lyxtabular>
19030
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Subsection
19042 Gestrichelte Linien
19043 \begin_inset Index idx
19044 status collapsed
19045
19046 \begin_layout Plain Layout
19047 Tabellen  ! Linien ! gestrichelte 
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Standard
19056 \begin_inset ERT
19057 status collapsed
19058
19059 \begin_layout Plain Layout
19060
19061
19062 \backslash
19063 ifarydshln
19064 \end_layout
19065
19066 \end_inset
19067
19068
19069 \begin_inset Note Note
19070 status open
19071
19072 \begin_layout Plain Layout
19073 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19074 \series bold
19075 arydshln
19076 \series default
19077  installiert ist.
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Standard
19086 \begin_inset Float table
19087 placement h
19088 wide false
19089 sideways false
19090 status open
19091
19092 \begin_layout Plain Layout
19093 \begin_inset Caption
19094
19095 \begin_layout Plain Layout
19096 \begin_inset CommandInset label
19097 LatexCommand label
19098 name "tab:Tabelle-mit-gestrichelten"
19099
19100 \end_inset
19101
19102 Tabelle mit gestrichelten Linien
19103 \end_layout
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Plain Layout
19111 \align center
19112 \begin_inset Tabular
19113 <lyxtabular version="3" rows="5" columns="5">
19114 <features tabularvalignment="middle">
19115 <column alignment="center" valignment="top" width="0">
19116 <column alignment="center" valignment="top" width="0">
19117 <column alignment="center" valignment="top" width="0" special=":c">
19118 <column alignment="center" valignment="top" width="0">
19119 <column alignment="center" valignment="top" width="0">
19120 <row>
19121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 a
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 b
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143 c
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 d
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 e
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 f
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 g
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190 h
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199 i
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 j
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219 \begin_inset ERT
19220 status collapsed
19221
19222 \begin_layout Plain Layout
19223
19224
19225 \backslash
19226 hdashline 
19227 \end_layout
19228
19229 \end_inset
19230
19231 k
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 l
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 m
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 n
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 o
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 </row>
19273 <row>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 \begin_inset ERT
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282
19283
19284 \backslash
19285 cdashline{4-5}
19286 \end_layout
19287
19288 \end_inset
19289
19290 p
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299 q
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 r
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 s
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 </row>
19332 <row>
19333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 t
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 u
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 v
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 w
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 x
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 </row>
19379 </lyxtabular>
19380
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \begin_layout Standard
19392 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19393  TeX-Code benutzen.
19394  Zunächst müssen Sie das LaTeX-Paket 
19395 \series bold
19396 arydshln
19397 \series default
19398
19399 \begin_inset Index idx
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403 LaTeX-Pakete ! arydshln
19404 \end_layout
19405
19406 \end_inset
19407
19408  im LaTeX-Vorspann laden:
19409 \end_layout
19410
19411 \begin_layout Standard
19412
19413 \series bold
19414
19415 \backslash
19416 usepackage{arydshln}
19417 \end_layout
19418
19419 \begin_layout Standard
19420 Um senkrechte Linien zu stricheln, müssen Sie im 
19421 \family sans
19422 LaTe
19423 \begin_inset ERT
19424 status collapsed
19425
19426 \begin_layout Plain Layout
19427
19428 {}
19429 \end_layout
19430
19431 \end_inset
19432
19433 X-Argument
19434 \family default
19435  des 
19436 \family sans
19437 Tabellen-Einstellungen
19438 \family default
19439 -Dialogs 
19440 \begin_inset Quotes gld
19441 \end_inset
19442
19443 :
19444 \begin_inset Quotes grd
19445 \end_inset
19446
19447 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19448 \end_layout
19449
19450 \begin_layout Standard
19451 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19452 \end_layout
19453
19454 \begin_layout Standard
19455
19456 \series bold
19457
19458 \backslash
19459 hdashline
19460 \end_layout
19461
19462 \begin_layout Standard
19463 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19468 \end_layout
19469
19470 \begin_layout Standard
19471
19472 \series bold
19473
19474 \backslash
19475 cdashline{Anfangsspalte-Endspalte}
19476 \end_layout
19477
19478 \begin_layout Standard
19479 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19480  Wenn Sie z.
19481 \begin_inset space \thinspace{}
19482 \end_inset
19483
19484 B.
19485  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19486  gestrichelte Linie haben, fügen Sie den Befehl
19487 \end_layout
19488
19489 \begin_layout Standard
19490
19491 \series bold
19492
19493 \backslash
19494 cdashline{2-4}
19495 \end_layout
19496
19497 \begin_layout Standard
19498 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19499 \end_layout
19500
19501 \begin_layout Standard
19502 \begin_inset VSpace bigskip
19503 \end_inset
19504
19505
19506 \end_layout
19507
19508 \begin_layout Standard
19509 In Tabelle
19510 \begin_inset space ~
19511 \end_inset
19512
19513
19514 \begin_inset CommandInset ref
19515 LatexCommand ref
19516 reference "tab:Tabelle-mit-gestrichelten"
19517
19518 \end_inset
19519
19520  wurde in der dritten Spalte der Befehl
19521 \series bold
19522  
19523 \series default
19524
19525 \begin_inset Quotes gld
19526 \end_inset
19527
19528
19529 \series bold
19530 :c
19531 \begin_inset Quotes grd
19532 \end_inset
19533
19534
19535 \series default
19536  benutzt.
19537  Der Befehl 
19538 \series bold
19539
19540 \backslash
19541 hdashline
19542 \series default
19543  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19544 \begin_inset Newline newline
19545 \end_inset
19546
19547  
19548 \series bold
19549
19550 \backslash
19551 cdashline{4-5} 
19552 \series default
19553 wurde in die erste Zelle der vierten Zeile eingefügt.
19554 \end_layout
19555
19556 \begin_layout Standard
19557 \begin_inset Note Greyedout
19558 status open
19559
19560 \begin_layout Plain Layout
19561
19562 \series bold
19563 Bemerkung:
19564 \series default
19565  Das LaTeX-Paket 
19566 \series bold
19567 arydshln
19568 \series default
19569  ist nicht kompatibel dem LaTeX-Paket 
19570 \series bold
19571 colortbl
19572 \series default
19573
19574 \begin_inset Index idx
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578 LaTeX-Pakete ! colortbl
19579 \end_layout
19580
19581 \end_inset
19582
19583 , das für die farbigen Tabellen in Abschnitt
19584 \begin_inset space ~
19585 \end_inset
19586
19587
19588 \begin_inset CommandInset ref
19589 LatexCommand ref
19590 reference "abs:Farbige-Tabellen"
19591
19592 \end_inset
19593
19594  benutzt wurde.
19595  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \begin_layout Standard
19604 \begin_inset ERT
19605 status collapsed
19606
19607 \begin_layout Plain Layout
19608
19609
19610 \backslash
19611 else
19612 \end_layout
19613
19614 \end_inset
19615
19616
19617 \begin_inset Note Note
19618 status open
19619
19620 \begin_layout Plain Layout
19621 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19622 \series bold
19623 arydshln
19624 \series default
19625  nicht installiert ist:
19626 \end_layout
19627
19628 \end_inset
19629
19630
19631 \end_layout
19632
19633 \begin_layout Standard
19634 Sie müssen das LaTeX-Paket 
19635 \series bold
19636 arydshln
19637 \series default
19638  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19639 \end_layout
19640
19641 \begin_layout Standard
19642 \begin_inset ERT
19643 status collapsed
19644
19645 \begin_layout Plain Layout
19646
19647
19648 \backslash
19649 fi
19650 \end_layout
19651
19652 \end_inset
19653
19654
19655 \end_layout
19656
19657 \begin_layout Chapter
19658 Gleitobjekte
19659 \begin_inset Index idx
19660 status collapsed
19661
19662 \begin_layout Plain Layout
19663 Gleitobjekte
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \begin_layout Section
19672 Einleitung
19673 \begin_inset CommandInset label
19674 LatexCommand label
19675 name "abs:Gleitobjekte-Einleitung"
19676
19677 \end_inset
19678
19679
19680 \begin_inset Index idx
19681 status collapsed
19682
19683 \begin_layout Plain Layout
19684 Gleitobjekte ! Einleitung
19685 \end_layout
19686
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \begin_layout Standard
19693 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19694  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19695  der beste Platz ist.
19696  
19697 \family sans
19698 Fußnoten
19699 \family default
19700  und 
19701 \family sans
19702 Randnotizen
19703 \family default
19704  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19705  wenn auf ihrer Seite schon zu viele sind.
19706 \end_layout
19707
19708 \begin_layout Standard
19709 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19710  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19711  um weiße Flächen und Seiten ohne Text zu vermeiden.
19712  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19713 löst,
19714  kann im Text auf ein Gleitobjekt verwiesen werden.
19715  Gleitobjekte sind deshalb nummeriert.
19716  Querverweise werden in Abschnitt
19717 \begin_inset space ~
19718 \end_inset
19719
19720
19721 \begin_inset CommandInset ref
19722 LatexCommand ref
19723 reference "abs:Auf-Gleitobjekte-verweisen"
19724
19725 \end_inset
19726
19727  beschrieben.
19728 \end_layout
19729
19730 \begin_layout Standard
19731 Ein Gleitobjekt wird mit 
19732 \family sans
19733 Einfügen\SpecialChar \menuseparator
19734 Gleitobjekt\SpecialChar \menuseparator
19735 Algorithmus/Abbildung/Ta\SpecialChar \-
19736 belle/Um\SpecialChar \-
19737 flos\SpecialChar \-
19738 se\SpecialChar \-
19739 nes
19740 \begin_inset space ~
19741 \end_inset
19742
19743 Gleitobjekt
19744 \family default
19745  eingefügt.
19746  Für Abbildungen oder Tabellen können Sie auch auf 
19747 \begin_inset Graphics
19748         filename ../../images/float-insert_figure.png
19749         scale 70
19750         scaleBeforeRotation
19751
19752 \end_inset
19753
19754  oder 
19755 \begin_inset Graphics
19756         filename ../../images/float-insert_table.png
19757         scale 70
19758         scaleBeforeRotation
19759
19760 \end_inset
19761
19762  klicken.
19763  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19764  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19765  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19766  #:).
19767  Statt # sehen Sie die von LyX vergebene Nummer.
19768  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19769  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19770  eingefügt.
19771  In Abschnitt
19772 \begin_inset space ~
19773 \end_inset
19774
19775
19776 \begin_inset CommandInset ref
19777 LatexCommand ref
19778 reference "abs:Titel-Platzierung"
19779
19780 \end_inset
19781
19782  finden Sie mehr über die Platzierung des Titels.
19783  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19784  auch wieder geöffnet.
19785  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19786 \begin_inset Graphics
19787         filename clipart/GleitobjektQt4.png
19788         scale 70
19789         scaleBeforeRotation
19790
19791 \end_inset
19792
19793  – ein graues Kästchen mit roter Beschriftung.
19794 \end_layout
19795
19796 \begin_layout Standard
19797 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19798  Gleitobjekte in einem eigenen Absatz einzufügen.
19799 \end_layout
19800
19801 \begin_layout Standard
19802 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19803  indem Sie sie markieren und dann auf 
19804 \begin_inset Graphics
19805         filename ../../images/float-insert_figure.png
19806         scale 70
19807         scaleBeforeRotation
19808
19809 \end_inset
19810
19811  oder 
19812 \begin_inset Graphics
19813         filename ../../images/float-insert_table.png
19814         scale 70
19815         scaleBeforeRotation
19816
19817 \end_inset
19818
19819  klicken.
19820 \end_layout
19821
19822 \begin_layout Section
19823 Gleitobjekt-Typen
19824 \begin_inset Index idx
19825 status collapsed
19826
19827 \begin_layout Plain Layout
19828 Gleitobjekte ! Typen
19829 \end_layout
19830
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \begin_layout Standard
19837 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19838 \begin_inset space ~
19839 \end_inset
19840
19841
19842 \begin_inset CommandInset ref
19843 LatexCommand ref
19844 reference "abs:Gleitende-Abbildungen"
19845
19846 \end_inset
19847
19848  und 
19849 \begin_inset CommandInset ref
19850 LatexCommand ref
19851 reference "abs:Gleitende-Tabellen"
19852
19853 \end_inset
19854
19855  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19856 \end_layout
19857
19858 \begin_layout Subsection
19859 Gleitobjekt-Algorithmen
19860 \begin_inset Index idx
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864 Gleitobjekte ! Algorithmen
19865 \end_layout
19866
19867 \end_inset
19868
19869
19870 \begin_inset CommandInset label
19871 LatexCommand label
19872 name "uab:Gleitobjekt-Algorithmen"
19873
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \begin_layout Standard
19880 \begin_inset Float algorithm
19881 placement h
19882 wide false
19883 sideways false
19884 status open
19885
19886 \begin_layout Plain Layout
19887 \begin_inset Caption
19888
19889 \begin_layout Plain Layout
19890 \begin_inset CommandInset label
19891 LatexCommand label
19892 name "alg:Ein-Gleitobjekt-Algorithmus"
19893
19894 \end_inset
19895
19896 Ein Gleitobjekt-Algorithmus 
19897 \end_layout
19898
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \begin_layout LyX-Code
19905 for I in 1..N loop
19906 \begin_inset Newline newline
19907 \end_inset
19908
19909  Sum:= Sum + A(I); /*Kommentar*/
19910 \begin_inset Newline newline
19911 \end_inset
19912
19913 end loop
19914 \begin_inset VSpace -4mm
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \begin_layout Standard
19926 Dieser Typ wird mit 
19927 \family sans
19928 Einfügen\SpecialChar \menuseparator
19929 Gleitobjekt\SpecialChar \menuseparator
19930 Algorithmus
19931 \family default
19932  eingefügt.
19933  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
19934  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
19935 \begin_inset space ~
19936 \end_inset
19937
19938
19939 \begin_inset CommandInset ref
19940 LatexCommand ref
19941 reference "kap:Programm-Code-Listen"
19942
19943 \end_inset
19944
19945 .
19946  Eine mögliche Absatz-Umgebung hier für ist 
19947 \family sans
19948 LyX-Code
19949 \family default
19950 , beschrieben im 
19951 \emph on
19952 Benutzerhandbuch
19953 \emph default
19954 .
19955  In Algorithmus
19956 \begin_inset space ~
19957 \end_inset
19958
19959
19960 \begin_inset CommandInset ref
19961 LatexCommand ref
19962 reference "alg:Ein-Gleitobjekt-Algorithmus"
19963
19964 \end_inset
19965
19966  wurden am Ende -4
19967 \begin_inset space \thinspace{}
19968 \end_inset
19969
19970 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19971  letzten Zeile gedruckt wird.
19972 \end_layout
19973
19974 \begin_layout Standard
19975 Die Marke 
19976 \emph on
19977 Algorithmus
19978 \emph default
19979  wird nicht automatisch in die druckbare Version übernommen, sondern das
19980  englische Wort 
19981 \emph on
19982 Algorithm
19983 \emph default
19984  verwendet.
19985  Soll
19986 \emph on
19987  Algorithmus
19988 \emph default
19989  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19990 \end_layout
19991
19992 \begin_layout Standard
19993
19994 \series bold
19995
19996 \backslash
19997 floatname{algorithm}{Algorithmus}
19998 \end_layout
19999
20000 \begin_layout Standard
20001 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20002  Sprache wie die LyX Menünamen haben, das Menü 
20003 \family sans
20004 Einfügen\SpecialChar \menuseparator
20005 Liste
20006 \begin_inset space \thinspace{}
20007 \end_inset
20008
20009 /
20010 \begin_inset space \thinspace{}
20011 \end_inset
20012
20013 Inhaltsverzeichnis\SpecialChar \menuseparator
20014 Algorithmenverzeichnis
20015 \family default
20016  verwendet werden.
20017  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20018  eingefügt werden:
20019 \end_layout
20020
20021 \begin_layout Standard
20022
20023 \series bold
20024
20025 \backslash
20026 listof{algorithm}{Algorithmenverzeichnis}
20027 \end_layout
20028
20029 \begin_layout Standard
20030 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20031  nach dem Schema 
20032 \begin_inset Quotes gld
20033 \end_inset
20034
20035 Kapitelnummer.Algorithmusnummer
20036 \begin_inset Quotes grd
20037 \end_inset
20038
20039  nummeriert.
20040  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20041  einfügen:
20042 \end_layout
20043
20044 \begin_layout Standard
20045
20046 \series bold
20047
20048 \backslash
20049 numberwithin{algorithm}{chapter}
20050 \end_layout
20051
20052 \begin_layout Standard
20053 Um 
20054 \series bold
20055
20056 \backslash
20057 numberwithin
20058 \series default
20059  benutzen zu können, muss in den 
20060 \family sans
20061 Mathe
20062 \begin_inset space ~
20063 \end_inset
20064
20065 Optionen
20066 \family default
20067  der 
20068 \family sans
20069 Dokument-Einstellungen
20070 \family default
20071  
20072 \family sans
20073 AMS
20074 \begin_inset space ~
20075 \end_inset
20076
20077 Mathe
20078 \begin_inset space ~
20079 \end_inset
20080
20081 Paket
20082 \family default
20083
20084 \begin_inset space ~
20085 \end_inset
20086
20087
20088 \family sans
20089 verwenden
20090 \family default
20091  angekreuzt sein.
20092 \end_layout
20093
20094 \begin_layout Subsection
20095 Umflossene Gleitobjekte
20096 \begin_inset Index idx
20097 status collapsed
20098
20099 \begin_layout Plain Layout
20100 Gleitobjekte ! umflossene
20101 \end_layout
20102
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \begin_layout Standard
20109 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20110  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20111  den die Abbildung bzw.
20112 \begin_inset space ~
20113 \end_inset
20114
20115 Tabelle übrig lässt.
20116  Sie werden über das Menü
20117 \family sans
20118  Einfügen\SpecialChar \menuseparator
20119 Gleitobjekt\SpecialChar \menuseparator
20120 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20121 objekt
20122 \family default
20123  eingefügt, wenn das LaTeX-Paket 
20124 \series bold
20125 wrapfig
20126 \series default
20127
20128 \begin_inset Index idx
20129 status collapsed
20130
20131 \begin_layout Plain Layout
20132 LaTeX-Pakete ! wrapfig
20133 \begin_inset ERT
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137
20138
20139 \backslash
20140 vspace{4mm}
20141 \end_layout
20142
20143 \end_inset
20144
20145
20146 \end_layout
20147
20148 \end_inset
20149
20150  installiert ist.
20151 \begin_inset Foot
20152 status collapsed
20153
20154 \begin_layout Plain Layout
20155 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20156 \emph on
20157 LaTeX-Konfiguration
20158 \emph default
20159  beschrieben.
20160 \end_layout
20161
20162 \end_inset
20163
20164  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20165  Box des Gleitobjekts geändert werden.
20166  
20167 \begin_inset Wrap figure
20168 lines 0
20169 placement l
20170 overhang 1cm
20171 width "40col%"
20172 status open
20173
20174 \begin_layout Plain Layout
20175 \begin_inset Graphics
20176         filename ../clipart/mobius.eps
20177         width 40col%
20178         scaleBeforeRotation
20179         rotateOrigin center
20180
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \begin_layout Plain Layout
20187 \begin_inset Caption
20188
20189 \begin_layout Plain Layout
20190 \begin_inset CommandInset label
20191 LatexCommand label
20192 name "abb:Dies-ist-eine"
20193
20194 \end_inset
20195
20196 Dies ist eine umflossene Gleitobjekt-Abbildung
20197 \end_layout
20198
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205
20206  Obligatorische Einstellungen sind die 
20207 \family sans
20208 Breite
20209 \family default
20210  und 
20211 \family sans
20212 Platzierung
20213 \family default
20214  des Gleitobjekts.
20215  Optional sind der 
20216 \family sans
20217 Überhang 
20218 \family default
20219 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20220 \begin_inset space \thinspace{}
20221 \end_inset
20222
20223 /
20224 \begin_inset space \thinspace{}
20225 \end_inset
20226
20227 der Seite ragt und die 
20228 \family sans
20229 benötigten Zeilen
20230 \family default
20231 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20232  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20233  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20234  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20235  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20236  zu lassen.
20237  Abbildung
20238 \begin_inset space ~
20239 \end_inset
20240
20241
20242 \begin_inset CommandInset ref
20243 LatexCommand ref
20244 reference "abb:Dies-ist-eine"
20245
20246 \end_inset
20247
20248  ist zum Beispiel ein umflossenes Bild, das 40
20249 \begin_inset space \thinspace{}
20250 \end_inset
20251
20252 % der Spaltenbreite einnimmt, 1
20253 \begin_inset space \thinspace{}
20254 \end_inset
20255
20256 cm in den Rand ragt und links gesetzt wurde.
20257 \begin_inset Foot
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261 Die benutzbaren Einheiten werden in Anhang
20262 \begin_inset space ~
20263 \end_inset
20264
20265
20266 \begin_inset CommandInset ref
20267 LatexCommand ref
20268 reference "kap:In-LyX-verfügbare"
20269
20270 \end_inset
20271
20272  beschrieben.
20273 \end_layout
20274
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \begin_layout Standard
20281 \begin_inset Note Greyedout
20282 status open
20283
20284 \begin_layout Plain Layout
20285
20286 \series bold
20287 Bemerkung:
20288 \series default
20289  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20290 \begin_inset space \thinspace{}
20291 \end_inset
20292
20293 B.
20294  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20295  oder über anderen Text gedruckt wird.
20296 \end_layout
20297
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \begin_layout Standard
20304 Allgemein gilt:
20305 \end_layout
20306
20307 \begin_layout Itemize
20308 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20309  der nächsten Seite fortgesetzt werden.
20310  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20311  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20312 \end_layout
20313
20314 \begin_layout Itemize
20315 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20316  sie fließen soll, eingefügt werden oder darin.
20317 \end_layout
20318
20319 \begin_layout Itemize
20320 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20321  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20322  ihnen ist.
20323 \end_layout
20324
20325 \begin_layout Itemize
20326 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20327  erlaubt.
20328 \end_layout
20329
20330 \begin_layout Section
20331 Gleitobjekt-Nummerierung
20332 \begin_inset Index idx
20333 status collapsed
20334
20335 \begin_layout Plain Layout
20336 Gleitobjekte ! Nummerierung
20337 \end_layout
20338
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \begin_layout Standard
20345 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20346  nummeriert oder nach dem Schema 
20347 \begin_inset Quotes gld
20348 \end_inset
20349
20350 Kapitelnummer.Gleitobjektnummer
20351 \begin_inset Quotes grd
20352 \end_inset
20353
20354  oder 
20355 \begin_inset Quotes gld
20356 \end_inset
20357
20358 Abschnittsnummer.Gleitobjektnummer
20359 \begin_inset Quotes grd
20360 \end_inset
20361
20362 .
20363  Das hängt von der Dokumentklasse ab.
20364 \end_layout
20365
20366 \begin_layout Standard
20367 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20368  in den LaTeX-Vorspann einfügen:
20369 \end_layout
20370
20371 \begin_layout Standard
20372
20373 \series bold
20374
20375 \backslash
20376 renewcommand{
20377 \backslash
20378 thetable}{
20379 \backslash
20380 roman{table}}
20381 \end_layout
20382
20383 \begin_layout Standard
20384
20385 \series bold
20386
20387 \backslash
20388 thetable
20389 \series default
20390  ist der Befehl, der die Tabellennummer druckt.
20391  Für Abbildungen ist das 
20392 \series bold
20393
20394 \backslash
20395 thefigure
20396 \series default
20397 .
20398  Der Befehl 
20399 \series bold
20400
20401 \backslash
20402 roman
20403 \series default
20404  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20405 \end_layout
20406
20407 \begin_layout Standard
20408 Um das Nummerierungsschema zum Beispiel auf 
20409 \begin_inset Quotes gld
20410 \end_inset
20411
20412 Unterabschnittsnummer.Num\SpecialChar \-
20413 mer
20414 \begin_inset Quotes grd
20415 \end_inset
20416
20417  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20418 \end_layout
20419
20420 \begin_layout Standard
20421
20422 \series bold
20423
20424 \backslash
20425 numberwithin{table}{subsection}
20426 \end_layout
20427
20428 \begin_layout Standard
20429 Um den Befehl 
20430 \series bold
20431
20432 \backslash
20433 numberwithin
20434 \series default
20435  benutzen zu können, müssen Sie in den 
20436 \family sans
20437 Mathe
20438 \begin_inset space ~
20439 \end_inset
20440
20441 Optionen
20442 \family default
20443  der 
20444 \family sans
20445 Dokument-Einstellungen
20446 \family default
20447  
20448 \family sans
20449 AMS
20450 \begin_inset space ~
20451 \end_inset
20452
20453 Mathe
20454 \begin_inset space ~
20455 \end_inset
20456
20457 Paket
20458 \family default
20459
20460 \begin_inset space ~
20461 \end_inset
20462
20463
20464 \family sans
20465 verwenden
20466 \family default
20467  ankreuzen.
20468 \end_layout
20469
20470 \begin_layout Standard
20471 Sehen Sie sich bitte auch Abschnitt
20472 \begin_inset space ~
20473 \end_inset
20474
20475
20476 \begin_inset CommandInset ref
20477 LatexCommand ref
20478 reference "uab:Fußnoten-Nummerierung"
20479
20480 \end_inset
20481
20482  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20483 \end_layout
20484
20485 \begin_layout Section
20486 Auf Gleitobjekte verweisen
20487 \begin_inset CommandInset label
20488 LatexCommand label
20489 name "abs:Auf-Gleitobjekte-verweisen"
20490
20491 \end_inset
20492
20493
20494 \begin_inset Index idx
20495 status collapsed
20496
20497 \begin_layout Plain Layout
20498 Gleitobjekte ! Querverweise
20499 \end_layout
20500
20501 \end_inset
20502
20503
20504 \begin_inset Index idx
20505 status collapsed
20506
20507 \begin_layout Plain Layout
20508 Querverweise ! auf Gleitobjekte
20509 \end_layout
20510
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \begin_layout Standard
20517 Zunächst müssen Sie mit 
20518 \family sans
20519 Einfügen\SpecialChar \menuseparator
20520 Marke
20521 \family default
20522  oder einen Klick auf 
20523 \begin_inset Graphics
20524         filename ../../images/label-insert.png
20525         scale 70
20526         scaleBeforeRotation
20527
20528 \end_inset
20529
20530  eine Marke im Titel einfügen.
20531  Im 
20532 \family sans
20533 Marke
20534 \family default
20535 -Dialog schreiben Sie einen Text in das Feld 
20536 \family sans
20537 Marke
20538 \family default
20539  oder übernehmen den vorgeschlagenen.
20540  Die Marke sieht in LyX dann so aus:
20541 \end_layout
20542
20543 \begin_layout Standard
20544 \begin_inset Graphics
20545         filename clipart/Marke.png
20546         lyxscale 80
20547         scale 50
20548         scaleBeforeRotation
20549
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Die Marke wird als Anker und Name für den Querverweis benutzt.
20557  Mit 
20558 \family sans
20559 Einfügen\SpecialChar \menuseparator
20560 Querverweis
20561 \family default
20562  oder einen Klick auf 
20563 \begin_inset Graphics
20564         filename ../../images/dialog-show-new-inset_ref.png
20565         scale 70
20566         scaleBeforeRotation
20567
20568 \end_inset
20569
20570  können Sie dann auf die Marke verweisen.
20571  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20572  angezeigt:
20573 \end_layout
20574
20575 \begin_layout Standard
20576 \begin_inset Graphics
20577         filename clipart/Querverweis.png
20578         lyxscale 80
20579         scale 50
20580         scaleBeforeRotation
20581
20582 \end_inset
20583
20584
20585 \begin_inset Newline newline
20586 \end_inset
20587
20588  Mehr zu Querverweisen finden Sie im 
20589 \emph on
20590 Benutzerhandbuch
20591 \emph default
20592 .
20593 \end_layout
20594
20595 \begin_layout Standard
20596 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20597  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20598  durch einen Zeilenumbruch getrennt werden können.
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20603  LyX passt die Querverweise automatisch an.
20604 \end_layout
20605
20606 \begin_layout Standard
20607 Ein Klick auf den Schalter 
20608 \family sans
20609 Gehe
20610 \begin_inset space ~
20611 \end_inset
20612
20613 zur
20614 \begin_inset space ~
20615 \end_inset
20616
20617 Marke
20618 \family default
20619  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20620  Der Text der Schaltfläche heißt jetzt 
20621 \family sans
20622 Gehe
20623 \begin_inset space ~
20624 \end_inset
20625
20626 zurück
20627 \family default
20628  und ein Klick darauf macht genau dies.
20629   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20630  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20631  Dann ist auch kein 
20632 \family sans
20633 Gehe
20634 \begin_inset space ~
20635 \end_inset
20636
20637 zurück
20638 \family default
20639  möglich.
20640 \end_layout
20641
20642 \begin_layout Subsection
20643 Querverweis-Formate
20644 \begin_inset CommandInset label
20645 LatexCommand label
20646 name "uab:Querverweis-Formate"
20647
20648 \end_inset
20649
20650
20651 \begin_inset Index idx
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655 Querverweise ! Formate
20656 \end_layout
20657
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \begin_layout Standard
20664 Es gibt sechs verschiedene Querverweisstile:
20665 \end_layout
20666
20667 \begin_layout Description
20668 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20669  
20670 \begin_inset CommandInset ref
20671 LatexCommand ref
20672 reference "abb:Zwei-Teilabbildungen"
20673
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \begin_layout Description
20680 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20681  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20682  verwendet wird, speziell wenn der Name 
20683 \begin_inset Quotes gld
20684 \end_inset
20685
20686 Gleichung
20687 \begin_inset Quotes grd
20688 \end_inset
20689
20690  weggelassen wird: 
20691 \begin_inset CommandInset ref
20692 LatexCommand eqref
20693 reference "eq:Wgn"
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Description
20701 <Seite>: druckt die Seitennummer: Seite
20702 \begin_inset space ~
20703 \end_inset
20704
20705
20706 \begin_inset CommandInset ref
20707 LatexCommand pageref
20708 reference "abb:Zwei-Teilabbildungen"
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \begin_layout Description
20716 auf
20717 \begin_inset space ~
20718 \end_inset
20719
20720 Seite
20721 \begin_inset space ~
20722 \end_inset
20723
20724 <Seite>: druckt den Text 
20725 \begin_inset Quotes gld
20726 \end_inset
20727
20728 auf Seite
20729 \begin_inset Quotes grd
20730 \end_inset
20731
20732  und die Seitennummer: 
20733 \begin_inset CommandInset ref
20734 LatexCommand vpageref
20735 reference "abb:Zwei-Teilabbildungen"
20736
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \begin_layout Description
20743 <Querverweis>
20744 \begin_inset space ~
20745 \end_inset
20746
20747 auf
20748 \begin_inset space ~
20749 \end_inset
20750
20751 Seite
20752 \begin_inset space ~
20753 \end_inset
20754
20755 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20756 \begin_inset Quotes gld
20757 \end_inset
20758
20759 auf Seite
20760 \begin_inset Quotes grd
20761 \end_inset
20762
20763 , und die Seitennummer: 
20764 \begin_inset CommandInset ref
20765 LatexCommand vref
20766 reference "abb:Zwei-Teilabbildungen"
20767
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \begin_layout Description
20774 Formatierter
20775 \begin_inset space ~
20776 \end_inset
20777
20778 Querverweis: druckt ein selbst definiertes Querverweisformat
20779 \begin_inset Newline newline
20780 \end_inset
20781
20782
20783 \begin_inset Note Greyedout
20784 status open
20785
20786 \begin_layout Plain Layout
20787
20788 \series bold
20789 Bemerkung:
20790 \series default
20791  Dies ist nur möglich, wenn das LaTeX-Paket 
20792 \series bold
20793 prettyref
20794 \series default
20795  oder 
20796 \series bold
20797 refstyle
20798 \series default
20799
20800 \begin_inset Index idx
20801 status collapsed
20802
20803 \begin_layout Plain Layout
20804 LaTeX-Pakete ! prettyref
20805 \end_layout
20806
20807 \end_inset
20808
20809
20810 \begin_inset Index idx
20811 status collapsed
20812
20813 \begin_layout Plain Layout
20814 LaTeX-Pakete ! refstyle
20815 \end_layout
20816
20817 \end_inset
20818
20819  installiert ist.
20820 \end_layout
20821
20822 \end_inset
20823
20824
20825 \begin_inset Newline newline
20826 \end_inset
20827
20828 Sie können duch setzen der Option 
20829 \family sans
20830 Verwende refstyle (nicht prettyref) für Querverweise
20831 \family default
20832  im Menü 
20833 \family sans
20834 Dokument\SpecialChar \menuseparator
20835 Einstellungen\SpecialChar \menuseparator
20836 Dokumentklasse
20837 \family default
20838  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
20839  Das Format wird definiert, indem man den Befehl 
20840 \series bold
20841
20842 \backslash
20843 newrefformat
20844 \series default
20845  (prettyref) oder 
20846 \series bold
20847
20848 \backslash
20849 newref
20850 \series default
20851  (refstyle) in die Dokumentpräambel einfügt.
20852  Z.
20853 \begin_inset space \thinspace{}
20854 \end_inset
20855
20856 B.
20857  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
20858  
20859 \begin_inset Quotes eld
20860 \end_inset
20861
20862
20863 \family sans
20864 abb
20865 \family default
20866
20867 \begin_inset Quotes erd
20868 \end_inset
20869
20870 ) mit dem Befehle
20871 \begin_inset Newline newline
20872 \end_inset
20873
20874
20875 \series bold
20876
20877 \backslash
20878 newref{abb}{refcmd={Bild auf Seite 
20879 \backslash
20880 pageref{#1}}}
20881 \series default
20882
20883 \begin_inset Newline newline
20884 \end_inset
20885
20886 geändert werden.
20887  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
20888 en verwiesen, 
20889 \begin_inset CommandInset citation
20890 LatexCommand cite
20891 key "prettyref,refstyle"
20892
20893 \end_inset
20894
20895 .
20896 \end_layout
20897
20898 \begin_layout Description
20899 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
20900 \begin_inset CommandInset ref
20901 LatexCommand nameref
20902 reference "abb:Zwei-Teilabbildungen"
20903
20904 \end_inset
20905
20906
20907 \end_layout
20908
20909 \begin_layout Standard
20910
20911 \family sans
20912 <Seite>
20913 \family default
20914  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
20915  vorherigen, der selben oder der nächsten Seite befindet.
20916  Stattdessen wird z.
20917 \begin_inset space \thinspace{}
20918 \end_inset
20919
20920 B.
20921  der Text 
20922 \begin_inset Quotes gld
20923 \end_inset
20924
20925
20926 \family sans
20927 auf dieser Seite
20928 \family default
20929
20930 \begin_inset Quotes grd
20931 \end_inset
20932
20933  gedruckt.
20934  Der Stil 
20935 \family sans
20936 <Querverweis>
20937 \begin_inset space ~
20938 \end_inset
20939
20940 auf
20941 \begin_inset space ~
20942 \end_inset
20943
20944 Seite
20945 \begin_inset space ~
20946 \end_inset
20947
20948 <Seite>
20949 \family default
20950  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
20951  Seite ist.
20952 \end_layout
20953
20954 \begin_layout Standard
20955 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20956  automatisch von LaTeX berechnet.
20957  Die Stile können im Feld 
20958 \family sans
20959 Format
20960 \family default
20961  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20962  einen Querverweis klicken.
20963 \end_layout
20964
20965 \begin_layout Standard
20966 \begin_inset Note Greyedout
20967 status open
20968
20969 \begin_layout Plain Layout
20970
20971 \series bold
20972 Bemerkung:
20973 \series default
20974  Es wird empfohlen, das LaTeX-Paket 
20975 \series bold
20976 refstyle
20977 \series default
20978
20979 \begin_inset Index idx
20980 status collapsed
20981
20982 \begin_layout Plain Layout
20983 LaTeX-Pakete ! refstyle
20984 \end_layout
20985
20986 \end_inset
20987
20988  zu verwenden, da 
20989 \series bold
20990 prettyref
20991 \series default
20992
20993 \begin_inset Index idx
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997 LaTeX-Pakete ! prettyref
20998 \end_layout
20999
21000 \end_inset
21001
21002  nicht alle möglichen LyX Marken-Kürzel
21003 \begin_inset Foot
21004 status collapsed
21005
21006 \begin_layout Plain Layout
21007  
21008 \begin_inset Quotes gld
21009 \end_inset
21010
21011 abb:
21012 \begin_inset Quotes grd
21013 \end_inset
21014
21015  ist z.
21016 \begin_inset space \thinspace{}
21017 \end_inset
21018
21019 B.
21020  LyXs Kürzel für Marken in Bildbeschriftungen.
21021 \end_layout
21022
21023 \end_inset
21024
21025  kennt und auch nicht internationalisiert ist.
21026 \end_layout
21027
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \begin_layout Subsection
21034 Automatische Querverweisnamen
21035 \begin_inset Index idx
21036 status collapsed
21037
21038 \begin_layout Plain Layout
21039 Querverweise ! Automatische Namen 
21040 \end_layout
21041
21042 \end_inset
21043
21044
21045 \end_layout
21046
21047 \begin_layout Standard
21048 Das LaTeX-Paket 
21049 \series bold
21050 hyperref
21051 \series default
21052
21053 \begin_inset Index idx
21054 status collapsed
21055
21056 \begin_layout Plain Layout
21057 LaTeX-Pakete ! hyperref
21058 \end_layout
21059
21060 \end_inset
21061
21062 , das in den
21063 \family sans
21064  PDF-Eigenschaften
21065 \family default
21066  im 
21067 \family sans
21068 Dokument-Einstellungen
21069 \family default
21070  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21071  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21072  wie 
21073 \emph on
21074 Abschnitt
21075 \emph default
21076 ).
21077  Sie müssen damit z.
21078 \begin_inset space \thinspace{}
21079 \end_inset
21080
21081 B.
21082  nicht mehr den Namen 
21083 \begin_inset Quotes gld
21084 \end_inset
21085
21086 Abbildung
21087 \begin_inset Quotes grd
21088 \end_inset
21089
21090  vor jeden Querverweis auf eine Abbildung schreiben.
21091  Um diese Funktion benutzen zu können, aktivieren Sie 
21092 \series bold
21093 hyperref
21094 \series default
21095  und fügen diese Zeile in den LaTeX-Vorspann ein:
21096 \end_layout
21097
21098 \begin_layout Standard
21099
21100 \series bold
21101
21102 \backslash
21103 AtBeginDocument{
21104 \backslash
21105 renewcommand{
21106 \backslash
21107 ref}[1]{
21108 \backslash
21109 mbox{
21110 \backslash
21111 autoref{#1}}}}
21112 \end_layout
21113
21114 \begin_layout Standard
21115 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21116 \begin_inset space \thinspace{}
21117 \end_inset
21118
21119 B.
21120  statt 
21121 \begin_inset Quotes gld
21122 \end_inset
21123
21124 Abschnitt
21125 \begin_inset Quotes grd
21126 \end_inset
21127
21128  den Namen 
21129 \begin_inset Quotes gld
21130 \end_inset
21131
21132 Kap.
21133 \begin_inset space \thinspace{}
21134 \end_inset
21135
21136
21137 \begin_inset Quotes grd
21138 \end_inset
21139
21140 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21141 \end_layout
21142
21143 \begin_layout Standard
21144
21145 \series bold
21146
21147 \backslash
21148 addto
21149 \backslash
21150 extrasngerman{
21151 \backslash
21152 renewcommand{
21153 \backslash
21154 sectionautorefname}
21155 \begin_inset Newline newline
21156 \end_inset
21157
21158
21159 \begin_inset Phantom HPhantom
21160 status open
21161
21162 \begin_layout Plain Layout
21163
21164 \series bold
21165 \begin_inset space ~
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \end_inset
21172
21173 {Kap.
21174 \backslash
21175 negthinspace}}
21176 \end_layout
21177
21178 \begin_layout Standard
21179 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21180 \begin_inset Newline newline
21181 \end_inset
21182
21183
21184 \series bold
21185
21186 \backslash
21187 extrasngerman
21188 \series default
21189  durch 
21190 \series bold
21191
21192 \backslash
21193 extras***
21194 \series default
21195 , wobei *** der Name der verwendeten Sprache ist.
21196 \end_layout
21197
21198 \begin_layout Standard
21199 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21200  z.
21201 \begin_inset space \thinspace{}
21202 \end_inset
21203
21204 B.
21205  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21206 \end_layout
21207
21208 \begin_layout Standard
21209
21210 \series bold
21211
21212 \backslash
21213 newlength{
21214 \backslash
21215 abc}
21216 \begin_inset Newline newline
21217 \end_inset
21218
21219
21220 \backslash
21221 settowidth{
21222 \backslash
21223 abc}{
21224 \backslash
21225 space}
21226 \begin_inset Newline newline
21227 \end_inset
21228
21229
21230 \backslash
21231 addto
21232 \backslash
21233 extrasenglish{
21234 \backslash
21235 renewcommand{
21236 \backslash
21237 equationautorefname}
21238 \begin_inset Newline newline
21239 \end_inset
21240
21241
21242 \begin_inset Phantom HPhantom
21243 status open
21244
21245 \begin_layout Plain Layout
21246
21247 \series bold
21248 \begin_inset space ~
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255
21256 {
21257 \backslash
21258 hspace{-
21259 \backslash
21260 abc}}
21261 \end_layout
21262
21263 \begin_layout Standard
21264 Mehr über dieses Thema finden Sie in der 
21265 \series bold
21266 hyperref
21267 \series default
21268 -Dokumentation 
21269 \begin_inset CommandInset citation
21270 LatexCommand cite
21271 key "hyperref"
21272
21273 \end_inset
21274
21275 .
21276 \end_layout
21277
21278 \begin_layout Standard
21279 \begin_inset Note Greyedout
21280 status open
21281
21282 \begin_layout Plain Layout
21283
21284 \series bold
21285 Bemerkung:
21286 \series default
21287  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21288  als Querverweisstil 
21289 \family sans
21290 Formatierter
21291 \begin_inset space ~
21292 \end_inset
21293
21294 Querverweis
21295 \family default
21296  benutzen, wie in Abschnitt
21297 \begin_inset space ~
21298 \end_inset
21299
21300
21301 \begin_inset CommandInset ref
21302 LatexCommand ref
21303 reference "uab:Querverweis-Formate"
21304
21305 \end_inset
21306
21307  beschrieben.
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Standard
21316 Das 
21317 \emph on
21318 Mathe
21319 \emph default
21320  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21321 \end_layout
21322
21323 \begin_layout Subsection
21324 Querverweis-Position
21325 \begin_inset CommandInset label
21326 LatexCommand label
21327 name "uab:Querverweis-Position"
21328
21329 \end_inset
21330
21331
21332 \begin_inset Index idx
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336 Querverweise !  Position
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \begin_layout Standard
21345 Wenn Sie 
21346 \series bold
21347 hyperref
21348 \series default
21349
21350 \begin_inset Index idx
21351 status collapsed
21352
21353 \begin_layout Plain Layout
21354 LaTeX-Pakete ! hyperref
21355 \end_layout
21356
21357 \end_inset
21358
21359  in den
21360 \family sans
21361  PDF-Eigenschaften
21362 \family default
21363  im 
21364 \family sans
21365 Dokument-Einstellungen
21366 \family default
21367  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21368  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21369  und Sie werden das Bild ohne Scrollen nicht sehen.
21370  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21371  ist.
21372  Wenn Sie das  LaTeX-Paket 
21373 \series bold
21374 hypcap
21375 \series default
21376
21377 \begin_inset Index idx
21378 status collapsed
21379
21380 \begin_layout Plain Layout
21381 LaTeX-Pakete ! hypcap
21382 \end_layout
21383
21384 \end_inset
21385
21386 , das Teil des LaTeX-Pakets 
21387 \series bold
21388 oberdiek
21389 \series default
21390
21391 \begin_inset Index idx
21392 status collapsed
21393
21394 \begin_layout Plain Layout
21395 LaTeX-Pakete ! oberdiek
21396 \end_layout
21397
21398 \end_inset
21399
21400  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21401  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21402 \series bold
21403 hypcap
21404 \series default
21405  zunächst in den LaTeX-Vorspann laden:
21406 \end_layout
21407
21408 \begin_layout Standard
21409
21410 \series bold
21411
21412 \backslash
21413 usepackage[figure]{hypcap}
21414 \end_layout
21415
21416 \begin_layout Standard
21417 Sie können 
21418 \series bold
21419 hypcap
21420 \series default
21421  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21422  nicht empfohlen.
21423  Weitere Informationen finden Sie im
21424 \series bold
21425  hypcap
21426 \series default
21427 -Handbuch 
21428 \begin_inset CommandInset citation
21429 LatexCommand cite
21430 key "hypcap"
21431
21432 \end_inset
21433
21434 .
21435 \end_layout
21436
21437 \begin_layout Standard
21438 \begin_inset Note Greyedout
21439 status open
21440
21441 \begin_layout Plain Layout
21442
21443 \series bold
21444 Bemerkung:
21445 \series default
21446  
21447 \series bold
21448 hypcap
21449 \series medium
21450  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \begin_layout Section
21459 Gleitobjekt-Platzierung
21460 \begin_inset CommandInset label
21461 LatexCommand label
21462 name "abs:Gleitobjekt-Platzierung"
21463
21464 \end_inset
21465
21466
21467 \begin_inset Index idx
21468 status collapsed
21469
21470 \begin_layout Plain Layout
21471 Gleitobjekte ! Platzierung
21472 \end_layout
21473
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \begin_layout Standard
21480 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21481 \family sans
21482 Gleitobjekt-Einstellungen
21483 \family default
21484 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21485  können.
21486 \begin_inset Newline newline
21487 \end_inset
21488
21489 Die Option 
21490 \family sans
21491 Spalten
21492 \begin_inset space ~
21493 \end_inset
21494
21495 überspannen
21496 \family default
21497  ist nur bei zweispaltigen Dokumenten sinnvoll.
21498  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21499 \begin_inset Newline newline
21500 \end_inset
21501
21502 Die Option 
21503 \family sans
21504 Seitwärts
21505 \begin_inset space ~
21506 \end_inset
21507
21508 drehen
21509 \family default
21510  ist in Abschnitt 
21511 \begin_inset CommandInset ref
21512 LatexCommand ref
21513 reference "abs:Gedrehte-Gleitobjekte"
21514
21515 \end_inset
21516
21517  beschrieben.
21518 \end_layout
21519
21520 \begin_layout Standard
21521 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21522  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21523  Sie die Option 
21524 \family sans
21525 Standard-Platzierung
21526 \begin_inset space ~
21527 \end_inset
21528
21529 verwenden
21530 \family default
21531  nicht verwenden:
21532 \end_layout
21533
21534 \begin_layout Description
21535 Hier
21536 \begin_inset space ~
21537 \end_inset
21538
21539 wenn
21540 \begin_inset space ~
21541 \end_inset
21542
21543 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21544 \end_layout
21545
21546 \begin_layout Description
21547 Anfang
21548 \begin_inset space ~
21549 \end_inset
21550
21551 der
21552 \begin_inset space ~
21553 \end_inset
21554
21555 Seite
21556 \family sans
21557  
21558 \family default
21559 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21560  Gleitobjekte, die maximal 70
21561 \begin_inset space \thinspace{}
21562 \end_inset
21563
21564 % einer Seite benötigen, dürfen oben platziert werden.
21565  Dies kann durch die Variable 
21566 \series bold
21567
21568 \backslash
21569 topfraction
21570 \series default
21571  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21572 \end_layout
21573
21574 \begin_deeper
21575 \begin_layout Standard
21576
21577 \series bold
21578
21579 \backslash
21580 renewcommand{
21581 \backslash
21582 topfraction}{0.9}
21583 \family typewriter
21584 \series default
21585  
21586 \end_layout
21587
21588 \end_deeper
21589 \begin_layout Description
21590 Ende
21591 \begin_inset space ~
21592 \end_inset
21593
21594 der
21595 \begin_inset space ~
21596 \end_inset
21597
21598 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21599  Gleitobjekte, die maximal 30
21600 \begin_inset space \thinspace{}
21601 \end_inset
21602
21603 % einer Seite benötigen, dürfen unten platziert werden.
21604  Dies kann durch die Variable 
21605 \series bold
21606
21607 \backslash
21608 bottomfraction
21609 \series default
21610  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21611 \end_layout
21612
21613 \begin_deeper
21614 \begin_layout Standard
21615
21616 \series bold
21617
21618 \backslash
21619 renewcommand{
21620 \backslash
21621 bottomfraction}{0.5}
21622 \end_layout
21623
21624 \begin_layout Standard
21625 die oftmals zu kleine untere Grenze auf 50
21626 \begin_inset space \thinspace{}
21627 \end_inset
21628
21629 %.
21630 \end_layout
21631
21632 \end_deeper
21633 \begin_layout Description
21634 Seite
21635 \begin_inset space ~
21636 \end_inset
21637
21638 mit
21639 \begin_inset space ~
21640 \end_inset
21641
21642 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21643  Nur wenn mehr als 50
21644 \begin_inset space \thinspace{}
21645 \end_inset
21646
21647 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21648  Gleitobjekte bereitgestellt.
21649  Dies kann durch die Variable 
21650 \series bold
21651
21652 \backslash
21653 floatpagefraction 
21654 \series default
21655 im LaTeX-Vorspann überschrieben werden.
21656 \end_layout
21657
21658 \begin_layout Standard
21659 Die Reihenfolge der obigen Optionen wird 
21660 \emph on
21661 immer
21662 \emph default
21663  von LaTeX verwendet.
21664  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21665  versuchen 
21666 \family sans
21667 Hier
21668 \begin_inset space \space{}
21669 \end_inset
21670
21671 wenn
21672 \begin_inset space \space{}
21673 \end_inset
21674
21675 möglich
21676 \family default
21677 , dann 
21678 \family sans
21679 Anfang
21680 \begin_inset space ~
21681 \end_inset
21682
21683 der
21684 \begin_inset space ~
21685 \end_inset
21686
21687 Seite
21688 \family default
21689  und dann die anderen Optionen anzuwenden.
21690  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21691  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21692  Reihenfolge.
21693  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21694 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21695 \end_layout
21696
21697 \begin_layout Standard
21698 Die Option 
21699 \family sans
21700 Hier,
21701 \begin_inset space ~
21702 \end_inset
21703
21704 auf
21705 \begin_inset space ~
21706 \end_inset
21707
21708 jeden
21709 \begin_inset space ~
21710 \end_inset
21711
21712 Fall
21713 \family default
21714  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21715  fast druckreif ist.
21716  Denn mit der Option kann das Objekt nicht mehr 
21717 \emph on
21718 gleiten
21719 \emph default
21720 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21721  oftmals zerstört.
21722 \end_layout
21723
21724 \begin_layout Standard
21725 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21726  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21727 \begin_inset VSpace bigskip
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \begin_layout Standard
21734 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21735 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21736  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21737  Das kann mit dem LaTeX-Befehl
21738 \series bold
21739  
21740 \backslash
21741 suppressfloats
21742 \series default
21743  verhindert werden.
21744  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21745  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21746  gesetzt wird.
21747  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21748 \end_layout
21749
21750 \begin_layout Standard
21751
21752 \series bold
21753
21754 \backslash
21755 let
21756 \backslash
21757 meinAbschnitt
21758 \backslash
21759 section
21760 \begin_inset Newline newline
21761 \end_inset
21762
21763
21764 \backslash
21765 renewcommand{
21766 \backslash
21767 section}{
21768 \backslash
21769 suppressfloats[t]
21770 \backslash
21771 meinAbschnitt}
21772 \end_layout
21773
21774 \begin_layout Standard
21775 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21776  Unterabschnitten festlegen.
21777  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21778  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21779 \end_layout
21780
21781 \begin_layout Standard
21782 Es gibt auch noch das LaTeX-Paket 
21783 \series bold
21784 flafter
21785 \series default
21786
21787 \begin_inset Index idx
21788 status collapsed
21789
21790 \begin_layout Plain Layout
21791 LaTeX-Pakete ! flafter
21792 \end_layout
21793
21794 \end_inset
21795
21796  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21797  gedruckt wird.
21798 \end_layout
21799
21800 \begin_layout Standard
21801 \begin_inset VSpace bigskip
21802 \end_inset
21803
21804 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21805  Dafür gibt es das LaTeX-Paket 
21806 \series bold
21807 endfloat
21808 \series default
21809
21810 \begin_inset Index idx
21811 status collapsed
21812
21813 \begin_layout Plain Layout
21814 LaTeX-Pakete ! endfloat
21815 \end_layout
21816
21817 \end_inset
21818
21819 .
21820  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21821  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21822  
21823 \family sans
21824
21825 \begin_inset Quotes gld
21826 \end_inset
21827
21828 [Abbildung
21829 \begin_inset space ~
21830 \end_inset
21831
21832 3.2 ist ungefähr hier.]
21833 \family default
21834
21835 \begin_inset Quotes grd
21836 \end_inset
21837
21838  finden.
21839  Das 
21840 \series bold
21841 endfloat
21842 \series default
21843 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21844 \end_layout
21845
21846 \begin_layout Standard
21847
21848 \series bold
21849
21850 \backslash
21851 usepackage[Optionen]{endfloat}
21852 \end_layout
21853
21854 \begin_layout Standard
21855 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21856  Tabellen-Abschnitte, die Sie in der 
21857 \series bold
21858 endfloat
21859 \series default
21860 -Dokumentation 
21861 \begin_inset CommandInset citation
21862 LatexCommand cite
21863 key "endfloat"
21864
21865 \end_inset
21866
21867  nachlesen können.
21868 \begin_inset Newline newline
21869 \end_inset
21870
21871
21872 \begin_inset Note Greyedout
21873 status open
21874
21875 \begin_layout Plain Layout
21876
21877 \series bold
21878 Bemerkung
21879 \begin_inset space ~
21880 \end_inset
21881
21882 1: endfloat
21883 \series default
21884  übersetzt den Hinweistext nicht automatisch.
21885  Abschnitt
21886 \begin_inset space ~
21887 \end_inset
21888
21889 4 in 
21890 \begin_inset CommandInset citation
21891 LatexCommand cite
21892 key "endfloat"
21893
21894 \end_inset
21895
21896  beschreibt, wie es geht.
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \begin_layout Standard
21905 \begin_inset Note Greyedout
21906 status open
21907
21908 \begin_layout Plain Layout
21909
21910 \series bold
21911 Bemerkung
21912 \begin_inset space ~
21913 \end_inset
21914
21915 2: 
21916 \series default
21917 Die aktuelle Version von 
21918 \series bold
21919 endfloat
21920 \series default
21921  hat einen Fehler, wenn die Überschrift ein 
21922 \begin_inset Quotes gld
21923 \end_inset
21924
21925 ß
21926 \begin_inset Quotes grd
21927 \end_inset
21928
21929  enthält.
21930  Sie müssen stattdessen den Befehl 
21931 \series bold
21932
21933 \backslash
21934 ss
21935 \series default
21936  als TeX-Code benutzen.
21937 \end_layout
21938
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \begin_layout Standard
21945 \begin_inset VSpace bigskip
21946 \end_inset
21947
21948 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21949  wie 
21950 \begin_inset CommandInset citation
21951 LatexCommand cite
21952 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21953
21954 \end_inset
21955
21956 .
21957 \end_layout
21958
21959 \begin_layout Section
21960 Gedrehte Gleitobjekte
21961 \begin_inset CommandInset label
21962 LatexCommand label
21963 name "abs:Gedrehte-Gleitobjekte"
21964
21965 \end_inset
21966
21967
21968 \begin_inset Index idx
21969 status collapsed
21970
21971 \begin_layout Plain Layout
21972 Gleitobjekte ! drehen
21973 \end_layout
21974
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \begin_layout Standard
21981 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21982 t drehen.
21983  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21984  und die Option 
21985 \family sans
21986 Seitwärts
21987 \begin_inset space ~
21988 \end_inset
21989
21990 drehen
21991 \family default
21992  wählen.
21993 \end_layout
21994
21995 \begin_layout Standard
21996 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21997  sie ein mehrspaltiges Dokument haben) gedruckt.
21998  Sie können mehrere Spalten überspannen, wenn die Option 
21999 \family sans
22000 Spalten
22001 \begin_inset space ~
22002 \end_inset
22003
22004 überspannen
22005 \family default
22006  in den Gleitobjekt Einstellungen gewählt ist.
22007  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22008  werden können.
22009  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22010  Option 
22011 \series bold
22012 figuresleft
22013 \series default
22014  oder 
22015 \series bold
22016 figuresright
22017 \series default
22018  zu den Dokumentklassen-Optionen hinzu.
22019 \end_layout
22020
22021 \begin_layout Standard
22022 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22023  Tabelle
22024 \begin_inset space ~
22025 \end_inset
22026
22027
22028 \begin_inset CommandInset ref
22029 LatexCommand ref
22030 reference "tab:Gedrehte-Tabelle"
22031
22032 \end_inset
22033
22034  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22035 \end_layout
22036
22037 \begin_layout Standard
22038 \begin_inset Note Greyedout
22039 status open
22040
22041 \begin_layout Plain Layout
22042
22043 \series bold
22044 Bemerkung:
22045 \series default
22046  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22047 \end_layout
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 \begin_inset Float table
22056 wide false
22057 sideways true
22058 status open
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Caption
22062
22063 \begin_layout Plain Layout
22064 \begin_inset CommandInset label
22065 LatexCommand label
22066 name "tab:Gedrehte-Tabelle"
22067
22068 \end_inset
22069
22070 Gedrehte Tabelle
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \begin_layout Plain Layout
22079 \align center
22080 \begin_inset Tabular
22081 <lyxtabular version="3" rows="1" columns="5">
22082 <features tabularvalignment="middle">
22083 <column alignment="center" valignment="top" width="0">
22084 <column alignment="center" valignment="top" width="0">
22085 <column alignment="center" valignment="top" width="0">
22086 <column alignment="center" valignment="top" width="0">
22087 <column alignment="center" valignment="top" width="0">
22088 <row>
22089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 Test
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 b
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 c
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 d
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 e
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 </row>
22135 </lyxtabular>
22136
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \begin_layout Section
22148 Untergleitobjekte
22149 \begin_inset Index idx
22150 status collapsed
22151
22152 \begin_layout Plain Layout
22153 Gleitobjekte ! Untergleitobjekte
22154 \end_layout
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \begin_layout Standard
22162 Untergleitobjekte werden z.
22163 \begin_inset space \thinspace{}
22164 \end_inset
22165
22166 B.
22167  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22168  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22169  eingefügt wird.
22170  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22171  in Tabelle
22172 \begin_inset space ~
22173 \end_inset
22174
22175
22176 \begin_inset CommandInset ref
22177 LatexCommand ref
22178 reference "tab:Untertabellen-nebeneinander"
22179
22180 \end_inset
22181
22182  und 
22183 \begin_inset CommandInset ref
22184 LatexCommand ref
22185 reference "tab:Untertabellen-übereinander"
22186
22187 \end_inset
22188
22189 .
22190 \end_layout
22191
22192 \begin_layout Standard
22193 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22194 \begin_inset space ~
22195 \end_inset
22196
22197
22198 \begin_inset CommandInset ref
22199 LatexCommand ref
22200 reference "tab:Untertabelle-a"
22201
22202 \end_inset
22203
22204  und 
22205 \begin_inset CommandInset ref
22206 LatexCommand ref
22207 reference "tab:Untertabelle-b"
22208
22209 \end_inset
22210
22211  sind Untertabellen von Tabelle
22212 \begin_inset space ~
22213 \end_inset
22214
22215
22216 \begin_inset CommandInset ref
22217 LatexCommand ref
22218 reference "tab:Untertabellen-nebeneinander"
22219
22220 \end_inset
22221
22222 .
22223 \end_layout
22224
22225 \begin_layout Standard
22226 \begin_inset Float table
22227 wide false
22228 sideways false
22229 status open
22230
22231 \begin_layout Plain Layout
22232 \begin_inset Caption
22233
22234 \begin_layout Plain Layout
22235 \begin_inset CommandInset label
22236 LatexCommand label
22237 name "tab:Untertabellen-nebeneinander"
22238
22239 \end_inset
22240
22241 Zwei Untertabellen nebeneinander.
22242 \end_layout
22243
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \begin_layout Plain Layout
22250 \align center
22251 \begin_inset space \hfill{}
22252 \end_inset
22253
22254
22255 \begin_inset Float table
22256 wide false
22257 sideways false
22258 status collapsed
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Caption
22262
22263 \begin_layout Plain Layout
22264 \begin_inset CommandInset label
22265 LatexCommand label
22266 name "tab:Untertabelle-a"
22267
22268 \end_inset
22269
22270 Dies ist Untertabelle a.
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \begin_layout Plain Layout
22279 \align center
22280 \begin_inset Tabular
22281 <lyxtabular version="3" rows="1" columns="5">
22282 <features tabularvalignment="middle">
22283 <column alignment="center" valignment="top" width="0">
22284 <column alignment="center" valignment="top" width="0">
22285 <column alignment="center" valignment="top" width="0">
22286 <column alignment="center" valignment="top" width="0">
22287 <column alignment="center" valignment="top" width="0">
22288 <row>
22289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 Test
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 b
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 c
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 d
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 e
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 </lyxtabular>
22336
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \begin_inset space \hfill{}
22346 \end_inset
22347
22348
22349 \begin_inset Float table
22350 wide false
22351 sideways false
22352 status collapsed
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Caption
22356
22357 \begin_layout Plain Layout
22358 \begin_inset CommandInset label
22359 LatexCommand label
22360 name "tab:Untertabelle-b"
22361
22362 \end_inset
22363
22364 Dies ist Untertabelle b.
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \begin_layout Plain Layout
22373 \align center
22374 \begin_inset Tabular
22375 <lyxtabular version="3" rows="1" columns="5">
22376 <features tabularvalignment="middle">
22377 <column alignment="center" valignment="top" width="0">
22378 <column alignment="center" valignment="top" width="0">
22379 <column alignment="center" valignment="top" width="0">
22380 <column alignment="center" valignment="top" width="0">
22381 <column alignment="center" valignment="top" width="0">
22382 <row>
22383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 e
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 d
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 c
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 b
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 Test
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 </lyxtabular>
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \begin_inset space \hfill{}
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \begin_layout Standard
22451 \begin_inset Float table
22452 wide false
22453 sideways false
22454 status open
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Caption
22458
22459 \begin_layout Plain Layout
22460 \begin_inset CommandInset label
22461 LatexCommand label
22462 name "tab:Untertabellen-übereinander"
22463
22464 \end_inset
22465
22466 Zwei Untertabellen übereinander.
22467  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \begin_layout Plain Layout
22476 \align center
22477 \begin_inset Float table
22478 wide false
22479 sideways false
22480 status collapsed
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Caption
22484
22485 \begin_layout Plain Layout
22486
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \begin_layout Plain Layout
22495 \align center
22496 \begin_inset Tabular
22497 <lyxtabular version="3" rows="1" columns="4">
22498 <features tabularvalignment="middle">
22499 <column alignment="center" valignment="top" width="0">
22500 <column alignment="center" valignment="top" width="0">
22501 <column alignment="center" valignment="top" width="0">
22502 <column alignment="center" valignment="top" width="0">
22503 <row>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 Test
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 Test
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 Test
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 Test
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 </lyxtabular>
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \begin_layout Plain Layout
22554 \align center
22555 \begin_inset Float table
22556 wide false
22557 sideways false
22558 status collapsed
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Caption
22562
22563 \begin_layout Plain Layout
22564
22565 \end_layout
22566
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \begin_layout Plain Layout
22573 \align center
22574 \begin_inset Tabular
22575 <lyxtabular version="3" rows="1" columns="5">
22576 <features tabularvalignment="middle">
22577 <column alignment="center" valignment="top" width="0">
22578 <column alignment="center" valignment="top" width="0">
22579 <column alignment="center" valignment="top" width="0">
22580 <column alignment="center" valignment="top" width="0">
22581 <column alignment="center" valignment="top" width="0">
22582 <row>
22583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 a
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 b
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 c
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 d
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 e
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 </row>
22629 </lyxtabular>
22630
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \begin_layout Section
22647 Gleitobjekte nebeneinander
22648 \begin_inset Index idx
22649 status collapsed
22650
22651 \begin_layout Plain Layout
22652 Gleitobjekte ! nebeneinander
22653 \end_layout
22654
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \begin_layout Standard
22661 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22662 \begin_inset space ~
22663 \end_inset
22664
22665
22666 \begin_inset CommandInset ref
22667 LatexCommand ref
22668 reference "abb:Gleitobjekt-links"
22669
22670 \end_inset
22671
22672  und 
22673 \begin_inset CommandInset ref
22674 LatexCommand ref
22675 reference "abb:Gleitobjekt-rechts"
22676
22677 \end_inset
22678
22679  wird nur 
22680 \emph on
22681 ein
22682 \emph default
22683  Gleitobjekt verwendet.
22684  In dieses werden zwei Minipage Boxen eingefügt.
22685 \begin_inset Foot
22686 status collapsed
22687
22688 \begin_layout Plain Layout
22689 Minipages sind in Abschnitt
22690 \begin_inset space ~
22691 \end_inset
22692
22693
22694 \begin_inset CommandInset ref
22695 LatexCommand ref
22696 reference "abs:Minipage"
22697
22698 \end_inset
22699
22700  erklärt.
22701 \end_layout
22702
22703 \end_inset
22704
22705  Die Breite wird für jede Minipage auf 45
22706 \begin_inset space \thinspace{}
22707 \end_inset
22708
22709 -50
22710 \begin_inset space \thinspace{}
22711 \end_inset
22712
22713 Spalten% und die Box Ausrichtung auf 
22714 \family sans
22715 Unten
22716 \family default
22717  gesetzt.
22718  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22719  Gleitobjekt.
22720  Der einzige Unterschied ist, dass die Bildeinheit 
22721 \family sans
22722 Spaltenbreite
22723 \begin_inset space ~
22724 \end_inset
22725
22726 %
22727 \family default
22728  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22729 \end_layout
22730
22731 \begin_layout Standard
22732 \begin_inset Float figure
22733 wide false
22734 sideways false
22735 status open
22736
22737 \begin_layout Plain Layout
22738 \begin_inset Box Frameless
22739 position "b"
22740 hor_pos "c"
22741 has_inner_box 1
22742 inner_pos "t"
22743 use_parbox 0
22744 use_makebox 0
22745 width "45col%"
22746 special "none"
22747 height "1in"
22748 height_special "totalheight"
22749 status open
22750
22751 \begin_layout Plain Layout
22752 \align center
22753 \begin_inset Graphics
22754         filename ../clipart/mobius.eps
22755         lyxscale 50
22756         width 100col%
22757         scaleBeforeRotation
22758
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \begin_layout Plain Layout
22765 \begin_inset Caption
22766
22767 \begin_layout Plain Layout
22768 \begin_inset CommandInset label
22769 LatexCommand label
22770 name "abb:Gleitobjekt-links"
22771
22772 \end_inset
22773
22774 Gleitobjekt auf der linken Seite.
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \begin_inset space \hfill{}
22786 \end_inset
22787
22788
22789 \begin_inset Box Frameless
22790 position "b"
22791 hor_pos "c"
22792 has_inner_box 1
22793 inner_pos "t"
22794 use_parbox 0
22795 use_makebox 0
22796 width "45col%"
22797 special "none"
22798 height "1in"
22799 height_special "totalheight"
22800 status open
22801
22802 \begin_layout Plain Layout
22803 \align center
22804 \begin_inset Graphics
22805         filename ../clipart/platypus.eps
22806         lyxscale 50
22807         width 100col%
22808         scaleBeforeRotation
22809
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \begin_layout Plain Layout
22816 \begin_inset Caption
22817
22818 \begin_layout Plain Layout
22819 \begin_inset CommandInset label
22820 LatexCommand label
22821 name "abb:Gleitobjekt-rechts"
22822
22823 \end_inset
22824
22825 Gleitobjekt auf der rechten Seite.
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \begin_layout Section
22844 Beschriftungs-Formatierung
22845 \begin_inset CommandInset label
22846 LatexCommand label
22847 name "abs:Titel-Formatierung"
22848
22849 \end_inset
22850
22851
22852 \begin_inset Index idx
22853 status collapsed
22854
22855 \begin_layout Plain Layout
22856 Gleitobjekte ! Beschriftung ! Formatierung
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \begin_layout Standard
22865
22866 \family sans
22867 Legende
22868 \family default
22869  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22870  In LyX sehen Titel so aus:  
22871 \family sans
22872
22873 \begin_inset Quotes gld
22874 \end_inset
22875
22876 Abbildung xyz:
22877 \family default
22878
22879 \begin_inset Quotes grd
22880 \end_inset
22881
22882 , gefolgt vom Beschriftungstext, wobei 
22883 \family sans
22884 xyz
22885 \family default
22886  die von LyX vergebene Nummer ist.
22887  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22888  gedruckt.
22889  Dies ist nicht immer brauchbar.
22890 \end_layout
22891
22892 \begin_layout Standard
22893 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22894  
22895 \series bold
22896 caption
22897 \series default
22898
22899 \begin_inset Index idx
22900 status collapsed
22901
22902 \begin_layout Plain Layout
22903 LaTeX-Pakete ! caption
22904 \end_layout
22905
22906 \end_inset
22907
22908  in den LaTeX-Vorspann laden:
22909 \end_layout
22910
22911 \begin_layout Standard
22912
22913 \series bold
22914
22915 \backslash
22916 usepackage[Format-Definition]{caption}
22917 \end_layout
22918
22919 \begin_layout Standard
22920 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22921  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22922 \end_layout
22923
22924 \begin_layout Standard
22925
22926 \series bold
22927
22928 \backslash
22929 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22930 \end_layout
22931
22932 \begin_layout Standard
22933 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22934  definieren.
22935  Dazu laden Sie das 
22936 \series bold
22937 caption
22938 \series default
22939 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22940  dem Befehl
22941 \end_layout
22942
22943 \begin_layout Standard
22944
22945 \series bold
22946
22947 \backslash
22948 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22949 \end_layout
22950
22951 \begin_layout Standard
22952 Für Abbildung
22953 \begin_inset space ~
22954 \end_inset
22955
22956
22957 \begin_inset CommandInset ref
22958 LatexCommand ref
22959 reference "abb:Langer-Abb-Titel"
22960
22961 \end_inset
22962
22963  und Tabelle
22964 \begin_inset space ~
22965 \end_inset
22966
22967
22968 \begin_inset CommandInset ref
22969 LatexCommand ref
22970 reference "tab:Langer-Tab-Titel"
22971
22972 \end_inset
22973
22974  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22975  werden:
22976 \end_layout
22977
22978 \begin_layout Standard
22979
22980 \series bold
22981
22982 \backslash
22983 usepackage[tableposition=top]{caption}
22984 \begin_inset Newline newline
22985 \end_inset
22986
22987
22988 \backslash
22989 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22990 \begin_inset Newline newline
22991 \end_inset
22992
22993
22994 \begin_inset Phantom HPhantom
22995 status open
22996
22997 \begin_layout Plain Layout
22998
22999 \series bold
23000
23001 \backslash
23002 captionsetup[figure]{
23003 \end_layout
23004
23005 \end_inset
23006
23007 labelsep=period}
23008 \begin_inset Newline newline
23009 \end_inset
23010
23011
23012 \backslash
23013 captionsetup[table]{labelfont={bf,sf}}
23014 \end_layout
23015
23016 \begin_layout Standard
23017 \begin_inset Note Greyedout
23018 status open
23019
23020 \begin_layout Plain Layout
23021
23022 \series bold
23023 Bemerkung:
23024 \series default
23025  Die Option 
23026 \series bold
23027 tableposition=top
23028 \series default
23029  hat keine Auswirkung, wenn eine 
23030 \series bold
23031 KOMA-Script
23032 \series default
23033
23034 \begin_inset Index idx
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038 LaTeX-Pakete ! KOMA-Script
23039 \end_layout
23040
23041 \end_inset
23042
23043 -Dokumentklasse verwendet wird.
23044  Hier muss die Option 
23045 \series bold
23046 captions=tableheading
23047 \series default
23048  benutzt werden.
23049 \end_layout
23050
23051 \end_inset
23052
23053
23054 \end_layout
23055
23056 \begin_layout Standard
23057 Weitere Informationen über das Paket
23058 \series bold
23059  caption
23060 \series default
23061  finden Sie in seiner Dokumentation 
23062 \begin_inset CommandInset citation
23063 LatexCommand cite
23064 key "caption"
23065
23066 \end_inset
23067
23068 .
23069 \end_layout
23070
23071 \begin_layout Standard
23072 Wenn Sie den Namen von 
23073 \begin_inset Quotes gld
23074 \end_inset
23075
23076 Abbildung
23077 \begin_inset Quotes grd
23078 \end_inset
23079
23080  auf 
23081 \begin_inset Quotes gld
23082 \end_inset
23083
23084 Bild
23085 \begin_inset Quotes grd
23086 \end_inset
23087
23088  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23089 \end_layout
23090
23091 \begin_layout Standard
23092
23093 \series bold
23094
23095 \backslash
23096 renewcommand{
23097 \backslash
23098 fnum@figure}{Bild~
23099 \backslash
23100 thefigure}
23101 \end_layout
23102
23103 \begin_layout Standard
23104 wobei 
23105 \series bold
23106
23107 \backslash
23108 thefigure
23109 \series default
23110  die Bildnummer einsetzt und
23111 \series bold
23112  ~
23113 \series default
23114  ein geschütztes Leerzeichen ist.
23115 \end_layout
23116
23117 \begin_layout Standard
23118 \begin_inset VSpace bigskip
23119 \end_inset
23120
23121 Wenn Sie eine 
23122 \series bold
23123 KOMA-Script
23124 \series default
23125
23126 \begin_inset Index idx
23127 status collapsed
23128
23129 \begin_layout Plain Layout
23130 LaTeX-Pakete ! KOMA-Script
23131 \end_layout
23132
23133 \end_inset
23134
23135 -Dokumentklasse (
23136 \family sans
23137 article (KOMA-Script)
23138 \family default
23139
23140 \family sans
23141 book (KOMA-Script)
23142 \family default
23143
23144 \family sans
23145 letter (KOMA-Script)
23146 \family default
23147  oder 
23148 \family sans
23149 report (KOMA-Script)
23150 \family default
23151 ) benutzen, können Sie anstatt des 
23152 \series bold
23153 caption
23154 \series default
23155 -Paketes den eingebauten Befehl 
23156 \series bold
23157
23158 \backslash
23159 setkomafont
23160 \series default
23161  von 
23162 \series bold
23163 KOMA-Script
23164 \series default
23165  benutzen.
23166  Der Befehl
23167 \end_layout
23168
23169 \begin_layout Standard
23170
23171 \series bold
23172
23173 \backslash
23174 setkomafont{captionlabel}{
23175 \backslash
23176 bfseries}
23177 \end_layout
23178
23179 \begin_layout Standard
23180 im LaTeX-Vorspann druckt den Namen fett.
23181 \end_layout
23182
23183 \begin_layout Standard
23184 Weitere Informationen über 
23185 \series bold
23186
23187 \backslash
23188 setkomafont
23189 \series default
23190  finden Sie in der 
23191 \series bold
23192 KOMA-Script
23193 \series default
23194 -Do\SpecialChar \-
23195 ku\SpecialChar \-
23196 men\SpecialChar \-
23197 ta\SpecialChar \-
23198 tion 
23199 \begin_inset CommandInset citation
23200 LatexCommand cite
23201 key "KOMA-Script"
23202
23203 \end_inset
23204
23205 .
23206 \end_layout
23207
23208 \begin_layout Standard
23209 \begin_inset ERT
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213
23214
23215 \backslash
23216 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23217 }
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \begin_inset Note Note
23224 status open
23225
23226 \begin_layout Plain Layout
23227 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \begin_layout Standard
23236 \begin_inset Float figure
23237 placement !p
23238 wide false
23239 sideways false
23240 status open
23241
23242 \begin_layout Plain Layout
23243 \align center
23244 \begin_inset Graphics
23245         filename ../clipart/mobius.eps
23246         lyxscale 50
23247         scale 50
23248         scaleBeforeRotation
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \begin_layout Plain Layout
23256 \begin_inset Caption
23257
23258 \begin_layout Plain Layout
23259 \begin_inset CommandInset label
23260 LatexCommand label
23261 name "abb:Langer-Abb-Titel"
23262
23263 \end_inset
23264
23265 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23266  ist, um das andere Beschriftungsformat zu zeigen.
23267  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23268 \begin_inset Argument
23269 status collapsed
23270
23271 \begin_layout Plain Layout
23272 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23273  ist.
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \begin_inset ERT
23293 status collapsed
23294
23295 \begin_layout Plain Layout
23296
23297
23298 \backslash
23299 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23300 on}
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset Float table
23310 placement !p
23311 wide false
23312 sideways false
23313 status open
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Caption
23317
23318 \begin_layout Plain Layout
23319 \begin_inset CommandInset label
23320 LatexCommand label
23321 name "tab:Langer-Tab-Titel"
23322
23323 \end_inset
23324
23325 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23326  ist, um das andere Beschriftungsformat zu zeigen.
23327  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23328  benutzt.
23329 \begin_inset Argument
23330 status collapsed
23331
23332 \begin_layout Plain Layout
23333 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23334  ist.
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \begin_layout Plain Layout
23348 \align center
23349 \begin_inset Tabular
23350 <lyxtabular version="3" rows="1" columns="5">
23351 <features tabularvalignment="middle">
23352 <column alignment="center" valignment="top" width="0">
23353 <column alignment="center" valignment="top" width="0">
23354 <column alignment="center" valignment="top" width="0">
23355 <column alignment="center" valignment="top" width="0">
23356 <column alignment="center" valignment="top" width="0">
23357 <row>
23358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 a
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 b
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 c
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 d
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 e
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 </lyxtabular>
23405
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \begin_layout Section
23417 Beschriftungs-Platzierung
23418 \begin_inset CommandInset label
23419 LatexCommand label
23420 name "abs:Titel-Platzierung"
23421
23422 \end_inset
23423
23424
23425 \begin_inset Index idx
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429 Gleitobjekte ! Beschriftung ! Platzierung
23430 \end_layout
23431
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \begin_layout Standard
23438 Normalerweise werden die Beschriftungen wie folgt platziert:
23439 \end_layout
23440
23441 \begin_layout Description
23442 Abbildung: darunter
23443 \end_layout
23444
23445 \begin_layout Description
23446 Tabelle: darüber
23447 \end_layout
23448
23449 \begin_layout Standard
23450 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23451  Das heißt wenn Sie eine der Dokument-Klassen 
23452 \family sans
23453 article
23454 \family default
23455
23456 \family sans
23457 book
23458 \family default
23459
23460 \family sans
23461 letter
23462 \family default
23463  oder 
23464 \family sans
23465 report
23466 \family default
23467  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23468  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23469 \series bold
23470 caption
23471 \series default
23472  im LaTeX-Vorspann folgendes schreiben:
23473 \begin_inset Foot
23474 status collapsed
23475
23476 \begin_layout Plain Layout
23477 In Abschnitt
23478 \begin_inset space ~
23479 \end_inset
23480
23481
23482 \begin_inset CommandInset ref
23483 LatexCommand ref
23484 reference "abs:Titel-Formatierung"
23485
23486 \end_inset
23487
23488  steht mehr über das Paket 
23489 \series bold
23490 caption
23491 \series default
23492 .
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \begin_layout Standard
23501
23502 \series bold
23503 tableposition=top
23504 \end_layout
23505
23506 \begin_layout Standard
23507 Wenn Sie eine 
23508 \series bold
23509 KOMA-Script
23510 \series default
23511
23512 \begin_inset Index idx
23513 status collapsed
23514
23515 \begin_layout Plain Layout
23516 LaTeX-Pakete ! KOMA-Script
23517 \end_layout
23518
23519 \end_inset
23520
23521 -Dokumentklasse (
23522 \family sans
23523 article (KOMA-Script)
23524 \family default
23525
23526 \family sans
23527 book (KOMA-Script)
23528 \family default
23529
23530 \family sans
23531 letter (KOMA-Script)
23532 \family default
23533  oder 
23534 \family sans
23535 report (KOMA-Script)
23536 \family default
23537 ) benutzen, können Sie alternativ zum 
23538 \series bold
23539 caption
23540 \series default
23541 -Paket die Option 
23542 \series bold
23543 captions=tableheading
23544 \series default
23545  benutzen.
23546 \end_layout
23547
23548 \begin_layout Standard
23549 \begin_inset VSpace bigskip
23550 \end_inset
23551
23552 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23553  Das bewirkt das LaTeX-Paket 
23554 \series bold
23555 sidecap
23556 \series default
23557
23558 \begin_inset Index idx
23559 status collapsed
23560
23561 \begin_layout Plain Layout
23562 LaTeX-Pakete ! sidecap
23563 \end_layout
23564
23565 \end_inset
23566
23567 , das so in den LaTeX-Vorspann geladen wird:
23568 \end_layout
23569
23570 \begin_layout Standard
23571
23572 \series bold
23573
23574 \backslash
23575 usepackage[Option]{sidecap}
23576 \end_layout
23577
23578 \begin_layout Standard
23579 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23580  Mit 
23581 \series bold
23582 innercaption
23583 \series default
23584  wird die Beschriftung innen gedruckt.
23585  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23586  
23587 \series bold
23588 rightcaption
23589 \series default
23590  oder 
23591 \series bold
23592 leftcaption
23593 \series default
23594 .
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 ifsidecap
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \begin_inset Note Note
23612 status open
23613
23614 \begin_layout Plain Layout
23615 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23616 \series bold
23617 sidecap
23618 \series default
23619  installiert ist.
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \begin_layout Standard
23628 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23629  in den LaTeX-Vorspann schreiben:
23630 \end_layout
23631
23632 \begin_layout Standard
23633 \noindent
23634 \begin_inset CommandInset line
23635 LatexCommand rule
23636 offset "0.5ex"
23637 width "100line%"
23638 height "1pt"
23639
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \begin_layout Standard
23646
23647 \series bold
23648
23649 \backslash
23650 newcommand{
23651 \backslash
23652 TabBesBeg}{%
23653 \begin_inset Newline newline
23654 \end_inset
23655
23656
23657 \begin_inset Phantom HPhantom
23658 status open
23659
23660 \begin_layout Plain Layout
23661
23662 \series bold
23663 \begin_inset space ~
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \end_inset
23670
23671
23672 \backslash
23673 let
23674 \backslash
23675 MyTable
23676 \backslash
23677 table
23678 \begin_inset Newline newline
23679 \end_inset
23680
23681
23682 \begin_inset Phantom HPhantom
23683 status open
23684
23685 \begin_layout Plain Layout
23686
23687 \series bold
23688 \begin_inset space ~
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \backslash
23698 let
23699 \backslash
23700 MyEndtable
23701 \backslash
23702 endtable
23703 \begin_inset Newline newline
23704 \end_inset
23705
23706
23707 \begin_inset Phantom HPhantom
23708 status open
23709
23710 \begin_layout Plain Layout
23711
23712 \series bold
23713 \begin_inset space ~
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \backslash
23723 renewenvironment{table}{
23724 \backslash
23725 begin{SCtable}}{
23726 \backslash
23727 end{SCtable}}}
23728 \end_layout
23729
23730 \begin_layout Standard
23731
23732 \series bold
23733
23734 \backslash
23735 newcommand{
23736 \backslash
23737 TabBesEnd}{%
23738 \begin_inset Newline newline
23739 \end_inset
23740
23741
23742 \begin_inset Phantom HPhantom
23743 status open
23744
23745 \begin_layout Plain Layout
23746
23747 \series bold
23748 \begin_inset space ~
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \end_inset
23755
23756
23757 \backslash
23758 let
23759 \backslash
23760 table
23761 \backslash
23762 MyTable
23763 \begin_inset Newline newline
23764 \end_inset
23765
23766
23767 \begin_inset Phantom HPhantom
23768 status open
23769
23770 \begin_layout Plain Layout
23771
23772 \series bold
23773 \begin_inset space ~
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \backslash
23783 let
23784 \backslash
23785 endtable
23786 \backslash
23787 MyEndtable
23788 \end_layout
23789
23790 \begin_layout Standard
23791
23792 \series bold
23793
23794 \backslash
23795 newcommand{
23796 \backslash
23797 FigBesBeg}{%
23798 \begin_inset Newline newline
23799 \end_inset
23800
23801
23802 \begin_inset Phantom HPhantom
23803 status open
23804
23805 \begin_layout Plain Layout
23806
23807 \series bold
23808 \begin_inset space ~
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \backslash
23818 let
23819 \backslash
23820 MyFigure
23821 \backslash
23822 figure
23823 \begin_inset Newline newline
23824 \end_inset
23825
23826
23827 \begin_inset Phantom HPhantom
23828 status open
23829
23830 \begin_layout Plain Layout
23831
23832 \series bold
23833 \begin_inset space ~
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \backslash
23843 let
23844 \backslash
23845 MyEndfigure
23846 \backslash
23847 endfigure
23848 \begin_inset Newline newline
23849 \end_inset
23850
23851
23852 \begin_inset Phantom HPhantom
23853 status open
23854
23855 \begin_layout Plain Layout
23856
23857 \series bold
23858 \begin_inset space ~
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \backslash
23868 renewenvironment{figure}{
23869 \backslash
23870 begin{SCfigure}}{
23871 \backslash
23872 end{SCfigure}}}
23873 \end_layout
23874
23875 \begin_layout Standard
23876
23877 \series bold
23878
23879 \backslash
23880 newcommand{
23881 \backslash
23882 FigBesEnd}{%
23883 \begin_inset Newline newline
23884 \end_inset
23885
23886
23887 \begin_inset Phantom HPhantom
23888 status open
23889
23890 \begin_layout Plain Layout
23891
23892 \series bold
23893 \begin_inset space ~
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \backslash
23903 let
23904 \backslash
23905 figure
23906 \backslash
23907 MyFigure
23908 \begin_inset Newline newline
23909 \end_inset
23910
23911
23912 \begin_inset Phantom HPhantom
23913 status open
23914
23915 \begin_layout Plain Layout
23916
23917 \series bold
23918 \begin_inset space ~
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \end_inset
23925
23926
23927 \backslash
23928 let
23929 \backslash
23930 endfigure
23931 \backslash
23932 MyEndfigure}
23933 \end_layout
23934
23935 \begin_layout Standard
23936 \noindent
23937 \begin_inset CommandInset line
23938 LatexCommand rule
23939 offset "0.5ex"
23940 width "100line%"
23941 height "1pt"
23942
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \begin_layout Standard
23949 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23950 ungen seitlich gedruckt werden.
23951  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23952 \end_layout
23953
23954 \begin_layout Standard
23955
23956 \series bold
23957
23958 \backslash
23959 FigBesBeg
23960 \end_layout
23961
23962 \begin_layout Standard
23963 als TeX-Code vor und
23964 \end_layout
23965
23966 \begin_layout Standard
23967
23968 \series bold
23969
23970 \backslash
23971 FigBesEnd
23972 \end_layout
23973
23974 \begin_layout Standard
23975 hinter das Gleitobjekt.
23976  Bei Gleitobjekt-Tabellen heißen die Befehle
23977 \end_layout
23978
23979 \begin_layout Standard
23980
23981 \series bold
23982
23983 \backslash
23984 TabBesBeg
23985 \series default
23986  und 
23987 \series bold
23988
23989 \backslash
23990 TabBesEnd
23991 \series default
23992 .
23993 \end_layout
23994
23995 \begin_layout Standard
23996 Abbildung
23997 \begin_inset space ~
23998 \end_inset
23999
24000
24001 \begin_inset CommandInset ref
24002 LatexCommand ref
24003 reference "abb:Beschriftung-neben"
24004
24005 \end_inset
24006
24007  und Tabelle
24008 \begin_inset space ~
24009 \end_inset
24010
24011
24012 \begin_inset CommandInset ref
24013 LatexCommand ref
24014 reference "tab:cap-beside-tab"
24015
24016 \end_inset
24017
24018  sind Beispiele für seitliche Beschriftungen.
24019 \end_layout
24020
24021 \begin_layout Standard
24022 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24023  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24024  der Abbildung.
24025  Das kann man mit dem Befehl
24026 \end_layout
24027
24028 \begin_layout Standard
24029
24030 \series bold
24031
24032 \backslash
24033 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24034 \end_layout
24035
24036 \begin_layout Standard
24037 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24038  Der Gleitobjekt-Typ ist entweder 
24039 \family sans
24040 figure
24041 \family default
24042  oder 
24043 \family sans
24044 table
24045 \family default
24046 , die
24047 \family sans
24048  
24049 \family default
24050 Platzierung ist 
24051 \family typewriter
24052 t
24053 \family default
24054  für oben, 
24055 \family typewriter
24056 c
24057 \family default
24058  für zentriert oder 
24059 \family typewriter
24060 b
24061 \family default
24062  für unten.
24063  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24064  lautet der Befehl
24065 \end_layout
24066
24067 \begin_layout Standard
24068
24069 \series bold
24070
24071 \backslash
24072 sidecaptionvpos{figure}{c}
24073 \end_layout
24074
24075 \begin_layout Standard
24076 Das wurde in Abbildung
24077 \begin_inset space ~
24078 \end_inset
24079
24080
24081 \begin_inset CommandInset ref
24082 LatexCommand ref
24083 reference "abb:cap-beside-fig-2"
24084
24085 \end_inset
24086
24087  benutzt.
24088 \end_layout
24089
24090 \begin_layout Standard
24091 \begin_inset VSpace medskip
24092 \end_inset
24093
24094 Weitere Informationen über das Paket
24095 \series bold
24096  sidecap
24097 \series default
24098  finden Sie in seiner Dokumentation 
24099 \begin_inset CommandInset citation
24100 LatexCommand cite
24101 key "sidecap"
24102
24103 \end_inset
24104
24105 .
24106 \end_layout
24107
24108 \begin_layout Standard
24109 \begin_inset Note Greyedout
24110 status open
24111
24112 \begin_layout Plain Layout
24113
24114 \series bold
24115 Bemerkung:
24116 \series default
24117  Das LaTeX-Paket 
24118 \series bold
24119 hypcap
24120 \series default
24121 ,
24122 \begin_inset Index idx
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126 LaTeX-Pakete ! hypcap
24127 \end_layout
24128
24129 \end_inset
24130
24131  das in Abschnitt
24132 \begin_inset space ~
24133 \end_inset
24134
24135
24136 \begin_inset CommandInset ref
24137 LatexCommand ref
24138 reference "uab:Querverweis-Position"
24139
24140 \end_inset
24141
24142  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24143  Beschriftungen.
24144 \end_layout
24145
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \begin_layout Standard
24152 \begin_inset ERT
24153 status collapsed
24154
24155 \begin_layout Plain Layout
24156
24157
24158 \backslash
24159 FigBesBeg 
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \begin_inset Float figure
24169 wide false
24170 sideways false
24171 status open
24172
24173 \begin_layout Plain Layout
24174 \begin_inset Graphics
24175         filename ../clipart/escher-lsd.eps
24176         scale 75
24177         scaleBeforeRotation
24178
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \begin_layout Plain Layout
24185 \begin_inset Caption
24186
24187 \begin_layout Plain Layout
24188 \begin_inset CommandInset label
24189 LatexCommand label
24190 name "abb:Beschriftung-neben"
24191
24192 \end_inset
24193
24194 Dies ist eine Beschriftung neben einer Abbildung.
24195 \end_layout
24196
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \begin_layout Standard
24208 \begin_inset ERT
24209 status collapsed
24210
24211 \begin_layout Plain Layout
24212
24213
24214 \backslash
24215 TabBesBeg 
24216 \end_layout
24217
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \begin_layout Standard
24224 \begin_inset Float table
24225 wide false
24226 sideways false
24227 status open
24228
24229 \begin_layout Plain Layout
24230 \begin_inset Caption
24231
24232 \begin_layout Plain Layout
24233 \begin_inset CommandInset label
24234 LatexCommand label
24235 name "tab:cap-beside-tab"
24236
24237 \end_inset
24238
24239 Dies ist eine Beschriftung neben einer Tabelle.
24240 \end_layout
24241
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \begin_layout Plain Layout
24248 \begin_inset Tabular
24249 <lyxtabular version="3" rows="4" columns="5">
24250 <features tabularvalignment="middle">
24251 <column alignment="center" valignment="top" width="0">
24252 <column alignment="center" valignment="top" width="0">
24253 <column alignment="center" valignment="top" width="0">
24254 <column alignment="center" valignment="top" width="0">
24255 <column alignment="center" valignment="top" width="0">
24256 <row>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 a
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279 b
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297 c
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 </row>
24303 <row>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 d
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 e
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 </row>
24350 <row>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 f
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 g
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 h
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 </row>
24397 <row>
24398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 i
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 j
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 </row>
24444 </lyxtabular>
24445
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \begin_layout Standard
24457 \begin_inset ERT
24458 status collapsed
24459
24460 \begin_layout Plain Layout
24461
24462
24463 \backslash
24464 TabBesEnd
24465 \end_layout
24466
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \begin_layout Standard
24473 \begin_inset ERT
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477
24478
24479 \backslash
24480 sidecaptionvpos{figure}{c}
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \begin_inset Float figure
24487 wide false
24488 sideways false
24489 status open
24490
24491 \begin_layout Plain Layout
24492 \begin_inset Graphics
24493         filename ../clipart/escher-lsd.eps
24494         scale 75
24495         scaleBeforeRotation
24496
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \begin_layout Plain Layout
24503 \begin_inset Caption
24504
24505 \begin_layout Plain Layout
24506 \begin_inset CommandInset label
24507 LatexCommand label
24508 name "abb:cap-beside-fig-2"
24509
24510 \end_inset
24511
24512 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24513 \end_layout
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \begin_layout Standard
24526 \begin_inset ERT
24527 status collapsed
24528
24529 \begin_layout Plain Layout
24530
24531
24532 \backslash
24533 FigBesEnd
24534 \end_layout
24535
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \begin_layout Standard
24542 \begin_inset ERT
24543 status collapsed
24544
24545 \begin_layout Plain Layout
24546
24547
24548 \backslash
24549 else
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \begin_inset Note Note
24556 status open
24557
24558 \begin_layout Plain Layout
24559 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24560 \series bold
24561 sidecap
24562 \series default
24563  nicht installiert ist:
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \begin_layout Standard
24572 Das LaTeX-Paket 
24573 \series bold
24574 sidecap
24575 \series default
24576  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24577 \end_layout
24578
24579 \begin_layout Standard
24580 \begin_inset ERT
24581 status collapsed
24582
24583 \begin_layout Plain Layout
24584
24585
24586 \backslash
24587 fi
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Section
24596 Gleitobjekt-Verzeichnisse
24597 \begin_inset Index idx
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601 Gleitobjekte ! Verzeichnisse
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \begin_layout Standard
24610 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24611  Sie können mit den Untermenüs von 
24612 \family sans
24613 Einfügen\SpecialChar \menuseparator
24614 Liste
24615 \begin_inset space ~
24616 \end_inset
24617
24618 /
24619 \begin_inset space ~
24620 \end_inset
24621
24622 Inhaltsverzeichnis
24623 \family default
24624  eingefügt werden.
24625 \end_layout
24626
24627 \begin_layout Standard
24628 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24629  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24630 \end_layout
24631
24632 \begin_layout Standard
24633 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24634  und ein Tabellen-Verzeichnis.
24635 \end_layout
24636
24637 \begin_layout Chapter
24638 Notizen
24639 \end_layout
24640
24641 \begin_layout Section
24642 LyX-Notizen
24643 \begin_inset Index idx
24644 status collapsed
24645
24646 \begin_layout Plain Layout
24647 Notizen ! LyX-Notizen
24648 \end_layout
24649
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \begin_layout Standard
24656 Notizen werden mit einem Klick auf 
24657 \begin_inset Graphics
24658         filename ../../images/note-insert.png
24659         scale 85
24660         scaleBeforeRotation
24661
24662 \end_inset
24663
24664  oder 
24665 \family sans
24666 Einfügen\SpecialChar \menuseparator
24667 Notiz
24668 \family default
24669  eingefügt.
24670  Es gibt drei Arten:
24671 \end_layout
24672
24673 \begin_layout Description
24674 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24675  Eine 
24676 \family sans
24677 LyX-Notiz
24678 \family default
24679  sieht so aus:
24680 \begin_inset Newline newline
24681 \end_inset
24682
24683
24684 \begin_inset Newline newline
24685 \end_inset
24686
24687
24688 \begin_inset Graphics
24689         filename clipart/LyXNotizQt4.png
24690         display false
24691         scale 60
24692         scaleBeforeRotation
24693
24694 \end_inset
24695
24696  
24697 \begin_inset Note Note
24698 status open
24699
24700 \begin_layout Plain Layout
24701 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24702 \end_layout
24703
24704 \end_inset
24705
24706
24707 \end_layout
24708
24709 \begin_layout Description
24710 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24711  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24712 \family sans
24713 Datei\SpecialChar \menuseparator
24714 Ex\SpecialChar \-
24715 por\SpecialChar \-
24716 tie\SpecialChar \-
24717 ren\SpecialChar \menuseparator
24718 LaTe
24719 \begin_inset ERT
24720 status collapsed
24721
24722 \begin_layout Plain Layout
24723
24724 {}
24725 \end_layout
24726
24727 \end_inset
24728
24729 X (pdflatex) / (normal)
24730 \family default
24731 .
24732  Ein Kommentar sieht so aus:
24733 \begin_inset Newline newline
24734 \end_inset
24735
24736
24737 \begin_inset Newline newline
24738 \end_inset
24739
24740
24741 \begin_inset Graphics
24742         filename clipart/KommentarQt4.png
24743         display false
24744         scale 60
24745         scaleBeforeRotation
24746
24747 \end_inset
24748
24749  
24750 \begin_inset Note Comment
24751 status open
24752
24753 \begin_layout Plain Layout
24754 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Description
24763 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24764 \begin_inset Newline newline
24765 \end_inset
24766
24767
24768 \begin_inset Newline newline
24769 \end_inset
24770
24771
24772 \begin_inset Graphics
24773         filename clipart/GrauschriftNotizQt4.png
24774         display false
24775         scale 60
24776         scaleBeforeRotation
24777
24778 \end_inset
24779
24780
24781 \begin_inset Newline newline
24782 \end_inset
24783
24784
24785 \begin_inset ERT
24786 status collapsed
24787
24788 \begin_layout Plain Layout
24789
24790
24791 \backslash
24792 renewenvironment{lyxgreyedout}
24793 \end_layout
24794
24795 \begin_layout Plain Layout
24796
24797 {
24798 \backslash
24799 textcolor[gray]{0.4}
24800 \backslash
24801 bgroup}{
24802 \backslash
24803 egroup}
24804 \end_layout
24805
24806 \end_inset
24807
24808
24809 \begin_inset Note Greyedout
24810 status open
24811
24812 \begin_layout Plain Layout
24813 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24814 \begin_inset Foot
24815 status open
24816
24817 \begin_layout Plain Layout
24818 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \begin_inset ERT
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833
24834
24835 \backslash
24836 renewenvironment{lyxgreyedout}
24837 \end_layout
24838
24839 \begin_layout Plain Layout
24840
24841 {
24842 \backslash
24843 textcolor{blue}
24844 \backslash
24845 bgroup}{
24846 \backslash
24847 egroup}
24848 \end_layout
24849
24850 \end_inset
24851
24852
24853 \begin_inset Note Note
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24858  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24859  
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \begin_inset Newline newline
24866 \end_inset
24867
24868
24869 \begin_inset Newline newline
24870 \end_inset
24871
24872 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24873  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24874 \end_layout
24875
24876 \begin_layout Standard
24877 \begin_inset VSpace bigskip
24878 \end_inset
24879
24880 Wenn Sie auf den Werkzeugleistenknopf 
24881 \begin_inset Graphics
24882         filename ../../images/note-insert.png
24883         scale 85
24884         scaleBeforeRotation
24885
24886 \end_inset
24887
24888  klicken, wird zunächst eine 
24889 \family sans
24890 LyX-Notiz
24891 \family default
24892  eingefügt.
24893  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24894  anderen Möglichkeiten auswählen.
24895  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24896  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24897  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24898  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24899  am Ende der Notiz ist.
24900 \end_layout
24901
24902 \begin_layout Standard
24903 \begin_inset VSpace bigskip
24904 \end_inset
24905
24906 Die Textfarbe der 
24907 \family sans
24908 Grauschrift
24909 \family default
24910 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24911 \end_layout
24912
24913 \begin_layout Standard
24914
24915 \series bold
24916
24917 \backslash
24918 renewenvironment{lyxgreyedout}
24919 \begin_inset Newline newline
24920 \end_inset
24921
24922
24923 \begin_inset Phantom HPhantom
24924 status open
24925
24926 \begin_layout Plain Layout
24927
24928 \series bold
24929 \begin_inset space ~
24930 \end_inset
24931
24932
24933 \end_layout
24934
24935 \end_inset
24936
24937 {
24938 \backslash
24939 textcolor{color}
24940 \backslash
24941 bgroup}{
24942 \backslash
24943 egroup}
24944 \end_layout
24945
24946 \begin_layout Standard
24947 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24948 \begin_inset space ~
24949 \end_inset
24950
24951
24952 \begin_inset CommandInset ref
24953 LatexCommand ref
24954 reference "abs:Farbige-Tabellen"
24955
24956 \end_inset
24957
24958  beschrieben.
24959  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24960 \end_layout
24961
24962 \begin_layout Section
24963 Fußnoten
24964 \begin_inset CommandInset label
24965 LatexCommand label
24966 name "abs:Fußnoten"
24967
24968 \end_inset
24969
24970
24971 \begin_inset Index idx
24972 status collapsed
24973
24974 \begin_layout Plain Layout
24975 Notizen ! Fußnoten
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \begin_inset Index idx
24982 status collapsed
24983
24984 \begin_layout Plain Layout
24985 Fußnoten
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 Zu dem, was bereits im 
24995 \emph on
24996 Benutzerhandbuch
24997 \emph default
24998  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24999  Eine Fußnotenbox sieht folgendermaßen aus: 
25000 \begin_inset Graphics
25001         filename clipart/FussnoteQt4.png
25002         scale 80
25003         scaleBeforeRotation
25004
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \begin_layout Standard
25011 Hier ist eine Beispielfußnote:
25012 \color black
25013
25014 \begin_inset Foot
25015 status open
25016
25017 \begin_layout Plain Layout
25018 \begin_inset CommandInset label
25019 LatexCommand label
25020 name "fuss:Fußnoten-Beispiel"
25021
25022 \end_inset
25023
25024 Dies ist eine Fußnote.
25025 \end_layout
25026
25027 \end_inset
25028
25029
25030 \color inherit
25031
25032 \begin_inset ERT
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036
25037
25038 \backslash
25039 newcounter{MyRepeatFoot}
25040 \end_layout
25041
25042 \begin_layout Plain Layout
25043
25044
25045 \backslash
25046 setcounter{MyRepeatFoot}{
25047 \backslash
25048 thefootnote}
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Standard
25057 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25058  wurde, eine hochgestellte Zahl.
25059  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25060  hochgestellt dem Text vorangeht.
25061  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25062  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25063  werden.
25064 \end_layout
25065
25066 \begin_layout Standard
25067 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25068  der Fußnote eine Marke eingefügt wurde.
25069  Dies ist ein Querverweis auf Fußnote
25070 \begin_inset space ~
25071 \end_inset
25072
25073
25074 \begin_inset CommandInset ref
25075 LatexCommand ref
25076 reference "fuss:Fußnoten-Beispiel"
25077
25078 \end_inset
25079
25080 .
25081 \end_layout
25082
25083 \begin_layout Standard
25084 \begin_inset VSpace defskip
25085 \end_inset
25086
25087 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25088  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25089  wird der Befehl 
25090 \series bold
25091
25092 \backslash
25093 footnotemark{}
25094 \series default
25095  als TeX-Code eingefügt.
25096  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25097 \series bold
25098
25099 \backslash
25100 footnotetext
25101 \series default
25102  nach der Tabelle eingegeben.
25103 \begin_inset Newline newline
25104 \end_inset
25105
25106 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25107 \end_layout
25108
25109 \begin_layout Standard
25110
25111 \series bold
25112
25113 \backslash
25114 footnotetext{
25115 \series default
25116 Gedruckte Tabellenfußnote.
25117 \series bold
25118 }
25119 \end_layout
25120
25121 \begin_layout Standard
25122 \begin_inset Tabular
25123 <lyxtabular version="3" rows="2" columns="1">
25124 <features tabularvalignment="middle">
25125 <column alignment="center" valignment="top" width="0">
25126 <row>
25127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131 Dies ist ein Beispieltext.
25132 \begin_inset Foot
25133 status open
25134
25135 \begin_layout Plain Layout
25136 Diese Fußnote wird nicht gedruckt!
25137 \end_layout
25138
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 </row>
25147 <row>
25148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Plain Layout
25152 Dies ist ein Beispieltext.
25153 \begin_inset ERT
25154 status collapsed
25155
25156 \begin_layout Plain Layout
25157
25158
25159 \backslash
25160 footnotemark{}
25161 \end_layout
25162
25163 \end_inset
25164
25165
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 </lyxtabular>
25172
25173 \end_inset
25174
25175
25176 \begin_inset ERT
25177 status collapsed
25178
25179 \begin_layout Plain Layout
25180
25181
25182 \backslash
25183 footnotetext{
25184 \end_layout
25185
25186 \end_inset
25187
25188 Gedruckte Tabellenfußnote.
25189 \begin_inset ERT
25190 status collapsed
25191
25192 \begin_layout Plain Layout
25193
25194 }
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Standard
25203 Fußnoten in langen Tabellen sind in Abschnitt
25204 \begin_inset space ~
25205 \end_inset
25206
25207
25208 \begin_inset CommandInset ref
25209 LatexCommand ref
25210 reference "uab:Fußnoten-in-langen"
25211
25212 \end_inset
25213
25214  beschrieben.
25215 \end_layout
25216
25217 \begin_layout Standard
25218 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25219  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25220  innerhalb einer Seite ist.
25221  (Mehr über Minipages ist in Abschnitt
25222 \begin_inset space ~
25223 \end_inset
25224
25225
25226 \begin_inset CommandInset ref
25227 LatexCommand ref
25228 reference "abs:Minipage"
25229
25230 \end_inset
25231
25232  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25233  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25234  Methode mit 
25235 \series bold
25236
25237 \backslash
25238 footnotemark{}
25239 \series default
25240  und 
25241 \series bold
25242
25243 \backslash
25244 footnotetext
25245 \series default
25246 .
25247 \end_layout
25248
25249 \begin_layout Standard
25250 \begin_inset Box Frameless
25251 position "t"
25252 hor_pos "c"
25253 has_inner_box 1
25254 inner_pos "t"
25255 use_parbox 0
25256 use_makebox 0
25257 width "100col%"
25258 special "none"
25259 height "1in"
25260 height_special "totalheight"
25261 status open
25262
25263 \begin_layout Plain Layout
25264 Dies ist ein Beispieltext.in einer Minipage.
25265 \begin_inset Foot
25266 status open
25267
25268 \begin_layout Plain Layout
25269 Fußnote in einer Minipage.
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \begin_layout Plain Layout
25278 Dies ist ein Beispieltext.
25279  in einer Minipage.
25280 \begin_inset ERT
25281 status collapsed
25282
25283 \begin_layout Plain Layout
25284
25285
25286 \backslash
25287 footnotemark{}
25288 \end_layout
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Standard
25301 \begin_inset ERT
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305
25306
25307 \backslash
25308 footnotetext{
25309 \end_layout
25310
25311 \end_inset
25312
25313 Fußnote außerhalb der Minipage.
25314 \begin_inset ERT
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318
25319 }
25320 \end_layout
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Standard
25328 \begin_inset VSpace defskip
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \begin_layout Standard
25335 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25336  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25337 \series bold
25338
25339 \backslash
25340 footnotemark[Nummer]
25341 \series default
25342 .
25343 \begin_inset Newline newline
25344 \end_inset
25345
25346 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25347  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25348  Hinter Fußnote
25349 \begin_inset space ~
25350 \end_inset
25351
25352
25353 \begin_inset CommandInset ref
25354 LatexCommand ref
25355 reference "fuss:Fußnoten-Beispiel"
25356
25357 \end_inset
25358
25359  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25360 \end_layout
25361
25362 \begin_layout Standard
25363
25364 \series bold
25365
25366 \backslash
25367 newcounter{MyRepeatFoot}
25368 \begin_inset Newline newline
25369 \end_inset
25370
25371
25372 \backslash
25373 setcounter{MyRepeatFoot}{
25374 \backslash
25375 thefootnote}
25376 \end_layout
25377
25378 \begin_layout Standard
25379 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25380 \end_layout
25381
25382 \begin_layout Standard
25383
25384 \series bold
25385
25386 \backslash
25387 footnotemark[
25388 \backslash
25389 theMyRepeatFoot]
25390 \end_layout
25391
25392 \begin_layout Standard
25393 Hier ist eine wiederholte Fußnote:
25394 \begin_inset ERT
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398
25399
25400 \backslash
25401 footnotemark[
25402 \backslash
25403 theMyRepeatFoot]
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Standard
25412 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25413  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25414 \end_layout
25415
25416 \begin_layout Standard
25417
25418 \series bold
25419
25420 \backslash
25421 footnotemark[
25422 \backslash
25423 thefootnote]
25424 \end_layout
25425
25426 \begin_layout Standard
25427 Hier ist eine weitere wiederholte Fußnote:
25428 \begin_inset ERT
25429 status collapsed
25430
25431 \begin_layout Plain Layout
25432
25433
25434 \backslash
25435 footnotemark[
25436 \backslash
25437 thefootnote]
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Subsection
25446 Fußnoten-Nummerierung
25447 \begin_inset CommandInset label
25448 LatexCommand label
25449 name "uab:Fußnoten-Nummerierung"
25450
25451 \end_inset
25452
25453
25454 \begin_inset Index idx
25455 status collapsed
25456
25457 \begin_layout Plain Layout
25458 Fußnoten ! Nummerierung
25459 \end_layout
25460
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \begin_layout Standard
25467 Um Fußnoten nach jedem Abschnitt
25468 \family roman
25469  auf 1 zurückzusetzen, 
25470 \family default
25471 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25472 \end_layout
25473
25474 \begin_layout Standard
25475
25476 \series bold
25477
25478 \backslash
25479 @addtoreset{footnote}{section}
25480 \end_layout
25481
25482 \begin_layout Standard
25483 \begin_inset VSpace bigskip
25484 \end_inset
25485
25486 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25487  Zahlen:
25488 \end_layout
25489
25490 \begin_layout Standard
25491
25492 \series bold
25493
25494 \backslash
25495 renewcommand{
25496 \backslash
25497 thefootnote}{
25498 \backslash
25499 roman{footnote}}
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset ERT
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507
25508
25509 \backslash
25510 renewcommand{
25511 \backslash
25512 thefootnote}{
25513 \backslash
25514 roman{footnote}}
25515 \end_layout
25516
25517 \end_inset
25518
25519  Hier ist ein Beispiel für solch eine Fußnote:
25520 \begin_inset Foot
25521 status open
25522
25523 \begin_layout Plain Layout
25524 Dies ist eine Fußnote mit kleinen römischen Zahlen
25525 \end_layout
25526
25527 \end_inset
25528
25529
25530 \end_layout
25531
25532 \begin_layout Standard
25533 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25534  in obigem Befehl 
25535 \series bold
25536
25537 \backslash
25538 roman
25539 \series default
25540  durch 
25541 \series bold
25542
25543 \backslash
25544 Roman
25545 \series default
25546 .
25547  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25548 \begin_inset Quotes gld
25549 \end_inset
25550
25551 nummerieren
25552 \begin_inset Quotes grd
25553 \end_inset
25554
25555 , verwenden Sie die Befehle 
25556 \series bold
25557
25558 \backslash
25559 Alph
25560 \series default
25561  oder 
25562 \series bold
25563
25564 \backslash
25565 alph
25566 \series default
25567 .
25568  Für die 
25569 \begin_inset Quotes gld
25570 \end_inset
25571
25572 Nummerierung
25573 \begin_inset Quotes grd
25574 \end_inset
25575
25576  mit Symbolen steht der Befehl 
25577 \series bold
25578
25579 \backslash
25580 fnsymbol
25581 \series default
25582  zur Verfügung.
25583 \end_layout
25584
25585 \begin_layout Standard
25586 \begin_inset Note Greyedout
25587 status open
25588
25589 \begin_layout Plain Layout
25590
25591 \series bold
25592 Bemerkung 1:
25593 \series default
25594  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25595  
25596 \emph on
25597 ein
25598 \emph default
25599  Buchstabe verwendet wird.
25600 \end_layout
25601
25602 \end_inset
25603
25604
25605 \begin_inset Newline newline
25606 \end_inset
25607
25608
25609 \begin_inset Note Greyedout
25610 status open
25611
25612 \begin_layout Plain Layout
25613
25614 \series bold
25615 Bemerkung 2:
25616 \series default
25617  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \begin_layout Standard
25626 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25627 \series bold
25628
25629 \backslash
25630 arabic
25631 \series default
25632  anstelle von 
25633 \series bold
25634
25635 \backslash
25636 roman
25637 \series default
25638  in obigem Befehl.
25639 \begin_inset ERT
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643
25644
25645 \backslash
25646 renewcommand{
25647 \backslash
25648 thefootnote}{
25649 \backslash
25650 arabic{footnote}}
25651 \end_layout
25652
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \begin_layout Standard
25659 \begin_inset VSpace bigskip
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \begin_layout Standard
25666 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25667 \begin_inset Quotes gld
25668 \end_inset
25669
25670 Kapitel.Fußnote
25671 \begin_inset Quotes grd
25672 \end_inset
25673
25674  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25675 \end_layout
25676
25677 \begin_layout Standard
25678
25679 \series bold
25680
25681 \backslash
25682 numberwithin{footnote}{chapter}
25683 \end_layout
25684
25685 \begin_layout Standard
25686 Um 
25687 \series bold
25688
25689 \backslash
25690 numberwithin
25691 \series default
25692  benutzen zu können, muss in den 
25693 \family sans
25694 Mathe
25695 \begin_inset space ~
25696 \end_inset
25697
25698 Optionen
25699 \family default
25700  der 
25701 \family sans
25702 Dokument-Einstellungen
25703 \family default
25704  
25705 \family sans
25706 AMS
25707 \begin_inset space ~
25708 \end_inset
25709
25710 Mathe
25711 \begin_inset space ~
25712 \end_inset
25713
25714 Paket
25715 \family default
25716
25717 \begin_inset space ~
25718 \end_inset
25719
25720
25721 \family sans
25722 verwenden
25723 \family default
25724  angekreuzt sein.
25725 \begin_inset ERT
25726 status collapsed
25727
25728 \begin_layout Plain Layout
25729
25730
25731 \backslash
25732 numberwithin{footnote}{chapter}
25733 \end_layout
25734
25735 \end_inset
25736
25737  Hier ist ein Beispiel für solch eine Fußnote.
25738 \series bold
25739
25740 \begin_inset Foot
25741 status open
25742
25743 \begin_layout Plain Layout
25744 Dies ist eine Fußnote nach dem Schema 
25745 \begin_inset Quotes gld
25746 \end_inset
25747
25748 Kapitel.Fußnote
25749 \begin_inset Quotes grd
25750 \end_inset
25751
25752 .
25753 \end_layout
25754
25755 \end_inset
25756
25757
25758 \series default
25759
25760 \begin_inset ERT
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764
25765
25766 \backslash
25767 renewcommand{
25768 \backslash
25769 thefootnote}{
25770 \backslash
25771 arabic{footnote}}
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \begin_layout Standard
25780 \begin_inset Note Greyedout
25781 status open
25782
25783 \begin_layout Plain Layout
25784
25785 \series bold
25786 Bemerkung:
25787 \series default
25788  
25789 \series bold
25790
25791 \backslash
25792 numberwithin
25793 \series default
25794  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25795  werden überschrieben.
25796 \end_layout
25797
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Um also z.
25805 \begin_inset space \thinspace{}
25806 \end_inset
25807
25808 B.
25809  das Schema 
25810 \begin_inset Quotes gld
25811 \end_inset
25812
25813 Kapitel.
25814 \backslash
25815 Roman{footnote}
25816 \begin_inset Quotes grd
25817 \end_inset
25818
25819  zu erhalten, muss dieser Befehl anstelle von 
25820 \series bold
25821
25822 \backslash
25823 numberwithin
25824 \series default
25825  verwendet werden:
25826 \end_layout
25827
25828 \begin_layout Standard
25829
25830 \series bold
25831
25832 \backslash
25833 renewcommand{
25834 \backslash
25835 thefootnote}{
25836 \backslash
25837 thechapter.
25838 \backslash
25839 Roman{footnote}}
25840 \end_layout
25841
25842 \begin_layout Subsection
25843 Fußnoten-Platzierung
25844 \begin_inset Index idx
25845 status collapsed
25846
25847 \begin_layout Plain Layout
25848 Fußnoten ! Platzierung
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Standard
25857 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25858  ohne Zwischenraum am Ende der Seite gedruckt.
25859  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25860  LaTeX-Vorspann 1.5
25861 \begin_inset space \thinspace{}
25862 \end_inset
25863
25864 mm Zwischenraum einfügen:
25865 \end_layout
25866
25867 \begin_layout Standard
25868
25869 \series bold
25870
25871 \backslash
25872 let
25873 \backslash
25874 myFoot
25875 \backslash
25876 footnote
25877 \begin_inset Newline newline
25878 \end_inset
25879
25880
25881 \backslash
25882 renewcommand{
25883 \backslash
25884 footnote}[1]{
25885 \backslash
25886 myFoot{#1
25887 \backslash
25888 vspace{1.5mm}}}
25889 \end_layout
25890
25891 \begin_layout Standard
25892 \begin_inset VSpace bigskip
25893 \end_inset
25894
25895 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25896  Spalte gedruckt, Abbildung
25897 \begin_inset space ~
25898 \end_inset
25899
25900
25901 \begin_inset CommandInset ref
25902 LatexCommand ref
25903 reference "abb:Standard-Fußnoten-Platzierung-in"
25904
25905 \end_inset
25906
25907 .
25908  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25909  in Abbildung
25910 \begin_inset space ~
25911 \end_inset
25912
25913
25914 \begin_inset CommandInset ref
25915 LatexCommand ref
25916 reference "abb:Fußnoten-Platzierung-in-einem"
25917
25918 \end_inset
25919
25920 , müssen Sie das LaTeX-Paket 
25921 \series bold
25922 ftnright
25923 \series default
25924
25925 \begin_inset Index idx
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929 LaTeX-Pakete ! ftnright
25930 \end_layout
25931
25932 \end_inset
25933
25934  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25935 \end_layout
25936
25937 \begin_layout Standard
25938
25939 \series bold
25940
25941 \backslash
25942 usepackage{ftnright}
25943 \end_layout
25944
25945 \begin_layout Standard
25946 \begin_inset Float figure
25947 placement !h
25948 wide false
25949 sideways false
25950 status open
25951
25952 \begin_layout Plain Layout
25953 \begin_inset ERT
25954 status collapsed
25955
25956 \begin_layout Plain Layout
25957
25958
25959 \backslash
25960 framebox{
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \begin_inset Graphics
25967         filename ../clipart/without_fntright.pdf
25968         width 100col%
25969         scaleBeforeRotation
25970
25971 \end_inset
25972
25973
25974 \begin_inset ERT
25975 status collapsed
25976
25977 \begin_layout Plain Layout
25978
25979 }
25980 \end_layout
25981
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \begin_layout Plain Layout
25988 \begin_inset Caption
25989
25990 \begin_layout Plain Layout
25991 \begin_inset CommandInset label
25992 LatexCommand label
25993 name "abb:Standard-Fußnoten-Platzierung-in"
25994
25995 \end_inset
25996
25997 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25998 \begin_inset Argument
25999 status open
26000
26001 \begin_layout Plain Layout
26002 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \begin_layout Standard
26021 \begin_inset Float figure
26022 placement !h
26023 wide false
26024 sideways false
26025 status open
26026
26027 \begin_layout Plain Layout
26028 \begin_inset ERT
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032
26033
26034 \backslash
26035 framebox{
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \begin_inset Graphics
26042         filename ../clipart/with_fntright.pdf
26043         width 100col%
26044         scaleBeforeRotation
26045
26046 \end_inset
26047
26048
26049 \begin_inset ERT
26050 status collapsed
26051
26052 \begin_layout Plain Layout
26053
26054 }
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Plain Layout
26063 \begin_inset Caption
26064
26065 \begin_layout Plain Layout
26066 \begin_inset CommandInset label
26067 LatexCommand label
26068 name "abb:Fußnoten-Platzierung-in-einem"
26069
26070 \end_inset
26071
26072 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26073  
26074 \series bold
26075 ftnright
26076 \series default
26077 .
26078 \begin_inset Argument
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082 Fußnoten-Platzierung mit 
26083 \family typewriter
26084 ftnright
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \begin_layout Standard
26103 \begin_inset VSpace bigskip
26104 \end_inset
26105
26106 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26107  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26108 \begin_inset space ~
26109 \end_inset
26110
26111
26112 \begin_inset CommandInset ref
26113 LatexCommand ref
26114 reference "abb:endnotes"
26115
26116 \end_inset
26117
26118  gedruckt.
26119  Man nennt sie dann 
26120 \begin_inset Quotes gld
26121 \end_inset
26122
26123 Endnoten
26124 \begin_inset Quotes grd
26125 \end_inset
26126
26127 .
26128 \begin_inset Index idx
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132 Endnoten
26133 \end_layout
26134
26135 \end_inset
26136
26137  Um das zu erreichen, laden Sie im Menü 
26138 \family sans
26139 Dokument\SpecialChar \menuseparator
26140 Einstellungen\SpecialChar \menuseparator
26141 Module 
26142 \family default
26143 das Modul 
26144 \family sans
26145 Fußnote
26146 \begin_inset space ~
26147 \end_inset
26148
26149 als
26150 \begin_inset space ~
26151 \end_inset
26152
26153 Endnote
26154 \family default
26155 .
26156  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26157 \end_layout
26158
26159 \begin_layout Standard
26160
26161 \series bold
26162
26163 \backslash
26164 theendnotes
26165 \end_layout
26166
26167 \begin_layout Standard
26168 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26169 \end_layout
26170
26171 \begin_layout Standard
26172 \begin_inset Float figure
26173 wide false
26174 sideways false
26175 status open
26176
26177 \begin_layout Plain Layout
26178 \align center
26179 \begin_inset ERT
26180 status collapsed
26181
26182 \begin_layout Plain Layout
26183
26184
26185 \backslash
26186 framebox{
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \begin_inset Graphics
26193         filename ../clipart/endnotes.pdf
26194         scaleBeforeRotation
26195
26196 \end_inset
26197
26198
26199 \begin_inset ERT
26200 status collapsed
26201
26202 \begin_layout Plain Layout
26203
26204 }
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \begin_layout Plain Layout
26213 \begin_inset Caption
26214
26215 \begin_layout Plain Layout
26216 \begin_inset CommandInset label
26217 LatexCommand label
26218 name "abb:endnotes"
26219
26220 \end_inset
26221
26222
26223 \series bold
26224 endnotes
26225 \series default
26226  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26227  gedruckt.
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \begin_layout Standard
26241 \begin_inset VSpace medskip
26242 \end_inset
26243
26244 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26245 ache übersetzt.
26246  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26247 \begin_inset Quotes gld
26248 \end_inset
26249
26250 Notes
26251 \begin_inset Quotes grd
26252 \end_inset
26253
26254  in 
26255 \begin_inset Quotes gld
26256 \end_inset
26257
26258 Anmerkungen
26259 \begin_inset Quotes grd
26260 \end_inset
26261
26262 :
26263 \end_layout
26264
26265 \begin_layout Standard
26266
26267 \series bold
26268
26269 \backslash
26270 renewcommand{
26271 \backslash
26272 notesname}{Anmerkungen}
26273 \end_layout
26274
26275 \begin_layout Standard
26276 \begin_inset VSpace medskip
26277 \end_inset
26278
26279 Wenn Sie in den Befehlen von Abschnitt
26280 \begin_inset space ~
26281 \end_inset
26282
26283
26284 \begin_inset CommandInset ref
26285 LatexCommand ref
26286 reference "uab:Fußnoten-Nummerierung"
26287
26288 \end_inset
26289
26290  
26291 \series bold
26292
26293 \backslash
26294 thefootnote
26295 \series default
26296  durch 
26297 \series bold
26298
26299 \backslash
26300 theendnote
26301 \series default
26302  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26303  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26304 \series bold
26305
26306 \backslash
26307 @addtoreset
26308 \series default
26309  wie in Abschnitt
26310 \begin_inset space \space{}
26311 \end_inset
26312
26313
26314 \begin_inset CommandInset ref
26315 LatexCommand ref
26316 reference "uab:Fußnoten-Nummerierung"
26317
26318 \end_inset
26319
26320  beschrieben und ersetzen 
26321 \series bold
26322 footnote
26323 \series default
26324  durch 
26325 \series bold
26326 endnote
26327 \series default
26328 .
26329 \end_layout
26330
26331 \begin_layout Standard
26332 Für Endnoten gibt es den Befehl 
26333 \series bold
26334
26335 \backslash
26336 endnotemark[Nummer]
26337 \series default
26338  analog zum Befehl 
26339 \series bold
26340
26341 \backslash
26342 footnotemark
26343 \series default
26344  der in Abschnitt
26345 \begin_inset space ~
26346 \end_inset
26347
26348
26349 \begin_inset CommandInset ref
26350 LatexCommand ref
26351 reference "abs:Fußnoten"
26352
26353 \end_inset
26354
26355  beschrieben ist.
26356 \end_layout
26357
26358 \begin_layout Standard
26359 \begin_inset VSpace bigskip
26360 \end_inset
26361
26362 Mit dem LaTeX-Paket 
26363 \series bold
26364 footmisc
26365 \series default
26366
26367 \begin_inset Index idx
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371 LaTeX-Pakete ! footmisc
26372 \end_layout
26373
26374 \end_inset
26375
26376  (
26377 \begin_inset CommandInset citation
26378 LatexCommand cite
26379 key "footmisc"
26380
26381 \end_inset
26382
26383 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26384 \end_layout
26385
26386 \begin_layout Standard
26387 In LaTeX-Büchern, 
26388 \begin_inset CommandInset citation
26389 LatexCommand cite
26390 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26391
26392 \end_inset
26393
26394 , finden Sie weiteres zu Fußnoten.
26395 \end_layout
26396
26397 \begin_layout Section
26398 Randnotizen
26399 \begin_inset Index idx
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403 Randnotizen
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \begin_inset Index idx
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413 Notizen ! Randnotizen
26414 \end_layout
26415
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \begin_layout Standard
26422 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26423  Sie fügen sie mit einem Klick auf den Schalter 
26424 \begin_inset Graphics
26425         filename ../../images/marginalnote-insert.png
26426         scale 70
26427         scaleBeforeRotation
26428
26429 \end_inset
26430
26431  oder über 
26432 \family sans
26433 Einfügen\SpecialChar \menuseparator
26434 Randnotiz
26435 \family default
26436  ein.
26437  Ein graues Kästchen mit der Aufschrift 
26438 \begin_inset Quotes gld
26439 \end_inset
26440
26441 Rand
26442 \begin_inset Quotes grd
26443 \end_inset
26444
26445  erscheint
26446 \family roman
26447 \series medium
26448 , und dort, wo der Cursor steht, können Sie Text eingeben.
26449 \end_layout
26450
26451 \begin_layout Standard
26452 Hier am Rand sehen Sie eine Randnotiz.
26453  
26454 \begin_inset Marginal
26455 status open
26456
26457 \begin_layout Plain Layout
26458 Dies ist eine Randnotiz.
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \begin_layout Standard
26467 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26468  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26469  Seiten und rechts auf den ungeraden.
26470  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26471  wird und umgekehrt.
26472  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26473  wurde.
26474 \end_layout
26475
26476 \begin_layout Standard
26477 \begin_inset VSpace bigskip
26478 \end_inset
26479
26480 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26481 \end_layout
26482
26483 \begin_layout Standard
26484
26485 \series bold
26486
26487 \backslash
26488 reversemarginpar
26489 \end_layout
26490
26491 \begin_layout Standard
26492 als TeX-Code vor einer Randnotiz ein.
26493  Das gilt dann für alle folgenden Randnotizen.
26494  
26495 \begin_inset ERT
26496 status collapsed
26497
26498 \begin_layout Plain Layout
26499
26500
26501 \backslash
26502 reversemarginpar 
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \begin_inset Marginal
26509 status open
26510
26511 \begin_layout Plain Layout
26512 Hier ist ein Beispiel im inneren Rand.
26513 \end_layout
26514
26515 \end_inset
26516
26517
26518 \begin_inset Newline newline
26519 \end_inset
26520
26521
26522 \begin_inset Note Greyedout
26523 status open
26524
26525 \begin_layout Plain Layout
26526  
26527 \series bold
26528 Achtung:
26529 \series default
26530  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Standard
26539 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26540 \end_layout
26541
26542 \begin_layout Standard
26543
26544 \series bold
26545
26546 \backslash
26547 normalmarginpar
26548 \end_layout
26549
26550 \begin_layout Standard
26551 als TeX-Code ein.
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556
26557
26558 \backslash
26559 normalmarginpar 
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \begin_layout Standard
26568 \begin_inset Note Greyedout
26569 status open
26570
26571 \begin_layout Plain Layout
26572
26573 \series bold
26574 Achtung:
26575 \series default
26576  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26577 \series bold
26578
26579 \backslash
26580 reversemarginpar
26581 \series default
26582  verwendet wird.
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \begin_layout Standard
26591 \begin_inset VSpace bigskip
26592 \end_inset
26593
26594
26595 \begin_inset Marginal
26596 status open
26597
26598 \begin_layout Plain Layout
26599
26600 \family roman
26601 \series medium
26602 EinSehrLangesWort am Anfang, das umgebrochen wird.
26603 \end_layout
26604
26605 \end_inset
26606
26607  Ähnlich wie in Abschnitt
26608 \begin_inset space ~
26609 \end_inset
26610
26611
26612 \begin_inset CommandInset ref
26613 LatexCommand ref
26614 reference "uab:Mehrfache-Zeilen-in"
26615
26616 \end_inset
26617
26618  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26619  Wort der Randnotiz sind.
26620  Um das zu vermeiden, fügen sie 0
26621 \begin_inset space \thinspace{}
26622 \end_inset
26623
26624 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26625 \begin_inset Marginal
26626 status open
26627
26628 \begin_layout Plain Layout
26629 \begin_inset space \hspace{}
26630 \length 0pt
26631 \end_inset
26632
26633
26634 \family roman
26635 \series medium
26636 EinSehrLangesWort am Anfang, das umgebrochen wird.
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Standard
26645 \begin_inset VSpace bigskip
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \begin_layout Standard
26652 \begin_inset Note Greyedout
26653 status open
26654
26655 \begin_layout Plain Layout
26656
26657 \series bold
26658 Bemerkung:
26659 \series default
26660  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26661  verwendet werden.
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Standard
26670 \begin_inset VSpace bigskip
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \begin_layout Standard
26677 \begin_inset ERT
26678 status collapsed
26679
26680 \begin_layout Plain Layout
26681
26682
26683 \backslash
26684 ifmarginnote
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \begin_inset Note Note
26691 status open
26692
26693 \begin_layout Plain Layout
26694 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26695 \series bold
26696 marginnote
26697 \series default
26698  installiert ist.
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \begin_layout Standard
26707 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26708 \series bold
26709 marginnote
26710 \series default
26711
26712 \begin_inset Index idx
26713 status collapsed
26714
26715 \begin_layout Plain Layout
26716 LaTeX-Pakete ! marginnote
26717 \end_layout
26718
26719 \end_inset
26720
26721  verwendet wird.
26722  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26723  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26724  des Pakets 
26725 \series bold
26726 marginnote
26727 \series default
26728  für Randnotizen verwendet wird:
26729 \end_layout
26730
26731 \begin_layout Standard
26732
26733 \series bold
26734
26735 \backslash
26736 usepackage{marginnote}
26737 \begin_inset Newline newline
26738 \end_inset
26739
26740
26741 \backslash
26742 let
26743 \backslash
26744 marginpar
26745 \backslash
26746 marginnote
26747 \end_layout
26748
26749 \begin_layout Standard
26750 Dies wird auch in diesem Dokument verwendet, denn 
26751 \series bold
26752 marginnote
26753 \series default
26754  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26755  für Randnotizen angeben.
26756  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26757 n zu dicht beieinander sind.
26758  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26759  Schema
26760 \end_layout
26761
26762 \begin_layout Standard
26763
26764 \series bold
26765 [Versatz]
26766 \end_layout
26767
26768 \begin_layout Standard
26769 angegeben.
26770  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26771 \begin_inset space ~
26772 \end_inset
26773
26774
26775 \begin_inset CommandInset ref
26776 LatexCommand ref
26777 reference "tab:Maßeinheiten"
26778
26779 \end_inset
26780
26781  aufgelistet sind.
26782  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26783  nach unten.
26784  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26785 \begin_inset space \thinspace{}
26786 \end_inset
26787
26788 cm mit dem TeX-Code-Befehl  
26789 \begin_inset Quotes gld
26790 \end_inset
26791
26792
26793 \series bold
26794 [-1.5cm]
26795 \series default
26796
26797 \begin_inset Quotes grd
26798 \end_inset
26799
26800  nach oben versetzt.
26801 \begin_inset Marginal
26802 status open
26803
26804 \begin_layout Plain Layout
26805 Diese Randnotiz ist 1.5
26806 \begin_inset space \thinspace{}
26807 \end_inset
26808
26809 cm von ihrer Originalposition nach oben versetzt.
26810 \end_layout
26811
26812 \end_inset
26813
26814
26815 \begin_inset ERT
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819
26820 [-1.5cm]
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \begin_layout Standard
26829 \begin_inset VSpace medskip
26830 \end_inset
26831
26832 Mit 
26833 \series bold
26834 marginnote
26835 \series default
26836  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26837  Zum Beispiel setzen die Befehle
26838 \end_layout
26839
26840 \begin_layout Standard
26841
26842 \series bold
26843
26844 \backslash
26845 renewcommand*{
26846 \backslash
26847 raggedleftmarginnote}{
26848 \backslash
26849 centering}
26850 \begin_inset Newline newline
26851 \end_inset
26852
26853
26854 \backslash
26855 renewcommand*{
26856 \backslash
26857 raggedrightmarginnote}{
26858 \backslash
26859 centering}
26860 \end_layout
26861
26862 \begin_layout Standard
26863 die Ausrichtung auf zentriert.
26864  
26865 \series bold
26866
26867 \backslash
26868 raggedleftmarginnote
26869 \series default
26870  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26871  
26872 \begin_inset ERT
26873 status collapsed
26874
26875 \begin_layout Plain Layout
26876
26877
26878 \backslash
26879 renewcommand*{
26880 \backslash
26881 raggedleftmarginnote}{
26882 \backslash
26883 centering}
26884 \end_layout
26885
26886 \begin_layout Plain Layout
26887
26888
26889 \backslash
26890 renewcommand*{
26891 \backslash
26892 raggedrightmarginnote}{
26893 \backslash
26894 centering}
26895 \end_layout
26896
26897 \end_inset
26898
26899
26900 \begin_inset Marginal
26901 status open
26902
26903 \begin_layout Plain Layout
26904 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26905 \end_layout
26906
26907 \end_inset
26908
26909  Die Voreinstellung ist
26910 \end_layout
26911
26912 \begin_layout Standard
26913
26914 \series bold
26915
26916 \backslash
26917 renewcommand*{
26918 \backslash
26919 raggedleftmarginnote}{
26920 \backslash
26921 raggedleft}
26922 \begin_inset Newline newline
26923 \end_inset
26924
26925
26926 \backslash
26927 renewcommand*{
26928 \backslash
26929 raggedrightmarginnote}{
26930 \backslash
26931 raggedright}
26932 \series default
26933
26934 \begin_inset ERT
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938
26939
26940 \backslash
26941 renewcommand*{
26942 \backslash
26943 raggedleftmarginnote}{
26944 \backslash
26945 raggedleft}
26946 \end_layout
26947
26948 \begin_layout Plain Layout
26949
26950
26951 \backslash
26952 renewcommand*{
26953 \backslash
26954 raggedrightmarginnote}{
26955 \backslash
26956 raggedright}
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \begin_layout Standard
26965 \begin_inset VSpace medskip
26966 \end_inset
26967
26968 Für weitere Fähigkeiten des Pakets 
26969 \series bold
26970 marginnote
26971 \series default
26972  sei auf dessen Dokumentation verwiesen 
26973 \begin_inset CommandInset citation
26974 LatexCommand cite
26975 key "marginnote"
26976
26977 \end_inset
26978
26979 .
26980 \end_layout
26981
26982 \begin_layout Standard
26983 \begin_inset VSpace bigskip
26984 \end_inset
26985
26986 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26987  geändert werden.
26988  Um z.
26989 \begin_inset space \thinspace{}
26990 \end_inset
26991
26992 B.
26993  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26994  und fettgedruckten Text 
26995 \begin_inset Quotes eld
26996 \end_inset
26997
26998
26999 \family sans
27000 \series bold
27001 \bar under
27002 Achtung!
27003 \family default
27004 \series default
27005 \bar default
27006
27007 \begin_inset Quotes erd
27008 \end_inset
27009
27010  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27011 \end_layout
27012
27013 \begin_layout Standard
27014
27015 \series bold
27016
27017 \backslash
27018 let
27019 \backslash
27020 myMarginpar
27021 \backslash
27022 marginpar
27023 \begin_inset Newline newline
27024 \end_inset
27025
27026
27027 \backslash
27028 renewcommand{
27029 \backslash
27030 marginpar}[1]{
27031 \backslash
27032 myMarginpar{%
27033 \begin_inset Newline newline
27034 \end_inset
27035
27036
27037 \begin_inset Phantom HPhantom
27038 status open
27039
27040 \begin_layout Plain Layout
27041
27042 \series bold
27043 \begin_inset space ~
27044 \end_inset
27045
27046
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \backslash
27053 hspace{0pt}
27054 \backslash
27055 textsf{
27056 \backslash
27057 textbf{
27058 \backslash
27059 underbar{Achtung!}}}%
27060 \begin_inset Newline newline
27061 \end_inset
27062
27063
27064 \begin_inset Phantom HPhantom
27065 status open
27066
27067 \begin_layout Plain Layout
27068
27069 \series bold
27070 \begin_inset space ~
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \backslash
27080 vspace{1.5mm}
27081 \backslash
27082
27083 \backslash
27084 #1}}
27085 \end_layout
27086
27087 \begin_layout Standard
27088 \begin_inset ERT
27089 status collapsed
27090
27091 \begin_layout Plain Layout
27092
27093
27094 \backslash
27095 let
27096 \backslash
27097 myMarginpar
27098 \backslash
27099 marginpar
27100 \end_layout
27101
27102 \begin_layout Plain Layout
27103
27104
27105 \backslash
27106 renewcommand{
27107 \backslash
27108 marginpar}[1]{
27109 \backslash
27110 myMarginpar{%
27111 \end_layout
27112
27113 \begin_layout Plain Layout
27114
27115    
27116 \backslash
27117 textsf{
27118 \backslash
27119 textbf{
27120 \backslash
27121 underbar{Achtung!}}}%
27122 \end_layout
27123
27124 \begin_layout Plain Layout
27125
27126    
27127 \backslash
27128 vspace{1.5mm}
27129 \backslash
27130
27131 \backslash
27132 #1}}
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \begin_inset Marginal
27139 status open
27140
27141 \begin_layout Plain Layout
27142 Dies ist eine Randnotiz mit einer definierten Überschrift.
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \begin_inset ERT
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152
27153 [-1.5cm]
27154 \end_layout
27155
27156 \end_inset
27157
27158
27159 \begin_inset ERT
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163
27164
27165 \backslash
27166 renewcommand{
27167 \backslash
27168 marginpar}[1]{
27169 \backslash
27170 myMarginpar{#1}}
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \begin_inset Note Note
27177 status open
27178
27179 \begin_layout Plain Layout
27180 Das Format wurde nur für dieses Beispiel geändert.
27181 \end_layout
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \begin_layout Standard
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 else
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \begin_inset Note Note
27203 status open
27204
27205 \begin_layout Plain Layout
27206 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27207 \series bold
27208 marginnote
27209 \series default
27210  nicht installiert ist:
27211 \end_layout
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Standard
27219 Das LaTeX-Paket 
27220 \series bold
27221 marginnote
27222 \series default
27223  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27224 \end_layout
27225
27226 \begin_layout Standard
27227 \begin_inset ERT
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231
27232
27233 \backslash
27234 fi
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \begin_layout Chapter
27243 Boxen
27244 \end_layout
27245
27246 \begin_layout Section
27247 Einleitung
27248 \begin_inset Index idx
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252 Boxen ! Einleitung
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \end_layout
27259
27260 \begin_layout Standard
27261 Boxen werden benutzt, um einen Textblock zu formatieren.
27262  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27263  siehe Abschnitt
27264 \begin_inset space ~
27265 \end_inset
27266
27267
27268 \begin_inset CommandInset ref
27269 LatexCommand ref
27270 reference "abs:Minipage"
27271
27272 \end_inset
27273
27274 , um Text zu umrahmen, siehe Abschnitt
27275 \begin_inset space ~
27276 \end_inset
27277
27278
27279 \begin_inset CommandInset ref
27280 LatexCommand ref
27281 reference "uab:Verzierung"
27282
27283 \end_inset
27284
27285 , um Silbentrennung zu verhindern, siehe Abschnitt
27286 \begin_inset space ~
27287 \end_inset
27288
27289
27290 \begin_inset CommandInset ref
27291 LatexCommand ref
27292 reference "abs:Silbentrennung-unterbinden"
27293
27294 \end_inset
27295
27296 , um Text senkrecht auszurichten, siehe Abschnitt
27297 \begin_inset space ~
27298 \end_inset
27299
27300
27301 \begin_inset CommandInset ref
27302 LatexCommand ref
27303 reference "uab:Vertikale-Ausrichtung"
27304
27305 \end_inset
27306
27307  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27308 \begin_inset space ~
27309 \end_inset
27310
27311
27312 \begin_inset CommandInset ref
27313 LatexCommand ref
27314 reference "abs:Farbige-Boxen"
27315
27316 \end_inset
27317
27318 .
27319 \end_layout
27320
27321 \begin_layout Standard
27322 Boxen werden mit 
27323 \family sans
27324 Einfügen\SpecialChar \menuseparator
27325 Box
27326 \family default
27327  oder dem Schalter 
27328 \begin_inset Graphics
27329         filename ../../images/box-insert.png
27330         scale 70
27331         scaleBeforeRotation
27332
27333 \end_inset
27334
27335  eingefügt.
27336  Ein graues Kästchen mit der Aufschrift 
27337 \begin_inset Quotes gld
27338 \end_inset
27339
27340 Box (Minipage)
27341 \begin_inset Quotes grd
27342 \end_inset
27343
27344  erscheint: 
27345 \begin_inset Graphics
27346         filename clipart/StandardBoxQt4.png
27347         scale 85
27348         scaleBeforeRotation
27349
27350 \end_inset
27351
27352  Mit einem Rechts\SpecialChar \-
27353 klick auf das graue Kästchen und der Auswahl von 
27354 \family sans
27355 Einstellungen
27356 \family default
27357  kann der Typ spezifiziert werden.
27358  Das Dialogfenster bietet bei 
27359 \family sans
27360 Innere
27361 \begin_inset space ~
27362 \end_inset
27363
27364 Box
27365 \family default
27366  die Typen 
27367 \family sans
27368 Makebox
27369 \family default
27370
27371 \family sans
27372 Parbox
27373 \family default
27374  und 
27375 \family sans
27376 Minipage
27377 \family default
27378  an.
27379  
27380 \family sans
27381 Minipage
27382 \family default
27383  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27384 \begin_inset space ~
27385 \end_inset
27386
27387
27388 \begin_inset CommandInset ref
27389 LatexCommand ref
27390 reference "abs:Minipage"
27391
27392 \end_inset
27393
27394  beschrieben, 
27395 \family sans
27396 Parbox
27397 \family default
27398  in Abschnitt
27399 \begin_inset space ~
27400 \end_inset
27401
27402
27403 \begin_inset CommandInset ref
27404 LatexCommand ref
27405 reference "abs:Parbox"
27406
27407 \end_inset
27408
27409  und 
27410 \family sans
27411 Makebox
27412 \family default
27413  in 
27414 \begin_inset CommandInset ref
27415 LatexCommand ref
27416 reference "abs:Silbentrennung-unterbinden"
27417
27418 \end_inset
27419
27420 .
27421 \end_layout
27422
27423 \begin_layout Standard
27424 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27425  wie auf Gleitobjekte und Fußnoten.
27426 \end_layout
27427
27428 \begin_layout Standard
27429 \begin_inset Note Greyedout
27430 status open
27431
27432 \begin_layout Plain Layout
27433
27434 \series bold
27435 Bemerkung
27436 \begin_inset space ~
27437 \end_inset
27438
27439 1:
27440 \series default
27441  Boxen dürfen in 
27442 \family sans
27443 List-
27444 \family default
27445  oder 
27446 \family sans
27447 Beschreibung-
27448 \family default
27449 Umgebungen nicht verwendet werden.
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Standard
27458 \begin_inset Note Greyedout
27459 status open
27460
27461 \begin_layout Plain Layout
27462
27463 \series bold
27464 Bemerkung
27465 \begin_inset space ~
27466 \end_inset
27467
27468 2:
27469 \series default
27470  Boxen ohne 
27471 \family sans
27472 Innere
27473 \begin_inset space ~
27474 \end_inset
27475
27476 Box
27477 \family default
27478  und ohne Rahmen werden in Abschnitt
27479 \begin_inset space ~
27480 \end_inset
27481
27482
27483 \begin_inset CommandInset ref
27484 LatexCommand ref
27485 reference "abs:Silbentrennung-unterbinden"
27486
27487 \end_inset
27488
27489  beschrieben.
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \begin_layout Section
27498 Das Box-Einstellungen-Fenster
27499 \begin_inset CommandInset label
27500 LatexCommand label
27501 name "abs:Box-Dialog"
27502
27503 \end_inset
27504
27505
27506 \begin_inset Index idx
27507 status collapsed
27508
27509 \begin_layout Plain Layout
27510 Boxen ! Box-Dialog-Fenster
27511 \end_layout
27512
27513 \end_inset
27514
27515
27516 \end_layout
27517
27518 \begin_layout Subsection
27519 Box-Größe
27520 \begin_inset Index idx
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524 Boxen ! Größe
27525 \end_layout
27526
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \begin_layout Standard
27533 Im 
27534 \family sans
27535 Box-Einstellungen
27536 \family default
27537 -Fenster können Sie die Größe der Box mit 
27538 \family sans
27539 Breite
27540 \family default
27541  und 
27542 \family sans
27543 Höhe 
27544 \family default
27545 festlegen.
27546  Die verfügbaren Einheiten werden in Tabelle
27547 \begin_inset space ~
27548 \end_inset
27549
27550
27551 \begin_inset CommandInset ref
27552 LatexCommand ref
27553 reference "tab:Maßeinheiten"
27554
27555 \end_inset
27556
27557  aufgelistet.
27558  Das Feld
27559 \family sans
27560  Höhe
27561 \family default
27562  bietet die folgenden zusätzlichen Größen:
27563 \end_layout
27564
27565 \begin_layout Description
27566 Tiefe Dies ist die reine Text-
27567 \begin_inset Quotes gld
27568 \end_inset
27569
27570 Höhe
27571 \begin_inset Quotes grd
27572 \end_inset
27573
27574 .
27575  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27576 \begin_inset Newline newline
27577 \end_inset
27578
27579
27580 \begin_inset Newline newline
27581 \end_inset
27582
27583
27584 \begin_inset Newline newline
27585 \end_inset
27586
27587
27588 \begin_inset Box Boxed
27589 position "c"
27590 hor_pos "c"
27591 has_inner_box 1
27592 inner_pos "c"
27593 use_parbox 0
27594 use_makebox 0
27595 width "12col%"
27596 special "none"
27597 height "1in"
27598 height_special "depth"
27599 status collapsed
27600
27601 \begin_layout Plain Layout
27602 \align center
27603 Box-Höhe = 1
27604 \begin_inset space \thinspace{}
27605 \end_inset
27606
27607 Tiefe
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \begin_inset Newline newline
27614 \end_inset
27615
27616
27617 \begin_inset Newline newline
27618 \end_inset
27619
27620
27621 \end_layout
27622
27623 \begin_layout Description
27624 Höhe Dies ist die Texthöhe innerhalb der Box.
27625  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27626  Texthöhe setzen: 
27627 \begin_inset Box Boxed
27628 position "c"
27629 hor_pos "c"
27630 has_inner_box 1
27631 inner_pos "c"
27632 use_parbox 0
27633 use_makebox 0
27634 width "20col%"
27635 special "none"
27636 height "2in"
27637 height_special "height"
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 \align center
27642 Boxhöhe = 2
27643 \begin_inset space \thinspace{}
27644 \end_inset
27645
27646 Höhe
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \begin_layout Description
27655 Gesamthöhe Dies ist Höhe
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 +
27660 \begin_inset space \thinspace{}
27661 \end_inset
27662
27663 Tiefe: 
27664 \begin_inset Box Boxed
27665 position "c"
27666 hor_pos "c"
27667 has_inner_box 1
27668 inner_pos "c"
27669 use_parbox 0
27670 use_makebox 0
27671 width "20col%"
27672 special "none"
27673 height "1in"
27674 height_special "totalheight"
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678 \align center
27679 Boxhöhe = 1
27680 \begin_inset space \thinspace{}
27681 \end_inset
27682
27683 Gesamthöhe
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \begin_layout Description
27692 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27693 \begin_inset Box Boxed
27694 position "c"
27695 hor_pos "c"
27696 has_inner_box 1
27697 inner_pos "c"
27698 use_parbox 0
27699 use_makebox 0
27700 width "12col%"
27701 special "none"
27702 height "1in"
27703 height_special "width"
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707 \align center
27708 Boxhöhe = 1
27709 \begin_inset space \thinspace{}
27710 \end_inset
27711
27712 Breite
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Subsection
27721 Ausrichtung
27722 \begin_inset Index idx
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726 Boxen ! Ausrichtung
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \begin_layout Standard
27735 Wenn Sie eine 
27736 \family sans
27737 Innere
27738 \begin_inset space ~
27739 \end_inset
27740
27741 Box
27742 \family default
27743  gewählt haben, kann die Box mit folgenden Werten für 
27744 \family sans
27745 Box
27746 \family default
27747  senkrecht ausgerichtet werden:
27748 \end_layout
27749
27750 \begin_layout Description
27751 Oben Dies ist ein Beispieltext.
27752  
27753 \begin_inset Box Boxed
27754 position "t"
27755 hor_pos "c"
27756 has_inner_box 1
27757 inner_pos "c"
27758 use_parbox 0
27759 use_makebox 0
27760 width "20col%"
27761 special "none"
27762 height "1in"
27763 height_special "totalheight"
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 \align center
27768 Die Ober\SpecialChar \-
27769 kante der Box ist in der Zeile.
27770 \end_layout
27771
27772 \end_inset
27773
27774  Dies ist ein Beispieltext.
27775 \end_layout
27776
27777 \begin_layout Description
27778 Mitte Dies ist ein Beispieltext.
27779  
27780 \begin_inset Box Boxed
27781 position "c"
27782 hor_pos "c"
27783 has_inner_box 1
27784 inner_pos "c"
27785 use_parbox 0
27786 use_makebox 0
27787 width "20col%"
27788 special "none"
27789 height "1in"
27790 height_special "totalheight"
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794 \align center
27795 Die Mitte der Box ist in der Zeile.
27796 \end_layout
27797
27798 \end_inset
27799
27800  Dies ist ein Beispieltext.
27801 \end_layout
27802
27803 \begin_layout Description
27804 Unten Dies ist ein Beispieltext.
27805  
27806 \begin_inset Box Boxed
27807 position "b"
27808 hor_pos "c"
27809 has_inner_box 1
27810 inner_pos "c"
27811 use_parbox 0
27812 use_makebox 0
27813 width "20col%"
27814 special "none"
27815 height "1in"
27816 height_special "totalheight"
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820 \align center
27821 Die Unter\SpecialChar \-
27822 kante der Box ist in der Zeile.
27823 \end_layout
27824
27825 \end_inset
27826
27827  Dies ist ein Beispieltext.
27828 \end_layout
27829
27830 \begin_layout Standard
27831 \begin_inset Note Greyedout
27832 status open
27833
27834 \begin_layout Plain Layout
27835
27836 \series bold
27837 Bemerkung:
27838 \series default
27839  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27840  Boxen in einer Zeile sind und eine Box z.
27841 \begin_inset space \thinspace{}
27842 \end_inset
27843
27844 B.
27845  schattiert ist, die andere aber nicht.
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \begin_layout Standard
27854 Eine Box kann mit dem Dialog 
27855 \family sans
27856 Absatz-Einstellungen
27857 \family default
27858  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27859 \end_layout
27860
27861 \begin_layout Standard
27862 \begin_inset VSpace bigskip
27863 \end_inset
27864
27865 Wenn Sie eine 
27866 \family sans
27867 Innere
27868 \begin_inset space ~
27869 \end_inset
27870
27871 Box
27872 \family default
27873  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27874 \family sans
27875 Inhalt
27876 \family default
27877  senkrecht ausgerichtet werden:
27878 \end_layout
27879
27880 \begin_layout Description
27881 Oben Dies ist ein Beispieltext.
27882  
27883 \begin_inset Box Boxed
27884 position "c"
27885 hor_pos "c"
27886 has_inner_box 1
27887 inner_pos "t"
27888 use_parbox 0
27889 use_makebox 0
27890 width "20col%"
27891 special "none"
27892 height "1.5in"
27893 height_special "totalheight"
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897 \align center
27898 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27899 \end_layout
27900
27901 \end_inset
27902
27903  Dies ist ein Beispieltext.
27904 \end_layout
27905
27906 \begin_layout Description
27907 Mitte Dies ist ein Beispieltext.
27908  
27909 \begin_inset Box Boxed
27910 position "c"
27911 hor_pos "c"
27912 has_inner_box 1
27913 inner_pos "c"
27914 use_parbox 0
27915 use_makebox 0
27916 width "20col%"
27917 special "none"
27918 height "1.5in"
27919 height_special "totalheight"
27920 status collapsed
27921
27922 \begin_layout Plain Layout
27923 \align center
27924 Der Boxinhalt ist zentriert ausgerichtet.
27925 \end_layout
27926
27927 \end_inset
27928
27929  Dies ist ein Beispieltext.
27930 \end_layout
27931
27932 \begin_layout Description
27933 Unten Dies ist ein Beispieltext.
27934  
27935 \begin_inset Box Boxed
27936 position "c"
27937 hor_pos "c"
27938 has_inner_box 1
27939 inner_pos "b"
27940 use_parbox 0
27941 use_makebox 0
27942 width "20col%"
27943 special "none"
27944 height "1.5in"
27945 height_special "totalheight"
27946 status collapsed
27947
27948 \begin_layout Plain Layout
27949 \align center
27950 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27951 \end_layout
27952
27953 \end_inset
27954
27955  Dies ist ein Beispieltext.
27956 \end_layout
27957
27958 \begin_layout Description
27959 Dehnen Dies ist ein Beispieltext.
27960  
27961 \begin_inset Box Boxed
27962 position "c"
27963 hor_pos "c"
27964 has_inner_box 1
27965 inner_pos "s"
27966 use_parbox 0
27967 use_makebox 0
27968 width "20col%"
27969 special "none"
27970 height "1in"
27971 height_special "totalheight"
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975 \align center
27976 Der Boxinhalt
27977 \end_layout
27978
27979 \begin_layout Plain Layout
27980 \align center
27981 ist über die
27982 \end_layout
27983
27984 \begin_layout Plain Layout
27985 \align center
27986 Boxhöhe
27987 \end_layout
27988
27989 \begin_layout Plain Layout
27990 \align center
27991 gleichmäßig verteilt.
27992 \end_layout
27993
27994 \end_inset
27995
27996  Dies ist ein Beispieltext.
27997 \end_layout
27998
27999 \begin_layout Standard
28000 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28001  besteht.
28002  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28003 \end_layout
28004
28005 \begin_layout Standard
28006 Ein Boxinhalt kann mit dem Dialog 
28007 \family sans
28008 Absatz-Einstellungen
28009 \family default
28010  waagerecht ausgerichtet werden, wenn Sie eine
28011 \family sans
28012  Innere
28013 \begin_inset space ~
28014 \end_inset
28015
28016 Box
28017 \family default
28018  gewählt haben.
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \align center
28023 \begin_inset Box Boxed
28024 position "c"
28025 hor_pos "c"
28026 has_inner_box 1
28027 inner_pos "s"
28028 use_parbox 0
28029 use_makebox 0
28030 width "30col%"
28031 special "none"
28032 height "1.25in"
28033 height_special "totalheight"
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 \align left
28038 Hier ist jede Zeile
28039 \end_layout
28040
28041 \begin_layout Plain Layout
28042 \align center
28043 anders
28044 \end_layout
28045
28046 \begin_layout Plain Layout
28047 \align right
28048 ausgerichtet.
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 Wenn Sie keine
28058 \family sans
28059  Innere
28060 \begin_inset space ~
28061 \end_inset
28062
28063 Box
28064 \family default
28065  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28066 \family sans
28067 Box-Einstellungen-
28068 \family default
28069 Dialog ausrichten
28070 \end_layout
28071
28072 \begin_layout Standard
28073 \align center
28074 \begin_inset Box Boxed
28075 position "c"
28076 hor_pos "s"
28077 has_inner_box 0
28078 inner_pos "s"
28079 use_parbox 0
28080 use_makebox 0
28081 width "90col%"
28082 special "none"
28083 height "1.25in"
28084 height_special "totalheight"
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088 \align left
28089 Dieser Boxinhalt wurde horizontal gedehnt.
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \begin_layout Subsection
28098 Verzierung
28099 \begin_inset CommandInset label
28100 LatexCommand label
28101 name "uab:Verzierung"
28102
28103 \end_inset
28104
28105
28106 \begin_inset Index idx
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 Boxen ! Verzierung
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Standard
28119 Im 
28120 \family sans
28121 Box-Einstellungen-
28122 \family default
28123 Dialog können Sie mit der 
28124 \family sans
28125 Verzierung
28126 \family default
28127  den Typ der Box auswählen:
28128 \end_layout
28129
28130 \begin_layout Description
28131 Kein
28132 \begin_inset space ~
28133 \end_inset
28134
28135 Rahmen Nichts wird gezeichnet.
28136 \end_layout
28137
28138 \begin_layout Description
28139 Einfacher
28140 \begin_inset space ~
28141 \end_inset
28142
28143 rechteckiger
28144 \begin_inset space ~
28145 \end_inset
28146
28147 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28148  Die Rahmendicke wird durch 
28149 \series bold
28150
28151 \backslash
28152 fboxrule
28153 \series default
28154  festgelegt.
28155  
28156 \begin_inset Box Boxed
28157 position "c"
28158 hor_pos "c"
28159 has_inner_box 1
28160 inner_pos "c"
28161 use_parbox 0
28162 use_makebox 0
28163 width "21col%"
28164 special "none"
28165 height "1in"
28166 height_special "totalheight"
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170
28171 \series medium
28172 Rechteckige
28173 \begin_inset space ~
28174 \end_inset
28175
28176 Box
28177 \end_layout
28178
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Description
28185 erlaube
28186 \begin_inset space ~
28187 \end_inset
28188
28189 Seitenumbrüche 
28190 \end_layout
28191
28192 \begin_layout Description
28193 Ovaler
28194 \begin_inset space ~
28195 \end_inset
28196
28197 Rahmen,
28198 \begin_inset space ~
28199 \end_inset
28200
28201 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28202  Die Rahmendicke ist 0.4
28203 \begin_inset space \thinspace{}
28204 \end_inset
28205
28206 pt.
28207  
28208 \begin_inset Box ovalbox
28209 position "c"
28210 hor_pos "c"
28211 has_inner_box 1
28212 inner_pos "c"
28213 use_parbox 0
28214 use_makebox 0
28215 width "20col%"
28216 special "none"
28217 height "1in"
28218 height_special "totalheight"
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 Ovale
28223 \begin_inset space ~
28224 \end_inset
28225
28226 Box,
28227 \begin_inset space ~
28228 \end_inset
28229
28230 dünn
28231 \end_layout
28232
28233 \end_inset
28234
28235
28236 \end_layout
28237
28238 \begin_layout Description
28239 Ovaler
28240 \begin_inset space ~
28241 \end_inset
28242
28243 Rahmen,
28244 \begin_inset space ~
28245 \end_inset
28246
28247 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28248  Die Rahmendicke ist 0.8
28249 \begin_inset space \thinspace{}
28250 \end_inset
28251
28252 pt.
28253  
28254 \begin_inset Box Ovalbox
28255 position "c"
28256 hor_pos "c"
28257 has_inner_box 1
28258 inner_pos "c"
28259 use_parbox 0
28260 use_makebox 0
28261 width "20col%"
28262 special "none"
28263 height "1in"
28264 height_special "totalheight"
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268 Ovale
28269 \begin_inset space ~
28270 \end_inset
28271
28272 Box,
28273 \begin_inset space ~
28274 \end_inset
28275
28276 dick
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Description
28285 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28286  Die Rahmendicke wird durch 
28287 \series bold
28288
28289 \backslash
28290 fboxrule
28291 \series default
28292  festgelegt, der Schatten ist 4
28293 \begin_inset space \thinspace{}
28294 \end_inset
28295
28296 pt breit.
28297 \begin_inset Newline newline
28298 \end_inset
28299
28300
28301 \begin_inset Box Shadowbox
28302 position "c"
28303 hor_pos "c"
28304 has_inner_box 1
28305 inner_pos "c"
28306 use_parbox 0
28307 use_makebox 0
28308 width "20col%"
28309 special "none"
28310 height "1in"
28311 height_special "totalheight"
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315 Schattierte
28316 \begin_inset space ~
28317 \end_inset
28318
28319 Box
28320 \end_layout
28321
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \begin_layout Description
28328 Schattierter
28329 \begin_inset space ~
28330 \end_inset
28331
28332 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28333  Im Gegensatz zu farbigen Boxen
28334 \begin_inset Foot
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338 siehe Abschnitt
28339 \begin_inset space ~
28340 \end_inset
28341
28342
28343 \begin_inset CommandInset ref
28344 LatexCommand ref
28345 reference "abs:Farbige-Boxen"
28346
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \end_inset
28353
28354  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28355  die Box ist ein Absatz für sich.
28356  
28357 \begin_inset Box Shaded
28358 position "t"
28359 hor_pos "c"
28360 has_inner_box 0
28361 inner_pos "t"
28362 use_parbox 0
28363 use_makebox 0
28364 width "50col%"
28365 special "none"
28366 height "1in"
28367 height_special "totalheight"
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 Schattierter Hintergrund Box
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \begin_layout Description
28380 Doppelter
28381 \begin_inset space ~
28382 \end_inset
28383
28384 rechteckiger
28385 \begin_inset space ~
28386 \end_inset
28387
28388 Rahmen zeichnet einen doppelten Rahmen um die Box.
28389  Der innere Rahmen ist 0.75
28390 \begin_inset space \thinspace{}
28391 \end_inset
28392
28393
28394 \series bold
28395
28396 \backslash
28397 fboxrule
28398 \series default
28399  breit, der äußere 1.5
28400 \begin_inset space \thinspace{}
28401 \end_inset
28402
28403
28404 \series bold
28405
28406 \backslash
28407 fboxrule
28408 \series default
28409 , der Zwischenraum 1.5
28410 \begin_inset space \thinspace{}
28411 \end_inset
28412
28413
28414 \series bold
28415
28416 \backslash
28417 fboxrule
28418 \series default
28419
28420 \begin_inset space \thinspace{}
28421 \end_inset
28422
28423 +
28424 \begin_inset space \thinspace{}
28425 \end_inset
28426
28427 0.5
28428 \begin_inset space \thinspace{}
28429 \end_inset
28430
28431 pt.
28432  
28433 \begin_inset Box Doublebox
28434 position "c"
28435 hor_pos "c"
28436 has_inner_box 1
28437 inner_pos "c"
28438 use_parbox 0
28439 use_makebox 0
28440 width "20col%"
28441 special "none"
28442 height "1in"
28443 height_special "totalheight"
28444 status collapsed
28445
28446 \begin_layout Plain Layout
28447 Doppelt
28448 \begin_inset space ~
28449 \end_inset
28450
28451 gerahmte
28452 \begin_inset space ~
28453 \end_inset
28454
28455 Box
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \begin_layout Standard
28464 \begin_inset VSpace bigskip
28465 \end_inset
28466
28467 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28468  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28469 \series bold
28470 fancybox
28471 \series default
28472
28473 \begin_inset Index idx
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477 LaTeX-Pakete ! fancybox
28478 \end_layout
28479
28480 \end_inset
28481
28482  installiert sein.
28483 \end_layout
28484
28485 \begin_layout Standard
28486 \begin_inset VSpace bigskip
28487 \end_inset
28488
28489 Wenn Sie die Verzierung 
28490 \family sans
28491 Einfacher rechteckiger Rahmen
28492 \family default
28493  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28494  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28495  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28496  für sich ist und 
28497 \series bold
28498
28499 \backslash
28500 fboxrule
28501 \series default
28502  und 
28503 \series bold
28504
28505 \backslash
28506 fboxsep
28507 \series default
28508  keinen Einfluss auf diesen Box Typ haben.
28509  Die Rahmendicke wird durch 
28510 \series bold
28511
28512 \backslash
28513 FrameRule
28514 \series default
28515  festgelegt.
28516  
28517 \begin_inset Box Framed
28518 position "t"
28519 hor_pos "c"
28520 has_inner_box 0
28521 inner_pos "t"
28522 use_parbox 0
28523 use_makebox 0
28524 width "100col%"
28525 special "none"
28526 height "1in"
28527 height_special "totalheight"
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 Box erlaubt Seitenumbruch
28532 \end_layout
28533
28534 \end_inset
28535
28536
28537 \end_layout
28538
28539 \begin_layout Section
28540 Box-Anpassung
28541 \begin_inset Index idx
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545 Boxen ! Anpassung
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \begin_layout Standard
28554 Der Standardwert für 
28555 \series bold
28556
28557 \backslash
28558 fboxrule
28559 \series default
28560  ist 0.4
28561 \begin_inset space \thinspace{}
28562 \end_inset
28563
28564 pt.
28565  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28566 \begin_inset space \thinspace{}
28567 \end_inset
28568
28569 pt gesetzt werden:
28570 \end_layout
28571
28572 \begin_layout Standard
28573
28574 \series bold
28575
28576 \backslash
28577 setlength{
28578 \backslash
28579 fboxrule}{2pt}
28580 \end_layout
28581
28582 \begin_layout Standard
28583 \begin_inset ERT
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587
28588
28589 \backslash
28590 setlength{
28591 \backslash
28592 fboxrule}{2pt}
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \begin_inset Box Boxed
28599 position "c"
28600 hor_pos "c"
28601 has_inner_box 1
28602 inner_pos "c"
28603 use_parbox 0
28604 use_makebox 0
28605 width "30col%"
28606 special "none"
28607 height "1in"
28608 height_special "totalheight"
28609 status open
28610
28611 \begin_layout Plain Layout
28612 \align center
28613 Rechteckige Box mit einer Rahmenbreite von 2
28614 \begin_inset space \thinspace{}
28615 \end_inset
28616
28617 pt
28618 \end_layout
28619
28620 \end_inset
28621
28622
28623 \begin_inset ERT
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627
28628
28629 \backslash
28630 setlength{
28631 \backslash
28632 fboxrule}{0.4pt}
28633 \end_layout
28634
28635 \end_inset
28636
28637
28638 \begin_inset VSpace bigskip
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Standard
28645 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28646 \begin_inset space \thinspace{}
28647 \end_inset
28648
28649 pt.
28650  Sie können das ändern, indem Sie den Wert von 
28651 \series bold
28652
28653 \backslash
28654 fboxsep
28655 \series default
28656  mit einem TeX-Code-Befehl ändern:
28657 \end_layout
28658
28659 \begin_layout Standard
28660
28661 \series bold
28662
28663 \backslash
28664 setlength{
28665 \backslash
28666 fboxsep}{10pt}
28667 \end_layout
28668
28669 \begin_layout Standard
28670 setzt den Wert auf 10
28671 \begin_inset space \thinspace{}
28672 \end_inset
28673
28674 pt, wie in der folgenden Box:
28675 \end_layout
28676
28677 \begin_layout Standard
28678 \begin_inset ERT
28679 status collapsed
28680
28681 \begin_layout Plain Layout
28682
28683
28684 \backslash
28685 setlength{
28686 \backslash
28687 fboxsep}{10pt}
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \begin_inset Box Boxed
28694 position "c"
28695 hor_pos "c"
28696 has_inner_box 1
28697 inner_pos "c"
28698 use_parbox 0
28699 use_makebox 0
28700 width "25col%"
28701 special "none"
28702 height "1in"
28703 height_special "totalheight"
28704 status open
28705
28706 \begin_layout Plain Layout
28707 \align center
28708 Rechteckige Box mit 
28709 \series bold
28710
28711 \backslash
28712 fboxsep
28713 \series default
28714
28715 \begin_inset space \thinspace{}
28716 \end_inset
28717
28718 =
28719 \begin_inset space \thinspace{}
28720 \end_inset
28721
28722 10
28723 \begin_inset space \thinspace{}
28724 \end_inset
28725
28726 pt
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \begin_inset ERT
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736
28737
28738 \backslash
28739 setlength{
28740 \backslash
28741 fboxsep}{3pt}
28742 \end_layout
28743
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \begin_layout Standard
28750 \noindent
28751 \begin_inset VSpace bigskip
28752 \end_inset
28753
28754 Der Durchmesser der abgerundeten Ecken kann mit 
28755 \series bold
28756
28757 \backslash
28758 cornersize
28759 \series default
28760  gesetzt werden.
28761  Der TeX-Code-Befehl
28762 \end_layout
28763
28764 \begin_layout Standard
28765
28766 \series bold
28767
28768 \backslash
28769 cornersize*{1cm}
28770 \end_layout
28771
28772 \begin_layout Standard
28773 setzt den Durchmesser auf 1
28774 \begin_inset space \thinspace{}
28775 \end_inset
28776
28777 cm.
28778  Der TeX-Code-Befehl
28779 \end_layout
28780
28781 \begin_layout Standard
28782
28783 \series bold
28784
28785 \backslash
28786 cornersize{num}
28787 \end_layout
28788
28789 \begin_layout Standard
28790 setzt den Durchmesser auf 
28791 \family sans
28792 num
28793 \begin_inset space \thinspace{}
28794 \end_inset
28795
28796 ×
28797 \begin_inset space \thinspace{}
28798 \end_inset
28799
28800 Minimum(Breite der Box, Höhe der Box)
28801 \family default
28802 .
28803  Der Standardwert ist 
28804 \series bold
28805
28806 \backslash
28807 cornersize{0.5}
28808 \series default
28809 .
28810 \end_layout
28811
28812 \begin_layout Standard
28813 \begin_inset ERT
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817
28818
28819 \backslash
28820 cornersize*{1.5cm}
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \begin_inset Box Ovalbox
28827 position "c"
28828 hor_pos "c"
28829 has_inner_box 1
28830 inner_pos "c"
28831 use_parbox 0
28832 use_makebox 0
28833 width "30col%"
28834 special "none"
28835 height "1in"
28836 height_special "totalheight"
28837 status open
28838
28839 \begin_layout Plain Layout
28840 \align center
28841 Ovale Box, dicker Rand, mit 
28842 \series bold
28843
28844 \backslash
28845 cornersize
28846 \series default
28847
28848 \begin_inset space \thinspace{}
28849 \end_inset
28850
28851 =
28852 \begin_inset space \thinspace{}
28853 \end_inset
28854
28855 1.5
28856 \begin_inset space \thinspace{}
28857 \end_inset
28858
28859 cm
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \begin_inset ERT
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869
28870
28871 \backslash
28872 cornersize{0.5}
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \end_layout
28879
28880 \begin_layout Standard
28881 \begin_inset VSpace bigskip
28882 \end_inset
28883
28884 Die Breite des Schattens wird mit 
28885 \series bold
28886
28887 \backslash
28888 shadowsize
28889 \series default
28890  festgelegt.
28891  Mit dem TeX-Code-Befehl
28892 \end_layout
28893
28894 \begin_layout Standard
28895
28896 \series bold
28897
28898 \backslash
28899 setlength{
28900 \backslash
28901 shadowsize}{2pt}
28902 \end_layout
28903
28904 \begin_layout Standard
28905 wird er für die folgende Box auf 2
28906 \begin_inset space \thinspace{}
28907 \end_inset
28908
28909 pt festgelegt.
28910 \end_layout
28911
28912 \begin_layout Standard
28913 \begin_inset ERT
28914 status collapsed
28915
28916 \begin_layout Plain Layout
28917
28918
28919 \backslash
28920 setlength{
28921 \backslash
28922 shadowsize}{2pt}
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \begin_inset Box Shadowbox
28929 position "c"
28930 hor_pos "c"
28931 has_inner_box 1
28932 inner_pos "c"
28933 use_parbox 0
28934 use_makebox 0
28935 width "25col%"
28936 special "none"
28937 height "1in"
28938 height_special "totalheight"
28939 status open
28940
28941 \begin_layout Plain Layout
28942 \align center
28943 Schattierte Box mit 
28944 \series bold
28945
28946 \backslash
28947 shadowsize
28948 \series default
28949
28950 \begin_inset space \thinspace{}
28951 \end_inset
28952
28953 =
28954 \begin_inset space \thinspace{}
28955 \end_inset
28956
28957 2
28958 \begin_inset space \thinspace{}
28959 \end_inset
28960
28961 pt
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \begin_inset ERT
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971
28972
28973 \backslash
28974 setlength{
28975 \backslash
28976 shadowsize}{4pt}
28977 \end_layout
28978
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \begin_layout Standard
28985 \begin_inset VSpace bigskip
28986 \end_inset
28987
28988 Der Standardwert für 
28989 \series bold
28990
28991 \backslash
28992 FrameRule
28993 \series default
28994  ist 0.4
28995 \begin_inset space \thinspace{}
28996 \end_inset
28997
28998 pt.
28999  Der Standard-Abstand zwischen Rahmen und Text ist 9
29000 \begin_inset space \thinspace{}
29001 \end_inset
29002
29003 pt und kann mit dem Wert für 
29004 \series bold
29005
29006 \backslash
29007 FrameSep
29008 \series default
29009  geändert werden.
29010  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29011  TeX-Code Befehlen geändert:
29012 \end_layout
29013
29014 \begin_layout Standard
29015
29016 \series bold
29017
29018 \backslash
29019 setlength{
29020 \backslash
29021 FrameRule}{5pt}
29022 \begin_inset Newline newline
29023 \end_inset
29024
29025
29026 \backslash
29027 setlength{
29028 \backslash
29029 FrameSep}{0.5cm}
29030 \end_layout
29031
29032 \begin_layout Standard
29033 \begin_inset ERT
29034 status collapsed
29035
29036 \begin_layout Plain Layout
29037
29038
29039 \backslash
29040 setlength{
29041 \backslash
29042 FrameRule}{5pt}
29043 \end_layout
29044
29045 \begin_layout Plain Layout
29046
29047
29048 \backslash
29049 setlength{
29050 \backslash
29051 FrameSep}{0.5cm}
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \begin_inset Box Framed
29058 position "t"
29059 hor_pos "c"
29060 has_inner_box 0
29061 inner_pos "t"
29062 use_parbox 0
29063 use_makebox 0
29064 width "100col%"
29065 special "none"
29066 height "1in"
29067 height_special "totalheight"
29068 status open
29069
29070 \begin_layout Plain Layout
29071 Dies ist Text in einer 
29072 \family sans
29073 Seitenumbruch erlaubt
29074 \family default
29075  Box.
29076 \end_layout
29077
29078 \end_inset
29079
29080
29081 \begin_inset ERT
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086
29087 \backslash
29088 setlength{
29089 \backslash
29090 FrameRule}{0.4pt}
29091 \end_layout
29092
29093 \begin_layout Plain Layout
29094
29095
29096 \backslash
29097 setlength{
29098 \backslash
29099 FrameSep}{9pt}
29100 \end_layout
29101
29102 \end_inset
29103
29104
29105 \end_layout
29106
29107 \begin_layout Standard
29108 \begin_inset VSpace bigskip
29109 \end_inset
29110
29111 Für Boxen mit 
29112 \family sans
29113 schattiertem Hintergrund
29114 \family default
29115  beträgt der Abstand zwischen Rand und Text 3
29116 \begin_inset space \thinspace{}
29117 \end_inset
29118
29119 pt und kann mit 
29120 \series bold
29121
29122 \backslash
29123 fboxsep
29124 \series default
29125  geändert werden.
29126  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29127  
29128 \series bold
29129
29130 \backslash
29131 definecolor{shadecolor}
29132 \series default
29133  oder global über das Menü 
29134 \family sans
29135 Werkzeuge\SpecialChar \menuseparator
29136 Einstellungen\SpecialChar \menuseparator
29137 Farben\SpecialChar \menuseparator
29138 Schattierte
29139 \begin_inset space ~
29140 \end_inset
29141
29142 Box
29143 \family default
29144  geändert werden.
29145  Das Schema des 
29146 \series bold
29147
29148 \backslash
29149 definecolor
29150 \series default
29151  Befehls ist  in Abschnitt
29152 \begin_inset space ~
29153 \end_inset
29154
29155
29156 \begin_inset CommandInset ref
29157 LatexCommand ref
29158 reference "abs:Farbige-Tabellen"
29159
29160 \end_inset
29161
29162  erklärt.
29163 \begin_inset Foot
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 Beachten Sie, dass 
29168 \series bold
29169
29170 \backslash
29171 definecolor
29172 \series default
29173  das LaTeX-Paket 
29174 \series bold
29175 color
29176 \series default
29177  im LaTeX-Vorspann benötigt, siehe Abschnitt
29178 \begin_inset space ~
29179 \end_inset
29180
29181
29182 \begin_inset CommandInset ref
29183 LatexCommand ref
29184 reference "abs:Farbige-Boxen"
29185
29186 \end_inset
29187
29188 .
29189 \end_layout
29190
29191 \end_inset
29192
29193  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29194 \end_layout
29195
29196 \begin_layout Standard
29197
29198 \series bold
29199
29200 \backslash
29201 setlength{
29202 \backslash
29203 fboxsep}{0.5cm}
29204 \begin_inset Newline newline
29205 \end_inset
29206
29207
29208 \backslash
29209 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29210 \end_layout
29211
29212 \begin_layout Standard
29213 \begin_inset ERT
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217
29218
29219 \backslash
29220 setlength{
29221 \backslash
29222 fboxsep}{0.5cm}
29223 \end_layout
29224
29225 \begin_layout Plain Layout
29226
29227
29228 \backslash
29229 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \begin_inset Box Shaded
29236 position "t"
29237 hor_pos "c"
29238 has_inner_box 0
29239 inner_pos "t"
29240 use_parbox 0
29241 use_makebox 0
29242 width "100col%"
29243 special "none"
29244 height "1in"
29245 height_special "totalheight"
29246 status open
29247
29248 \begin_layout Plain Layout
29249
29250 \color yellow
29251 Dies ist gelber Text in einer 
29252 \family sans
29253 schattierten Hintergrund
29254 \begin_inset space ~
29255 \end_inset
29256
29257
29258 \family default
29259 Box auf dunkelgrünem Hintergrund.
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \begin_inset ERT
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270
29271 \backslash
29272 setlength{
29273 \backslash
29274 fboxsep}{3pt}
29275 \end_layout
29276
29277 \begin_layout Plain Layout
29278
29279
29280 \backslash
29281 definecolor{shadecolor}{rgb}{1,0,0}
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Standard
29290 \begin_inset VSpace bigskip
29291 \end_inset
29292
29293 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29294  der sie ändert.
29295 \end_layout
29296
29297 \begin_layout Section
29298 Minipage
29299 \begin_inset CommandInset label
29300 LatexCommand label
29301 name "abs:Minipage"
29302
29303 \end_inset
29304
29305
29306 \begin_inset Index idx
29307 status collapsed
29308
29309 \begin_layout Plain Layout
29310 Boxen ! Minipage
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Standard
29319 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29320  deshalb unter anderem eigene Fußnoten haben.
29321 \end_layout
29322
29323 \begin_layout Standard
29324 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29329  Ihre Breite ist 45 Spaltenbreite
29330 \begin_inset space ~
29331 \end_inset
29332
29333 %, und sie sind durch einen 
29334 \family sans
29335 HFill
29336 \family default
29337  getrennt (
29338 \family sans
29339 Einfügen\SpecialChar \menuseparator
29340 Formatierung\SpecialChar \menuseparator
29341 Horizontaler
29342 \begin_inset space \space{}
29343 \end_inset
29344
29345 Abstand\SpecialChar \menuseparator
29346 Abstand\SpecialChar \menuseparator
29347 Variabler
29348 \begin_inset space ~
29349 \end_inset
29350
29351 horiz.
29352 \begin_inset space ~
29353 \end_inset
29354
29355 Abstand
29356 \family default
29357 ).
29358 \begin_inset Newpage newpage
29359 \end_inset
29360
29361
29362 \end_layout
29363
29364 \begin_layout Standard
29365 \noindent
29366 \begin_inset Box Frameless
29367 position "t"
29368 hor_pos "c"
29369 has_inner_box 1
29370 inner_pos "c"
29371 use_parbox 0
29372 use_makebox 0
29373 width "45col%"
29374 special "none"
29375 height "1in"
29376 height_special "totalheight"
29377 status open
29378
29379 \begin_layout Plain Layout
29380 Dies ist ein deutscher Text.
29381  Dies ist ein deutscher Text.
29382  Dies ist ein deutscher Text.
29383  Dies ist ein deutscher Text.
29384  Dies ist ein deutscher Text.
29385  Dies ist ein deutscher Text.
29386  Dies ist ein deutscher Text.
29387  Dies ist ein deutscher Text.
29388  Dies ist ein deutscher Text.
29389  Dies ist ein deutscher Text.
29390  Dies ist ein deutscher Text.
29391  Dies ist ein deutscher Text.
29392  Dies ist ein deutscher Text
29393 \begin_inset Foot
29394 status open
29395
29396 \begin_layout Plain Layout
29397 Dies ist eine deutsche Fußnote.
29398 \end_layout
29399
29400 \end_inset
29401
29402 .
29403  Dies ist ein deutscher Text.
29404  Dies ist ein deutscher Text.
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \begin_inset space \hfill{}
29411 \end_inset
29412
29413
29414 \begin_inset Box Frameless
29415 position "t"
29416 hor_pos "c"
29417 has_inner_box 1
29418 inner_pos "c"
29419 use_parbox 0
29420 use_makebox 0
29421 width "45col%"
29422 special "none"
29423 height "1in"
29424 height_special "totalheight"
29425 status open
29426
29427 \begin_layout Plain Layout
29428
29429 \lang english
29430 This is an English Text.
29431  This is an English Text.
29432  This is an English Text.
29433  This is an English Text.
29434  This is an English Text.
29435  This is an English Text.
29436  This is an English Text.
29437  This is an English Text.
29438  This is an English Text.
29439  This is an English Text.
29440  This is an English Text.
29441  This is an English Text.
29442  This is an English Text.
29443  This is an English Text.
29444  This is an English Text.
29445  This is an English Text.
29446 \begin_inset Foot
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450
29451 \lang english
29452 This is an English footnote.
29453 \end_layout
29454
29455 \end_inset
29456
29457  This is an English Text.
29458  
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \end_layout
29465
29466 \begin_layout Standard
29467 \begin_inset VSpace bigskip
29468 \end_inset
29469
29470 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29471  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29472  Absätze nicht eingerückt werden, obwohl Sie das in 
29473 \family sans
29474 Dokument
29475 \family default
29476 \SpecialChar \menuseparator
29477
29478 \family sans
29479 Einstellun\SpecialChar \-
29480 gen\SpecialChar \menuseparator
29481 Textformat
29482 \family default
29483  festgelegt haben.
29484  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29485  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29486 \series bold
29487
29488 \backslash
29489 hspace*{1em}
29490 \series default
29491 .
29492 \end_layout
29493
29494 \begin_layout Standard
29495 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29496  zu verpassen, siehe Abschnitt
29497 \begin_inset space ~
29498 \end_inset
29499
29500
29501 \begin_inset CommandInset ref
29502 LatexCommand ref
29503 reference "uab:Farbe-für-Absätze"
29504
29505 \end_inset
29506
29507 .
29508 \end_layout
29509
29510 \begin_layout Standard
29511 \begin_inset Note Greyedout
29512 status open
29513
29514 \begin_layout Plain Layout
29515
29516 \series bold
29517 Bemerkung:
29518 \series default
29519  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29520  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Section
29529 Parbox
29530 \begin_inset CommandInset label
29531 LatexCommand label
29532 name "abs:Parbox"
29533
29534 \end_inset
29535
29536
29537 \begin_inset Index idx
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 Boxen ! Parbox
29542 \end_layout
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \begin_layout Standard
29550 Parbox ist eine Abkürzung für 
29551 \begin_inset Quotes gld
29552 \end_inset
29553
29554 paragraph box
29555 \begin_inset Quotes grd
29556 \end_inset
29557
29558 , was Absatzbox bedeutet.
29559  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
29560  in Parboxen nicht ausgegeben werden:
29561 \end_layout
29562
29563 \begin_layout Standard
29564 \align center
29565 \begin_inset Box Frameless
29566 position "t"
29567 hor_pos "c"
29568 has_inner_box 1
29569 inner_pos "t"
29570 use_parbox 1
29571 use_makebox 0
29572 width "33col%"
29573 special "none"
29574 height "1in"
29575 height_special "totalheight"
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579 Dies ist Text in einer Parbox.
29580  Dies ist Text in einer Parbox.
29581 \end_layout
29582
29583 \begin_layout Plain Layout
29584 Diese Fußnote wird nicht gedruckt:
29585 \begin_inset Foot
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Section
29603 Boxen für Worte und Buchstaben
29604 \begin_inset Index idx
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 Boxen ! für Buchstaben
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Subsection
29617 Silbentrennung unterbinden
29618 \begin_inset CommandInset label
29619 LatexCommand label
29620 name "abs:Silbentrennung-unterbinden"
29621
29622 \end_inset
29623
29624
29625 \begin_inset Index idx
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629 Boxen ! zur Vermeidung von Silbentrennung
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Standard
29638 Sie können den Boxtyp 
29639 \family sans
29640 Makebox
29641 \family default
29642  benutzen, um Silbentrennungen zu unterbinden.
29643 \begin_inset Newline newline
29644 \end_inset
29645
29646 Hier ist ein Beispiel: 
29647 \end_layout
29648
29649 \begin_layout Standard
29650 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29651 \begin_inset Quotes gld
29652 \end_inset
29653
29654 einsehrsehrsehrlangeswort
29655 \begin_inset Quotes grd
29656 \end_inset
29657
29658 .
29659 \end_layout
29660
29661 \begin_layout Standard
29662 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
29663  Innere
29664 \begin_inset space ~
29665 \end_inset
29666
29667 Box auf Makebox und deren Breite auf 1
29668 \begin_inset space \thinspace{}
29669 \end_inset
29670
29671 Width.
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Hier ist das Ergebnis:
29676 \end_layout
29677
29678 \begin_layout Standard
29679 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29680 \begin_inset Box Frameless
29681 position "t"
29682 hor_pos "c"
29683 has_inner_box 1
29684 inner_pos "t"
29685 use_parbox 0
29686 use_makebox 1
29687 width "1in"
29688 special "width"
29689 height "1in"
29690 height_special "totalheight"
29691 status open
29692
29693 \begin_layout Plain Layout
29694 \begin_inset Quotes gld
29695 \end_inset
29696
29697 einsehrsehrsehrlangeswort
29698 \begin_inset Quotes grd
29699 \end_inset
29700
29701
29702 \end_layout
29703
29704 \end_inset
29705
29706 .
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Alternativ dazu kann man auch den Befehl 
29711 \begin_inset Quotes gld
29712 \end_inset
29713
29714
29715 \series bold
29716
29717 \backslash
29718 -
29719 \series default
29720
29721 \begin_inset Quotes grd
29722 \end_inset
29723
29724  als TeX-Code direkt vor das Wort setzen:
29725 \end_layout
29726
29727 \begin_layout Standard
29728 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29729 \begin_inset Quotes gld
29730 \end_inset
29731
29732
29733 \begin_inset ERT
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737
29738
29739 \backslash
29740 -
29741 \end_layout
29742
29743 \end_inset
29744
29745 einsehrsehrsehrlangeswort
29746 \begin_inset Quotes grd
29747 \end_inset
29748
29749 .
29750 \end_layout
29751
29752 \begin_layout Standard
29753 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29754  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29755 \family sans
29756 Strg-Eingabe
29757 \family default
29758 ) einfügen: 
29759 \end_layout
29760
29761 \begin_layout Standard
29762 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29763 \begin_inset Newline newline
29764 \end_inset
29765
29766
29767 \begin_inset Box Frameless
29768 position "t"
29769 hor_pos "c"
29770 has_inner_box 1
29771 inner_pos "t"
29772 use_parbox 0
29773 use_makebox 1
29774 width "1in"
29775 special "width"
29776 height "1in"
29777 height_special "totalheight"
29778 status open
29779
29780 \begin_layout Plain Layout
29781 \begin_inset Quotes gld
29782 \end_inset
29783
29784 einsehrsehrsehrlangeswort
29785 \begin_inset Quotes grd
29786 \end_inset
29787
29788
29789 \end_layout
29790
29791 \end_inset
29792
29793 .
29794 \end_layout
29795
29796 \begin_layout Subsection
29797 Vertikale Ausrichtung
29798 \begin_inset CommandInset label
29799 LatexCommand label
29800 name "uab:Vertikale-Ausrichtung"
29801
29802 \end_inset
29803
29804
29805 \begin_inset Index idx
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809 Boxen ! für Vertikale Ausrichtung
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \begin_inset Index idx
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819 Boxen ! raisebox
29820 \end_layout
29821
29822 \end_inset
29823
29824
29825 \end_layout
29826
29827 \begin_layout Standard
29828 Mit dem LaTeX-Befehl 
29829 \series bold
29830
29831 \backslash
29832 raisebox
29833 \series default
29834  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29835 n Textes ausrichten.
29836  
29837 \series bold
29838
29839 \backslash
29840 raisebox
29841 \series default
29842  wird folgendermaßen benutzt:
29843 \end_layout
29844
29845 \begin_layout Standard
29846
29847 \series bold
29848
29849 \backslash
29850 raisebox{Verschiebung}[oben][unten]{Text}
29851 \end_layout
29852
29853 \begin_layout Standard
29854 Positive Werte für Verschiebung
29855 \series bold
29856  
29857 \series default
29858 verschieben die Box nach oben, negative nach unten.
29859  Die beiden optionalen Parameter 
29860 \family typewriter
29861 oben
29862 \family default
29863  und 
29864 \family typewriter
29865 unten
29866 \family default
29867  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29868  hinausgeht, wenn sie nicht verschoben ist.
29869 \end_layout
29870
29871 \begin_layout Standard
29872 Um zum Beispiel das Wort 
29873 \begin_inset Quotes gld
29874 \end_inset
29875
29876 provokant
29877 \begin_inset Quotes grd
29878 \end_inset
29879
29880  mit seinem 
29881 \begin_inset Quotes gld
29882 \end_inset
29883
29884 niedrigsten
29885 \begin_inset Quotes grd
29886 \end_inset
29887
29888  Buchstaben 
29889 \begin_inset Quotes gld
29890 \end_inset
29891
29892 p
29893 \begin_inset Quotes grd
29894 \end_inset
29895
29896  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29897 \end_layout
29898
29899 \begin_layout Standard
29900
29901 \series bold
29902
29903 \backslash
29904 raisebox{
29905 \backslash
29906 depth}{
29907 \end_layout
29908
29909 \begin_layout Standard
29910 vor dem Wort einfügen und 
29911 \begin_inset Quotes gld
29912 \end_inset
29913
29914
29915 \series bold
29916 }
29917 \series default
29918
29919 \begin_inset Quotes grd
29920 \end_inset
29921
29922  als TeX-Code dahinter:
29923 \end_layout
29924
29925 \begin_layout Standard
29926 Dies ist eine Zeile, in der das Wort 
29927 \begin_inset ERT
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931
29932
29933 \backslash
29934 raisebox{
29935 \backslash
29936 depth}{
29937 \end_layout
29938
29939 \end_inset
29940
29941
29942 \begin_inset Quotes gld
29943 \end_inset
29944
29945 provokant
29946 \begin_inset Quotes grd
29947 \end_inset
29948
29949
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955 }
29956 \end_layout
29957
29958 \end_inset
29959
29960  nach oben verschoben wurde.
29961 \end_layout
29962
29963 \begin_layout Standard
29964 \begin_inset VSpace bigskip
29965 \end_inset
29966
29967 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29968  gedehnt:
29969 \end_layout
29970
29971 \begin_layout Standard
29972 Dies ist eine Zeile, in der das Wort 
29973 \begin_inset ERT
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978
29979 \backslash
29980 raisebox{-
29981 \backslash
29982 depth}{
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \begin_inset Quotes gld
29989 \end_inset
29990
29991 provokant
29992 \begin_inset Quotes grd
29993 \end_inset
29994
29995
29996 \begin_inset ERT
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000
30001 }
30002 \end_layout
30003
30004 \end_inset
30005
30006  nach unten verschoben wurde.
30007 \end_layout
30008
30009 \begin_layout Standard
30010 Dies ist eine Zeile, in der das Wort 
30011 \begin_inset ERT
30012 status collapsed
30013
30014 \begin_layout Plain Layout
30015
30016
30017 \backslash
30018 raisebox{0.5cm}{
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \begin_inset Quotes gld
30025 \end_inset
30026
30027 testen
30028 \begin_inset Quotes grd
30029 \end_inset
30030
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  um 0.5
30043 \begin_inset space \thinspace{}
30044 \end_inset
30045
30046 cm nach oben verschoben wurde.
30047 \end_layout
30048
30049 \begin_layout Standard
30050 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30051 \end_layout
30052
30053 \begin_layout Standard
30054
30055 \series bold
30056
30057 \backslash
30058 raisebox{-
30059 \backslash
30060 depth}[0pt]{
30061 \end_layout
30062
30063 \begin_layout Standard
30064 Dies ist eine Zeile, in der das Wort 
30065 \begin_inset ERT
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070
30071 \backslash
30072 raisebox{-
30073 \backslash
30074 depth}[0pt]{
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \begin_inset Quotes gld
30081 \end_inset
30082
30083 provokant
30084 \begin_inset Quotes grd
30085 \end_inset
30086
30087
30088 \begin_inset ERT
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092
30093 }
30094 \end_layout
30095
30096 \end_inset
30097
30098  nach unten verschoben wurde.
30099 \end_layout
30100
30101 \begin_layout Standard
30102 Dies ist eine Zeile, in der das Wort 
30103 \begin_inset ERT
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107
30108
30109 \backslash
30110 raisebox{0.5cm}[0pt]{
30111 \end_layout
30112
30113 \end_inset
30114
30115
30116 \begin_inset Quotes gld
30117 \end_inset
30118
30119 testen
30120 \begin_inset Quotes grd
30121 \end_inset
30122
30123
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129 }
30130 \end_layout
30131
30132 \end_inset
30133
30134  um 0.5
30135 \begin_inset space \thinspace{}
30136 \end_inset
30137
30138 cm nach oben verschoben wurde.
30139  Jetzt überschneiden sich die verschobenen Worte.
30140 \end_layout
30141
30142 \begin_layout Section
30143 Farbige Boxen
30144 \begin_inset CommandInset label
30145 LatexCommand label
30146 name "abs:Farbige-Boxen"
30147
30148 \end_inset
30149
30150
30151 \begin_inset Index idx
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155 Boxen ! farbige
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \end_layout
30162
30163 \begin_layout Subsection
30164 Text-Hintergrundfarbe
30165 \begin_inset Index idx
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169 Farbe ! für Text-Hintergrund
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Standard
30178 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30179  so genannten 
30180 \begin_inset Quotes gld
30181 \end_inset
30182
30183 colorbox
30184 \begin_inset Quotes grd
30185 \end_inset
30186
30187  stehen.
30188  Dafür muss das LaTeX-Paket 
30189 \series bold
30190 color
30191 \series default
30192
30193 \begin_inset Index idx
30194 status collapsed
30195
30196 \begin_layout Plain Layout
30197 LaTeX-Pakete ! color
30198 \end_layout
30199
30200 \end_inset
30201
30202  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30203 \end_layout
30204
30205 \begin_layout Standard
30206
30207 \series bold
30208
30209 \backslash
30210 @ifundefined{textcolor}
30211 \begin_inset Newline newline
30212 \end_inset
30213
30214
30215 \begin_inset Phantom HPhantom
30216 status open
30217
30218 \begin_layout Plain Layout
30219
30220 \series bold
30221 \begin_inset space ~
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \end_inset
30228
30229 {
30230 \backslash
30231 usepackage{color}}{}
30232 \end_layout
30233
30234 \begin_layout Standard
30235 Wenn Sie Text einfärben, lädt LyX das Paket 
30236 \series bold
30237 color
30238 \series default
30239  automatisch.
30240 \begin_inset Foot
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244 Der Befehl 
30245 \series bold
30246
30247 \backslash
30248 @ifundefined
30249 \series default
30250  vermeidet, dass es in diesem Fall doppelt geladen wird.
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \begin_layout Standard
30259 \begin_inset VSpace medskip
30260 \end_inset
30261
30262 Colorboxen werden mit dem Befehl 
30263 \series bold
30264
30265 \backslash
30266 colorbox
30267 \series default
30268  erzeugt:
30269 \end_layout
30270
30271 \begin_layout Standard
30272
30273 \series bold
30274
30275 \backslash
30276 colorbox{Farbe}{Boxinhalt}
30277 \end_layout
30278
30279 \begin_layout Standard
30280 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30281  Boxen sein.
30282 \end_layout
30283
30284 \begin_layout Standard
30285 Die folgenden Farben sind vordefiniert:
30286 \family sans
30287  schwarz
30288 \family default
30289
30290 \family sans
30291 wei
30292 \family default
30293 ß, 
30294 \family sans
30295 rot
30296 \family default
30297 \series bold
30298 ,
30299 \series default
30300  
30301 \family sans
30302 grün
30303 \family default
30304
30305 \family sans
30306 blau
30307 \family default
30308
30309 \family sans
30310 türkis
30311 \family default
30312
30313 \family sans
30314 purpurrot
30315 \family default
30316  und 
30317 \family sans
30318 gelb
30319 \family default
30320 .
30321 \end_layout
30322
30323 \begin_layout Standard
30324 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30325 \begin_inset space ~
30326 \end_inset
30327
30328
30329 \begin_inset CommandInset ref
30330 LatexCommand ref
30331 reference "abs:Farbige-Tabellen"
30332
30333 \end_inset
30334
30335  beschrieben.
30336 \end_layout
30337
30338 \begin_layout Standard
30339 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30340  den TeX-Code-Befehl
30341 \end_layout
30342
30343 \begin_layout Standard
30344
30345 \series bold
30346
30347 \backslash
30348 colorbox{red}{
30349 \end_layout
30350
30351 \begin_layout Standard
30352 vor dem Wort ein.
30353  Hinter dem Wort fügen Sie 
30354 \series bold
30355
30356 \begin_inset Quotes gld
30357 \end_inset
30358
30359 }
30360 \series default
30361
30362 \begin_inset Quotes grd
30363 \end_inset
30364
30365  als TeX-Code ein.
30366  Hier ist das Ergebnis:
30367 \end_layout
30368
30369 \begin_layout Standard
30370 In dieser Zeile hat 
30371 \begin_inset ERT
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375
30376
30377 \backslash
30378 colorbox{red}{
30379 \end_layout
30380
30381 \end_inset
30382
30383 Achtung!
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389 }
30390 \end_layout
30391
30392 \end_inset
30393
30394  einen roten Hintergrund.
30395 \end_layout
30396
30397 \begin_layout Standard
30398 \begin_inset VSpace bigskip
30399 \end_inset
30400
30401 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30402  
30403 \series bold
30404
30405 \backslash
30406 fcolorbox
30407 \series default
30408  verwenden:
30409 \end_layout
30410
30411 \begin_layout Standard
30412
30413 \series bold
30414
30415 \backslash
30416 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30417 \end_layout
30418
30419 \begin_layout Standard
30420
30421 \series bold
30422
30423 \backslash
30424 fcolorbox
30425 \series default
30426  ist eine Erweiterung von 
30427 \series bold
30428
30429 \backslash
30430 colorbox
30431 \series default
30432 .
30433  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30434  
30435 \series bold
30436
30437 \backslash
30438 fboxrule
30439 \series default
30440  und 
30441 \series bold
30442
30443 \backslash
30444 fboxsep
30445 \series default
30446  gesteuert werden, wie in Abschnitt
30447 \begin_inset space ~
30448 \end_inset
30449
30450
30451 \begin_inset CommandInset ref
30452 LatexCommand ref
30453 reference "uab:Verzierung"
30454
30455 \end_inset
30456
30457  beschrieben.
30458 \end_layout
30459
30460 \begin_layout Standard
30461 Für das folgende Beispiel wurde der Befehl
30462 \end_layout
30463
30464 \begin_layout Standard
30465
30466 \series bold
30467
30468 \backslash
30469 fcolorbox{cyan}{magenta}{
30470 \end_layout
30471
30472 \begin_layout Standard
30473 benutzt.
30474  Hier wurden die Rahmendicke und der Abstand auf 1
30475 \begin_inset space \thinspace{}
30476 \end_inset
30477
30478 mm gesetzt:
30479 \begin_inset Newline newline
30480 \end_inset
30481
30482
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488
30489 \backslash
30490 fboxrule 1mm 
30491 \backslash
30492 fboxsep 1mm
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset ERT
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502
30503
30504 \backslash
30505 fcolorbox{cyan}{green}{
30506 \end_layout
30507
30508 \end_inset
30509
30510 Dies ist Text in einer farbigen, gerahmten Box.
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516 }
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \begin_layout Standard
30525 \begin_inset VSpace bigskip
30526 \end_inset
30527
30528 Natürlich gibt es auch farbigen Text in einer Colorbox:
30529 \begin_inset Newline newline
30530 \end_inset
30531
30532
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538
30539 \backslash
30540 fcolorbox{cyan}{green}{
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \color yellow
30547 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30548 \color none
30549
30550 \begin_inset ERT
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554
30555 }
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566
30567 \backslash
30568 fboxrule 0.4pt 
30569 \backslash
30570 fboxsep 3pt
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \end_layout
30577
30578 \begin_layout Standard
30579 \begin_inset VSpace bigskip
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \begin_layout Standard
30586 \begin_inset Note Greyedout
30587 status open
30588
30589 \begin_layout Plain Layout
30590 \noindent
30591
30592 \series bold
30593 Bemerkung:
30594 \series default
30595  Text in Colorboxen kann nicht umgebrochen werden.
30596  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30597  wie im folgenden beschrieben.
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \end_layout
30604
30605 \begin_layout Subsection
30606 Farbe für Absätze
30607 \begin_inset CommandInset label
30608 LatexCommand label
30609 name "uab:Farbe-für-Absätze"
30610
30611 \end_inset
30612
30613
30614 \begin_inset Index idx
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618 Farbe ! für Absätze
30619 \end_layout
30620
30621 \end_inset
30622
30623
30624 \end_layout
30625
30626 \begin_layout Standard
30627 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30628  den Text in eine Minipage stellen.
30629  Vor der Minipage fügen Sie den TeX-Code-Befehl
30630 \end_layout
30631
30632 \begin_layout Standard
30633
30634 \series bold
30635
30636 \backslash
30637 colorbox{color}{
30638 \end_layout
30639
30640 \begin_layout Standard
30641 ein.
30642  Hinter der Minipage fügen Sie 
30643 \series bold
30644
30645 \begin_inset Quotes gld
30646 \end_inset
30647
30648 }
30649 \series default
30650
30651 \begin_inset Quotes grd
30652 \end_inset
30653
30654  als TeX-Code ein.
30655 \end_layout
30656
30657 \begin_layout Standard
30658 \begin_inset ERT
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662
30663
30664 \backslash
30665 colorbox{hellgrau}{
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \begin_inset Box Frameless
30672 position "t"
30673 hor_pos "c"
30674 has_inner_box 1
30675 inner_pos "t"
30676 use_parbox 0
30677 use_makebox 0
30678 width "100col%"
30679 special "none"
30680 height "1in"
30681 height_special "totalheight"
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Dies ist Text mit einer Hintergrundfarbe.
30686  Dies ist Text mit einer Hintergrundfarbe.
30687 \end_layout
30688
30689 \begin_layout Plain Layout
30690 Der Text kann Fußnoten
30691 \begin_inset Foot
30692 status open
30693
30694 \begin_layout Plain Layout
30695 Eine weitere Fußnote
30696 \end_layout
30697
30698 \end_inset
30699
30700  und Tabellen und Abbildungen enthalten.
30701 \end_layout
30702
30703 \begin_layout Plain Layout
30704 \align center
30705 \begin_inset Tabular
30706 <lyxtabular version="3" rows="3" columns="3">
30707 <features tabularvalignment="middle">
30708 <column alignment="center" valignment="top" width="0">
30709 <column alignment="center" valignment="top" width="0">
30710 <column alignment="center" valignment="top" width="0">
30711 <row>
30712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30713 \begin_inset Text
30714
30715 \begin_layout Plain Layout
30716 a
30717 \end_layout
30718
30719 \end_inset
30720 </cell>
30721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30722 \begin_inset Text
30723
30724 \begin_layout Plain Layout
30725 !
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734 3
30735 \end_layout
30736
30737 \end_inset
30738 </cell>
30739 </row>
30740 <row>
30741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30742 \begin_inset Text
30743
30744 \begin_layout Plain Layout
30745 <
30746 \end_layout
30747
30748 \end_inset
30749 </cell>
30750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30751 \begin_inset Text
30752
30753 \begin_layout Plain Layout
30754 b2
30755 \begin_inset Quotes erd
30756 \end_inset
30757
30758 |
30759 \end_layout
30760
30761 \end_inset
30762 </cell>
30763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30764 \begin_inset Text
30765
30766 \begin_layout Plain Layout
30767 >
30768 \end_layout
30769
30770 \end_inset
30771 </cell>
30772 </row>
30773 <row>
30774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778 1
30779 \end_layout
30780
30781 \end_inset
30782 </cell>
30783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787 §
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796 c
30797 \end_layout
30798
30799 \end_inset
30800 </cell>
30801 </row>
30802 </lyxtabular>
30803
30804 \end_inset
30805
30806
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817 }
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \end_layout
30824
30825 \begin_layout Section
30826 Rotierte und skalierte Boxen
30827 \end_layout
30828
30829 \begin_layout Standard
30830 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30831 \series bold
30832 graphicx
30833 \series default
30834
30835 \begin_inset Index idx
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 LaTeX-Pakete ! graphicx
30840 \end_layout
30841
30842 \end_inset
30843
30844  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30845 \end_layout
30846
30847 \begin_layout Standard
30848
30849 \series bold
30850
30851 \backslash
30852 @ifundefined{rotatebox}
30853 \begin_inset Newline newline
30854 \end_inset
30855
30856
30857 \begin_inset Phantom HPhantom
30858 status open
30859
30860 \begin_layout Plain Layout
30861
30862 \series bold
30863 \begin_inset space ~
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \end_inset
30870
30871 {
30872 \backslash
30873 usepackage{graphicx}}{}
30874 \end_layout
30875
30876 \begin_layout Standard
30877 \begin_inset Note Greyedout
30878 status open
30879
30880 \begin_layout Plain Layout
30881
30882 \series bold
30883 Bemerkung:
30884 \series default
30885  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30886  darstellen.
30887  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \end_layout
30894
30895 \begin_layout Standard
30896 \begin_inset Note Greyedout
30897 status open
30898
30899 \begin_layout Plain Layout
30900
30901 \series bold
30902 Bemerkung:
30903 \series default
30904  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30905 \end_layout
30906
30907 \end_inset
30908
30909
30910 \end_layout
30911
30912 \begin_layout Subsection
30913 Rotierte Boxen
30914 \begin_inset Index idx
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918 Boxen ! rotierte
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \begin_inset Index idx
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928 Rotiertes Material
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \begin_inset Index idx
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 Abbildungen ! rotierte
30939 \end_layout
30940
30941 \end_inset
30942
30943
30944 \begin_inset Index idx
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948 Tabellen ! rotierte
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Standard
30957 Um Text zu drehen, verwendet man den Befehl 
30958 \series bold
30959
30960 \backslash
30961 rotatebox
30962 \series default
30963  im TeX-Code nach folgendem Schema:
30964 \end_layout
30965
30966 \begin_layout Standard
30967
30968 \series bold
30969
30970 \backslash
30971 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30972 \end_layout
30973
30974 \begin_layout Standard
30975 Der Drehpunkt wird mit 
30976 \series bold
30977 origin=Position
30978 \series default
30979  angegeben.
30980  Folgende Positionen sind möglich: 
30981 \emph on
30982 c
30983 \emph default
30984  (mittig), 
30985 \emph on
30986 l
30987 \emph default
30988  (links), 
30989 \emph on
30990 r
30991 \emph default
30992  (rechts), 
30993 \emph on
30994 b
30995 \emph default
30996  (unten), 
30997 \emph on
30998 t
30999 \emph default
31000  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31001  Z.
31002 \begin_inset space \thinspace{}
31003 \end_inset
31004
31005 B.
31006  bedeutet 
31007 \emph on
31008 lt
31009 \emph default
31010 , dass sich der Drehpunkt links oben befindet.
31011  Wird kein Drehpunkt angegeben, wird die Position 
31012 \emph on
31013 l
31014 \emph default
31015  verwendet.
31016  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31017  Gedreht wird gegen den Uhrzeigersinn.
31018 \end_layout
31019
31020 \begin_layout Standard
31021 Im folgenden Beispiel wurde vor dem Text der Befehl 
31022 \series bold
31023
31024 \backslash
31025 rotatebox[origin=c]{60}{
31026 \series default
31027  im TeX-Modus eingegeben.
31028  Nach dem Text wurde die schließende Klammer 
31029 \series bold
31030 }
31031 \series default
31032  wiederum im TeX-Modus eingegeben.
31033 \end_layout
31034
31035 \begin_layout Standard
31036 Dies ist eine Zeile 
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042
31043 \backslash
31044 rotatebox[origin=c]{60}{
31045 \end_layout
31046
31047 \end_inset
31048
31049 mit rotiertem
31050 \begin_inset ERT
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054
31055 }
31056 \end_layout
31057
31058 \end_inset
31059
31060  Text.
31061 \end_layout
31062
31063 \begin_layout Standard
31064 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31065 \end_layout
31066
31067 \begin_layout Standard
31068 Dies ist eine Zeile 
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074
31075 \backslash
31076 rotatebox[origin=r]{-60}{
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \begin_inset Box Doublebox
31083 position "c"
31084 hor_pos "c"
31085 has_inner_box 0
31086 inner_pos "c"
31087 use_parbox 0
31088 use_makebox 0
31089 width "1in"
31090 special "width"
31091 height "1in"
31092 height_special "totalheight"
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 mit rotiertem
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107 }
31108 \end_layout
31109
31110 \end_inset
31111
31112  umrandeten Text 
31113 \begin_inset ERT
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117
31118
31119 \backslash
31120 rotatebox[origin=lb]{60}{
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31127 \end_inset
31128
31129
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135 }
31136 \end_layout
31137
31138 \end_inset
31139
31140  und einer Formel.
31141 \end_layout
31142
31143 \begin_layout Standard
31144 Oder ein Bild oder Tabelle:
31145 \end_layout
31146
31147 \begin_layout Standard
31148 Dies ist eine Zeile 
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154
31155 \backslash
31156 rotatebox[origin=lb]{90}{
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \begin_inset Graphics
31163         filename ../clipart/platypus.eps
31164         lyxscale 50
31165         width 25col%
31166
31167 \end_inset
31168
31169
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175 }
31176 \end_layout
31177
31178 \end_inset
31179
31180  mit einem rotierten Bild 
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186
31187 \backslash
31188 rotatebox[origin=l]{-90}{
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \begin_inset Tabular
31195 <lyxtabular version="3" rows="2" columns="2">
31196 <features tabularvalignment="middle">
31197 <column alignment="center" valignment="top" width="0">
31198 <column alignment="center" valignment="top" width="0">
31199 <row>
31200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31201 \begin_inset Text
31202
31203 \begin_layout Plain Layout
31204 q
31205 \end_layout
31206
31207 \end_inset
31208 </cell>
31209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31210 \begin_inset Text
31211
31212 \begin_layout Plain Layout
31213 w
31214 \end_layout
31215
31216 \end_inset
31217 </cell>
31218 </row>
31219 <row>
31220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31221 \begin_inset Text
31222
31223 \begin_layout Plain Layout
31224 e
31225 \end_layout
31226
31227 \end_inset
31228 </cell>
31229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31230 \begin_inset Text
31231
31232 \begin_layout Plain Layout
31233 r
31234 \end_layout
31235
31236 \end_inset
31237 </cell>
31238 </row>
31239 </lyxtabular>
31240
31241 \end_inset
31242
31243
31244 \begin_inset ERT
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248
31249 }
31250 \end_layout
31251
31252 \end_inset
31253
31254  und Tabelle.
31255 \end_layout
31256
31257 \begin_layout Subsection
31258 Skalierte Boxen
31259 \begin_inset Index idx
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263 Boxen ! skalierte
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \begin_inset Index idx
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273 Skaliertes Material
31274 \end_layout
31275
31276 \end_inset
31277
31278
31279 \begin_inset Index idx
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283 Abbildungen ! skalierte
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \begin_inset Index idx
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293 Tabellen ! skalierte
31294 \end_layout
31295
31296 \end_inset
31297
31298
31299 \end_layout
31300
31301 \begin_layout Standard
31302 Um Text zu skalieren, kann man die Befehle 
31303 \series bold
31304
31305 \backslash
31306 scalebox
31307 \series default
31308  und 
31309 \series bold
31310
31311 \backslash
31312 resizebox
31313 \series default
31314  im TeX-Modus verwenden.
31315 \end_layout
31316
31317 \begin_layout Standard
31318
31319 \series bold
31320
31321 \backslash
31322 scalebox
31323 \series default
31324  wird nach folgendem Schema verwendet:
31325 \end_layout
31326
31327 \begin_layout Standard
31328
31329 \series bold
31330
31331 \backslash
31332 scalebox{horizontal}[vertikal]{Boxinhalt}
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31337  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31338  verwendet.
31339 \end_layout
31340
31341 \begin_layout Standard
31342 Z.
31343 \begin_inset space \thinspace{}
31344 \end_inset
31345
31346 B.
31347  ergibt der Befehl 
31348 \series bold
31349
31350 \backslash
31351 scalebox{2}{Hallo}
31352 \series default
31353  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31354 \begin_inset ERT
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358
31359
31360 \backslash
31361 scalebox{2}{
31362 \end_layout
31363
31364 \end_inset
31365
31366 Hallo
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371
31372 }
31373 \end_layout
31374
31375 \end_inset
31376
31377 .
31378 \end_layout
31379
31380 \begin_layout Standard
31381
31382 \series bold
31383
31384 \backslash
31385 scalebox{2}[1]{Hallo}
31386 \series default
31387  verzerrt hingegen das 
31388 \begin_inset ERT
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392
31393
31394 \backslash
31395 scalebox{2}[1]{
31396 \end_layout
31397
31398 \end_inset
31399
31400 Hallo
31401 \begin_inset ERT
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405
31406 }
31407 \end_layout
31408
31409 \end_inset
31410
31411 .
31412 \end_layout
31413
31414 \begin_layout Standard
31415 Die Skalierungsfaktoren dürfen auch negativ sein.
31416  In diesem Fall wird der Boxinhalt gespiegelt.
31417 \end_layout
31418
31419 \begin_layout Standard
31420 Daher lässt sich mit dem Befehl 
31421 \series bold
31422
31423 \backslash
31424 scalebox{-1}[1]{Hallo}
31425 \series default
31426  Spiegelschrift erstellen: 
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432
31433 \backslash
31434 scalebox{-1}[1]{
31435 \end_layout
31436
31437 \end_inset
31438
31439 Hallo
31440 \begin_inset ERT
31441 status collapsed
31442
31443 \begin_layout Plain Layout
31444
31445 }
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454
31455 \series bold
31456
31457 \backslash
31458 scalebox{1}[-1]{Hallo}
31459 \series default
31460  spiegelt das 
31461 \begin_inset ERT
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465
31466
31467 \backslash
31468 scalebox{1}[-1]{
31469 \end_layout
31470
31471 \end_inset
31472
31473 Hallo
31474 \begin_inset ERT
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478
31479 }
31480 \end_layout
31481
31482 \end_inset
31483
31484  an der Grundlinie.
31485 \end_layout
31486
31487 \begin_layout Standard
31488 Zu 
31489 \series bold
31490
31491 \backslash
31492 scalebox{-1}[1]{Boxinhalt}
31493 \series default
31494  gibt es den äquivalenten Befehl
31495 \begin_inset Newline newline
31496 \end_inset
31497
31498
31499 \series bold
31500
31501 \backslash
31502 reflectbox{Boxinhalt}
31503 \series default
31504 .
31505 \end_layout
31506
31507 \begin_layout Standard
31508 \begin_inset VSpace bigskip
31509 \end_inset
31510
31511
31512 \series bold
31513
31514 \backslash
31515 resizebox
31516 \series default
31517  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31518  skalieren.
31519  Das Befehlsschema ist folgendes:
31520 \end_layout
31521
31522 \begin_layout Standard
31523
31524 \series bold
31525
31526 \backslash
31527 resizebox{Breite}{Höhe}{Boxinhalt}
31528 \end_layout
31529
31530 \begin_layout Standard
31531 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31532 \series bold
31533 !
31534 \series default
31535  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31536  wird.
31537 \end_layout
31538
31539 \begin_layout Standard
31540 Der Befehl 
31541 \series bold
31542
31543 \backslash
31544 resizebox{2cm}{1cm}{Hallo}
31545 \series default
31546  ergibt: 
31547 \begin_inset ERT
31548 status collapsed
31549
31550 \begin_layout Plain Layout
31551
31552
31553 \backslash
31554 resizebox{2cm}{1cm}{
31555 \end_layout
31556
31557 \end_inset
31558
31559 Hallo
31560 \begin_inset ERT
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565 }
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \begin_inset Newline newline
31572 \end_inset
31573
31574 Der Befehl 
31575 \series bold
31576
31577 \backslash
31578 resizebox{2cm}{!}{Hallo}
31579 \series default
31580  ergibt: 
31581 \begin_inset ERT
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585
31586
31587 \backslash
31588 resizebox{2cm}{!}{
31589 \end_layout
31590
31591 \end_inset
31592
31593 Hallo
31594 \begin_inset ERT
31595 status collapsed
31596
31597 \begin_layout Plain Layout
31598
31599 }
31600 \end_layout
31601
31602 \end_inset
31603
31604
31605 \end_layout
31606
31607 \begin_layout Standard
31608 \begin_inset VSpace bigskip
31609 \end_inset
31610
31611
31612 \begin_inset Note Greyedout
31613 status open
31614
31615 \begin_layout Plain Layout
31616
31617 \series bold
31618 Bemerkung:
31619 \series default
31620  Wurde in Argumenten von 
31621 \series bold
31622
31623 \backslash
31624 scalebox
31625 \series default
31626  oder 
31627 \series bold
31628
31629 \backslash
31630 resizebox
31631 \series default
31632  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31633  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31634  werden.
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Standard
31643 \begin_inset VSpace bigskip
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \begin_layout Standard
31650 Alle Boxen können beliebig miteinander kombiniert werden.
31651  So ergibt z.
31652 \begin_inset space \thinspace{}
31653 \end_inset
31654
31655 B.
31656  der Befehl
31657 \begin_inset Newline newline
31658 \end_inset
31659
31660
31661 \series bold
31662
31663 \backslash
31664 rotatebox[origin=c]{-45}{
31665 \backslash
31666 resizebox{2cm}{!}{
31667 \backslash
31668 reflectbox{Hallo}}}
31669 \series default
31670 :
31671 \end_layout
31672
31673 \begin_layout Standard
31674 \align center
31675 \begin_inset ERT
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679
31680
31681 \backslash
31682 rotatebox[origin=c]{-45}{
31683 \backslash
31684 resizebox{2cm}{!}{
31685 \backslash
31686 reflectbox{
31687 \end_layout
31688
31689 \end_inset
31690
31691 Hallo
31692 \begin_inset ERT
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696
31697 }}}
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \noindent
31707 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31708 \end_layout
31709
31710 \begin_layout Standard
31711 \align center
31712 \begin_inset ERT
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716
31717
31718 \backslash
31719 rotatebox[origin=c]{-30}{
31720 \backslash
31721 resizebox{2cm}{!}{
31722 \backslash
31723 reflectbox{
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \begin_inset Graphics
31730         filename ../clipart/platypus.eps
31731         lyxscale 50
31732         width 25col%
31733
31734 \end_inset
31735
31736
31737 \begin_inset ERT
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741
31742 }}}
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \begin_inset ERT
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752
31753
31754 \backslash
31755 rotatebox[origin=c]{-45}{
31756 \backslash
31757 resizebox{2cm}{!}{
31758 \backslash
31759 reflectbox{
31760 \end_layout
31761
31762 \end_inset
31763
31764
31765 \begin_inset Tabular
31766 <lyxtabular version="3" rows="2" columns="2">
31767 <features tabularvalignment="middle">
31768 <column alignment="center" valignment="top" width="0">
31769 <column alignment="center" valignment="top" width="0">
31770 <row>
31771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31772 \begin_inset Text
31773
31774 \begin_layout Plain Layout
31775 q
31776 \end_layout
31777
31778 \end_inset
31779 </cell>
31780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31781 \begin_inset Text
31782
31783 \begin_layout Plain Layout
31784 w
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 </row>
31790 <row>
31791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31792 \begin_inset Text
31793
31794 \begin_layout Plain Layout
31795 e
31796 \end_layout
31797
31798 \end_inset
31799 </cell>
31800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 r
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 </row>
31810 </lyxtabular>
31811
31812 \end_inset
31813
31814
31815 \begin_inset ERT
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819
31820 }}}
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \begin_inset ERT
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830
31831
31832 \backslash
31833 rotatebox[origin=c]{-45}{
31834 \backslash
31835 resizebox{2cm}{!}{
31836 \backslash
31837 reflectbox{
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31844 \end_inset
31845
31846
31847 \begin_inset ERT
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851
31852 }}}
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \end_layout
31859
31860 \begin_layout Standard
31861 Hat man den globalen Formelstil 
31862 \series bold
31863 fleqn
31864 \series default
31865
31866 \begin_inset Foot
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 Wenn 
31871 \begin_inset Quotes gld
31872 \end_inset
31873
31874 fleqn
31875 \begin_inset Quotes grd
31876 \end_inset
31877
31878  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31879 \end_layout
31880
31881 \end_inset
31882
31883  gewählt, kann man auch abgesetzte Formeln skalieren.
31884 \end_layout
31885
31886 \begin_layout Chapter
31887 Externe Dateien
31888 \begin_inset Index idx
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892 Dateien ! externe
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \begin_layout Standard
31901 Mit 
31902 \family sans
31903 Einfügen\SpecialChar \menuseparator
31904 Datei
31905 \family default
31906  können Sie fremdes Material in Ihr Dokument einsetzen.
31907  Das kann folgendes sein:
31908 \end_layout
31909
31910 \begin_layout Description
31911 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31912  eingefügt.
31913 \end_layout
31914
31915 \begin_layout Description
31916 Einfacher
31917 \begin_inset space ~
31918 \end_inset
31919
31920 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31921  eingefügt.
31922 \end_layout
31923
31924 \begin_layout Description
31925 Einfacher
31926 \begin_inset space ~
31927 \end_inset
31928
31929 Text,
31930 \begin_inset space ~
31931 \end_inset
31932
31933 Zeilen
31934 \begin_inset space ~
31935 \end_inset
31936
31937 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31938  Leerzeilen trennen die Absätze.
31939 \end_layout
31940
31941 \begin_layout Description
31942 Externes
31943 \begin_inset space ~
31944 \end_inset
31945
31946 Material Dateien in verschiedenen Formaten.
31947 \end_layout
31948
31949 \begin_layout Description
31950 Unterdokument LyX- oder LaTeX-Dokumente.
31951 \end_layout
31952
31953 \begin_layout Section
31954 Externes Material
31955 \begin_inset Index idx
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959 Externes Material
31960 \end_layout
31961
31962 \end_inset
31963
31964
31965 \end_layout
31966
31967 \begin_layout Standard
31968 Mit 
31969 \family sans
31970 Einfügen\SpecialChar \menuseparator
31971 Datei\SpecialChar \menuseparator
31972  Externes Material
31973 \family default
31974  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31975  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31976  weil LyX sich darum kümmert.
31977  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31978  eingefügt werden können.
31979  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31980 \family sans
31981  Aussehen
31982 \begin_inset space ~
31983 \end_inset
31984
31985 &
31986 \begin_inset space ~
31987 \end_inset
31988
31989 Handhabung\SpecialChar \menuseparator
31990 Grafik
31991 \family default
31992 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31993 \end_layout
31994
31995 \begin_layout Standard
31996 Zur Zeit können Sie folgende Dateitypen (
31997 \family sans
31998 Vorlagen
31999 \family default
32000 ) benutzen:
32001 \end_layout
32002
32003 \begin_layout Description
32004 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
32005 \series bold
32006
32007 \begin_inset CommandInset href
32008 LatexCommand href
32009 name "XBoard"
32010 target "http://en.wikipedia.org/wiki/XBoard"
32011
32012 \end_inset
32013
32014
32015 \series default
32016  erzeugt wurden.
32017 \end_layout
32018
32019 \begin_layout Description
32020 Datum fügt ein Datum mit dem Format 
32021 \emph on
32022 Tag-Monat-Jahr
32023 \emph default
32024  ein.
32025  Hier ist ein Beispiel: 
32026 \begin_inset External
32027         template Date
32028         filename .
32029
32030 \end_inset
32031
32032
32033 \begin_inset space ~
32034 \end_inset
32035
32036
32037 \begin_inset Note Note
32038 status open
32039
32040 \begin_layout Plain Layout
32041
32042 \lang english
32043 Remove the protected space when bug 4398 is fixed!
32044 \end_layout
32045
32046 \end_inset
32047
32048
32049 \begin_inset Newline newline
32050 \end_inset
32051
32052 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
32053  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
32054  Menü 
32055 \family sans
32056 Einfügen\SpecialChar \menuseparator
32057 Datum
32058 \family default
32059  und mit dem LaTeX-Befehl 
32060 \series bold
32061
32062 \backslash
32063 today
32064 \series default
32065 .
32066  Die verschiedenen Methoden werden in Tabelle
32067 \begin_inset space ~
32068 \end_inset
32069
32070
32071 \begin_inset CommandInset ref
32072 LatexCommand ref
32073 reference "tab:Vergleich-der-Datums-Eingaben"
32074
32075 \end_inset
32076
32077  verglichen.
32078 \end_layout
32079
32080 \begin_layout Description
32081 Dia unterstützt Diagramme, die mit dem Programm 
32082 \series bold
32083
32084 \begin_inset CommandInset href
32085 LatexCommand href
32086 name "Dia"
32087 target "http://en.wikipedia.org/wiki/Dia_(software)"
32088
32089 \end_inset
32090
32091
32092 \series default
32093  erzeugt wurden.
32094 \end_layout
32095
32096 \begin_layout Description
32097 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32098 \series bold
32099
32100 \begin_inset CommandInset href
32101 LatexCommand href
32102 name "LilyPond"
32103 target "http://en.wikipedia.org/wiki/LilyPond"
32104
32105 \end_inset
32106
32107
32108 \series default
32109  schreiben.
32110 \end_layout
32111
32112 \begin_layout Description
32113 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32114  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32115 \emph on
32116 pages
32117 \emph default
32118  Option im Feld 
32119 \family sans
32120 Option
32121 \family default
32122  in der Karteikarte 
32123 \family sans
32124 LaTeX- und LyX-Optionen
32125 \family default
32126  entsprechend der Vorlagenbeschreibung im Dialog.
32127  Wenn keine 
32128 \emph on
32129 pages
32130 \emph default
32131  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32132 \end_layout
32133
32134 \begin_layout Description
32135 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32136  Fast alle bekannten Bildformate werden unterstützt.
32137  Die Bilddateien können im Dialogfenster 
32138 \family sans
32139 Externes
32140 \begin_inset space ~
32141 \end_inset
32142
32143 Material
32144 \family default
32145  genauso behandelt werden wie die mit dem normalen 
32146 \family sans
32147 Grafik
32148 \family default
32149 -Dialog eingefügten, siehe Abschnitt
32150 \begin_inset space ~
32151 \end_inset
32152
32153
32154 \begin_inset CommandInset ref
32155 LatexCommand ref
32156 reference "abs:Grafik-Dialog"
32157
32158 \end_inset
32159
32160 .
32161  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32162  und EPS-Bilder werden nicht unterstützt.
32163 \end_layout
32164
32165 \begin_layout Description
32166 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32167 \series bold
32168
32169 \begin_inset CommandInset href
32170 LatexCommand href
32171 name "Xfig"
32172 target "http://en.wikipedia.org/wiki/Xfig"
32173
32174 \end_inset
32175
32176
32177 \series default
32178  erzeugt wurden.
32179 \end_layout
32180
32181 \begin_layout Standard
32182 \begin_inset Float table
32183 placement h
32184 wide false
32185 sideways false
32186 status open
32187
32188 \begin_layout Plain Layout
32189 \begin_inset Caption
32190
32191 \begin_layout Plain Layout
32192 \begin_inset CommandInset label
32193 LatexCommand label
32194 name "tab:Vergleich-der-Datums-Eingaben"
32195
32196 \end_inset
32197
32198 Vergleich der Datums-Eingaben
32199 \end_layout
32200
32201 \end_inset
32202
32203
32204 \end_layout
32205
32206 \begin_layout Plain Layout
32207 \align center
32208 \begin_inset Tabular
32209 <lyxtabular version="3" rows="4" columns="4">
32210 <features tabularvalignment="middle">
32211 <column alignment="center" valignment="top" width="0">
32212 <column alignment="center" valignment="top" width="0">
32213 <column alignment="center" valignment="top" width="0">
32214 <column alignment="center" valignment="top" width="0">
32215 <row>
32216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220 Dokumentformat
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229
32230 \family sans
32231 Externes Material\SpecialChar \menuseparator
32232 Datum
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241
32242 \family sans
32243 Einfügen\SpecialChar \menuseparator
32244 Datum
32245 \end_layout
32246
32247 \end_inset
32248 </cell>
32249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253 Befehl 
32254 \series bold
32255
32256 \backslash
32257 today
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 </row>
32263 <row>
32264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32265 \begin_inset Text
32266
32267 \begin_layout Plain Layout
32268 LyX
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 als Box
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32283 \begin_inset Text
32284
32285 \begin_layout Plain Layout
32286 als Datum
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32292 \begin_inset Text
32293
32294 \begin_layout Plain Layout
32295 als TeX-Code
32296 \end_layout
32297
32298 \end_inset
32299 </cell>
32300 </row>
32301 <row>
32302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32303 \begin_inset Text
32304
32305 \begin_layout Plain Layout
32306 LaTeX
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32312 \begin_inset Text
32313
32314 \begin_layout Plain Layout
32315 als Datum
32316 \end_layout
32317
32318 \end_inset
32319 </cell>
32320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32321 \begin_inset Text
32322
32323 \begin_layout Plain Layout
32324 als Datum
32325 \end_layout
32326
32327 \end_inset
32328 </cell>
32329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32330 \begin_inset Text
32331
32332 \begin_layout Plain Layout
32333 als Befehl
32334 \end_layout
32335
32336 \end_inset
32337 </cell>
32338 </row>
32339 <row>
32340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32341 \begin_inset Text
32342
32343 \begin_layout Plain Layout
32344 DVI, PDF, PS
32345 \end_layout
32346
32347 \end_inset
32348 </cell>
32349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353 als Datum
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 als Datum
32363 \end_layout
32364
32365 \end_inset
32366 </cell>
32367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout Plain Layout
32371 als Datum
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 </row>
32377 </lyxtabular>
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \begin_layout Standard
32390 Wenn Sie im Dialogfenster
32391 \family sans
32392  Externes
32393 \begin_inset space ~
32394 \end_inset
32395
32396 Material 
32397 \family default
32398 in der Karteikarte
32399 \family sans
32400  Datei
32401 \family default
32402  die Option 
32403 \family sans
32404 Entwurf
32405 \family default
32406  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410 LyX kann externes Material entweder als Box wie hier: 
32411 \begin_inset Graphics
32412         filename clipart/ExternesMaterialQt4.png
32413         scale 85
32414         scaleBeforeRotation
32415
32416 \end_inset
32417
32418  oder als Bild darstellen.
32419  Das hängt davon ab, ob Sie im Dialog
32420 \family sans
32421  
32422 \family default
32423 in der Karteikarte 
32424 \family sans
32425 LaTeX- und LyX-Optionen
32426 \family default
32427  die Option 
32428 \family sans
32429 In
32430 \begin_inset space ~
32431 \end_inset
32432
32433 LyX
32434 \begin_inset space ~
32435 \end_inset
32436
32437 anzeigen
32438 \family default
32439  gewählt haben oder nicht.
32440 \end_layout
32441
32442 \begin_layout Standard
32443 Im LyX-Handbuch 
32444 \family sans
32445 \emph on
32446 Anpassung
32447 \family default
32448 \emph default
32449  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32450 \end_layout
32451
32452 \begin_layout Section
32453 Unterdokumente
32454 \begin_inset CommandInset label
32455 LatexCommand label
32456 name "abs:Unterdokumente"
32457
32458 \end_inset
32459
32460
32461 \begin_inset Index idx
32462 status collapsed
32463
32464 \begin_layout Plain Layout
32465 Unterdokument
32466 \end_layout
32467
32468 \end_inset
32469
32470
32471 \end_layout
32472
32473 \begin_layout Standard
32474 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32475  oder Abschnitten bestehen.
32476  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32477  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32478  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32479  z.
32480 \begin_inset space \thinspace{}
32481 \end_inset
32482
32483 B.
32484  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32485 \end_layout
32486
32487 \begin_layout Standard
32488 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32489  müssen, geben Sie im Unterdokument im Menü
32490 \family sans
32491  Dokument\SpecialChar \menuseparator
32492 Einstellungen\SpecialChar \menuseparator
32493 Dokumentklasse
32494 \family default
32495  das Hauptdokument an.
32496  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32497  bearbeiten.
32498 \end_layout
32499
32500 \begin_layout Standard
32501 Unterdokumente werden in LyX als Box angezeigt: 
32502 \begin_inset Graphics
32503         filename clipart/UnterdokumentQt4.png
32504         scale 85
32505         scaleBeforeRotation
32506
32507 \end_inset
32508
32509  Sie werden über
32510 \family sans
32511  Einfügen\SpecialChar \menuseparator
32512 Datei\SpecialChar \menuseparator
32513 Unterdokument
32514 \family default
32515  eingebunden, was das Dialogfenster
32516 \family sans
32517  Unterdokument
32518 \family default
32519  öffnet.
32520  Für 
32521 \family sans
32522 die Art
32523 \begin_inset space ~
32524 \end_inset
32525
32526 der
32527 \begin_inset space ~
32528 \end_inset
32529
32530 Einbindung
32531 \family default
32532  gibt es dort vier Möglichkeiten:
32533 \end_layout
32534
32535 \begin_layout Description
32536 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32537  Wenn Sie im Dialogfenster
32538 \family sans
32539  Unterdokument
32540 \family default
32541  auf 
32542 \family sans
32543 Öffnen
32544 \family default
32545  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32546  und Sie können es editieren.
32547 \begin_inset Newline newline
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \begin_layout Standard
32554 Hier wird ein Unterdokument
32555 \family sans
32556  
32557 \family default
32558 per 
32559 \family sans
32560 Include
32561 \family default
32562  eingebunden: 
32563 \begin_inset CommandInset include
32564 LatexCommand include
32565 filename "DummyDocument1.lyx"
32566
32567 \end_inset
32568
32569 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32570  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32571  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32572 s.
32573  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32574 \begin_inset space ~
32575 \end_inset
32576
32577
32578 \begin_inset CommandInset ref
32579 LatexCommand ref
32580 reference "uab:Externer-Unterabschnitt-1"
32581
32582 \end_inset
32583
32584 .
32585 \end_layout
32586
32587 \begin_layout Standard
32588 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32589  wird benutzt.
32590  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32591  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32592  Unterdokumente, die per 
32593 \family sans
32594 Include
32595 \family default
32596  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32597  und enden mit einem Seitenumbruch.
32598 \end_layout
32599
32600 \begin_layout Standard
32601 Wenn Sie nur an einem Kapitel eines großen Dokuments arbeiten und Zeit sparen
32602  wollen, können Sie eingefügte Dateien in einen Zweig setzen.
32603 \begin_inset Foot
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 Zweige sind im Kapitel 
32608 \emph on
32609 Zweige
32610 \emph default
32611  des LyX 
32612 \emph on
32613 Benutzerhandbuchs
32614 \emph default
32615  erklärt.
32616 \end_layout
32617
32618 \end_inset
32619
32620  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
32621  Dateien in der Ausgabe erscheinen.
32622 \end_layout
32623
32624 \begin_layout Standard
32625 \begin_inset Note Greyedout
32626 status open
32627
32628 \begin_layout Plain Layout
32629
32630 \series bold
32631 Achtung:
32632 \series default
32633  Aufgrund eines Fehlers in LyX kann der LaTeX-Befehl 
32634 \series bold
32635
32636 \backslash
32637 includeonly
32638 \series default
32639  momentan nicht als Alternative benutzt werden um festzulegen, welche eingefügte
32640  Dateien in der Ausgabe erscheinen.
32641 \end_layout
32642
32643 \end_inset
32644
32645
32646 \end_layout
32647
32648 \begin_layout Standard
32649 \begin_inset Note Greyedout
32650 status open
32651
32652 \begin_layout Plain Layout
32653
32654 \series bold
32655 Bemerkung:
32656 \series default
32657  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32658  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32659  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32660  Ergebnissen führen wird.
32661 \end_layout
32662
32663 \end_inset
32664
32665
32666 \end_layout
32667
32668 \begin_layout Description
32669 Input Diese Methode ist 
32670 \family sans
32671 Include
32672 \family default
32673  sehr ähnlich mit folgenden Unterschieden:
32674 \end_layout
32675
32676 \begin_deeper
32677 \begin_layout Itemize
32678 Unterdokumente, die per 
32679 \family sans
32680 Input
32681 \family default
32682  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32683  Seite und enden NICHT mit einem Seitenumbruch.
32684 \end_layout
32685
32686 \begin_layout Itemize
32687 Unterdokumente, die per 
32688 \family sans
32689 Input
32690 \family default
32691  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32692 \family sans
32693  Unterdokument Vorschau
32694 \begin_inset space ~
32695 \end_inset
32696
32697 anzeigen
32698 \family default
32699  angekreuzt wurde und in den LyX-Einstellungen unter
32700 \family sans
32701  Aussehen
32702 \begin_inset space ~
32703 \end_inset
32704
32705 &
32706 \begin_inset space ~
32707 \end_inset
32708
32709 Handhabung\SpecialChar \menuseparator
32710 Grafik\SpecialChar \menuseparator
32711 Sofortige
32712 \begin_inset space ~
32713 \end_inset
32714
32715 Vorschau
32716 \family default
32717  auf 
32718 \family sans
32719 An
32720 \family default
32721  gesetzt wurde.
32722  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32723  aus.
32724 \end_layout
32725
32726 \begin_layout Itemize
32727 Der LaTeX-Befehl 
32728 \series bold
32729
32730 \backslash
32731 includeonly
32732 \series default
32733  kann nicht benutzt werden.
32734 \end_layout
32735
32736 \end_deeper
32737 \begin_layout Standard
32738 Hier ist ein Unterdokument, das mit
32739 \family sans
32740  Input
32741 \family default
32742  eingebunden wurde: 
32743 \begin_inset CommandInset include
32744 LatexCommand input
32745 filename "DummyDocument2.lyx"
32746
32747 \end_inset
32748
32749 .
32750 \end_layout
32751
32752 \begin_layout Description
32753 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32754   In der Druckvorschau wird für den Text der Stil 
32755 \family typewriter
32756 Schreibmaschine
32757 \family default
32758  verwendet.
32759  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32760  Wenn Sie im Dialogfenster
32761 \family sans
32762  Unterdokument Leerzeichen
32763 \begin_inset space ~
32764 \end_inset
32765
32766 bei
32767 \begin_inset space ~
32768 \end_inset
32769
32770 der
32771 \begin_inset space ~
32772 \end_inset
32773
32774 Ausgabe
32775 \begin_inset space ~
32776 \end_inset
32777
32778 kennzeichnen 
32779 \family default
32780 ankreuzen, wird in der Druckvorschau das Zeichen 
32781 \begin_inset Quotes gld
32782 \end_inset
32783
32784
32785 \begin_inset ERT
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789
32790
32791 \backslash
32792 textvisiblespace 
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \begin_inset Quotes grd
32799 \end_inset
32800
32801  für jedes Leerzeichen eingefügt.
32802 \begin_inset Newline newline
32803 \end_inset
32804
32805 Im Gegensatz zu 
32806 \family sans
32807 Einfügen\SpecialChar \menuseparator
32808 Datei\SpecialChar \menuseparator
32809 Einfacher
32810 \begin_inset space ~
32811 \end_inset
32812
32813 Text
32814 \family default
32815  wird bei 
32816 \family sans
32817 Unformatiert
32818 \family default
32819  der Dateiinhalt in LyX nicht dargestellt.
32820 \end_layout
32821
32822 \begin_layout Standard
32823 Hier ist ein Unterdokument, das mit
32824 \family sans
32825  Unformatiert
32826 \family default
32827  eingebunden wurde: 
32828 \begin_inset CommandInset include
32829 LatexCommand verbatiminput
32830 filename "DummyTextDocument.txt"
32831
32832 \end_inset
32833
32834
32835 \begin_inset VSpace bigskip
32836 \end_inset
32837
32838 Hier ist ein Unterdokument, das mit
32839 \family sans
32840  Unformatiert
32841 \family default
32842  eingebunden wurde und
32843 \family sans
32844  Leerzeichen
32845 \begin_inset space ~
32846 \end_inset
32847
32848 bei
32849 \begin_inset space ~
32850 \end_inset
32851
32852 der
32853 \begin_inset space ~
32854 \end_inset
32855
32856 Ausgabe
32857 \begin_inset space ~
32858 \end_inset
32859
32860 kennzeichnen
32861 \family default
32862  angekreuzt hat: 
32863 \begin_inset CommandInset include
32864 LatexCommand verbatiminput*
32865 filename "DummyTextDocument.txt"
32866
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 \begin_inset VSpace bigskip
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Standard
32880 \begin_inset Note Greyedout
32881 status open
32882
32883 \begin_layout Plain Layout
32884
32885 \series bold
32886 Bemerkung:
32887 \series default
32888  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32889  
32890 \family sans
32891 Unformatiert
32892 \family default
32893  eingebunden werden, am Zeilenende nicht umgebrochen.
32894 \end_layout
32895
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \begin_layout Description
32902 Listing Dieser Typ wird in Kapitel
32903 \begin_inset space ~
32904 \end_inset
32905
32906
32907 \begin_inset CommandInset ref
32908 LatexCommand ref
32909 reference "kap:Programm-Code-Listen"
32910
32911 \end_inset
32912
32913  beschrieben.
32914 \end_layout
32915
32916 \begin_layout Standard
32917 \begin_inset Note Greyedout
32918 status open
32919
32920 \begin_layout Plain Layout
32921
32922 \series bold
32923 Bemerkung:
32924 \series default
32925  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32926  das zu LaTeX-Problemen führen.
32927 \end_layout
32928
32929 \end_inset
32930
32931
32932 \end_layout
32933
32934 \begin_layout Chapter
32935 Programm-Code-Listen
32936 \begin_inset CommandInset label
32937 LatexCommand label
32938 name "kap:Programm-Code-Listen"
32939
32940 \end_inset
32941
32942
32943 \begin_inset Index idx
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947 Listen
32948 \end_layout
32949
32950 \end_inset
32951
32952
32953 \begin_inset Index idx
32954 status collapsed
32955
32956 \begin_layout Plain Layout
32957 Programm-Code
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \begin_layout Standard
32966 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32967 \family sans
32968 Einfügen\SpecialChar \menuseparator
32969 Pro\SpecialChar \-
32970 grammlisting
32971 \family default
32972  verwenden.
32973  Das LaTeX-Paket 
32974 \series bold
32975 listings
32976 \series default
32977
32978 \begin_inset Index idx
32979 status collapsed
32980
32981 \begin_layout Plain Layout
32982 LaTeX-Pakete ! listings
32983 \end_layout
32984
32985 \end_inset
32986
32987  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32988 \end_layout
32989
32990 \begin_layout Standard
32991 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32992 rmat der Programm-Code-Liste festlegen.
32993 \end_layout
32994
32995 \begin_layout Standard
32996 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32997  Die Platzierungsoption 
32998 \family sans
32999 Eingebettetes
33000 \begin_inset space ~
33001 \end_inset
33002
33003 Listing
33004 \family default
33005  druckt das Listing in der Zeile wie hier: 
33006 \begin_inset listings
33007 lstparams "language={C++}"
33008 inline true
33009 status open
33010
33011 \begin_layout Plain Layout
33012
33013 int a=5;
33014 \end_layout
33015
33016 \end_inset
33017
33018
33019 \begin_inset Newline newline
33020 \end_inset
33021
33022 Die Option 
33023 \family sans
33024 Gleitobjekt
33025 \family default
33026  erzeugt ein Listing-Gleitobjekt, dessen 
33027 \family sans
33028 Platzierung 
33029 \family default
33030 Sie mit 
33031 \family sans
33032 h
33033 \family default
33034
33035 \family sans
33036 t
33037 \family default
33038
33039 \family sans
33040 b
33041 \family default
33042  und 
33043 \family sans
33044 p
33045 \family default
33046 , analog zu den in Abschnitt
33047 \begin_inset space ~
33048 \end_inset
33049
33050
33051 \begin_inset CommandInset ref
33052 LatexCommand ref
33053 reference "abs:Gleitobjekt-Platzierung"
33054
33055 \end_inset
33056
33057  beschriebenen Platzierungsoptionen festlegen können.
33058  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33059  hintereinander angegeben, z.
33060 \begin_inset space \thinspace{}
33061 \end_inset
33062
33063 B.
33064  
33065 \begin_inset Quotes gld
33066 \end_inset
33067
33068
33069 \family sans
33070 htbp
33071 \family default
33072
33073 \begin_inset Quotes grd
33074 \end_inset
33075
33076 .
33077  Die Option 
33078 \begin_inset Quotes gld
33079 \end_inset
33080
33081 h
33082 \begin_inset Quotes grd
33083 \end_inset
33084
33085  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33086  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33087 \end_layout
33088
33089 \begin_layout Standard
33090 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33091  zu verweisen: Listing
33092 \begin_inset space ~
33093 \end_inset
33094
33095
33096 \begin_inset CommandInset ref
33097 LatexCommand ref
33098 reference "lst:Gleitendes-Programm-Listing"
33099
33100 \end_inset
33101
33102 .
33103 \end_layout
33104
33105 \begin_layout Standard
33106 \begin_inset listings
33107 lstparams "language=Python"
33108 inline false
33109 status open
33110
33111 \begin_layout Plain Layout
33112
33113 \begin_inset Caption
33114
33115 \begin_layout Plain Layout
33116 \begin_inset CommandInset label
33117 LatexCommand label
33118 name "lst:Gleitendes-Programm-Listing"
33119
33120 \end_inset
33121
33122 Gleitendes Programm-Listing
33123 \end_layout
33124
33125 \end_inset
33126
33127 # Gleitendes Programm-Listing
33128 \end_layout
33129
33130 \begin_layout Plain Layout
33131
33132 def func(param):
33133 \end_layout
33134
33135 \begin_layout Plain Layout
33136
33137     'Dies ist eine Python-Funktion'
33138 \end_layout
33139
33140 \begin_layout Plain Layout
33141
33142     pass
33143 \end_layout
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33152  der Sprache erkannt und besonders gedruckt, wie 
33153 \emph on
33154 #
33155 \emph default
33156
33157 \emph on
33158 def
33159 \emph default
33160  und 
33161 \emph on
33162 pass
33163 \emph default
33164  in Listing
33165 \begin_inset space ~
33166 \end_inset
33167
33168
33169 \begin_inset CommandInset ref
33170 LatexCommand ref
33171 reference "lst:Gleitendes-Programm-Listing"
33172
33173 \end_inset
33174
33175 .
33176 \end_layout
33177
33178 \begin_layout Standard
33179 \begin_inset Note Greyedout
33180 status open
33181
33182 \begin_layout Plain Layout
33183
33184 \series bold
33185 Bemerkung:
33186 \series default
33187  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33188 \family typewriter
33189 Schreib\SpecialChar \-
33190 maschine
33191 \family default
33192  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33193 h keine fett gedruckten Buchstaben.
33194  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33195 \family sans
33196 Dokument\SpecialChar \menuseparator
33197 Einstellungen\SpecialChar \menuseparator
33198 Schriften
33199 \family default
33200 .
33201  (Die Schriften 
33202 \emph on
33203 LuxiMono, BeraMono
33204 \emph default
33205  und 
33206 \emph on
33207 Courier
33208 \emph default
33209  enthalten fett gedruckte Buchstaben.)
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Standard
33218 Im Abschnitt 
33219 \family sans
33220 Zeilennummerierung
33221 \family default
33222  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33223 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33224  jede wievielte Zeile nummeriert werden soll und die 
33225 \family sans
33226 Schriftgröße
33227 \family default
33228  der Nummerierung.
33229 \end_layout
33230
33231 \begin_layout Standard
33232 Im Abschnitt 
33233 \family sans
33234 Bereich
33235 \family default
33236  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33237  Im Abschnitt 
33238 \family sans
33239 Stil
33240 \family default
33241  legen Sie fest, wie die Liste ausgedruckt werden soll.
33242  Die Option 
33243 \family sans
33244 Erweiterte
33245 \begin_inset space ~
33246 \end_inset
33247
33248 Zeichentabelle
33249 \family default
33250  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33251 \end_layout
33252
33253 \begin_layout Standard
33254 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33255 \begin_inset Quotes gld
33256 \end_inset
33257
33258 3
33259 \begin_inset Quotes grd
33260 \end_inset
33261
33262 , Sprache 
33263 \begin_inset Quotes gld
33264 \end_inset
33265
33266 Python
33267 \begin_inset Quotes grd
33268 \end_inset
33269
33270 , Optionen 
33271 \begin_inset Quotes gld
33272 \end_inset
33273
33274 Erweiterte Zeichentabelle
33275 \begin_inset Quotes grd
33276 \end_inset
33277
33278  und 
33279 \begin_inset Quotes gld
33280 \end_inset
33281
33282 Leerzeichen als Symbol
33283 \begin_inset Quotes grd
33284 \end_inset
33285
33286  und Bereich Zeilen 3
33287 \begin_inset space \thinspace{}
33288 \end_inset
33289
33290 -
33291 \begin_inset space \thinspace{}
33292 \end_inset
33293
33294 8:
33295 \end_layout
33296
33297 \begin_layout Standard
33298 \begin_inset listings
33299 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33300 inline false
33301 status open
33302
33303 \begin_layout Plain Layout
33304
33305 def func(param):
33306 \end_layout
33307
33308 \begin_layout Plain Layout
33309
33310     'Dies ist eine Python-Funktion'
33311 \end_layout
33312
33313 \begin_layout Plain Layout
33314
33315     pass
33316 \end_layout
33317
33318 \begin_layout Plain Layout
33319
33320 def func(param):
33321 \end_layout
33322
33323 \begin_layout Plain Layout
33324
33325 'Sonderzeichen: Tschüß'
33326 \end_layout
33327
33328 \begin_layout Plain Layout
33329
33330 pass
33331 \end_layout
33332
33333 \begin_layout Plain Layout
33334
33335 def func(param):
33336 \end_layout
33337
33338 \begin_layout Plain Layout
33339
33340 'Dies ist eine Python-Funktion'
33341 \end_layout
33342
33343 \begin_layout Plain Layout
33344
33345 pass
33346 \end_layout
33347
33348 \end_inset
33349
33350
33351 \end_layout
33352
33353 \begin_layout Standard
33354 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33355 \family sans
33356 Tabulatorgröße
33357 \family default
33358  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33359 \end_layout
33360
33361 \begin_layout Standard
33362 \noindent
33363 \begin_inset Note Greyedout
33364 status open
33365
33366 \begin_layout Plain Layout
33367
33368 \series bold
33369 Bemerkung:
33370 \series default
33371  Wegen eines Fehlers im 
33372 \series bold
33373 listings
33374 \series default
33375 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33376  verschoben.
33377  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33378  Listing nummeriert werden.
33379 \end_layout
33380
33381 \end_inset
33382
33383
33384 \end_layout
33385
33386 \begin_layout Standard
33387 \begin_inset VSpace bigskip
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Standard
33394 \noindent
33395 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33396  Das machen Sie mit
33397 \family sans
33398  Einfügen\SpecialChar \menuseparator
33399 Datei\SpecialChar \menuseparator
33400 Unterdokument
33401 \family default
33402  und der 
33403 \family sans
33404 Art
33405 \begin_inset space ~
33406 \end_inset
33407
33408 der
33409 \begin_inset space ~
33410 \end_inset
33411
33412 Einbindung
33413 \family default
33414  
33415 \family sans
33416 Listing
33417 \family default
33418 .
33419 \begin_inset Foot
33420 status collapsed
33421
33422 \begin_layout Plain Layout
33423 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33424 \begin_inset space ~
33425 \end_inset
33426
33427
33428 \begin_inset CommandInset ref
33429 LatexCommand ref
33430 reference "abs:Unterdokumente"
33431
33432 \end_inset
33433
33434  beschrieben.
33435 \end_layout
33436
33437 \end_inset
33438
33439  Im Dialogfenster
33440 \family sans
33441  Unterdokument
33442 \family default
33443  können Sie die Listing-Parameter unter 
33444 \family sans
33445 Weitere
33446 \begin_inset space ~
33447 \end_inset
33448
33449 Parameter
33450 \family default
33451  eingeben.
33452  Wenn Sie dort ein Fragezeichen 
33453 \begin_inset Quotes gld
33454 \end_inset
33455
33456 ?
33457 \begin_inset Quotes grd
33458 \end_inset
33459
33460  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33461 det.
33462 \end_layout
33463
33464 \begin_layout Standard
33465 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33466  Text ins Feld 
33467 \family sans
33468 Marke
33469 \family default
33470 , auf die dann wie üblich verwiesen werden kann.
33471 \end_layout
33472
33473 \begin_layout Standard
33474 Listing
33475 \begin_inset space ~
33476 \end_inset
33477
33478
33479 \begin_inset CommandInset ref
33480 LatexCommand ref
33481 reference "lst:Datei-Listing"
33482
33483 \end_inset
33484
33485  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33486 \begin_inset space \thinspace{}
33487 \end_inset
33488
33489 -
33490 \begin_inset space \thinspace{}
33491 \end_inset
33492
33493 15 gedruckt werden.
33494 \end_layout
33495
33496 \begin_layout Standard
33497 \begin_inset CommandInset include
33498 LatexCommand lstinputlisting
33499 filename "EmbeddedObjects.lyx"
33500 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33501
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \begin_layout Standard
33508 \begin_inset VSpace bigskip
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \begin_layout Standard
33515 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
33516 \end_layout
33517
33518 \begin_layout Enumerate
33519 Öffnen Sie die Listings-Einstellungen und fügen
33520 \begin_inset Newline newline
33521 \end_inset
33522
33523
33524 \family sans
33525 mathescape=true
33526 \family default
33527
33528 \begin_inset Newline newline
33529 \end_inset
33530
33531 in das Feld des Tabs 
33532 \family sans
33533 Erweitert
33534 \family default
33535  ein
33536 \end_layout
33537
33538 \begin_layout Enumerate
33539 Erstellen Sie eine Formel außerhalb des Listings
33540 \end_layout
33541
33542 \begin_layout Enumerate
33543 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
33544 blage (Tastenkürzel 
33545 \family sans
33546 Ctrl+C
33547 \family default
33548 )
33549 \end_layout
33550
33551 \begin_layout Enumerate
33552 Schreiben sie 
33553 \begin_inset Quotes gld
33554 \end_inset
33555
33556
33557 \family sans
33558 $$
33559 \family default
33560
33561 \begin_inset Quotes grd
33562 \end_inset
33563
33564  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
33565 hen (Tastenkürzel 
33566 \family sans
33567 Ctrl+V
33568 \family default
33569 )
33570 \end_layout
33571
33572 \begin_layout Standard
33573 \begin_inset listings
33574 lstparams "language=Python,mathescape=true"
33575 inline false
33576 status open
33577
33578 \begin_layout Plain Layout
33579
33580 \begin_inset Caption
33581
33582 \begin_layout Plain Layout
33583 Programm-Listing mit einer Formel
33584 \end_layout
33585
33586 \end_inset
33587
33588 # Beispiel-Programm-Listing
33589 \end_layout
33590
33591 \begin_layout Plain Layout
33592
33593 def func(param):
33594 \end_layout
33595
33596 \begin_layout Plain Layout
33597
33598     # $
33599 \backslash
33600 prod_{n=1}^{
33601 \backslash
33602 infty}
33603 \backslash
33604 ,
33605 \backslash
33606 frac{1}{x^{2}}$
33607 \end_layout
33608
33609 \begin_layout Plain Layout
33610
33611     pass
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset VSpace bigskip
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 \noindent
33628 Dokumentweite Listing-Eigenschaften können in
33629 \family sans
33630  Dokument\SpecialChar \menuseparator
33631 Einstellungen\SpecialChar \menuseparator
33632 Textformat\SpecialChar \menuseparator
33633 Listing-Einstellungen
33634 \family default
33635  festgelegt werden.
33636  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33637 \begin_inset Quotes gld
33638 \end_inset
33639
33640 ?
33641 \begin_inset Quotes grd
33642 \end_inset
33643
33644  links davon eine Liste aller möglichen Parameter.
33645 \end_layout
33646
33647 \begin_layout Standard
33648 Weitere Informationen über das 
33649 \series bold
33650 listings
33651 \series default
33652 -Paket finden Sie in 
33653 \begin_inset CommandInset citation
33654 LatexCommand cite
33655 key "listings"
33656
33657 \end_inset
33658
33659 .
33660 \begin_inset Newpage newpage
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Chapter
33667 \start_of_appendix
33668 In LyX verfügbare Maßeinheiten
33669 \begin_inset CommandInset label
33670 LatexCommand label
33671 name "kap:In-LyX-verfügbare"
33672
33673 \end_inset
33674
33675
33676 \begin_inset Index idx
33677 status collapsed
33678
33679 \begin_layout Plain Layout
33680 Einheiten
33681 \end_layout
33682
33683 \end_inset
33684
33685
33686 \end_layout
33687
33688 \begin_layout Standard
33689 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33690  Tabelle
33691 \begin_inset space ~
33692 \end_inset
33693
33694
33695 \begin_inset CommandInset ref
33696 LatexCommand ref
33697 reference "tab:Maßeinheiten"
33698
33699 \end_inset
33700
33701  alle in LyX verfügbaren Maßeinheiten.
33702 \end_layout
33703
33704 \begin_layout Standard
33705 \begin_inset Float table
33706 placement h
33707 wide false
33708 sideways false
33709 status open
33710
33711 \begin_layout Plain Layout
33712 \begin_inset Caption
33713
33714 \begin_layout Plain Layout
33715 \begin_inset CommandInset label
33716 LatexCommand label
33717 name "tab:Maßeinheiten"
33718
33719 \end_inset
33720
33721 Maßeinheiten
33722 \end_layout
33723
33724 \end_inset
33725
33726
33727 \end_layout
33728
33729 \begin_layout Plain Layout
33730 \begin_inset VSpace medskip
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \begin_layout Plain Layout
33737 \align center
33738 \begin_inset Tabular
33739 <lyxtabular version="3" rows="20" columns="2">
33740 <features tabularvalignment="middle">
33741 <column alignment="center" valignment="top" width="0">
33742 <column alignment="center" valignment="top" width="0">
33743 <row>
33744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33745 \begin_inset Text
33746
33747 \begin_layout Plain Layout
33748
33749 \series bold
33750 Maßeinheit
33751 \end_layout
33752
33753 \end_inset
33754 </cell>
33755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33756 \begin_inset Text
33757
33758 \begin_layout Plain Layout
33759
33760 \series bold
33761 Name/Beschreibung
33762 \end_layout
33763
33764 \end_inset
33765 </cell>
33766 </row>
33767 <row>
33768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33769 \begin_inset Text
33770
33771 \begin_layout Plain Layout
33772 mm
33773 \end_layout
33774
33775 \end_inset
33776 </cell>
33777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33778 \begin_inset Text
33779
33780 \begin_layout Plain Layout
33781 Millimeter
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 </row>
33787 <row>
33788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33789 \begin_inset Text
33790
33791 \begin_layout Plain Layout
33792 cm
33793 \end_layout
33794
33795 \end_inset
33796 </cell>
33797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801 Zentimeter
33802 \end_layout
33803
33804 \end_inset
33805 </cell>
33806 </row>
33807 <row>
33808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33809 \begin_inset Text
33810
33811 \begin_layout Plain Layout
33812 in
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33818 \begin_inset Text
33819
33820 \begin_layout Plain Layout
33821 Zoll (1
33822 \begin_inset space \thinspace{}
33823 \end_inset
33824
33825 in = 2.54
33826 \begin_inset space \thinspace{}
33827 \end_inset
33828
33829 cm
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 </row>
33835 <row>
33836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33837 \begin_inset Text
33838
33839 \begin_layout Plain Layout
33840 pt
33841 \end_layout
33842
33843 \end_inset
33844 </cell>
33845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Plain Layout
33849 Punkt (72.27
33850 \begin_inset space \thinspace{}
33851 \end_inset
33852
33853 pt = 1
33854 \begin_inset space \thinspace{}
33855 \end_inset
33856
33857 in)
33858 \end_layout
33859
33860 \end_inset
33861 </cell>
33862 </row>
33863 <row>
33864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33865 \begin_inset Text
33866
33867 \begin_layout Plain Layout
33868 pc
33869 \end_layout
33870
33871 \end_inset
33872 </cell>
33873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33874 \begin_inset Text
33875
33876 \begin_layout Plain Layout
33877 Pica (1
33878 \begin_inset space \thinspace{}
33879 \end_inset
33880
33881 pc = 12
33882 \begin_inset space \thinspace{}
33883 \end_inset
33884
33885 pt)
33886 \end_layout
33887
33888 \end_inset
33889 </cell>
33890 </row>
33891 <row>
33892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33893 \begin_inset Text
33894
33895 \begin_layout Plain Layout
33896 sp
33897 \end_layout
33898
33899 \end_inset
33900 </cell>
33901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33902 \begin_inset Text
33903
33904 \begin_layout Plain Layout
33905 skalierter Punkt (65536
33906 \begin_inset space \thinspace{}
33907 \end_inset
33908
33909 sp = 1
33910 \begin_inset space \thinspace{}
33911 \end_inset
33912
33913 pt)
33914 \end_layout
33915
33916 \end_inset
33917 </cell>
33918 </row>
33919 <row>
33920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924 bp
33925 \end_layout
33926
33927 \end_inset
33928 </cell>
33929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33930 \begin_inset Text
33931
33932 \begin_layout Plain Layout
33933 großer Punkt (72
33934 \begin_inset space \thinspace{}
33935 \end_inset
33936
33937 bp = 1
33938 \begin_inset space \thinspace{}
33939 \end_inset
33940
33941 in)
33942 \end_layout
33943
33944 \end_inset
33945 </cell>
33946 </row>
33947 <row>
33948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33949 \begin_inset Text
33950
33951 \begin_layout Plain Layout
33952 dd
33953 \end_layout
33954
33955 \end_inset
33956 </cell>
33957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Plain Layout
33961 Didot (1
33962 \begin_inset space \thinspace{}
33963 \end_inset
33964
33965 dd 
33966 \begin_inset Formula $\approx$
33967 \end_inset
33968
33969  0,376
33970 \begin_inset space \thinspace{}
33971 \end_inset
33972
33973 mm)
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 </row>
33979 <row>
33980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 cc
33985 \end_layout
33986
33987 \end_inset
33988 </cell>
33989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33990 \begin_inset Text
33991
33992 \begin_layout Plain Layout
33993 Cicero (1
33994 \begin_inset space \thinspace{}
33995 \end_inset
33996
33997 cc = 12
33998 \begin_inset space \thinspace{}
33999 \end_inset
34000
34001 dd)
34002 \end_layout
34003
34004 \end_inset
34005 </cell>
34006 </row>
34007 <row>
34008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Plain Layout
34012 Skalierung%
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021 % der originalen Bildbreite
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 </row>
34027 <row>
34028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Plain Layout
34032 Textbreite %
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 % der Textbreite
34042 \end_layout
34043
34044 \end_inset
34045 </cell>
34046 </row>
34047 <row>
34048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052 Spaltenbreite %
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061 % der Spaltenbreite
34062 \end_layout
34063
34064 \end_inset
34065 </cell>
34066 </row>
34067 <row>
34068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34069 \begin_inset Text
34070
34071 \begin_layout Plain Layout
34072 Seitenbreite %
34073 \end_layout
34074
34075 \end_inset
34076 </cell>
34077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34078 \begin_inset Text
34079
34080 \begin_layout Plain Layout
34081 % der Seitenbreite
34082 \end_layout
34083
34084 \end_inset
34085 </cell>
34086 </row>
34087 <row>
34088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34089 \begin_inset Text
34090
34091 \begin_layout Plain Layout
34092 Zeilenbreite %
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34098 \begin_inset Text
34099
34100 \begin_layout Plain Layout
34101 % der Zeilenbreite
34102 \end_layout
34103
34104 \end_inset
34105 </cell>
34106 </row>
34107 <row>
34108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34109 \begin_inset Text
34110
34111 \begin_layout Plain Layout
34112 Texthöhe %
34113 \end_layout
34114
34115 \end_inset
34116 </cell>
34117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34118 \begin_inset Text
34119
34120 \begin_layout Plain Layout
34121 % der Texthöhe
34122 \end_layout
34123
34124 \end_inset
34125 </cell>
34126 </row>
34127 <row>
34128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34129 \begin_inset Text
34130
34131 \begin_layout Plain Layout
34132 Seitenhöhe %
34133 \end_layout
34134
34135 \end_inset
34136 </cell>
34137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34138 \begin_inset Text
34139
34140 \begin_layout Plain Layout
34141 % der Seitenhöhe
34142 \end_layout
34143
34144 \end_inset
34145 </cell>
34146 </row>
34147 <row>
34148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34149 \begin_inset Text
34150
34151 \begin_layout Plain Layout
34152 ex
34153 \end_layout
34154
34155 \end_inset
34156 </cell>
34157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34158 \begin_inset Text
34159
34160 \begin_layout Plain Layout
34161 Die Höhe des Buchstabens 
34162 \emph on
34163 x
34164 \emph default
34165  im aktiven Zeichensatz
34166 \end_layout
34167
34168 \end_inset
34169 </cell>
34170 </row>
34171 <row>
34172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34173 \begin_inset Text
34174
34175 \begin_layout Plain Layout
34176 em
34177 \end_layout
34178
34179 \end_inset
34180 </cell>
34181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34182 \begin_inset Text
34183
34184 \begin_layout Plain Layout
34185 Die Breite des Buchstabens 
34186 \emph on
34187 M
34188 \emph default
34189  im aktiven Zeichensatz
34190 \end_layout
34191
34192 \end_inset
34193 </cell>
34194 </row>
34195 <row>
34196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34197 \begin_inset Text
34198
34199 \begin_layout Plain Layout
34200 mu
34201 \end_layout
34202
34203 \end_inset
34204 </cell>
34205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34206 \begin_inset Text
34207
34208 \begin_layout Plain Layout
34209 mathematische  Maßeinheit
34210 \series bold
34211  
34212 \series default
34213 (1
34214 \begin_inset space \thinspace{}
34215 \end_inset
34216
34217 mu = 1/18
34218 \begin_inset space \thinspace{}
34219 \end_inset
34220
34221 em)
34222 \end_layout
34223
34224 \end_inset
34225 </cell>
34226 </row>
34227 </lyxtabular>
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Chapter
34240 Ausgabedatei-Formate mit Grafiken
34241 \begin_inset CommandInset label
34242 LatexCommand label
34243 name "kap:Ausgabedatei-Formate"
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Section
34251 DVI
34252 \begin_inset Index idx
34253 status collapsed
34254
34255 \begin_layout Plain Layout
34256 Dateiformat! DVI
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \begin_inset Index idx
34263 status collapsed
34264
34265 \begin_layout Plain Layout
34266 DVI
34267 \end_layout
34268
34269 \end_inset
34270
34271
34272 \end_layout
34273
34274 \begin_layout Standard
34275 Dieser Dateityp hat die Erweiterung 
34276 \begin_inset Quotes gld
34277 \end_inset
34278
34279
34280 \family typewriter
34281 .dvi
34282 \family default
34283
34284 \begin_inset Quotes grd
34285 \end_inset
34286
34287  und wird 
34288 \begin_inset Quotes gld
34289 \end_inset
34290
34291 device independent
34292 \begin_inset Quotes grd
34293 \end_inset
34294
34295  genannt, weil er vollkommen portierbar ist.
34296  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34297  dvi-Betrachter installiert hat.
34298  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34299 ate wie PostScript benutzt.
34300 \end_layout
34301
34302 \begin_layout Standard
34303 \begin_inset Note Greyedout
34304 status open
34305
34306 \begin_layout Plain Layout
34307
34308 \series bold
34309 Bemerkung:
34310 \series default
34311  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34312 \end_layout
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34321  auf einen anderen Computer kopieren.
34322  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34323  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34324  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34325 \family typewriter
34326  
34327 \family default
34328 blättern.
34329
34330 \family typewriter
34331  
34332 \family default
34333 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34334  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34335  
34336 \end_layout
34337
34338 \begin_layout Standard
34339 Sie können Ihr Dokument als DVI über das Menü 
34340 \family sans
34341 Datei\SpecialChar \menuseparator
34342 Exportieren\SpecialChar \menuseparator
34343 DVI
34344 \family default
34345  exportieren.
34346  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34347 \family sans
34348 Ansicht
34349 \family default
34350  oder den Werkzeugleistenknopf 
34351 \begin_inset Graphics
34352         filename ../../images/buffer-view_dvi.png
34353         scale 70
34354         scaleBeforeRotation
34355
34356 \end_inset
34357
34358  anschauen.
34359 \end_layout
34360
34361 \begin_layout Section
34362 PostScript
34363 \begin_inset CommandInset label
34364 LatexCommand label
34365 name "abs:PostScript"
34366
34367 \end_inset
34368
34369
34370 \begin_inset Index idx
34371 status collapsed
34372
34373 \begin_layout Plain Layout
34374 Dateiformat  ! PostScript
34375 \end_layout
34376
34377 \end_inset
34378
34379
34380 \begin_inset Index idx
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384 PostScript
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Standard
34393 Dieser Dateityp hat die Erweiterung 
34394 \begin_inset Quotes gld
34395 \end_inset
34396
34397
34398 \family typewriter
34399 .ps
34400 \family default
34401
34402 \begin_inset Quotes grd
34403 \end_inset
34404
34405 .
34406  PostScript wurde von der Firma
34407 \family typewriter
34408  Adobe
34409 \family default
34410  als Druckersprache entwickelt.
34411  Die Datei enthält deshalb Druckbefehle.
34412  PostScript kann als 
34413 \begin_inset Quotes gld
34414 \end_inset
34415
34416 Programmiersprache
34417 \begin_inset Quotes grd
34418 \end_inset
34419
34420  angesehen werden.
34421  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34422 \begin_inset Foot
34423 status collapsed
34424
34425 \begin_layout Plain Layout
34426 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34427  von
34428 \series bold
34429  PSTricks
34430 \series default
34431  
34432 \begin_inset CommandInset citation
34433 LatexCommand cite
34434 key "pstricks"
34435
34436 \end_inset
34437
34438  oder 
34439 \begin_inset CommandInset citation
34440 LatexCommand cite
34441 key "latex-praxisbuch"
34442
34443 \end_inset
34444
34445  ansehen.
34446 \end_layout
34447
34448 \end_inset
34449
34450 .
34451  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34452 \end_layout
34453
34454 \begin_layout Standard
34455 PostScript kann nur Bilder im Format EPS
34456 \begin_inset Index idx
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460 EPS
34461 \end_layout
34462
34463 \end_inset
34464
34465  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34466 wei\SpecialChar \-
34467 ter\SpecialChar \-
34468 ung 
34469 \begin_inset Quotes gld
34470 \end_inset
34471
34472
34473 \family typewriter
34474 .eps
34475 \family default
34476
34477 \begin_inset Quotes grd
34478 \end_inset
34479
34480 ) enthalten.
34481  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34482  intern nach EPS konvertieren.
34483  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34484  verlangsamen.
34485  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34486  konvertieren und direkt als EPS einfügen.
34487 \end_layout
34488
34489 \begin_layout Standard
34490 Sie können Ihr Dokument als PostScript über das Menü 
34491 \family sans
34492 Datei\SpecialChar \menuseparator
34493 Exportieren\SpecialChar \menuseparator
34494 Post\SpecialChar \-
34495 Script
34496 \family default
34497  exportieren.
34498  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34499 \family sans
34500 Ansicht
34501 \family default
34502  oder den Werkzeugleistenknopf 
34503 \begin_inset Graphics
34504         filename ../../images/buffer-view_ps.png
34505         scale 70
34506         scaleBeforeRotation
34507
34508 \end_inset
34509
34510  anschauen.
34511 \end_layout
34512
34513 \begin_layout Section
34514 PDF
34515 \begin_inset Index idx
34516 status collapsed
34517
34518 \begin_layout Plain Layout
34519 Dateiformat! PDF
34520 \end_layout
34521
34522 \end_inset
34523
34524
34525 \begin_inset Index idx
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529 PDF
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \end_layout
34536
34537 \begin_layout Standard
34538 Dieser Dateityp hat die Erweiterung 
34539 \begin_inset Quotes gld
34540 \end_inset
34541
34542
34543 \family typewriter
34544 .pdf
34545 \family default
34546
34547 \begin_inset Quotes grd
34548 \end_inset
34549
34550 .
34551  Das
34552 \emph on
34553  
34554 \emph default
34555
34556 \begin_inset Quotes gld
34557 \end_inset
34558
34559 Portable Document Format
34560 \begin_inset Quotes grd
34561 \end_inset
34562
34563  (PDF) wurde auch von der Firma 
34564 \family typewriter
34565 Adobe
34566 \family default
34567  als Derivat von PostScript entwickelt.
34568  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34569  Wie der Begriff 
34570 \begin_inset Quotes gld
34571 \end_inset
34572
34573 portable
34574 \begin_inset Quotes grd
34575 \end_inset
34576
34577  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34578  werden, und der Ausdruck sieht immer gleich aus.
34579 \end_layout
34580
34581 \begin_layout Standard
34582 PDF kann Bilder im eigenen PDF-Format, im Format 
34583 \begin_inset Quotes gld
34584 \end_inset
34585
34586 Joint Photographic Experts Group
34587 \begin_inset Quotes grd
34588 \end_inset
34589
34590  (JPEG
34591 \begin_inset Index idx
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595 JPG, JPEG
34596 \end_layout
34597
34598 \end_inset
34599
34600 , Datei-Erweiterung 
34601 \begin_inset Quotes gld
34602 \end_inset
34603
34604
34605 \family typewriter
34606 .jpg
34607 \family default
34608
34609 \begin_inset Quotes grd
34610 \end_inset
34611
34612  oder 
34613 \begin_inset Quotes gld
34614 \end_inset
34615
34616
34617 \family typewriter
34618 .jpeg
34619 \family default
34620
34621 \begin_inset Quotes grd
34622 \end_inset
34623
34624 ) und im Format 
34625 \begin_inset Quotes gld
34626 \end_inset
34627
34628 Portable Network Graphics
34629 \begin_inset Quotes grd
34630 \end_inset
34631
34632  (PNG
34633 \begin_inset Index idx
34634 status collapsed
34635
34636 \begin_layout Plain Layout
34637 PNG
34638 \end_layout
34639
34640 \end_inset
34641
34642 , Datei-Erweiterung 
34643 \begin_inset Quotes gld
34644 \end_inset
34645
34646
34647 \family typewriter
34648 .png
34649 \family default
34650
34651 \begin_inset Quotes grd
34652 \end_inset
34653
34654 ) enthalten.
34655  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34656  Sie konvertieren wird.
34657  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34658  wird, eines der drei erwähnten Bildformate zu benutzen.
34659 \end_layout
34660
34661 \begin_layout Standard
34662 PDF-Dateien können Sie über 
34663 \family sans
34664 Datei\SpecialChar \menuseparator
34665 Exportieren
34666 \family default
34667  auf drei Arten erzeugen:
34668 \end_layout
34669
34670 \begin_layout Description
34671 PDF
34672 \begin_inset space ~
34673 \end_inset
34674
34675 (ps2pdf) benutzt das Programm
34676 \family typewriter
34677  ps2pdf
34678 \family default
34679 , das eine PDF-Datei aus einer Post\SpecialChar \-
34680 Script®-Version Ihres Dokument erstellt.
34681  Die PostScript-Version wird mit dem Programm 
34682 \family typewriter
34683 dvips
34684 \family default
34685  aus einer DVI-Version erstellt.
34686  Es werden also drei Konvertierungen verwendet.
34687 \end_layout
34688
34689 \begin_layout Description
34690 PDF
34691 \begin_inset space ~
34692 \end_inset
34693
34694 (dvipdfm) benutzt das Programm 
34695 \family typewriter
34696 dvipdfm
34697 \family default
34698 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34699  PDF konvertiert.
34700 \end_layout
34701
34702 \begin_layout Description
34703 PDF
34704 \begin_inset space ~
34705 \end_inset
34706
34707 (pdflatex) benutzt das Programm
34708 \family typewriter
34709  pdftex
34710 \family default
34711 , das Ihr Dokument direkt nach PDF konvertiert.
34712 \end_layout
34713
34714 \begin_layout Standard
34715
34716 \family sans
34717 PDF
34718 \begin_inset space ~
34719 \end_inset
34720
34721 (pdflatex)
34722 \family default
34723  wird empfohlen, weil
34724 \family typewriter
34725  pdftex
34726 \family default
34727  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34728  ohne Probleme arbeitet.
34729  Das Programm 
34730 \family typewriter
34731 dvi\SpecialChar \-
34732 pdfm
34733 \family default
34734  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34735 \end_layout
34736
34737 \begin_layout Standard
34738 Sie können Ihr Dokument als PDF über das Menü 
34739 \family sans
34740 Datei\SpecialChar \menuseparator
34741 Exportieren\SpecialChar \menuseparator
34742 PDF
34743 \family default
34744  exportieren.
34745  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34746 \family sans
34747 Ansicht
34748 \family default
34749  oder den Werkzeugleistenknopf 
34750 \begin_inset Graphics
34751         filename ../../images/buffer-view_pdf2.png
34752         scale 70
34753         scaleBeforeRotation
34754
34755 \end_inset
34756
34757  anschauen 
34758 \family sans
34759 (
34760 \family default
34761 der 
34762 \family sans
34763 PDF
34764 \begin_inset space ~
34765 \end_inset
34766
34767 (pdflatex)
34768 \family default
34769  verwendet).
34770 \end_layout
34771
34772 \begin_layout Chapter
34773 Erklärung der Gleichung
34774 \begin_inset space ~
34775 \end_inset
34776
34777 (
34778 \begin_inset CommandInset ref
34779 LatexCommand ref
34780 reference "eq:Wgn"
34781
34782 \end_inset
34783
34784 )
34785 \begin_inset CommandInset label
34786 LatexCommand label
34787 name "kap:Exläuterung-einer-Gleichung"
34788
34789 \end_inset
34790
34791
34792 \end_layout
34793
34794 \begin_layout Standard
34795 Die Gesamtbreite von
34796 \emph on
34797  n
34798 \emph default
34799  Tabellenzellen 
34800 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34801 \end_inset
34802
34803  kann wie folgt berechnet werden:
34804 \end_layout
34805
34806 \begin_layout Standard
34807 \begin_inset Formula \begin{equation}
34808 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}
34809
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \begin_layout Standard
34816 Dabei ist 
34817 \begin_inset Formula $W_{g\, n}$
34818 \end_inset
34819
34820  die Breite jeder Zelle.
34821
34822 \series bold
34823  
34824 \backslash
34825 tabcolsep
34826 \series default
34827  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34828  Standardwert 6
34829 \begin_inset space \thinspace{}
34830 \end_inset
34831
34832 pt.
34833  
34834 \series bold
34835
34836 \backslash
34837 arrayrulewidth
34838 \series default
34839  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34840 \begin_inset space \thinspace{}
34841 \end_inset
34842
34843 pt.
34844 \end_layout
34845
34846 \begin_layout Standard
34847 Nach Gleichung
34848 \begin_inset space ~
34849 \end_inset
34850
34851
34852 \begin_inset CommandInset ref
34853 LatexCommand ref
34854 reference "eq:Wtot_n"
34855
34856 \end_inset
34857
34858  ist die Gesamtbreite einer Mehrfachspalte, 
34859 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34860 \end_inset
34861
34862 ,
34863 \end_layout
34864
34865 \begin_layout Standard
34866 \begin_inset Formula \begin{equation}
34867 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34868
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \begin_layout Standard
34875 Setzt man die Gleichungen
34876 \begin_inset space ~
34877 \end_inset
34878
34879
34880 \begin_inset CommandInset ref
34881 LatexCommand ref
34882 reference "eq:Wtot_n"
34883
34884 \end_inset
34885
34886  und 
34887 \begin_inset CommandInset ref
34888 LatexCommand ref
34889 reference "eq:Wtot_mult"
34890
34891 \end_inset
34892
34893  gleich, kann man die benötigte Breite 
34894 \begin_inset Formula $W_{g\, n}$
34895 \end_inset
34896
34897 , wenn 
34898 \emph on
34899 n
34900 \emph default
34901  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34902 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34903 \end_inset
34904
34905  hat, berechnen:
34906 \end_layout
34907
34908 \begin_layout Standard
34909 \begin_inset Formula \begin{equation}
34910 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34911
34912 \end_inset
34913
34914
34915 \end_layout
34916
34917 \begin_layout Bibliography
34918 \labelwidthstring Literaturverzeichnis
34919 \begin_inset CommandInset bibitem
34920 LatexCommand bibitem
34921 key "latexcompanion"
34922
34923 \end_inset
34924
34925 Frank Mittelbach and Michel Goossens: 
34926 \emph on
34927 The LaTeX Companion Second Edition.
34928
34929 \emph default
34930  Addison-Wesley, 2004
34931 \end_layout
34932
34933 \begin_layout Bibliography
34934 \labelwidthstring Literaturverzeichnis
34935 \begin_inset CommandInset bibitem
34936 LatexCommand bibitem
34937 key "latexguide"
34938
34939 \end_inset
34940
34941 Helmut Kopka and Patrick W.
34942  Daly: 
34943 \emph on
34944 A Guide to LaTeX Fourth Edition.
34945
34946 \emph default
34947  Addison-Wesley, 2003
34948 \end_layout
34949
34950 \begin_layout Bibliography
34951 \labelwidthstring Literaturverzeichnis
34952 \begin_inset CommandInset bibitem
34953 LatexCommand bibitem
34954 key "lamport"
34955
34956 \end_inset
34957
34958 Leslie Lamport: 
34959 \emph on
34960 LaTeX: A Document Preparation System.
34961
34962 \emph default
34963  Addison-Wesley, second edition, 1994
34964 \end_layout
34965
34966 \begin_layout Bibliography
34967 \labelwidthstring Literaturverzeichnis
34968 \begin_inset CommandInset bibitem
34969 LatexCommand bibitem
34970 key "latex-praxisbuch"
34971
34972 \end_inset
34973
34974 Niedermair, Elke & Michael: 
34975 \emph on
34976 LaTeX-Praxisbuch
34977 \emph default
34978 , Franzis-Verlag, 2004
34979 \end_layout
34980
34981 \begin_layout Bibliography
34982 \labelwidthstring Literaturverzeichnis
34983 \begin_inset CommandInset bibitem
34984 LatexCommand bibitem
34985 key "booktabs"
34986
34987 \end_inset
34988
34989 Dokumentation des LaTeX-Pakets 
34990 \series bold
34991
34992 \begin_inset CommandInset href
34993 LatexCommand href
34994 name "booktabs"
34995 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34996
34997 \end_inset
34998
34999
35000 \series default
35001
35002 \begin_inset Index idx
35003 status collapsed
35004
35005 \begin_layout Plain Layout
35006 LaTeX-Pakete ! booktabs
35007 \end_layout
35008
35009 \end_inset
35010
35011
35012 \end_layout
35013
35014 \begin_layout Bibliography
35015 \labelwidthstring Literaturverzeichnis
35016 \begin_inset CommandInset bibitem
35017 LatexCommand bibitem
35018 key "caption"
35019
35020 \end_inset
35021
35022 Dokumentation des LaTeX-Pakets 
35023 \series bold
35024
35025 \begin_inset CommandInset href
35026 LatexCommand href
35027 name "caption"
35028 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
35029
35030 \end_inset
35031
35032
35033 \series default
35034
35035 \begin_inset Index idx
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039 LaTeX-Pakete ! caption
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \end_layout
35046
35047 \begin_layout Bibliography
35048 \labelwidthstring Literaturverzeichnis
35049 \begin_inset CommandInset bibitem
35050 LatexCommand bibitem
35051 key "endfloat"
35052
35053 \end_inset
35054
35055 Dokumentation des LaTeX-Pakets 
35056 \series bold
35057
35058 \begin_inset CommandInset href
35059 LatexCommand href
35060 name "endfloat"
35061 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35062
35063 \end_inset
35064
35065
35066 \series default
35067
35068 \begin_inset Index idx
35069 status collapsed
35070
35071 \begin_layout Plain Layout
35072 LaTeX-Pakete ! endfloat
35073 \end_layout
35074
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Bibliography
35081 \labelwidthstring Literaturverzeichnis
35082 \begin_inset CommandInset bibitem
35083 LatexCommand bibitem
35084 key "wrapfig"
35085
35086 \end_inset
35087
35088 Dokumentation des LaTeX-Pakets 
35089 \series bold
35090
35091 \begin_inset CommandInset href
35092 LatexCommand href
35093 name "wrapfig"
35094 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35095
35096 \end_inset
35097
35098
35099 \series default
35100
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 LaTeX-Pakete ! wrapfig
35106 \begin_inset ERT
35107 status collapsed
35108
35109 \begin_layout Plain Layout
35110
35111
35112 \backslash
35113 vspace{4mm}
35114 \end_layout
35115
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \end_inset
35122
35123
35124 \end_layout
35125
35126 \begin_layout Bibliography
35127 \labelwidthstring Literaturverzeichnis
35128 \begin_inset CommandInset bibitem
35129 LatexCommand bibitem
35130 key "footmisc"
35131
35132 \end_inset
35133
35134 Dokumentation des LaTeX-Pakets 
35135 \series bold
35136
35137 \begin_inset CommandInset href
35138 LatexCommand href
35139 name "footmisc"
35140 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35141
35142 \end_inset
35143
35144
35145 \series default
35146
35147 \begin_inset Index idx
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 LaTeX-Pakete ! footmisc
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Bibliography
35160 \labelwidthstring Literaturverzeichnis
35161 \begin_inset CommandInset bibitem
35162 LatexCommand bibitem
35163 key "hypcap"
35164
35165 \end_inset
35166
35167 Dokumentation des LaTeX-Pakets 
35168 \series bold
35169
35170 \begin_inset CommandInset href
35171 LatexCommand href
35172 name "hypcap"
35173 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35174
35175 \end_inset
35176
35177
35178 \series default
35179
35180 \begin_inset Index idx
35181 status collapsed
35182
35183 \begin_layout Plain Layout
35184 LaTeX-Pakete ! hypcap
35185 \end_layout
35186
35187 \end_inset
35188
35189
35190 \end_layout
35191
35192 \begin_layout Bibliography
35193 \labelwidthstring Literaturverzeichnis
35194 \begin_inset CommandInset bibitem
35195 LatexCommand bibitem
35196 key "hyperref"
35197
35198 \end_inset
35199
35200 Dokumentation des LaTeX-Pakets 
35201 \series bold
35202
35203 \begin_inset CommandInset href
35204 LatexCommand href
35205 name "hyperref"
35206 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35207
35208 \end_inset
35209
35210
35211 \series default
35212
35213 \begin_inset Index idx
35214 status collapsed
35215
35216 \begin_layout Plain Layout
35217 LaTeX-Pakete ! hyperref
35218 \end_layout
35219
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \begin_layout Bibliography
35226 \labelwidthstring Literaturverzeichnis
35227 \begin_inset CommandInset bibitem
35228 LatexCommand bibitem
35229 key "KOMA-Script"
35230
35231 \end_inset
35232
35233 Dokumentation des LaTeX-Pakets 
35234 \series bold
35235
35236 \begin_inset CommandInset href
35237 LatexCommand href
35238 name "KOMA-Script"
35239 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35240
35241 \end_inset
35242
35243
35244 \series default
35245
35246 \begin_inset Index idx
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250 LaTeX-Pakete ! KOMA-Script
35251 \end_layout
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \begin_layout Bibliography
35259 \labelwidthstring Literaturverzeichnis
35260 \begin_inset CommandInset bibitem
35261 LatexCommand bibitem
35262 key "listings"
35263
35264 \end_inset
35265
35266 Dokumentation des LaTeX-Pakets 
35267 \series bold
35268
35269 \begin_inset CommandInset href
35270 LatexCommand href
35271 name "listings"
35272 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35273
35274 \end_inset
35275
35276
35277 \series default
35278
35279 \begin_inset Index idx
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283 LaTeX-Pakete ! listings
35284 \end_layout
35285
35286 \end_inset
35287
35288
35289 \end_layout
35290
35291 \begin_layout Bibliography
35292 \labelwidthstring Literaturverzeichnis
35293 \begin_inset CommandInset bibitem
35294 LatexCommand bibitem
35295 key "marginnote"
35296
35297 \end_inset
35298
35299 Dokumentation des LaTeX-Pakets 
35300 \series bold
35301
35302 \begin_inset CommandInset href
35303 LatexCommand href
35304 name "marginnote"
35305 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35306
35307 \end_inset
35308
35309
35310 \series default
35311
35312 \begin_inset Index idx
35313 status collapsed
35314
35315 \begin_layout Plain Layout
35316 LaTeX-Pakete ! marginnote
35317 \end_layout
35318
35319 \end_inset
35320
35321
35322 \end_layout
35323
35324 \begin_layout Bibliography
35325 \labelwidthstring Literaturverzeichnis
35326 \begin_inset CommandInset bibitem
35327 LatexCommand bibitem
35328 key "pstricks"
35329
35330 \end_inset
35331
35332 Webseite des LaTeX-Pakets 
35333 \series bold
35334
35335 \begin_inset CommandInset href
35336 LatexCommand href
35337 name "PSTricks"
35338 target "http://tug.org/PSTricks/"
35339
35340 \end_inset
35341
35342
35343 \series default
35344
35345 \begin_inset Index idx
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349 LaTeX-Pakete ! pstricks
35350 \end_layout
35351
35352 \end_inset
35353
35354
35355 \end_layout
35356
35357 \begin_layout Bibliography
35358 \labelwidthstring Literaturverzeichnis
35359 \begin_inset CommandInset bibitem
35360 LatexCommand bibitem
35361 key "sidecap"
35362
35363 \end_inset
35364
35365 Dokumentation des LaTeX-Pakets 
35366 \series bold
35367
35368 \begin_inset CommandInset href
35369 LatexCommand href
35370 name "sidecap"
35371 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35372
35373 \end_inset
35374
35375
35376 \series default
35377
35378 \begin_inset Index idx
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382 LaTeX-Pakete ! sidecap
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \begin_layout Bibliography
35391 \labelwidthstring Literaturverzeichnis
35392 \begin_inset CommandInset bibitem
35393 LatexCommand bibitem
35394 key "prettyref"
35395
35396 \end_inset
35397
35398 Dokumentation des LaTeX-Pakets 
35399 \series bold
35400
35401 \begin_inset CommandInset href
35402 LatexCommand href
35403 name "prettyref"
35404 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35405
35406 \end_inset
35407
35408
35409 \series default
35410
35411 \begin_inset Index idx
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415 LaTeX-Pakete ! prettyref
35416 \end_layout
35417
35418 \end_inset
35419
35420
35421 \end_layout
35422
35423 \begin_layout Bibliography
35424 \labelwidthstring Literaturverzeichnis
35425 \begin_inset CommandInset bibitem
35426 LatexCommand bibitem
35427 key "refstyle"
35428
35429 \end_inset
35430
35431 Dokumentation des LaTeX-Pakets 
35432 \series bold
35433
35434 \begin_inset CommandInset href
35435 LatexCommand href
35436 name "refstyle"
35437 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
35438
35439 \end_inset
35440
35441
35442 \series default
35443
35444 \begin_inset Index idx
35445 status collapsed
35446
35447 \begin_layout Plain Layout
35448 LaTeX-Pakete ! refstyle
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \end_layout
35455
35456 \begin_layout Bibliography
35457 \labelwidthstring Literaturverzeichnis
35458 \begin_inset CommandInset bibitem
35459 LatexCommand bibitem
35460 key "NeuInLyX20"
35461
35462 \end_inset
35463
35464
35465 \begin_inset CommandInset href
35466 LatexCommand href
35467 name "Wiki-Seite"
35468 target "http://wiki.lyx.org/LyX/NewInLyX20"
35469
35470 \end_inset
35471
35472  über neue Funktionen in 
35473 \family sans
35474 LyX 2.0
35475 \family default
35476 .
35477 \end_layout
35478
35479 \begin_layout Standard
35480 \begin_inset CommandInset index_print
35481 LatexCommand printindex
35482 type "idx"
35483
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \end_body
35490 \end_document