]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: update the description of the PDFPages template (thanks Liviu)
[features.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % ermöglicht das Berechnen von Werten
53 \usepackage{calc}
54
55 %Vergrößert den Teil der Seite, in dem Gleitobjekte
56 % unten angeordnet werden dürfen
57 \renewcommand{\bottomfraction}{0.5}
58
59 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % beschleunigt die Berechnung von langen Tabellen
63 \setcounter{LTchunksize}{100}
64
65 % wird für skalierte und rotierte Boxen benötigt
66 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
67
68 % wird bei farbigen Tabellen benutzt
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
72 \definecolor{hellgrau}{gray}{0.8}
73
74 % testen ob paket colortbl installiert ist
75 % wird für farbige Tabellenzellen benutzt
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % wird benutzt, um Tabellenzellen zu vergrößern
83 \@ifundefined{extrarowheight}
84  {\usepackage{array}}{}
85 \setlength{\extrarowheight}{2pt}
86
87 % wird fuer benutzerdefinierte Tabellen benutzt
88 % ---
89 \newcolumntype{M}[1]
90  {>{\centering\hspace{0pt}}m{#1}}
91
92 \newcolumntype{S}[2]
93  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
94
95 \newcolumntype{K}[1]
96  {>{\columncolor{#1}\hspace{0pt}}c}
97
98 \newcolumntype{V}{!{\vrule width 1.5pt}}
99
100 \newcolumntype{W}{!{\color{green}\vline}}
101 % ---
102
103 % Setzt einen zusaetzlichen Abstand von
104 % 1.5 mm zwischen Fussnoten
105 \let\myFoot\footnote
106 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
107
108 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
109 \numberwithin{algorithm}{chapter}
110
111
112 % ------------------------------------
113 % Prüfung auf benötigte LaTeXPakete
114 \usepackage{ifthen}
115
116 % Pruefung auf arydshln
117 % für Tabellen mit gestrichelten Linien
118 \newboolean{arydshln}
119 \IfFileExists{arydshln.sty}
120  {\usepackage{arydshln}
121   \setboolean{arydshln}{true}}
122  {\setboolean{arydshln}{false}}
123
124 % Prüfung auf marginnote
125 % für Randnotizen
126 \newboolean{marginnote}
127 \IfFileExists{marginnote.sty}
128  {\usepackage{marginnote}
129   \let\marginpar\marginnote
130   \setboolean{marginnote}{true}}
131  {\setboolean{marginnote}{false}}
132
133 % Prüfung auf sidecap
134 % für seitliche Beschriftungen
135 \newboolean{sidecap}
136 \IfFileExists{sidecap.sty}
137  {\usepackage{sidecap}
138   \setboolean{sidecap}{true}}
139  {\setboolean{sidecap}{false}}
140
141 % Prüfung auf picinpar
142 \newboolean{picinpar}
143 \IfFileExists{picinpar.sty}
144  {\usepackage{picinpar}
145   \setboolean{picinpar}{true}}
146  {\setboolean{picinpar}{false}}
147
148 % check for lettrine
149 \newboolean{lettrine}
150 \IfFileExists{lettrine.sty}
151  {\usepackage{lettrine}
152   \setboolean{lettrine}{true}}
153  {\setboolean{lettrine}{false}}
154
155 % Damit der Index den Namen "Stichwortverzeichnis" erhält
156 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
157 \end_preamble
158 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
159 \use_default_options false
160 \begin_modules
161 initials
162 \end_modules
163 \maintain_unincluded_children false
164 \language ngerman
165 \language_package default
166 \inputencoding auto
167 \fontencoding global
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \use_non_tex_fonts false
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177
178 \graphics default
179 \default_output_format default
180 \output_sync 0
181 \bibtex_command default
182 \index_command default
183 \paperfontsize 12
184 \spacing single
185 \use_hyperref true
186 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
187 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
188 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
189 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
190 \pdf_bookmarks true
191 \pdf_bookmarksnumbered true
192 \pdf_bookmarksopen true
193 \pdf_bookmarksopenlevel 1
194 \pdf_breaklinks false
195 \pdf_pdfborder false
196 \pdf_colorlinks true
197 \pdf_backref false
198 \pdf_pdfusetitle false
199 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
200 \papersize a4paper
201 \use_geometry false
202 \use_amsmath 2
203 \use_esint 0
204 \use_mhchem 1
205 \use_mathdots 1
206 \cite_engine basic
207 \use_bibtopic false
208 \use_indices false
209 \paperorientation portrait
210 \suppress_date false
211 \use_refstyle 0
212 \notefontcolor #0000ff
213 \index Stichwortverzeichnis
214 \shortcut idx
215 \color #008000
216 \end_index
217 \secnumdepth 3
218 \tocdepth 3
219 \paragraph_separation skip
220 \defskip medskip
221 \quotes_language german
222 \papercolumns 1
223 \papersides 2
224 \paperpagestyle default
225 \bullet 1 0 9 -1
226 \bullet 2 2 35 -1
227 \bullet 3 2 7 -1
228 \tracking_changes false
229 \output_changes false
230 \html_math_output 0
231 \html_css_as_file 0
232 \html_be_strict false
233 \end_header
234
235 \begin_body
236
237 \begin_layout Title
238 Das LyX-Handbuch der Einfügungen:
239 \begin_inset Newline newline
240 \end_inset
241
242  
243 \size larger
244 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
245 \end_layout
246
247 \begin_layout Author
248 vom LyX Team
249 \begin_inset Foot
250 status open
251
252 \begin_layout Plain Layout
253 \noindent
254
255 \size normal
256 Übersetzung und Bearbeitung: Hartmut Haase
257 \size default
258  (
259 \noun on
260 HHa
261 \noun default
262 , bis März 2010), Uwe Stöhr
263 \begin_inset Newline newline
264 \end_inset
265
266 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
267  bitte an: 
268 \begin_inset CommandInset href
269 LatexCommand href
270 name "lyx-docs@lists.lyx.org"
271 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
272 type "mailto:"
273
274 \end_inset
275
276
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Note Note
283 status collapsed
284
285 \begin_layout Plain Layout
286 Autor: Uwe Stöhr <uwestoehr@web.de>
287 \end_layout
288
289 \end_inset
290
291
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \begin_inset Newline newline
297 \end_inset
298
299
300 \family sans
301 Version 2.0.x
302 \end_layout
303
304 \begin_layout Standard
305 \begin_inset CommandInset toc
306 LatexCommand tableofcontents
307
308 \end_inset
309
310
311 \end_layout
312
313 \begin_layout Standard
314 \begin_inset Note Note
315 status open
316
317 \begin_layout Plain Layout
318 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
319 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
320 \series bold
321 arydshln
322 \series default
323
324 \series bold
325 colortbl
326 \series default
327
328 \series bold
329 lettrine, marginnote, picinpar
330 \series default
331  und 
332 \series bold
333 sidecap
334 \series default
335 .
336  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
337  denen sie benötigt werden.
338 \end_layout
339
340 \begin_layout Plain Layout
341 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
342  hier finden:
343 \begin_inset Newline newline
344 \end_inset
345
346
347 \series bold
348 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
349 \end_layout
350
351 \end_inset
352
353
354 \end_layout
355
356 \begin_layout Chapter
357 Abbildungen
358 \begin_inset Index idx
359 status collapsed
360
361 \begin_layout Plain Layout
362 Abbildungen
363 \end_layout
364
365 \end_inset
366
367
368 \end_layout
369
370 \begin_layout Section
371 Grafik-Dialog
372 \begin_inset Index idx
373 status collapsed
374
375 \begin_layout Plain Layout
376 Abbildungen ! Grafik-Dialog
377 \end_layout
378
379 \end_inset
380
381
382 \begin_inset CommandInset label
383 LatexCommand label
384 name "abs:Grafik-Dialog"
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Standard
392 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
393  
394 \family sans
395
396 \begin_inset Info
397 type  "icon"
398 arg   "dialog-show-new-inset graphics"
399 \end_inset
400
401
402 \family default
403  in der Werkzeugleiste oder wählen das Menü 
404 \family sans
405 Einfügen\SpecialChar \menuseparator
406 Grafik
407 \family default
408 .
409  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
410  
411 \family sans
412 Durchsuchen
413 \family default
414  eingeben können.
415  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
416  an der Sie sie eingefügt haben.
417 \end_layout
418
419 \begin_layout Standard
420 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
421  klicken.
422  Der Dialog hat drei Karteikarten:
423 \end_layout
424
425 \begin_layout Description
426
427 \family sans
428 Grafik
429 \family default
430  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
431  Version festlegen.
432  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
433 \begin_inset space ~
434 \end_inset
435
436
437 \begin_inset CommandInset ref
438 LatexCommand ref
439 reference "kap:In-LyX-verfügbare"
440
441 \end_inset
442
443  erklärt.
444 \begin_inset Newline newline
445 \end_inset
446
447
448 \begin_inset Index idx
449 status collapsed
450
451 \begin_layout Plain Layout
452 Abbildungen ! rotierte
453 \end_layout
454
455 \end_inset
456
457 Sie können Abbildungen durch Angabe eines 
458 \family sans
459 Winkel
460 \family default
461
462 \begin_inset space ~
463 \end_inset
464
465
466 \family sans
467 (Grad)
468 \family default
469  und Festlegung eines 
470 \family sans
471 Drehpunktes
472 \family default
473  drehen.
474  Negative Winkel drehen im Uhrzeigersinn.
475  Die Abbildung wird auch in LyX gedreht.
476 \begin_inset Newline newline
477 \end_inset
478
479
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Abbildungen ! skalierte
485 \end_layout
486
487 \end_inset
488
489 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
490  oder Höhe und Breite definiert.
491  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
492  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
493  wobei sie möglicherweise verzerrt wird.
494  Um das zu vermeiden, sollten Sie 
495 \family sans
496 Seitenverhältnis
497 \begin_inset space ~
498 \end_inset
499
500 beibehalten
501 \family default
502  ankreuzen.
503  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
504  und Breite nicht überschritten werden.
505 \begin_inset Newline newline
506 \end_inset
507
508 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
509 nden Kontext-Menü 
510 \family sans
511 Datei extern bearbeiten
512 \family default
513  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
514  öffnen.
515  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
516 \family sans
517 Datei-Handhabung\SpecialChar \menuseparator
518 Dateiformate
519 \family default
520  festgelegt werden.
521 \end_layout
522
523 \begin_layout Description
524
525 \family sans
526 Ausschnitt
527 \family default
528  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
529  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
530  Wenn Sie auf 
531 \family sans
532 Lese
533 \begin_inset space ~
534 \end_inset
535
536 aus
537 \begin_inset space ~
538 \end_inset
539
540 Datei
541 \family default
542  klicken, werden die Koordinaten automatisch berechnet.
543  Die Option 
544 \family sans
545 Auf
546 \begin_inset space ~
547 \end_inset
548
549 Begrenzungsbox
550 \begin_inset space ~
551 \end_inset
552
553 zuschneiden
554 \family default
555  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
556  Koordinaten liegt.
557  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
558  diese Karteikarte ignorieren.
559 \end_layout
560
561 \begin_layout Description
562
563 \family sans
564 LaTeX-
565 \begin_inset space ~
566 \end_inset
567
568 und
569 \begin_inset space ~
570 \end_inset
571
572 LyX-Optionen
573 \family default
574  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
575  LaTeX-Experten können weitere LaTeX-Optionen definieren.
576 \begin_inset Newline newline
577 \end_inset
578
579 Ist die Option 
580 \family sans
581 Entwurfsmodus 
582 \family default
583 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
584  darin gedruckt.
585 \begin_inset Newline newline
586 \end_inset
587
588 Die Option 
589 \family sans
590 Beim
591 \begin_inset space ~
592 \end_inset
593
594 Exportieren
595 \begin_inset space ~
596 \end_inset
597
598 nicht
599 \begin_inset space ~
600 \end_inset
601
602 entpacken
603 \family default
604  betrifft nur gepackte EPS-Dateien, zum Beispiel 
605 \emph on
606 x.eps.gz
607 \emph default
608 .
609  LaTeX kann so mit ihnen umgehen.
610 \begin_inset Newline newline
611 \end_inset
612
613 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
614  wählen, siehe Anhang
615 \begin_inset space ~
616 \end_inset
617
618
619 \begin_inset CommandInset ref
620 LatexCommand ref
621 reference "abs:PostScript"
622
623 \end_inset
624
625 .
626  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
627 \begin_inset Newline newline
628 \end_inset
629
630
631 \series bold
632 gzip x.eps
633 \begin_inset Newline newline
634 \end_inset
635
636 zgrep %%Bounding x.eps.gz > x.eps.bb
637 \series default
638
639 \begin_inset Newline newline
640 \end_inset
641
642 Der zweite Befehl erzeugt die Begrenzungsbox 
643 \begin_inset Quotes gld
644 \end_inset
645
646 x.eps.bb
647 \begin_inset Quotes grd
648 \end_inset
649
650 , die LaTeX für gepackte Abbildungen benötigt.
651 \begin_inset Newline newline
652 \end_inset
653
654 Im Abschnitt 
655 \family sans
656 Grafikgruppe
657 \family default
658  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
659 n.
660 \begin_inset Index idx
661 status collapsed
662
663 \begin_layout Plain Layout
664 Abbildungen ! Einstellungsgruppen
665 \end_layout
666
667 \end_inset
668
669  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
670  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
671  der Gruppe geändert werden.
672  Damit kann man z.B.
673 \begin_inset space ~
674 \end_inset
675
676 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
677  Bild tun zu müssen.
678  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
679  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
680 \end_layout
681
682 \begin_layout Standard
683 \begin_inset VSpace bigskip
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Standard
690 Hier ist eine zentrierte EPS-Abbildung
691 \begin_inset Foot
692 status collapsed
693
694 \begin_layout Plain Layout
695 Abbildungsformate sind in Abschnitt
696 \begin_inset space ~
697 \end_inset
698
699
700 \begin_inset CommandInset ref
701 LatexCommand ref
702 reference "abs:Bildformate"
703
704 \end_inset
705
706  beschrieben.
707 \end_layout
708
709 \end_inset
710
711  in einem eigenen Absatz:
712 \end_layout
713
714 \begin_layout Standard
715 \align center
716 \begin_inset Graphics
717         filename ../clipart/mobius.eps
718         scale 70
719         scaleBeforeRotation
720         rotateOrigin center
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 \noindent
729 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
730 \end_layout
731
732 \begin_layout Standard
733 \align center
734 \begin_inset Graphics
735         filename ../clipart/mobius.eps
736         scale 70
737         draft
738         scaleBeforeRotation
739         rotateOrigin center
740
741 \end_inset
742
743
744 \end_layout
745
746 \begin_layout Section
747 Gleitende Abbildungen
748 \begin_inset CommandInset label
749 LatexCommand label
750 name "abs:Gleitende-Abbildungen"
751
752 \end_inset
753
754
755 \begin_inset Index idx
756 status collapsed
757
758 \begin_layout Plain Layout
759 Abbildungen ! gleitende
760 \end_layout
761
762 \end_inset
763
764
765 \begin_inset Index idx
766 status collapsed
767
768 \begin_layout Plain Layout
769 Gleitobjekte ! Abbildungen
770 \end_layout
771
772 \end_inset
773
774
775 \end_layout
776
777 \begin_layout Standard
778 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
779 \begin_inset space ~
780 \end_inset
781
782
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "abs:Gleitobjekte-Einleitung"
786
787 \end_inset
788
789 .
790 \end_layout
791
792 \begin_layout Standard
793 Wenn Sie auf das Werkzeugleisten-Symbol 
794 \family sans
795
796 \begin_inset Info
797 type  "icon"
798 arg   "float-insert figure"
799 \end_inset
800
801
802 \family default
803  klicken oder 
804 \family sans
805 Einfügen\SpecialChar \menuseparator
806 Gleit\SpecialChar \-
807 objekt\SpecialChar \menuseparator
808 Abbildung
809 \family default
810  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
811  In das rot umrahmte Feld rechts von 
812 \emph on
813 Abbildung
814 \begin_inset space ~
815 \end_inset
816
817 Nr:
818 \emph default
819  schreiben Sie die Bildbeschriftung.
820  Nach einem Klick oberhalb oder unterhalb von 
821 \emph on
822 Abbildung
823 \begin_inset space ~
824 \end_inset
825
826 Nr:
827 \emph default
828  können Sie dann eine Abbildung wie 
829 \begin_inset CommandInset ref
830 LatexCommand ref
831 reference "abb:kill-plat"
832
833 \end_inset
834
835  oberhalb oder wie Abbildung
836 \begin_inset space ~
837 \end_inset
838
839
840 \begin_inset CommandInset ref
841 LatexCommand ref
842 reference "abb:escher"
843
844 \end_inset
845
846  unterhalb der Bildbeschriftung einfügen.
847  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "abs:Titel-Platzierung"
855
856 \end_inset
857
858 .
859 \end_layout
860
861 \begin_layout Standard
862 \begin_inset Float figure
863 wide false
864 sideways false
865 status open
866
867 \begin_layout Plain Layout
868 \align center
869 \begin_inset Graphics
870         filename ../clipart/platypus.eps
871         width 50col%
872         scaleBeforeRotation
873         rotateOrigin center
874
875 \end_inset
876
877
878 \end_layout
879
880 \begin_layout Plain Layout
881 \begin_inset Caption
882
883 \begin_layout Plain Layout
884 \begin_inset CommandInset label
885 LatexCommand label
886 name "abb:kill-plat"
887
888 \end_inset
889
890 Platypus in einem Gleitobjekt
891 \end_layout
892
893 \end_inset
894
895
896 \end_layout
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Standard
904 \begin_inset Float figure
905 wide false
906 sideways false
907 status open
908
909 \begin_layout Plain Layout
910 \begin_inset Caption
911
912 \begin_layout Plain Layout
913 \begin_inset CommandInset label
914 LatexCommand label
915 name "abb:escher"
916
917 \end_inset
918
919 M.C.
920  Escher
921 \end_layout
922
923 \end_inset
924
925
926 \end_layout
927
928 \begin_layout Plain Layout
929 \align center
930 \begin_inset Graphics
931         filename ../clipart/escher-lsd.eps
932         scale 80
933         scaleBeforeRotation
934         rotateOrigin center
935
936 \end_inset
937
938
939 \end_layout
940
941 \end_inset
942
943
944 \end_layout
945
946 \begin_layout Standard
947 \begin_inset Index idx
948 status collapsed
949
950 \begin_layout Plain Layout
951 Querverweise ! auf Abbildungen
952 \end_layout
953
954 \end_inset
955
956 Abbildung
957 \begin_inset space ~
958 \end_inset
959
960
961 \begin_inset CommandInset ref
962 LatexCommand ref
963 reference "abb:kill-plat"
964
965 \end_inset
966
967  und 
968 \begin_inset CommandInset ref
969 LatexCommand ref
970 reference "abb:escher"
971
972 \end_inset
973
974  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
975  Dafür fügen Sie in der Beschriftung mit 
976 \family sans
977 Einfügen\SpecialChar \menuseparator
978 Marke
979 \family default
980  oder durch Klicken auf 
981 \family sans
982
983 \begin_inset Info
984 type  "icon"
985 arg   "label-insert"
986 \end_inset
987
988
989 \family default
990  eine Marke ein.
991  Auf diese können Sie dann wie gewohnt mit 
992 \family sans
993 Einfügen\SpecialChar \menuseparator
994 Querverweis
995 \family default
996  oder durch Klicken auf 
997 \family sans
998
999 \begin_inset Info
1000 type  "icon"
1001 arg   "dialog-show-new-inset ref"
1002 \end_inset
1003
1004
1005 \family default
1006  verweisen.
1007  Das ist besser als eine vage Formulierung wie 
1008 \begin_inset Quotes gld
1009 \end_inset
1010
1011 die obige Abbildung
1012 \begin_inset Quotes grd
1013 \end_inset
1014
1015  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1016  erscheint, und das muss nicht 
1017 \emph on
1018 oben
1019 \emph default
1020  sein.
1021  Verweise werden detailliert in Abschnitt
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "abs:Auf-Gleitobjekte-verweisen"
1029
1030 \end_inset
1031
1032  beschrieben.
1033 \end_layout
1034
1035 \begin_layout Standard
1036 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1037  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1038  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1039  Gleitabbildung einfügt.
1040  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1041  Abbildung
1042 \begin_inset space ~
1043 \end_inset
1044
1045
1046 \begin_inset CommandInset ref
1047 LatexCommand ref
1048 reference "abb:Zwei-Teilabbildungen"
1049
1050 \end_inset
1051
1052  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1053  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1054  Gleitabbildung auf Eingabe drücken.
1055  Abbildung
1056 \begin_inset space ~
1057 \end_inset
1058
1059
1060 \begin_inset CommandInset ref
1061 LatexCommand ref
1062 reference "abb:Undefinierbar"
1063
1064 \end_inset
1065
1066  und 
1067 \begin_inset CommandInset ref
1068 LatexCommand ref
1069 reference "abb:Ein-Schnabeltier"
1070
1071 \end_inset
1072
1073  sind die Teilabbildungen.
1074 \end_layout
1075
1076 \begin_layout Standard
1077 \begin_inset Float figure
1078 wide false
1079 sideways false
1080 status open
1081
1082 \begin_layout Plain Layout
1083 \begin_inset space \hfill{}
1084 \end_inset
1085
1086
1087 \begin_inset Float figure
1088 wide false
1089 sideways false
1090 status collapsed
1091
1092 \begin_layout Plain Layout
1093 \begin_inset Caption
1094
1095 \begin_layout Plain Layout
1096 \begin_inset CommandInset label
1097 LatexCommand label
1098 name "abb:Undefinierbar"
1099
1100 \end_inset
1101
1102 Undefinierbar
1103 \end_layout
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \begin_layout Plain Layout
1111 \begin_inset Graphics
1112         filename ../clipart/escher-lsd.eps
1113         width 35col%
1114         scaleBeforeRotation
1115         groupId Teilabbildung
1116
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \end_inset
1123
1124
1125 \begin_inset space \hfill{}
1126 \end_inset
1127
1128
1129 \begin_inset Float figure
1130 wide false
1131 sideways false
1132 status collapsed
1133
1134 \begin_layout Plain Layout
1135 \begin_inset Caption
1136
1137 \begin_layout Plain Layout
1138 \begin_inset CommandInset label
1139 LatexCommand label
1140 name "abb:Ein-Schnabeltier"
1141
1142 \end_inset
1143
1144 Ein Schnabeltier
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \begin_layout Plain Layout
1153 \begin_inset Graphics
1154         filename ../clipart/platypus.eps
1155         width 35col%
1156         scaleBeforeRotation
1157         groupId Teilabbildung
1158
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \end_inset
1165
1166
1167 \begin_inset space \hfill{}
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Plain Layout
1174 \begin_inset Caption
1175
1176 \begin_layout Plain Layout
1177 \begin_inset CommandInset label
1178 LatexCommand label
1179 name "abb:Zwei-Teilabbildungen"
1180
1181 \end_inset
1182
1183 Zwei Teilabbildungen nebeneinander.
1184  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1185 \begin_inset Quotes gld
1186 \end_inset
1187
1188 Teilabbildung
1189 \begin_inset Quotes grd
1190 \end_inset
1191
1192  an.
1193 \end_layout
1194
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \end_layout
1204
1205 \begin_layout Section
1206 Bildformate
1207 \begin_inset CommandInset label
1208 LatexCommand label
1209 name "abs:Bildformate"
1210
1211 \end_inset
1212
1213
1214 \begin_inset Index idx
1215 status collapsed
1216
1217 \begin_layout Plain Layout
1218 Abbildungen ! Bildformate
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \end_layout
1225
1226 \begin_layout Standard
1227 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1228  Aber wie in Anhang
1229 \begin_inset space ~
1230 \end_inset
1231
1232
1233 \begin_inset CommandInset ref
1234 LatexCommand ref
1235 reference "kap:Ausgabedatei-Formate"
1236
1237 \end_inset
1238
1239  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1240  LyX benutzt im Hintergrund das Programm
1241 \family typewriter
1242  ImageMagick
1243 \family default
1244 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1245  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1246  vermeiden.
1247  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1248  werden können.
1249  Diese Formate werden in Anhang
1250 \begin_inset space ~
1251 \end_inset
1252
1253
1254 \begin_inset CommandInset ref
1255 LatexCommand ref
1256 reference "kap:Ausgabedatei-Formate"
1257
1258 \end_inset
1259
1260  beschrieben.
1261 \end_layout
1262
1263 \begin_layout Standard
1264 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1265 \end_layout
1266
1267 \begin_layout Description
1268 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1269  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1270  
1271 \emph on
1272 pixelig
1273 \emph default
1274  aus.
1275  Bekannte Pixel-Formate sind 
1276 \begin_inset Quotes gld
1277 \end_inset
1278
1279 Graphics Interchange Format
1280 \begin_inset Quotes grd
1281 \end_inset
1282
1283  (GIF, Dateiendung
1284 \family typewriter
1285  
1286 \family default
1287
1288 \begin_inset Quotes gld
1289 \end_inset
1290
1291
1292 \family typewriter
1293 .gif
1294 \family default
1295
1296 \begin_inset Quotes grd
1297 \end_inset
1298
1299 )
1300 \begin_inset Index idx
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304 GIF
1305 \end_layout
1306
1307 \end_inset
1308
1309
1310 \begin_inset Quotes gld
1311 \end_inset
1312
1313 Portable Network Graphics
1314 \begin_inset Quotes grd
1315 \end_inset
1316
1317  (PNG, Dateiendung 
1318 \begin_inset Quotes gld
1319 \end_inset
1320
1321
1322 \family typewriter
1323 .png
1324 \family default
1325
1326 \begin_inset Quotes grd
1327 \end_inset
1328
1329 )
1330 \begin_inset Index idx
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334 PNG
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \begin_inset Quotes gld
1341 \end_inset
1342
1343 Joint Photographic Experts Group
1344 \begin_inset Quotes grd
1345 \end_inset
1346
1347  (JPEG, Dateiendung
1348 \family typewriter
1349  
1350 \family default
1351
1352 \begin_inset Quotes gld
1353 \end_inset
1354
1355
1356 \family typewriter
1357 .jpg
1358 \family default
1359
1360 \begin_inset Quotes grd
1361 \end_inset
1362
1363  oder 
1364 \begin_inset Quotes gld
1365 \end_inset
1366
1367
1368 \family typewriter
1369 .jpeg
1370 \family default
1371
1372 \begin_inset Quotes grd
1373 \end_inset
1374
1375 )
1376 \begin_inset Index idx
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 JPG, JPEG
1381 \end_layout
1382
1383 \end_inset
1384
1385  und 
1386 \begin_inset Quotes gld
1387 \end_inset
1388
1389 Windows Bitmap
1390 \begin_inset Quotes grd
1391 \end_inset
1392
1393  (BMP, Dateiendung 
1394 \begin_inset Quotes gld
1395 \end_inset
1396
1397
1398 \family typewriter
1399 .bmp
1400 \family default
1401
1402 \begin_inset Quotes grd
1403 \end_inset
1404
1405 )
1406 \begin_inset Index idx
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 BMP
1411 \end_layout
1412
1413 \end_inset
1414
1415 .
1416 \end_layout
1417
1418 \begin_layout Description
1419 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1420  auf jede beliebige Größe skaliert werden.
1421  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1422  zoomen zu können.
1423 \begin_inset Newline newline
1424 \end_inset
1425
1426 Bekannte Formate sind 
1427 \begin_inset Quotes gld
1428 \end_inset
1429
1430 Scalable Vector Graphics
1431 \begin_inset Quotes grd
1432 \end_inset
1433
1434  (SVG, Dateiendung
1435 \family typewriter
1436  
1437 \family default
1438
1439 \begin_inset Quotes gld
1440 \end_inset
1441
1442
1443 \family typewriter
1444 .svg
1445 \family default
1446
1447 \begin_inset Quotes grd
1448 \end_inset
1449
1450 )
1451 \begin_inset Index idx
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455 SVG
1456 \end_layout
1457
1458 \end_inset
1459
1460
1461 \begin_inset Quotes gld
1462 \end_inset
1463
1464 Encapsulated PostScript
1465 \begin_inset Quotes grd
1466 \end_inset
1467
1468  (EPS, Dateiendung 
1469 \begin_inset Quotes gld
1470 \end_inset
1471
1472
1473 \family typewriter
1474 .eps
1475 \family default
1476
1477 \begin_inset Quotes grd
1478 \end_inset
1479
1480 )
1481 \begin_inset Index idx
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485 EPS
1486 \end_layout
1487
1488 \end_inset
1489
1490
1491 \begin_inset Quotes gld
1492 \end_inset
1493
1494 Portable Document Format
1495 \begin_inset Quotes grd
1496 \end_inset
1497
1498  (PDF, Dateiendung
1499 \family typewriter
1500  
1501 \family default
1502
1503 \begin_inset Quotes gld
1504 \end_inset
1505
1506
1507 \family typewriter
1508 .pdf
1509 \family default
1510
1511 \begin_inset Quotes grd
1512 \end_inset
1513
1514 )
1515 \begin_inset Index idx
1516 status collapsed
1517
1518 \begin_layout Plain Layout
1519 PDF
1520 \end_layout
1521
1522 \end_inset
1523
1524  und 
1525 \begin_inset Quotes gld
1526 \end_inset
1527
1528 Windows Metafile
1529 \begin_inset Quotes grd
1530 \end_inset
1531
1532  (WMF, Dateiendung 
1533 \begin_inset Quotes gld
1534 \end_inset
1535
1536
1537 \family typewriter
1538 .wmf
1539 \family default
1540
1541 \begin_inset Quotes grd
1542 \end_inset
1543
1544 )
1545 \begin_inset Index idx
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549 WMF
1550 \end_layout
1551
1552 \end_inset
1553
1554 .
1555 \end_layout
1556
1557 \begin_layout Standard
1558 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1559  das Ergebnis ist immer noch ein Pixelbild.
1560  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1561  hinzugefügt.
1562 \begin_inset Foot
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 Bei PDF wird das Originalbild auch noch komprimiert.
1567 \end_layout
1568
1569 \end_inset
1570
1571  Die PDF-Dateien, die 
1572 \family typewriter
1573 Adobe Photoshop
1574 \family default
1575  erzeugt, sind zum Beispiel Pixelbilder.
1576 \end_layout
1577
1578 \begin_layout Standard
1579 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1580  umgekehrt.
1581  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1582  eingefügt werden.
1583  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1584  erzeugt wird, weil es zur Zeit keine WMF/SVG
1585 \begin_inset Formula $\to$
1586 \end_inset
1587
1588 PDF/EPS Konverter gibt.
1589 \end_layout
1590
1591 \begin_layout Chapter
1592 Tabellen
1593 \begin_inset Index idx
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597 Tabellen
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \begin_layout Section
1606 Einführung
1607 \begin_inset Index idx
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611 Tabellen ! Einführung
1612 \end_layout
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \begin_layout Standard
1620 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1621 \begin_inset Info
1622 type  "icon"
1623 arg   "tabular-insert"
1624 \end_inset
1625
1626  oder das Menü 
1627 \family sans
1628 Einfügen\SpecialChar \menuseparator
1629 Tabelle
1630 \family default
1631  einfügen.
1632  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1633 \begin_inset space \thinspace{}
1634 \end_inset
1635
1636 -Tabelle.
1637  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1638  und die Größe der dunkelblauen Tabelle angezeigt.
1639  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1640  ein.
1641  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1642  Spaltenanzahl festlegen können.
1643 \end_layout
1644
1645 \begin_layout Standard
1646 In der so erstellten Tabelle ist jede Zelle umrandet.
1647  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1648  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1649  die zweite Zeile eine Linie oberhalb haben.
1650  Hier ist ein Beispiel:
1651 \end_layout
1652
1653 \begin_layout Standard
1654 \align center
1655 \begin_inset Tabular
1656 <lyxtabular version="3" rows="5" columns="4">
1657 <features tabularvalignment="middle">
1658 <column alignment="center" valignment="top" width="0">
1659 <column alignment="center" valignment="top" width="0">
1660 <column alignment="center" valignment="top" width="0">
1661 <column alignment="center" valignment="top" width="0">
1662 <row>
1663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1664 \begin_inset Text
1665
1666 \begin_layout Plain Layout
1667
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676
1677 \family roman
1678 \series medium
1679 \shape up
1680 \size normal
1681 \emph off
1682 \bar no
1683 \noun off
1684 \color none
1685 1
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Plain Layout
1694 2
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1700 \begin_inset Text
1701
1702 \begin_layout Plain Layout
1703 3
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 </row>
1709 <row>
1710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1711 \begin_inset Text
1712
1713 \begin_layout Plain Layout
1714
1715 \family roman
1716 \series medium
1717 \shape up
1718 \size normal
1719 \emph off
1720 \bar no
1721 \noun off
1722 \color none
1723 A
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 </row>
1756 <row>
1757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Plain Layout
1761
1762 \family roman
1763 \series medium
1764 \shape up
1765 \size normal
1766 \emph off
1767 \bar no
1768 \noun off
1769 \color none
1770 B
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 </row>
1803 <row>
1804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Plain Layout
1808
1809 \family roman
1810 \series medium
1811 \shape up
1812 \size normal
1813 \emph off
1814 \bar no
1815 \noun off
1816 \color none
1817 C
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 </row>
1850 <row>
1851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 D
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 </row>
1888 </lyxtabular>
1889
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \begin_layout Section
1896 Tabellen-Dialog
1897 \begin_inset Index idx
1898 status collapsed
1899
1900 \begin_layout Plain Layout
1901 Tabellen ! Einstellungen
1902 \end_layout
1903
1904 \end_inset
1905
1906
1907 \end_layout
1908
1909 \begin_layout Standard
1910 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1911  Maustaste draufklicken.
1912  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1913 \family sans
1914 Einstellungen
1915 \family default
1916  steht.
1917  Ein Klick darauf öffnet den Tabellen-Dialog.
1918  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1919  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1920  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1921  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1922  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1923  Auswahl.
1924  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1925 \emph on
1926 Inhalt
1927 \emph default
1928  einer Zelle oder die Zelle selber ausgewählt haben.
1929 \begin_inset Newline newline
1930 \end_inset
1931
1932 Mit der Dialog-Option 
1933 \family sans
1934 Direkt
1935 \begin_inset space ~
1936 \end_inset
1937
1938 übernehmen
1939 \family default
1940  wird jede Änderung, die Sie machen, direkt übernommen.
1941  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1942  dann auch die Parameter der neuen Zelle an.
1943  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1944  Änderung zu übernehmen.
1945 \begin_inset Newline newline
1946 \end_inset
1947
1948 Der Tabellen-Dialog hat folgende Karteikarten:
1949 \end_layout
1950
1951 \begin_layout Description
1952
1953 \family sans
1954 Tabellen-Einstellungen
1955 \family default
1956  Hier können Sie die Horizontale
1957 \begin_inset space ~
1958 \end_inset
1959
1960 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1961  Die Ausrichtung 
1962 \family sans
1963 Am
1964 \begin_inset space ~
1965 \end_inset
1966
1967 Dezimaltrenner
1968 \family default
1969  ist in Abschnitt
1970 \begin_inset space ~
1971 \end_inset
1972
1973
1974 \begin_inset CommandInset ref
1975 LatexCommand ref
1976 reference "sub:Besondere-Zellenausrichtung"
1977
1978 \end_inset
1979
1980  beschrieben.
1981  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1982 \begin_inset space ~
1983 \end_inset
1984
1985 Ausrichtung der momentanen Zeile wählen.
1986  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1987  Absätze haben, wie in Abschnitt
1988 \begin_inset space ~
1989 \end_inset
1990
1991
1992 \begin_inset CommandInset ref
1993 LatexCommand ref
1994 reference "uab:Mehrfache-Zeilen-in"
1995
1996 \end_inset
1997
1998  beschrieben.
1999  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2000 \begin_inset Newline newline
2001 \end_inset
2002
2003 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2004  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2005 \begin_inset space ~
2006 \end_inset
2007
2008
2009 \begin_inset CommandInset ref
2010 LatexCommand ref
2011 reference "uab:Mehrfachspalten"
2012
2013 \end_inset
2014
2015  und 
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "uab:Mehrfachzeilen"
2019
2020 \end_inset
2021
2022  beschrieben.
2023 \begin_inset Newline newline
2024 \end_inset
2025
2026 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2027  den Uhrzeigersinn um 90° drehen.
2028  LyX zeigt diese Drehung nur in der Ausgabe.
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032
2033 \begin_inset Note Greyedout
2034 status open
2035
2036 \begin_layout Plain Layout
2037
2038 \series bold
2039 Achtung:
2040 \series default
2041  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2042 \end_layout
2043
2044 \end_inset
2045
2046
2047 \begin_inset Newline newline
2048 \end_inset
2049
2050 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2051  Textzeilen verwendet:
2052 \begin_inset Newline newline
2053 \end_inset
2054
2055 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2056 \begin_inset Tabular
2057 <lyxtabular version="3" rows="2" columns="2">
2058 <features tabularvalignment="top">
2059 <column alignment="center" valignment="top" width="0pt">
2060 <column alignment="center" valignment="top" width="0">
2061 <row>
2062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075 1
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 </row>
2081 <row>
2082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2083 \begin_inset Text
2084
2085 \begin_layout Plain Layout
2086 A
2087 \end_layout
2088
2089 \end_inset
2090 </cell>
2091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2092 \begin_inset Text
2093
2094 \begin_layout Plain Layout
2095
2096 \end_layout
2097
2098 \end_inset
2099 </cell>
2100 </row>
2101 </lyxtabular>
2102
2103 \end_inset
2104
2105  
2106 \begin_inset Tabular
2107 <lyxtabular version="3" rows="2" columns="2">
2108 <features tabularvalignment="middle">
2109 <column alignment="center" valignment="top" width="0">
2110 <column alignment="center" valignment="top" width="0">
2111 <row>
2112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2113 \begin_inset Text
2114
2115 \begin_layout Plain Layout
2116
2117 \end_layout
2118
2119 \end_inset
2120 </cell>
2121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2122 \begin_inset Text
2123
2124 \begin_layout Plain Layout
2125 1
2126 \end_layout
2127
2128 \end_inset
2129 </cell>
2130 </row>
2131 <row>
2132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2133 \begin_inset Text
2134
2135 \begin_layout Plain Layout
2136 A
2137 \end_layout
2138
2139 \end_inset
2140 </cell>
2141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2142 \begin_inset Text
2143
2144 \begin_layout Plain Layout
2145
2146 \end_layout
2147
2148 \end_inset
2149 </cell>
2150 </row>
2151 </lyxtabular>
2152
2153 \end_inset
2154
2155  
2156 \begin_inset Tabular
2157 <lyxtabular version="3" rows="2" columns="2">
2158 <features tabularvalignment="bottom">
2159 <column alignment="center" valignment="top" width="0pt">
2160 <column alignment="center" valignment="top" width="0">
2161 <row>
2162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2163 \begin_inset Text
2164
2165 \begin_layout Plain Layout
2166
2167 \end_layout
2168
2169 \end_inset
2170 </cell>
2171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2172 \begin_inset Text
2173
2174 \begin_layout Plain Layout
2175 1
2176 \end_layout
2177
2178 \end_inset
2179 </cell>
2180 </row>
2181 <row>
2182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2183 \begin_inset Text
2184
2185 \begin_layout Plain Layout
2186 A
2187 \end_layout
2188
2189 \end_inset
2190 </cell>
2191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2192 \begin_inset Text
2193
2194 \begin_layout Plain Layout
2195
2196 \end_layout
2197
2198 \end_inset
2199 </cell>
2200 </row>
2201 </lyxtabular>
2202
2203 \end_inset
2204
2205
2206 \begin_inset Newline newline
2207 \end_inset
2208
2209 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2210 gen einfügen,
2211  wie in den Abschnitten 
2212 \begin_inset CommandInset ref
2213 LatexCommand ref
2214 reference "uab:Mehrfachspalten-Berechnungen"
2215
2216 \end_inset
2217
2218  und 
2219 \begin_inset CommandInset ref
2220 LatexCommand ref
2221 reference "abs:Farbige-Tabellen"
2222
2223 \end_inset
2224
2225  beschrieben.
2226 \end_layout
2227
2228 \begin_layout Description
2229
2230 \family sans
2231 Rahmen
2232 \family default
2233  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2234  hinzufügen und löschen.
2235 \begin_inset Newline newline
2236 \end_inset
2237
2238 Wenn Sie die Stil-Option
2239 \family sans
2240  Formal
2241 \family default
2242  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2243 \begin_inset space ~
2244 \end_inset
2245
2246
2247 \begin_inset CommandInset ref
2248 LatexCommand ref
2249 reference "abs:Formale-Tabellen"
2250
2251 \end_inset
2252
2253  beschrieben, konvertiert.
2254 \begin_inset Newline newline
2255 \end_inset
2256
2257 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2258 \begin_inset space ~
2259 \end_inset
2260
2261
2262 \begin_inset CommandInset ref
2263 LatexCommand ref
2264 reference "uab:Zeilenabstand"
2265
2266 \end_inset
2267
2268  beschrieben.
2269 \end_layout
2270
2271 \begin_layout Description
2272
2273 \family sans
2274 Lange
2275 \begin_inset space ~
2276 \end_inset
2277
2278 Tabelle
2279 \family default
2280  Hier kann eine Tabelle als 
2281 \begin_inset Quotes gld
2282 \end_inset
2283
2284 Lange
2285 \begin_inset space ~
2286 \end_inset
2287
2288 Tabelle
2289 \begin_inset Quotes grd
2290 \end_inset
2291
2292  definiert werden, die über mehrere Seiten reicht.
2293  Die Abschnitte
2294 \begin_inset space ~
2295 \end_inset
2296
2297
2298 \begin_inset CommandInset ref
2299 LatexCommand ref
2300 reference "abs:Lange-Tabellen"
2301
2302 \end_inset
2303
2304  und 
2305 \begin_inset CommandInset ref
2306 LatexCommand ref
2307 reference "abs:Special-Longtable-Issues"
2308
2309 \end_inset
2310
2311  beschreiben diese Funktion genauer.
2312 \end_layout
2313
2314 \begin_layout Section
2315 Tabellen-Werkzeugleiste
2316 \begin_inset Index idx
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 Tabellen ! Werkzeugleiste
2321 \end_layout
2322
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \begin_layout Standard
2329 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2330 \family sans
2331 Tabellen-Einstellungen
2332 \family default
2333 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2334  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2335  LyX-Fensters.
2336 \end_layout
2337
2338 \begin_layout Standard
2339 Die Werkzeugleiste hat folgende Knöpfe:
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344
2345 \family sans
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "inset-modify tabular append-row"
2349 \end_inset
2350
2351
2352 \family default
2353  Fügt eine Zeile unterhalb der momentanen an
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358
2359 \family sans
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "inset-modify tabular append-column"
2363 \end_inset
2364
2365
2366 \family default
2367  Fügt eine Spalte rechts von der momentanen an
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372
2373 \family sans
2374 \begin_inset Info
2375 type  "icon"
2376 arg   "inset-modify tabular delete-row"
2377 \end_inset
2378
2379
2380 \family default
2381  Löscht die ausgewählte(n) Zeile(n)
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386
2387 \family sans
2388 \begin_inset Info
2389 type  "icon"
2390 arg   "inset-modify tabular delete-column"
2391 \end_inset
2392
2393
2394 \family default
2395  Löscht die ausgewählte(n) Spalte(n)
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400
2401 \family sans
2402 \begin_inset Info
2403 type  "icon"
2404 arg   "inset-modify tabular toggle-line-top"
2405 \end_inset
2406
2407
2408 \family default
2409  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2410  wenn der Knopf grau hinterlegt ist
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415
2416 \family sans
2417 \begin_inset Info
2418 type  "icon"
2419 arg   "inset-modify tabular toggle-line-bottom"
2420 \end_inset
2421
2422
2423 \family default
2424  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2425  wenn der Knopf grau hinterlegt ist
2426 \end_layout
2427
2428 \begin_layout Labeling
2429 \labelwidthstring 00.00.0000
2430
2431 \family sans
2432 \begin_inset Info
2433 type  "icon"
2434 arg   "inset-modify tabular toggle-line-left"
2435 \end_inset
2436
2437
2438 \family default
2439  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2440  wenn der Knopf grau hinterlegt ist
2441 \end_layout
2442
2443 \begin_layout Labeling
2444 \labelwidthstring 00.00.0000
2445
2446 \family sans
2447 \begin_inset Info
2448 type  "icon"
2449 arg   "inset-modify tabular toggle-line-right"
2450 \end_inset
2451
2452
2453 \family default
2454  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2455  wenn der Knopf grau hinterlegt ist
2456 \end_layout
2457
2458 \begin_layout Labeling
2459 \labelwidthstring 00.00.0000
2460
2461 \family sans
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "inset-modify tabular set-all-lines"
2465 \end_inset
2466
2467
2468 \family default
2469  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474
2475 \family sans
2476 \begin_inset Info
2477 type  "icon"
2478 arg   "inset-modify tabular unset-all-lines"
2479 \end_inset
2480
2481
2482 \family default
2483  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2484 \end_layout
2485
2486 \begin_layout Labeling
2487 \labelwidthstring 00.00.0000
2488
2489 \family sans
2490 \begin_inset Info
2491 type  "icon"
2492 arg   "inset-modify tabular m-align-left"
2493 \end_inset
2494
2495
2496 \family default
2497  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502
2503 \family sans
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "inset-modify tabular m-align-center"
2507 \end_inset
2508
2509
2510 \family default
2511  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2512 \end_layout
2513
2514 \begin_layout Labeling
2515 \labelwidthstring 00.00.0000
2516
2517 \family sans
2518 \begin_inset Info
2519 type  "icon"
2520 arg   "inset-modify tabular m-align-right"
2521 \end_inset
2522
2523
2524 \family default
2525  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530
2531 \family sans
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "inset-modify tabular align-decimal"
2535 \end_inset
2536
2537
2538 \family default
2539  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544
2545 \family sans
2546 \begin_inset Info
2547 type  "icon"
2548 arg   "inset-modify tabular m-valign-top"
2549 \end_inset
2550
2551
2552 \family default
2553  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2554 \end_layout
2555
2556 \begin_layout Labeling
2557 \labelwidthstring 00.00.0000
2558
2559 \family sans
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "inset-modify tabular m-valign-middle"
2563 \end_inset
2564
2565
2566 \family default
2567  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572
2573 \family sans
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "inset-modify tabular m-valign-bottom"
2577 \end_inset
2578
2579
2580 \family default
2581  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586
2587 \family sans
2588 \begin_inset Info
2589 type  "icon"
2590 arg   "inset-modify tabular set-rotate-cell"
2591 \end_inset
2592
2593
2594 \family default
2595  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2596 \end_layout
2597
2598 \begin_layout Labeling
2599 \labelwidthstring 00.00.0000
2600
2601 \family sans
2602 \begin_inset Info
2603 type  "icon"
2604 arg   "inset-modify tabular set-rotate-tabular"
2605 \end_inset
2606
2607
2608 \family default
2609  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614
2615 \family sans
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "inset-modify tabular multicolumn"
2619 \end_inset
2620
2621
2622 \family default
2623  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2624 \end_layout
2625
2626 \begin_layout Labeling
2627 \labelwidthstring 00.00.0000
2628
2629 \family sans
2630 \begin_inset Info
2631 type  "icon"
2632 arg   "inset-modify tabular multirow"
2633 \end_inset
2634
2635
2636 \family default
2637  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2638 \end_layout
2639
2640 \begin_layout Standard
2641 \begin_inset Note Greyedout
2642 status open
2643
2644 \begin_layout Plain Layout
2645
2646 \series bold
2647 Bemerkung:
2648 \series default
2649  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2650  Reihe für alle Zelle der Reihe verwendet.
2651 \end_layout
2652
2653 \end_inset
2654
2655
2656 \end_layout
2657
2658 \begin_layout Section
2659 Bearbeiten-Menü
2660 \begin_inset Index idx
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 Tabellen ! Bearbeiten-Menü
2665 \end_layout
2666
2667 \end_inset
2668
2669
2670 \end_layout
2671
2672 \begin_layout Standard
2673 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2674  Wenn der Cursor in einer Tabelle steht, sind im 
2675 \family sans
2676 Bearbeiten
2677 \family default
2678 -Menü folgende Punkte aktiviert: 
2679 \family sans
2680 Tabelle
2681 \family default
2682
2683 \family sans
2684 Zeilen
2685 \begin_inset space ~
2686 \end_inset
2687
2688 &
2689 \begin_inset space ~
2690 \end_inset
2691
2692 Spalten
2693 \family default
2694  und 
2695 \family sans
2696 Tabellen-Einstellungen
2697 \family default
2698 .
2699  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2700 ngsmöglichkeiten zu erreichen.
2701 \end_layout
2702
2703 \begin_layout Section
2704 Gleitende Tabellen
2705 \begin_inset CommandInset label
2706 LatexCommand label
2707 name "abs:Gleitende-Tabellen"
2708
2709 \end_inset
2710
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Gleitobjekte ! Tabellen
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \begin_inset Index idx
2723 status collapsed
2724
2725 \begin_layout Plain Layout
2726 Tabellen ! gleitende
2727 \end_layout
2728
2729 \end_inset
2730
2731
2732 \end_layout
2733
2734 \begin_layout Standard
2735 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2736 \begin_inset space ~
2737 \end_inset
2738
2739
2740 \begin_inset CommandInset ref
2741 LatexCommand ref
2742 reference "abs:Gleitobjekte-Einleitung"
2743
2744 \end_inset
2745
2746 .
2747 \end_layout
2748
2749 \begin_layout Standard
2750 \begin_inset Float table
2751 placement h
2752 wide false
2753 sideways false
2754 status open
2755
2756 \begin_layout Plain Layout
2757 \begin_inset Caption
2758
2759 \begin_layout Plain Layout
2760 \begin_inset CommandInset label
2761 LatexCommand label
2762 name "tab:a table float"
2763
2764 \end_inset
2765
2766 Eine gleitende Tabelle
2767 \end_layout
2768
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \begin_layout Plain Layout
2775 \align center
2776 \begin_inset Tabular
2777 <lyxtabular version="3" rows="3" columns="3">
2778 <features tabularvalignment="middle">
2779 <column alignment="center" valignment="top" width="0pt">
2780 <column alignment="center" valignment="top" width="0pt">
2781 <column alignment="center" valignment="top" width="0pt">
2782 <row>
2783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787
2788 \family roman
2789 \series medium
2790 \shape up
2791 \size normal
2792 \emph off
2793 \bar no
2794 \noun off
2795 \color none
2796 1
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805
2806 \family roman
2807 \series medium
2808 \shape up
2809 \size normal
2810 \emph off
2811 \bar no
2812 \noun off
2813 \color none
2814 2
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \family roman
2825 \series medium
2826 \shape up
2827 \size normal
2828 \emph off
2829 \bar no
2830 \noun off
2831 \color none
2832 3
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 </row>
2838 <row>
2839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843
2844 \family roman
2845 \series medium
2846 \shape up
2847 \size normal
2848 \emph off
2849 \bar no
2850 \noun off
2851 \color none
2852 Martin
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861
2862 \family roman
2863 \series medium
2864 \shape up
2865 \size normal
2866 \emph off
2867 \bar no
2868 \noun off
2869 \color none
2870 Lena
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \family roman
2881 \series medium
2882 \shape up
2883 \size normal
2884 \emph off
2885 \bar no
2886 \noun off
2887 \color none
2888 Alina
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 </row>
2894 <row>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899
2900 \family roman
2901 \series medium
2902 \shape up
2903 \size normal
2904 \emph off
2905 \bar no
2906 \noun off
2907 \color none
2908 \begin_inset Formula $\int x^{2}dx$
2909 \end_inset
2910
2911
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \family roman
2922 \series medium
2923 \shape up
2924 \size normal
2925 \emph off
2926 \bar no
2927 \noun off
2928 \color none
2929 \begin_inset Formula $\left[\begin{array}{cc}
2930 a & b\\
2931 c & d
2932 \end{array}\right]$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944
2945 \family roman
2946 \series medium
2947 \shape up
2948 \size normal
2949 \emph off
2950 \bar no
2951 \noun off
2952 \color none
2953 \begin_inset Formula $1+1=2$
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 </lyxtabular>
2963
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \begin_layout Standard
2975 Gleitende Tabellen können über 
2976 \family sans
2977 Einfügen\SpecialChar \menuseparator
2978 Gleitobjekt\SpecialChar \menuseparator
2979 Tabelle
2980 \family default
2981  oder einen Klick auf den Werkzeugleistenknopf 
2982 \family sans
2983
2984 \begin_inset Info
2985 type  "icon"
2986 arg   "float-insert table"
2987 \end_inset
2988
2989
2990 \family default
2991  erzeugt werden.
2992  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2993  In das rot umrahmte Feld rechts von 
2994 \emph on
2995 Tabelle
2996 \begin_inset space ~
2997 \end_inset
2998
2999 Nr:
3000 \emph default
3001  schreiben Sie die Tabellenbeschriftung.
3002  Nach einem Klick oberhalb oder unterhalb von 
3003 \emph on
3004 Tabelle
3005 \begin_inset space ~
3006 \end_inset
3007
3008 Nr:
3009 \emph default
3010  können Sie dann eine Tabelle einfügen.
3011 \end_layout
3012
3013 \begin_layout Standard
3014 Tabelle
3015 \begin_inset space ~
3016 \end_inset
3017
3018
3019 \begin_inset CommandInset ref
3020 LatexCommand ref
3021 reference "tab:a table float"
3022
3023 \end_inset
3024
3025  ist ein Beispiel für eine gleitende Tabelle.
3026 \end_layout
3027
3028 \begin_layout Standard
3029 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3030 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
3031  Das bedeutet, dass bei den Klassen 
3032 \family sans
3033 article
3034 \family default
3035
3036 \family sans
3037 book
3038 \family default
3039
3040 \family sans
3041 letter
3042 \family default
3043 , und 
3044 \family sans
3045 report
3046 \family default
3047  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3048  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
3049 \series bold
3050 caption
3051 \series default
3052
3053 \begin_inset Index idx
3054 status collapsed
3055
3056 \begin_layout Plain Layout
3057 LaTeX-Pakete ! caption
3058 \end_layout
3059
3060 \end_inset
3061
3062  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
3063 \begin_inset Foot
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067 Näheres finden Sie im Abschnitt
3068 \begin_inset space ~
3069 \end_inset
3070
3071
3072 \begin_inset CommandInset ref
3073 LatexCommand ref
3074 reference "abs:Titel-Platzierung"
3075
3076 \end_inset
3077
3078 .
3079 \end_layout
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \begin_layout Standard
3087
3088 \series bold
3089 tableposition=top
3090 \end_layout
3091
3092 \begin_layout Standard
3093 Das Paket 
3094 \series bold
3095 caption
3096 \series default
3097 , das in Abschnitt
3098 \begin_inset space ~
3099 \end_inset
3100
3101
3102 \begin_inset CommandInset ref
3103 LatexCommand ref
3104 reference "abs:Titel-Formatierung"
3105
3106 \end_inset
3107
3108  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3109 \end_layout
3110
3111 \begin_layout Standard
3112 \begin_inset Index idx
3113 status collapsed
3114
3115 \begin_layout Plain Layout
3116 Querverweise ! auf Tabellen
3117 \end_layout
3118
3119 \end_inset
3120
3121 Auf Tabellen kann über ihre Marke verwiesen werden.
3122  Dafür fügen Sie in der Beschriftung mit 
3123 \family sans
3124 Einfügen\SpecialChar \menuseparator
3125 Marke
3126 \family default
3127  oder durch Klicken auf 
3128 \family sans
3129
3130 \begin_inset Info
3131 type  "icon"
3132 arg   "label-insert"
3133 \end_inset
3134
3135
3136 \family default
3137  eine Marke ein.
3138  Auf diese können Sie dann wie gewohnt mit 
3139 \family sans
3140 Einfügen\SpecialChar \menuseparator
3141 Querverweis
3142 \family default
3143  oder durch Klicken auf 
3144 \family sans
3145
3146 \begin_inset Info
3147 type  "icon"
3148 arg   "dialog-show-new-inset ref"
3149 \end_inset
3150
3151
3152 \family default
3153  verweisen.
3154  Verweise werden detailliert in Abschnitt
3155 \begin_inset space ~
3156 \end_inset
3157
3158
3159 \begin_inset CommandInset ref
3160 LatexCommand ref
3161 reference "abs:Auf-Gleitobjekte-verweisen"
3162
3163 \end_inset
3164
3165  beschrieben.
3166 \end_layout
3167
3168 \begin_layout Section
3169 Lange Tabellen
3170 \begin_inset CommandInset label
3171 LatexCommand label
3172 name "abs:Lange-Tabellen"
3173
3174 \end_inset
3175
3176
3177 \begin_inset Index idx
3178 status collapsed
3179
3180 \begin_layout Plain Layout
3181 Tabellen ! lange
3182 \end_layout
3183
3184 \end_inset
3185
3186
3187 \end_layout
3188
3189 \begin_layout Standard
3190 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3191  Dialogfenster 
3192 \family sans
3193 Tabellen-Einstellungen
3194 \family default
3195  auf der Karteikarte  
3196 \family sans
3197 Lange
3198 \begin_inset space ~
3199 \end_inset
3200
3201 Tabelle
3202 \family default
3203  die Option 
3204 \family sans
3205 Lange
3206 \begin_inset space ~
3207 \end_inset
3208
3209 Tabelle
3210 \begin_inset space ~
3211 \end_inset
3212
3213 verwenden
3214 \family default
3215  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3216  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3217 \end_layout
3218
3219 \begin_layout Description
3220 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3221  festgelegt; mit Ausnahme der ersten, wenn 
3222 \family sans
3223 Erste
3224 \begin_inset space ~
3225 \end_inset
3226
3227 Kopfzeile
3228 \family default
3229  aktiviert ist.
3230 \end_layout
3231
3232 \begin_layout Description
3233 Erste
3234 \lang english
3235
3236 \begin_inset space ~
3237 \end_inset
3238
3239
3240 \lang ngerman
3241 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3242  Seite einer mehrseitigen Tabelle definiert.
3243 \end_layout
3244
3245 \begin_layout Description
3246 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3247  mit Ausnahme der letzten, wenn 
3248 \family sans
3249 Letzte
3250 \begin_inset space ~
3251 \end_inset
3252
3253 Fußzeile
3254 \family default
3255  aktiviert ist.
3256 \end_layout
3257
3258 \begin_layout Description
3259 Letzte
3260 \begin_inset space ~
3261 \end_inset
3262
3263 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3264  einer mehrseitigen Tabelle definiert.
3265 \end_layout
3266
3267 \begin_layout Description
3268 Legende: Die aktuelle Zeile enthält die Legende.
3269  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3270  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3271 \begin_inset space ~
3272 \end_inset
3273
3274
3275 \begin_inset CommandInset ref
3276 LatexCommand ref
3277 reference "uab:Beschriftungen-langer-Tabellen"
3278
3279 \end_inset
3280
3281  erklärt.
3282 \end_layout
3283
3284 \begin_layout Standard
3285 Hier ist ein Beispiel einer langen Tabelle:
3286 \end_layout
3287
3288 \begin_layout Standard
3289 \align center
3290 \begin_inset Tabular
3291 <lyxtabular version="3" rows="69" columns="3">
3292 <features islongtable="true" longtabularalignment="center">
3293 <column alignment="left" valignment="top" width="0cm">
3294 <column alignment="left" valignment="top" width="0pt">
3295 <column alignment="right" valignment="top" width="0pt">
3296 <row endfirsthead="true">
3297 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \series bold
3303 Telefonliste (ignoriere die Namen)
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 </row>
3327 <row endfirsthead="true">
3328 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \series bold
3334 NAME
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 TEL.
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row endhead="true">
3361 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 Telefonliste
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row endhead="true">
3392 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \series bold
3398 NAME
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416
3417 \series bold
3418 TEL.
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 <row endfoot="true">
3425 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429
3430 \series bold
3431 wird fortgesetzt
3432 \series default
3433  \SpecialChar \ldots{}
3434
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 Annovi
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Silvia
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Bertoli
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Stefano
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Bozzi
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Walter
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Cachia
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Maria
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Cachia
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Maurizio
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Cinquemani
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Giusi
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Colin
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Bernard
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Concli
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Gianfranco
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Dal Bosco
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Carolina
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Dalpiaz
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Annamaria
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Feliciello
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Domenico
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Focarelli
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Paola
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Galletti
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Oreste
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Gasparini
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Franca
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Rizzardi
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Paola
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Lassini
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Giancarlo
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Malfatti
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Luciano
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Malfatti
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Valeriano
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Meneguzzo
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Roberto
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Mezzadra
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Roberto
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Pirpamer
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Erich
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Pochiesa
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Paolo
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111, 222
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Radina
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Claudio
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 111
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Stuffer
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Oskar
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 111
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Tacchelli
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Ugo
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 111
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Tezzele
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Margit
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 111
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Unterkalmsteiner
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Frieda
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 111
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Vieider
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Hilde
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 111
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Vigna
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Jürgen
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 111
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Weber
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Maurizio
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 111
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Winkler
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Franz
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 111
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424  
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Annovi
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Silvia
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Bertoli
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Stefano
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Bozzi
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Walter
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Cachia
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Maria
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Cachia
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Maurizio
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Cinquemani
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Giusi
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Colin
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Bernard
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Concli
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Gianfranco
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Dal Bosco
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Carolina
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Dalpiaz
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Annamaria
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Feliciello
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Domenico
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Focarelli
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Paola
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Galletti
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Oreste
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Gasparini
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Franca
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Rizzardi
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Paola
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Lassini
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Giancarlo
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Malfatti
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Luciano
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Malfatti
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Valeriano
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Meneguzzo
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Roberto
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Mezzadra
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Roberto
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Pirpamer
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Erich
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Pochiesa
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Paolo
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 555, 222
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137 Radina
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 Claudio
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 555
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \series bold
5168 Stuffer
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Oskar
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 555
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \series bold
5199 Tacchelli
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 Ugo
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 555
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 </row>
5223 <row>
5224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228
5229 \series bold
5230 Tezzele
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 Margit
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 555
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 </row>
5254 <row>
5255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259
5260 \series bold
5261 Unterkalmsteiner
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 Frieda
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 555
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row>
5286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290
5291 \series bold
5292 Vieider
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 Hilde
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 555
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 </row>
5316 <row>
5317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \series bold
5323 Vigna
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 Jürgen
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 999
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 </row>
5347 <row>
5348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352
5353 \series bold
5354 Weber
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 Maurizio
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 555
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 </row>
5378 <row>
5379 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383
5384 \series bold
5385 Winkler
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 Franz
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 555
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 </row>
5409 <row endlastfoot="true">
5410 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 Ende
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 </lyxtabular>
5439
5440 \end_inset
5441
5442
5443 \begin_inset ERT
5444 status collapsed
5445
5446 \begin_layout Plain Layout
5447
5448
5449 \backslash
5450 addtocounter{table}{-1}
5451 \end_layout
5452
5453 \end_inset
5454
5455
5456 \begin_inset Note Note
5457 status collapsed
5458
5459 \begin_layout Plain Layout
5460 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5461 \begin_inset space ~
5462 \end_inset
5463
5464
5465 \begin_inset CommandInset ref
5466 LatexCommand ref
5467 reference "uab:Beschriftungen-langer-Tabellen"
5468
5469 \end_inset
5470
5471
5472 \end_layout
5473
5474 \end_inset
5475
5476
5477 \end_layout
5478
5479 \begin_layout Subsection
5480 Fußnoten in langen Tabellen
5481 \begin_inset CommandInset label
5482 LatexCommand label
5483 name "uab:Fußnoten-in-langen"
5484
5485 \end_inset
5486
5487
5488 \begin_inset Index idx
5489 status collapsed
5490
5491 \begin_layout Plain Layout
5492 Tabellen ! lange ! Fußnoten
5493 \end_layout
5494
5495 \end_inset
5496
5497
5498 \end_layout
5499
5500 \begin_layout Standard
5501 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5502  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5503  Tabelle
5504 \begin_inset space ~
5505 \end_inset
5506
5507
5508 \begin_inset CommandInset ref
5509 LatexCommand ref
5510 reference "tab:DiffCaptions"
5511
5512 \end_inset
5513
5514  hat zum Beispiel eine Fußnote.
5515 \end_layout
5516
5517 \begin_layout Subsection
5518 Ausrichtung langer Tabellen
5519 \begin_inset Index idx
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523 Tabellen ! lange ! Ausrichtung
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Standard
5532 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5533 n festgelegt werden.
5534  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5535  Seitenrand.
5536  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5537  ausgerichtet werden und die Werte der Längen 
5538 \series bold
5539
5540 \backslash
5541 LTleft 
5542 \series default
5543 und 
5544 \series bold
5545
5546 \backslash
5547 LTright
5548 \series default
5549  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5550  wird:
5551 \end_layout
5552
5553 \begin_layout Standard
5554
5555 \series bold
5556
5557 \backslash
5558 setlength{
5559 \backslash
5560 LTleft}{Wert}
5561 \end_layout
5562
5563 \begin_layout Standard
5564 Der Wert kann eine der in Tabelle
5565 \begin_inset space ~
5566 \end_inset
5567
5568
5569 \begin_inset CommandInset ref
5570 LatexCommand ref
5571 reference "tab:Maßeinheiten"
5572
5573 \end_inset
5574
5575  aufgelisteten Einheiten kann.
5576  
5577 \series bold
5578
5579 \backslash
5580 LTleft
5581 \series default
5582  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5583  
5584 \series bold
5585
5586 \backslash
5587 LTright
5588 \series default
5589  den Abstand von rechts.
5590  Die Voreinstellung für beide Werte ist 
5591 \series bold
5592
5593 \backslash
5594 fill
5595 \series default
5596 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5597  in LyX ist.
5598 \end_layout
5599
5600 \begin_layout Standard
5601 Die folgende lange Tabelle wurde zentriert und 
5602 \series bold
5603
5604 \backslash
5605 LTleft
5606 \series default
5607  auf den Wert 
5608 \family sans
5609 0.1
5610 \backslash
5611 columnwidth
5612 \family default
5613  gesetzt:
5614 \begin_inset ERT
5615 status collapsed
5616
5617 \begin_layout Plain Layout
5618
5619
5620 \backslash
5621 setlength{
5622 \backslash
5623 LTleft}{0.1
5624 \backslash
5625 columnwidth}
5626 \end_layout
5627
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 \begin_inset Tabular
5635 <lyxtabular version="3" rows="5" columns="5">
5636 <features islongtable="true" longtabularalignment="center">
5637 <column alignment="center" valignment="top" width="0">
5638 <column alignment="center" valignment="top" width="0">
5639 <column alignment="center" valignment="top" width="0pt">
5640 <column alignment="center" valignment="top" width="0">
5641 <column alignment="center" valignment="top" width="0">
5642 <row>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 1
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 2
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 3
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 4
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 5
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 </row>
5689 <row>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 asd
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 s
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 s
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 s
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 asd
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 <row>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 asd
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 s
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 s
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 s
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 asd
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 </row>
5783 <row>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 asd
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 s
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 s
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 s
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 asd
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 </row>
5830 <row>
5831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 asd
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 asd
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 asd
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 </lyxtabular>
5878
5879 \end_inset
5880
5881
5882 \begin_inset ERT
5883 status collapsed
5884
5885 \begin_layout Plain Layout
5886
5887
5888 \backslash
5889 setlength{
5890 \backslash
5891 LTleft}{
5892 \backslash
5893 fill}
5894 \end_layout
5895
5896 \end_inset
5897
5898
5899 \begin_inset ERT
5900 status collapsed
5901
5902 \begin_layout Plain Layout
5903
5904
5905 \backslash
5906 addtocounter{table}{-1}
5907 \end_layout
5908
5909 \end_inset
5910
5911
5912 \begin_inset Note Note
5913 status collapsed
5914
5915 \begin_layout Plain Layout
5916 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5917 \begin_inset space ~
5918 \end_inset
5919
5920
5921 \begin_inset CommandInset ref
5922 LatexCommand ref
5923 reference "uab:Beschriftungen-langer-Tabellen"
5924
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \begin_layout Subsection
5936 Beschriftungen langer Tabellen
5937 \begin_inset CommandInset label
5938 LatexCommand label
5939 name "uab:Beschriftungen-langer-Tabellen"
5940
5941 \end_inset
5942
5943
5944 \begin_inset Index idx
5945 status collapsed
5946
5947 \begin_layout Plain Layout
5948 Tabellen ! lange ! Titel
5949 \end_layout
5950
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \begin_layout Standard
5957 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5958  nur auf eine Seite gedruckt werden können.
5959  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5960 \begin_inset space ~
5961 \end_inset
5962
5963
5964 \begin_inset CommandInset ref
5965 LatexCommand ref
5966 reference "abs:Lange-Tabellen"
5967
5968 \end_inset
5969
5970  erklärt.
5971  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5972 \end_layout
5973
5974 \begin_layout Standard
5975 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5976 \end_layout
5977
5978 \begin_layout Standard
5979 \begin_inset Tabular
5980 <lyxtabular version="3" rows="6" columns="5">
5981 <features islongtable="true" longtabularalignment="center">
5982 <column alignment="center" valignment="top" width="0">
5983 <column alignment="center" valignment="top" width="0">
5984 <column alignment="center" valignment="top" width="0">
5985 <column alignment="center" valignment="top" width="0">
5986 <column alignment="center" valignment="top" width="0">
5987 <row caption="true">
5988 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 \begin_inset Caption
5993
5994 \begin_layout Plain Layout
5995 Eine lange Tabelle mit Titel
5996 \begin_inset Argument
5997 status open
5998
5999 \begin_layout Plain Layout
6000 Lange Tabelle
6001 \end_layout
6002
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \end_inset
6009
6010
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 </row>
6052 <row>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 1
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 2
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 3
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 4
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 5
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 </row>
6099 <row>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 asd
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 s
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 s
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 s
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 asd
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 </row>
6146 <row>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 asd
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 s
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 s
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 s
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 asd
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 <row>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 asd
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 s
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 s
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 s
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 asd
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 asd
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 asd
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 asd
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 asd
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 asd
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 </lyxtabular>
6288
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \begin_layout Standard
6295 \begin_inset VSpace medskip
6296 \end_inset
6297
6298
6299 \begin_inset Note Greyedout
6300 status open
6301
6302 \begin_layout Plain Layout
6303
6304 \series bold
6305 Bemerkung
6306 \begin_inset space ~
6307 \end_inset
6308
6309 1:
6310 \series default
6311  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6312  Titel vergeben.
6313  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6314 \begin_inset space ~
6315 \end_inset
6316
6317 2.4 auf Tabelle
6318 \begin_inset space ~
6319 \end_inset
6320
6321 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6322  Beschriftung sind.
6323  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6324  LaTeX-Befehl als TeX-Code einfügen:
6325 \end_layout
6326
6327 \begin_layout Plain Layout
6328
6329 \series bold
6330
6331 \backslash
6332 addtocounter{table}{-1}
6333 \end_layout
6334
6335 \begin_layout Plain Layout
6336 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6337  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6338 \end_layout
6339
6340 \begin_layout Plain Layout
6341
6342 \series bold
6343
6344 \backslash
6345 let
6346 \backslash
6347 myEnd
6348 \backslash
6349 endlongtable
6350 \begin_inset Newline newline
6351 \end_inset
6352
6353
6354 \backslash
6355 renewcommand{
6356 \backslash
6357 endlongtable}{
6358 \backslash
6359 myEnd
6360 \backslash
6361 addtocounter{table}{-1}}
6362 \end_layout
6363
6364 \end_inset
6365
6366
6367 \end_layout
6368
6369 \begin_layout Standard
6370 \begin_inset Note Greyedout
6371 status open
6372
6373 \begin_layout Plain Layout
6374
6375 \series bold
6376 Bemerkung
6377 \begin_inset space ~
6378 \end_inset
6379
6380 2:
6381 \series default
6382  Wenn Sie 
6383 \series bold
6384 hyperref
6385 \series default
6386
6387 \begin_inset Index idx
6388 status collapsed
6389
6390 \begin_layout Plain Layout
6391 LaTeX-Pakete ! hyperref
6392 \end_layout
6393
6394 \end_inset
6395
6396  in den
6397 \family sans
6398  PDF-Eigenschaften
6399 \family default
6400  im 
6401 \family sans
6402 Dokument-Einstellungen
6403 \family default
6404  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6405  immer auf den Anfang des Dokuments zeigen.
6406 \end_layout
6407
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \begin_layout Subsubsection
6414 Querverweise auf 
6415 \family sans
6416 lange Tabelle
6417 \family default
6418 n
6419 \begin_inset Index idx
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423 Tabellen ! lange ! Querverweis
6424 \end_layout
6425
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \begin_layout Standard
6432 \begin_inset Tabular
6433 <lyxtabular version="3" rows="6" columns="5">
6434 <features islongtable="true" longtabularalignment="center">
6435 <column alignment="center" valignment="top" width="0">
6436 <column alignment="center" valignment="top" width="0">
6437 <column alignment="center" valignment="top" width="0">
6438 <column alignment="center" valignment="top" width="0">
6439 <column alignment="center" valignment="top" width="0">
6440 <row caption="true">
6441 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 \begin_inset Caption
6446
6447 \begin_layout Plain Layout
6448 Lange Tabelle mit Marke
6449 \begin_inset CommandInset label
6450 LatexCommand label
6451 name "tab:LangeTabelle-mit-Marke"
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 </row>
6502 <row>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 1
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 2
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525 3
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 4
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 5
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 </row>
6549 <row>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 asd
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 s
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572 s
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 s
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 asd
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 </row>
6596 <row>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 asd
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 s
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 s
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 s
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 asd
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 </row>
6643 <row>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 asd
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 s
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 s
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 s
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 asd
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 </row>
6690 <row>
6691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 asd
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 sad
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 asd
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 asd
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 </lyxtabular>
6738
6739 \end_inset
6740
6741
6742 \end_layout
6743
6744 \begin_layout Standard
6745 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6746  im Titel einfügen.
6747 \end_layout
6748
6749 \begin_layout Standard
6750 Dies ist ein Verweis auf Tabelle
6751 \begin_inset space ~
6752 \end_inset
6753
6754
6755 \begin_inset CommandInset ref
6756 LatexCommand ref
6757 reference "tab:LangeTabelle-mit-Marke"
6758
6759 \end_inset
6760
6761 .
6762 \end_layout
6763
6764 \begin_layout Standard
6765 Mit dem LaTeX-Paket 
6766 \series bold
6767 caption
6768 \series default
6769
6770 \begin_inset Index idx
6771 status collapsed
6772
6773 \begin_layout Plain Layout
6774 LaTeX-Pakete ! caption
6775 \end_layout
6776
6777 \end_inset
6778
6779 , siehe Abschnitt
6780 \begin_inset space ~
6781 \end_inset
6782
6783
6784 \begin_inset CommandInset ref
6785 LatexCommand ref
6786 reference "abs:Titel-Formatierung"
6787
6788 \end_inset
6789
6790 , können Sie alle anderen Beschriftungsoptionen benutzen.
6791 \end_layout
6792
6793 \begin_layout Subsubsection
6794 Titelbreite
6795 \begin_inset Index idx
6796 status collapsed
6797
6798 \begin_layout Plain Layout
6799 Tabellen ! lange ! Beschriftungsbreite
6800 \end_layout
6801
6802 \end_inset
6803
6804
6805 \end_layout
6806
6807 \begin_layout Standard
6808 Die maximale Titelbreite wird durch die Variable 
6809 \series bold
6810
6811 \backslash
6812 LTcapwidth
6813 \series default
6814  definiert.
6815  Ihr Standardwert ist 4
6816 \begin_inset space \thinspace{}
6817 \end_inset
6818
6819 Zoll (
6820 \begin_inset Formula $\approx10$
6821 \end_inset
6822
6823
6824 \begin_inset space \thinspace{}
6825 \end_inset
6826
6827 cm).
6828  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6829  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6830 \end_layout
6831
6832 \begin_layout Standard
6833
6834 \series bold
6835
6836 \backslash
6837 setlength{
6838 \backslash
6839 LTcapwidth}{Breite}
6840 \end_layout
6841
6842 \begin_layout Standard
6843 wobei die Breite eine der in Anhang
6844 \begin_inset space ~
6845 \end_inset
6846
6847
6848 \begin_inset CommandInset ref
6849 LatexCommand ref
6850 reference "kap:In-LyX-verfügbare"
6851
6852 \end_inset
6853
6854  aufgelisteten Einheiten haben kann.
6855 \end_layout
6856
6857 \begin_layout Standard
6858 Die beiden folgenden Tabellen zeigen den Unterschied:
6859 \end_layout
6860
6861 \begin_layout Standard
6862 \begin_inset Tabular
6863 <lyxtabular version="3" rows="6" columns="5">
6864 <features islongtable="true" longtabularalignment="center">
6865 <column alignment="center" valignment="top" width="0">
6866 <column alignment="center" valignment="top" width="0">
6867 <column alignment="center" valignment="top" width="0">
6868 <column alignment="center" valignment="top" width="0">
6869 <column alignment="center" valignment="top" width="0">
6870 <row caption="true">
6871 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 \begin_inset Caption
6876
6877 \begin_layout Plain Layout
6878 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6879 \begin_inset Argument
6880 status open
6881
6882 \begin_layout Plain Layout
6883 Titel mit Standardbreite
6884 \end_layout
6885
6886 \end_inset
6887
6888
6889 \end_layout
6890
6891 \end_inset
6892
6893
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 </row>
6935 <row>
6936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 1
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 2
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 3
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 4
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 5
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 </row>
6982 <row>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 asd
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 s
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 s
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 s
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 asd
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 </row>
7029 <row>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 asd
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 s
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 s
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 s
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 asd
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 </row>
7076 <row>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 asd
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 s
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 s
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 s
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 asd
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 </row>
7123 <row>
7124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 asd
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 sad
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 asd
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 asd
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 asd
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 </row>
7170 </lyxtabular>
7171
7172 \end_inset
7173
7174
7175 \end_layout
7176
7177 \begin_layout Standard
7178 \begin_inset ERT
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182
7183
7184 \backslash
7185 setlength{
7186 \backslash
7187 LTcapwidth}{5cm}
7188 \end_layout
7189
7190 \end_inset
7191
7192
7193 \begin_inset Tabular
7194 <lyxtabular version="3" rows="6" columns="5">
7195 <features islongtable="true" longtabularalignment="center">
7196 <column alignment="center" valignment="top" width="0">
7197 <column alignment="center" valignment="top" width="0">
7198 <column alignment="center" valignment="top" width="0">
7199 <column alignment="center" valignment="top" width="0">
7200 <column alignment="center" valignment="top" width="0">
7201 <row caption="true">
7202 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 \begin_inset Caption
7207
7208 \begin_layout Plain Layout
7209 Langer Titel mit 5
7210 \begin_inset space \thinspace{}
7211 \end_inset
7212
7213 cm Breite, Langer Titel mit 5
7214 \begin_inset space \thinspace{}
7215 \end_inset
7216
7217 cm Breite
7218 \begin_inset Argument
7219 status open
7220
7221 \begin_layout Plain Layout
7222 Titel mit 5
7223 \begin_inset space \thinspace{}
7224 \end_inset
7225
7226 cm Breite
7227 \end_layout
7228
7229 \end_inset
7230
7231
7232 \end_layout
7233
7234 \end_inset
7235
7236
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 </row>
7278 <row>
7279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 1
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 2
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 3
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 4
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 5
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 </row>
7325 <row>
7326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 asd
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 s
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 s
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 s
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 asd
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 </row>
7372 <row>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 asd
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 s
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395 s
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404 s
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 asd
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 </row>
7419 <row>
7420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 asd
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 s
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442 s
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 s
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 asd
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row>
7467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 asd
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 sad
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 asd
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 asd
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 asd
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 </lyxtabular>
7514
7515 \end_inset
7516
7517
7518 \begin_inset ERT
7519 status collapsed
7520
7521 \begin_layout Plain Layout
7522
7523
7524 \backslash
7525 setlength{
7526 \backslash
7527 LTcapwidth}{4in}
7528 \end_layout
7529
7530 \end_inset
7531
7532
7533 \begin_inset Note Note
7534 status collapsed
7535
7536 \begin_layout Plain Layout
7537 Beschriftungsbreite zurücksetzen
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \begin_layout Standard
7546 \begin_inset Note Greyedout
7547 status open
7548
7549 \begin_layout Plain Layout
7550
7551 \series bold
7552 Achtung:
7553 \series default
7554  Wenn das LaTeX-Paket 
7555 \series bold
7556 caption
7557 \series default
7558
7559 \begin_inset Index idx
7560 status collapsed
7561
7562 \begin_layout Plain Layout
7563 LaTeX-Pakete ! caption
7564 \end_layout
7565
7566 \end_inset
7567
7568  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7569  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7570  4
7571 \begin_inset space \thinspace{}
7572 \end_inset
7573
7574 Zoll für 
7575 \series bold
7576
7577 \backslash
7578 LTcapwidth
7579 \series default
7580  benutzen.
7581  Um in diesem Fall eine genau 4
7582 \begin_inset space \thinspace{}
7583 \end_inset
7584
7585 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7586  4
7587 \begin_inset space \thinspace{}
7588 \end_inset
7589
7590 Zoll veränderten Wert wie z.
7591 \begin_inset space \thinspace{}
7592 \end_inset
7593
7594 B.
7595  3.99
7596 \begin_inset space \thinspace{}
7597 \end_inset
7598
7599 Zoll verwenden oder den LaTeX-Befehl 
7600 \series bold
7601
7602 \backslash
7603 captionsetup{width=Wert}
7604 \series default
7605  benutzen, der vom 
7606 \series bold
7607 caption
7608 \series default
7609 -Paket bereitgestellt wird.
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \end_layout
7616
7617 \begin_layout Subsubsection
7618 Unterschiedliche Titel für Tabellenseiten
7619 \begin_inset Index idx
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623 Tabellen ! lange ! mehrere Titel
7624 \end_layout
7625
7626 \end_inset
7627
7628
7629 \end_layout
7630
7631 \begin_layout Standard
7632 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7633  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7634  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7635 \end_layout
7636
7637 \begin_layout Standard
7638
7639 \series bold
7640
7641 \backslash
7642 caption*{Beschriftung}
7643 \backslash
7644
7645 \backslash
7646 %
7647 \end_layout
7648
7649 \begin_layout Standard
7650 Tabelle
7651 \begin_inset space ~
7652 \end_inset
7653
7654
7655 \begin_inset CommandInset ref
7656 LatexCommand ref
7657 reference "tab:DiffCaptions"
7658
7659 \end_inset
7660
7661  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7662  ohne Tabellennummer auf der zweiten Seite.
7663 \end_layout
7664
7665 \begin_layout Standard
7666 \align center
7667 \begin_inset Tabular
7668 <lyxtabular version="3" rows="59" columns="3">
7669 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7670 <column alignment="left" valignment="top" width="0cm">
7671 <column alignment="left" valignment="top" width="0pt">
7672 <column alignment="right" valignment="top" width="0pt">
7673 <row caption="true">
7674 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 \begin_inset Caption
7679
7680 \begin_layout Plain Layout
7681 Telefonliste
7682 \begin_inset CommandInset label
7683 LatexCommand label
7684 name "tab:DiffCaptions"
7685
7686 \end_inset
7687
7688
7689 \begin_inset Argument
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693 Telefonliste
7694 \end_layout
7695
7696 \end_inset
7697
7698
7699 \end_layout
7700
7701 \end_inset
7702
7703
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 </row>
7727 <row endfirsthead="true">
7728 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \series bold
7734 Telefonliste (ignoriere die Namen)
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row endfirsthead="true">
7759 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \series bold
7765 NAME
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \series bold
7785 TEL.
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row endhead="true">
7792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 \begin_inset ERT
7797 status open
7798
7799 \begin_layout Plain Layout
7800
7801
7802 \backslash
7803 caption*{Fortsetzung der Telefonliste}
7804 \backslash
7805
7806 \backslash
7807 %
7808 \end_layout
7809
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 </row>
7836 <row endhead="true">
7837 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841
7842 \series bold
7843 Telefonliste
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 </row>
7867 <row endhead="true">
7868 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \series bold
7874 NAME
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 TEL.
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row endfoot="true">
7901 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 wird fortgesetzt\SpecialChar \ldots{}
7906
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \series bold
7937 Annovi
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 Silvia
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 111
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \series bold
7968 Bertoli
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 Stefano
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 111
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \series bold
7999 Bozzi
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 Walter
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 111
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \series bold
8030 Cachia
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 Maria
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 111
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 Cachia
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Maurizio
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 111
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \series bold
8092 Cinquemani
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 Giusi
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 111
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Colin
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Bernard
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Concli
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Gianfranco
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Dal Bosco
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Carolina
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Dalpiaz
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Annamaria
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Feliciello
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Domenico
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Focarelli
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Paola
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Galletti
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Oreste
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 111
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Gasparini
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Franca
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 111
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Rizzardi
8372 \series default
8373
8374 \begin_inset Foot
8375 status open
8376
8377 \begin_layout Plain Layout
8378 Beispielfußnote
8379 \end_layout
8380
8381 \end_inset
8382
8383
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Paola
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 111
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \series bold
8414 Lassini
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 Giancarlo
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 111
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \series bold
8445 Malfatti
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 Luciano
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 111
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \series bold
8476 Malfatti
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 Valeriano
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 111
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 </row>
8500 <row>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \series bold
8507 Meneguzzo
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 Roberto
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 111
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \series bold
8538 Mezzadra
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 Roberto
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 111
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \series bold
8569 Pirpamer
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Erich
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 111
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \series bold
8600 Pochiesa
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Paolo
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 111, 222
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \series bold
8631 Radina
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Claudio
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 111
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \series bold
8662 Stuffer
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 Oskar
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 111
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \series bold
8693 Tacchelli
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 Ugo
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 111
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 </row>
8717 <row>
8718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \series bold
8724 Tezzele
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Margit
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 111
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \series bold
8755 Unterkalmsteiner
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 Frieda
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 111
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \series bold
8786 Vieider
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Hilde
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 111
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \series bold
8817 Vigna
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 Jürgen
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 111
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846
8847 \series bold
8848 Weber
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 Maurizio
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 111
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \series bold
8879 Winkler
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 Franz
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 111
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908  
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \series bold
8939 Annovi
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 Silvia
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 555
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \series bold
8970 Bertoli
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Stefano
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 555
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \series bold
9001 Bozzi
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Walter
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 555
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032 Cachia
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 Maria
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 555
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \series bold
9063 Cachia
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 Maurizio
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 555
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \series bold
9094 Cinquemani
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Giusi
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 555
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 Colin
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 Bernard
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 555
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \series bold
9156 Concli
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Gianfranco
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 555
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \series bold
9187 Dal Bosco
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Carolina
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 555
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \series bold
9218 Dalpiaz
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Annamaria
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 555
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249 Feliciello
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Domenico
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 555
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \series bold
9280 Focarelli
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 Paola
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 555
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \series bold
9311 Galletti
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 Oreste
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 555
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \series bold
9342 Gasparini
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 Franca
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 555
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \series bold
9373 Rizzardi
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 Paola
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 555
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404 Lassini
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 Giancarlo
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 555
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \series bold
9435 Malfatti
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Luciano
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 555
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \series bold
9466 Malfatti
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 Valeriano
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 555
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \series bold
9497 Meneguzzo
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 Roberto
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 555
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 <row>
9522 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \series bold
9528 Mezzadra
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 Roberto
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 555
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 </lyxtabular>
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Section
9560 Weitere Möglichkeiten für 
9561 \family sans
9562 lange Tabelle
9563 \family default
9564 n
9565 \begin_inset CommandInset label
9566 LatexCommand label
9567 name "abs:Special-Longtable-Issues"
9568
9569 \end_inset
9570
9571
9572 \end_layout
9573
9574 \begin_layout Subsection
9575 L
9576 \family sans
9577 ange Tabelle
9578 \family default
9579 n: Berechnung
9580 \begin_inset Index idx
9581 status collapsed
9582
9583 \begin_layout Plain Layout
9584 Tabellen ! lange ! Berechnung
9585 \end_layout
9586
9587 \end_inset
9588
9589
9590 \end_layout
9591
9592 \begin_layout Standard
9593 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9594  so genannten 
9595 \emph on
9596 chunks
9597 \emph default
9598  (Brocken).
9599  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9600  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9601  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9602  das die Druckausgabe.
9603  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9604  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9605  einfügen:
9606 \end_layout
9607
9608 \begin_layout Standard
9609
9610 \series bold
9611
9612 \backslash
9613 setcounter{LTchunksize}{100}
9614 \end_layout
9615
9616 \begin_layout Subsection
9617 Gleitobjekte und L
9618 \family sans
9619 ange Tabelle
9620 \family default
9621 n
9622 \begin_inset Index idx
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626 Tabellen ! lange ! und Gleitobjekte
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \begin_layout Standard
9635 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9636 \family sans
9637 lange
9638 \begin_inset space ~
9639 \end_inset
9640
9641 Tabelle
9642 \family default
9643  beginnt, ein Gleitobjekt befindet.
9644  Um das zu vermeiden, können Sie vor der 
9645 \family sans
9646 langen
9647 \begin_inset space ~
9648 \end_inset
9649
9650 Tabellen
9651 \family default
9652  einen manuellen Seitenumbruch
9653 \family sans
9654  Einfügen\SpecialChar \menuseparator
9655 Formatierung\SpecialChar \menuseparator
9656 [Doppel]Seite
9657 \begin_inset space \space{}
9658 \end_inset
9659
9660 leeren
9661 \family default
9662  einfügen, siehe 
9663 \emph on
9664 Benutzerhandbuch
9665 \emph default
9666 .
9667 \end_layout
9668
9669 \begin_layout Subsection
9670 Manuelle Seitenumbrüche
9671 \begin_inset Index idx
9672 status collapsed
9673
9674 \begin_layout Plain Layout
9675 Tabellen ! lange ! manueller Seitenumbruch
9676 \end_layout
9677
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \begin_layout Standard
9684 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9685  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9686  der Zelle umbrechen wollen, fügen Sie den Befehl  
9687 \begin_inset Quotes gld
9688 \end_inset
9689
9690
9691 \series bold
9692
9693 \backslash
9694
9695 \backslash
9696
9697 \series default
9698
9699 \begin_inset Quotes grd
9700 \end_inset
9701
9702  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9703  werden kann.
9704  Vor dem 
9705 \begin_inset Quotes gld
9706 \end_inset
9707
9708
9709 \series bold
9710
9711 \backslash
9712
9713 \backslash
9714
9715 \series default
9716
9717 \begin_inset Quotes grd
9718 \end_inset
9719
9720 -Befehl müssen Sie so viele 
9721 \begin_inset Quotes gld
9722 \end_inset
9723
9724
9725 \series bold
9726 &
9727 \series default
9728
9729 \begin_inset Quotes grd
9730 \end_inset
9731
9732  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9733  Mit 
9734 \begin_inset Quotes gld
9735 \end_inset
9736
9737
9738 \series bold
9739 &
9740 \series default
9741
9742 \begin_inset Quotes grd
9743 \end_inset
9744
9745   werden in LaTeX Tabellenzellen getrennt.
9746  Hinter jedes 
9747 \begin_inset Quotes gld
9748 \end_inset
9749
9750
9751 \series bold
9752 &
9753 \series default
9754
9755 \begin_inset Quotes grd
9756 \end_inset
9757
9758  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9759  und löschen den Inhalt dieser Zellen.
9760 \end_layout
9761
9762 \begin_layout Standard
9763 Hinter dem 
9764 \begin_inset Quotes gld
9765 \end_inset
9766
9767
9768 \series bold
9769
9770 \backslash
9771
9772 \backslash
9773
9774 \series default
9775
9776 \begin_inset Quotes grd
9777 \end_inset
9778
9779 -Befehl müssen Sie so viele 
9780 \begin_inset Quotes gld
9781 \end_inset
9782
9783
9784 \series bold
9785 &
9786 \series default
9787
9788 \begin_inset Quotes grd
9789 \end_inset
9790
9791  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9792  In Tabelle
9793 \begin_inset space ~
9794 \end_inset
9795
9796
9797 \begin_inset CommandInset ref
9798 LatexCommand ref
9799 reference "tab:ForcedPagebreak"
9800
9801 \end_inset
9802
9803  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9804  Es folgt noch eine weitere Spalte.
9805  Deshalb wurde hinter dem Wort 
9806 \emph on
9807 Castelchiodato, 
9808 \emph default
9809 folgendes eingefügt:
9810 \end_layout
9811
9812 \begin_layout Standard
9813
9814 \series bold
9815 & 111
9816 \backslash
9817
9818 \backslash
9819  
9820 \backslash
9821 newpage
9822 \begin_inset Newline newline
9823 \end_inset
9824
9825 &
9826 \end_layout
9827
9828 \begin_layout Standard
9829 Die 
9830 \begin_inset Quotes gld
9831 \end_inset
9832
9833 111
9834 \begin_inset Quotes grd
9835 \end_inset
9836
9837  in der dritten Spalte wurde gelöscht.
9838  
9839 \series bold
9840
9841 \backslash
9842 newpage
9843 \series default
9844  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9845  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9846  Wenn die Fußzeile Ihrer 
9847 \family sans
9848 langen
9849 \begin_inset space ~
9850 \end_inset
9851
9852 Tabelle
9853 \family default
9854  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9855  Befehle benutzen:
9856 \end_layout
9857
9858 \begin_layout Standard
9859
9860 \series bold
9861 & 111
9862 \backslash
9863
9864 \backslash
9865
9866 \begin_inset Newline newline
9867 \end_inset
9868
9869
9870 \backslash
9871 hline &
9872 \end_layout
9873
9874 \begin_layout Standard
9875 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9876  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9877 \end_layout
9878
9879 \begin_layout Standard
9880
9881 \series bold
9882
9883 \backslash
9884 setlength{
9885 \backslash
9886 parfillskip}{0pt}
9887 \end_layout
9888
9889 \begin_layout Standard
9890 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9891  erscheint.
9892 \end_layout
9893
9894 \begin_layout Standard
9895 \align center
9896 \begin_inset Tabular
9897 <lyxtabular version="3" rows="38" columns="3">
9898 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9899 <column alignment="left" valignment="top" width="0cm">
9900 <column alignment="left" valignment="top" width="3cm">
9901 <column alignment="right" valignment="top" width="0pt">
9902 <row caption="true">
9903 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 \begin_inset Caption
9908
9909 \begin_layout Plain Layout
9910 Tabelle mit manuellem Seitenumbruch in einer Zelle
9911 \begin_inset CommandInset label
9912 LatexCommand label
9913 name "tab:ForcedPagebreak"
9914
9915 \end_inset
9916
9917
9918 \begin_inset Argument
9919 status collapsed
9920
9921 \begin_layout Plain Layout
9922 Tabelle mit manuellem Seitenumbruch in einer Zelle
9923 \end_layout
9924
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row endfirsthead="true">
9957 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 Telefonliste (ignoriere die Namen)
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row endfirsthead="true">
9988 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \series bold
9994 NAME
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 TEL.
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row endhead="true">
10021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 \begin_inset ERT
10026 status collapsed
10027
10028 \begin_layout Plain Layout
10029
10030
10031 \backslash
10032 caption*{Fortsetzung der Tabelle}
10033 \backslash
10034
10035 \backslash
10036 %
10037 \end_layout
10038
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row endhead="true">
10066 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 Telefonliste
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row endhead="true">
10097 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 NAME
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \series bold
10123 TEL.
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row endfoot="true">
10130 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 wird fortgesetzt\SpecialChar \ldots{}
10135
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Annovi
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Silvia
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Bertoli
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Stefano
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Bozzi
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Walter
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 111
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 </row>
10252 <row>
10253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259 Cachia
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 Maria
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 111
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Cachia
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Maurizio
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Cinquemani
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Giusi
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Colin
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Bernard
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 111
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \series bold
10383 Concli
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 Gianfranco
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 111
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \series bold
10414 Dal Bosco
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 Carolina
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 111
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \series bold
10445 Dalpiaz
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Annamaria
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 111
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \series bold
10476 Feliciello
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Domenico
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 111
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \series bold
10507 Focarelli
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 Paola
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 111
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 <row>
10532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \series bold
10538 Galletti
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Oreste
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 111
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \series bold
10569 Gasparini
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 Franca
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 111
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \series bold
10600 Lassini
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Giancarlo
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 111
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \series bold
10631 Malfatti
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 Luciano
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 111
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662 Malfatti
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 Valeriano
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 111
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \series bold
10693 Meneguzzo
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 Roberto
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 111
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \series bold
10724 Mezzadra
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 Roberto
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 111
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 </row>
10748 <row>
10749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753
10754 \series bold
10755 Pirpamer
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 Erich
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 111
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row>
10780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \series bold
10786 Pochiesa
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 Paolo
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 111, 222
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row>
10811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \series bold
10817 Radina
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 Claudio
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 111
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \series bold
10848 Rizzardi
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 Paolo, 11.
10858  Fürst von Monte\SpecialChar \-
10859 com\SpecialChar \-
10860 patri, 11.
10861  Fürst von Sulmona und Vivaro, 10.
10862  Fürst von Rossano, 5.
10863  Herzog von Canemorte, 11.
10864  Herzog von Palombara, 5.
10865  Herzog von Castelchiodato,
10866 \begin_inset ERT
10867 status open
10868
10869 \begin_layout Plain Layout
10870
10871 & 111
10872 \backslash
10873
10874 \backslash
10875  
10876 \backslash
10877 newpage
10878 \end_layout
10879
10880 \begin_layout Plain Layout
10881
10882 &
10883 \end_layout
10884
10885 \end_inset
10886
10887  11.
10888  Herzog von Poggionativo, 11.
10889  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10890  Graf von Valinfreda, 11.
10891  Baron von Cropalati, 11.
10892  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912
10913 \series bold
10914 Stuffer
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 Oskar
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 111
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 </row>
10938 <row>
10939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943
10944 \series bold
10945 Tacchelli
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 Ugo
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 111
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 </row>
10969 <row>
10970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974
10975 \series bold
10976 Tezzele
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 Margit
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 111
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 <row>
11001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \series bold
11007 Unterkalmsteiner
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 Frieda
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 111
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 </row>
11031 <row>
11032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \series bold
11038 Vieider
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 Hilde
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 111
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 </row>
11062 <row>
11063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067
11068 \series bold
11069 Vigna
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 Jürgen
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 111
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 </row>
11093 <row>
11094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098
11099 \series bold
11100 Weber
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 Maurizio
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 111
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 <row>
11125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129
11130 \series bold
11131 Winkler
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 Franz
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 111
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 </lyxtabular>
11156
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \begin_layout Section
11163 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11164 \end_layout
11165
11166 \begin_layout Subsection
11167 Mehrfache Zeilen in Zellen
11168 \begin_inset CommandInset label
11169 LatexCommand label
11170 name "uab:Mehrfache-Zeilen-in"
11171
11172 \end_inset
11173
11174
11175 \begin_inset Index idx
11176 status collapsed
11177
11178 \begin_layout Plain Layout
11179 Mehrfache ! Zeilen in Zellen
11180 \end_layout
11181
11182 \end_inset
11183
11184
11185 \begin_inset Index idx
11186 status collapsed
11187
11188 \begin_layout Plain Layout
11189 Tabellen ! Zeilenumbrüche
11190 \end_layout
11191
11192 \end_inset
11193
11194
11195 \end_layout
11196
11197 \begin_layout Standard
11198 \noindent
11199 \begin_inset Float table
11200 placement H
11201 wide false
11202 sideways false
11203 status open
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Caption
11207
11208 \begin_layout Plain Layout
11209 \begin_inset CommandInset label
11210 LatexCommand label
11211 name "tab:Table-with-multiple"
11212
11213 \end_inset
11214
11215 Tabelle mit mehrfachen Zeilen in einer Zelle
11216 \end_layout
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \begin_layout Plain Layout
11224 \align center
11225 \begin_inset Tabular
11226 <lyxtabular version="3" rows="3" columns="3">
11227 <features tabularvalignment="middle">
11228 <column alignment="center" valignment="middle" width="2.5cm">
11229 <column alignment="center" valignment="middle" width="0.5cm">
11230 <column alignment="center" valignment="middle" width="0.5cm">
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 zwei
11237 \begin_inset Newline linebreak
11238 \end_inset
11239
11240 Zeilen
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 b
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 c
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 d
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 e
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 f
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 <row>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 g
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 h
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316 i
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 </lyxtabular>
11323
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \begin_layout Standard
11335 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11336  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11337  Tabelle
11338 \begin_inset space ~
11339 \end_inset
11340
11341
11342 \begin_inset CommandInset ref
11343 LatexCommand ref
11344 reference "tab:Table-with-multiple"
11345
11346 \end_inset
11347
11348  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11349 \family sans
11350 Tabellen-Einstellungen
11351 \family default
11352 -Dialog auf 2.5
11353 \begin_inset space \thinspace{}
11354 \end_inset
11355
11356 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11357  Weil unser Text schmaler als 2.5
11358 \begin_inset space \thinspace{}
11359 \end_inset
11360
11361 cm ist, würde er in einer Zeile gedruckt werden.
11362  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11363
11364 \family sans
11365 Strg+Shift+Enter
11366 \family default
11367 ) eingefügt.
11368  Wenn der Text länger ist, wird er automatisch umgebrochen.
11369 \end_layout
11370
11371 \begin_layout Standard
11372 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11373  setzen Sie die Breite der beiden Spalten im 
11374 \family sans
11375 Tabellen-Einstellungen
11376 \family default
11377 -Dialog auf 0.5
11378 \begin_inset space \thinspace{}
11379 \end_inset
11380
11381 cm und die vertikale Ausrichtung auf zentriert.
11382 \end_layout
11383
11384 \begin_layout Standard
11385 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11386  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11387  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11388  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11389  Fügen sie daher 0
11390 \begin_inset space \thinspace{}
11391 \end_inset
11392
11393 pt horizontalen Abstand vor dem Wort ein.
11394  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11395  Tabelle
11396 \begin_inset space ~
11397 \end_inset
11398
11399
11400 \begin_inset CommandInset ref
11401 LatexCommand ref
11402 reference "tab:Table-with-and"
11403
11404 \end_inset
11405
11406  zeigt die Wirkungen.
11407 \end_layout
11408
11409 \begin_layout Standard
11410 \begin_inset Float table
11411 placement h
11412 wide false
11413 sideways false
11414 status open
11415
11416 \begin_layout Plain Layout
11417 \begin_inset Caption
11418
11419 \begin_layout Plain Layout
11420 \begin_inset CommandInset label
11421 LatexCommand label
11422 name "tab:Table-with-and"
11423
11424 \end_inset
11425
11426 Tabelle ohne und mit Silbentrennung
11427 \end_layout
11428
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \begin_layout Plain Layout
11435 \begin_inset space \hfill{}
11436 \end_inset
11437
11438
11439 \begin_inset Tabular
11440 <lyxtabular version="3" rows="3" columns="3">
11441 <features tabularvalignment="middle">
11442 <column alignment="center" valignment="middle" width="2.5cm">
11443 <column alignment="center" valignment="middle" width="0.5cm">
11444 <column alignment="center" valignment="middle" width="0.5cm">
11445 <row>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 einsehrlangesZellenwort
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 b
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 c
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 <row>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 d
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 e
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 f
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 </row>
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 g
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 h
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 i
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 </row>
11532 </lyxtabular>
11533
11534 \end_inset
11535
11536
11537 \begin_inset space \hfill{}
11538 \end_inset
11539
11540
11541 \begin_inset Tabular
11542 <lyxtabular version="3" rows="3" columns="3">
11543 <features tabularvalignment="middle">
11544 <column alignment="center" valignment="middle" width="2.5cm">
11545 <column alignment="center" valignment="middle" width="0.5cm">
11546 <column alignment="center" valignment="middle" width="0.5cm">
11547 <row>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 \begin_inset space \hspace{}
11553 \length 0pt
11554 \end_inset
11555
11556 einsehrlangesZellenwort
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 b
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 c
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 d
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 e
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 f
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 <row>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 g
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 h
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 i
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 </row>
11638 </lyxtabular>
11639
11640 \end_inset
11641
11642
11643 \begin_inset space \hfill{}
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \begin_layout Subsection
11655 Mehrfachspalten
11656 \begin_inset CommandInset label
11657 LatexCommand label
11658 name "uab:Mehrfachspalten"
11659
11660 \end_inset
11661
11662
11663 \begin_inset Index idx
11664 status collapsed
11665
11666 \begin_layout Plain Layout
11667 Mahrfachspalten
11668 \end_layout
11669
11670 \end_inset
11671
11672
11673 \begin_inset Index idx
11674 status collapsed
11675
11676 \begin_layout Plain Layout
11677 Tabellen ! Mahrfachspalten
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \end_layout
11684
11685 \begin_layout Subsubsection
11686 Grundlagen
11687 \end_layout
11688
11689 \begin_layout Standard
11690 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11691  und verwenden dann den Knopf 
11692 \family sans
11693
11694 \begin_inset Info
11695 type  "icon"
11696 arg   "inset-modify tabular multicolumn"
11697 \end_inset
11698
11699
11700 \family default
11701  in der Werkzeugleiste, das Menü 
11702 \family sans
11703 Bearbeiten\SpecialChar \menuseparator
11704 Tabelle\SpecialChar \menuseparator
11705 Mehrfachspalte
11706 \family default
11707 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11708  
11709 \family sans
11710 Mehrfachspalte
11711 \family default
11712 .
11713 \end_layout
11714
11715 \begin_layout Standard
11716 Mehrfachspalten haben ihre eigenen Einstellungen.
11717  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11718  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11719  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11720 \end_layout
11721
11722 \begin_layout Standard
11723 \align center
11724 \begin_inset Tabular
11725 <lyxtabular version="3" rows="3" columns="4">
11726 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11727 <column alignment="center" valignment="top" width="0pt">
11728 <column alignment="center" valignment="middle" width="0">
11729 <column alignment="center" valignment="top" width="0in">
11730 <column alignment="center" valignment="top" width="0pt">
11731 <row>
11732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 abc
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 def ghi
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 jkl
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 </row>
11769 <row>
11770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774
11775 \family roman
11776 \series medium
11777 \shape up
11778 \size normal
11779 \emph off
11780 \bar no
11781 \noun off
11782 \color none
11783 A
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 B
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 C
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 D
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 </row>
11816 <row>
11817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 1
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 2
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 3
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 4
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 </row>
11854 </lyxtabular>
11855
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \begin_layout Subsubsection
11862 Mehrfachspalten-Berechnungen
11863 \begin_inset CommandInset label
11864 LatexCommand label
11865 name "uab:Mehrfachspalten-Berechnungen"
11866
11867 \end_inset
11868
11869
11870 \begin_inset Index idx
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874 Mahrfachspalten ! Berechnung
11875 \end_layout
11876
11877 \end_inset
11878
11879
11880 \begin_inset Index idx
11881 status collapsed
11882
11883 \begin_layout Plain Layout
11884 Tabellen ! Mahrfachspalten ! Berechnung
11885 \end_layout
11886
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \begin_layout Standard
11893 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11894  Zellen beachten.
11895 \end_layout
11896
11897 \begin_layout Standard
11898 \begin_inset Float table
11899 placement h
11900 wide false
11901 sideways false
11902 status open
11903
11904 \begin_layout Plain Layout
11905 \begin_inset Caption
11906
11907 \begin_layout Plain Layout
11908 \begin_inset CommandInset label
11909 LatexCommand label
11910 name "tab:Table-with-centered"
11911
11912 \end_inset
11913
11914 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11915  die halbe Breite der Mehrfachspalten-Zelle haben
11916 \begin_inset Argument
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920 Eine Mehrfachspalten-Tabelle
11921 \end_layout
11922
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \begin_layout Plain Layout
11934 \align center
11935 \begin_inset Tabular
11936 <lyxtabular version="3" rows="3" columns="3">
11937 <features tabularvalignment="middle">
11938 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11939 <column alignment="center" valignment="middle" width="0">
11940 <column alignment="center" valignment="top" width="0">
11941 <row>
11942 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 Dies ist eine Mehrfach\SpecialChar \-
11947 spalten-Zelle
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 c
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 <row>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 d
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 e
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 f
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 </row>
12000 <row>
12001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 g
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 h
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 i
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 </row>
12029 </lyxtabular>
12030
12031 \end_inset
12032
12033
12034 \end_layout
12035
12036 \end_inset
12037
12038
12039 \end_layout
12040
12041 \begin_layout Standard
12042 Um Tabelle
12043 \begin_inset space ~
12044 \end_inset
12045
12046
12047 \begin_inset CommandInset ref
12048 LatexCommand ref
12049 reference "tab:Table-with-centered"
12050
12051 \end_inset
12052
12053  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12054  3×3-Tabelle, kreuzen im 
12055 \family sans
12056 Tabellen-Einstellungen
12057 \family default
12058 -Dialog 
12059 \family sans
12060 Mehrfachspalte
12061 \family default
12062  an, setzen die 
12063 \family sans
12064 Horizontale
12065 \begin_inset space ~
12066 \end_inset
12067
12068 Ausrichtung
12069 \family default
12070  auf 
12071 \family sans
12072 Zentriert
12073 \family default
12074  und die 
12075 \family sans
12076 Breite
12077 \family default
12078  auf 2.5
12079 \begin_inset space \thinspace{}
12080 \end_inset
12081
12082 cm.
12083  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12084  Sie die Breite der ersten Spalte auf 1.25
12085 \begin_inset space \thinspace{}
12086 \end_inset
12087
12088 cm setzen.
12089  Die zweite Spalte wird dann automatisch 1.25
12090 \begin_inset space \thinspace{}
12091 \end_inset
12092
12093 cm breit (Breite der 
12094 \family sans
12095 Mehrfachspalte
12096 \family default
12097  
12098 \begin_inset Formula $-$
12099 \end_inset
12100
12101  Breite der ersten Spalte).
12102  Dies wurde so für Tabelle
12103 \begin_inset space ~
12104 \end_inset
12105
12106
12107 \begin_inset CommandInset ref
12108 LatexCommand ref
12109 reference "tab:Table-without-half"
12110
12111 \end_inset
12112
12113  gemacht.
12114 \end_layout
12115
12116 \begin_layout Standard
12117 \begin_inset Float table
12118 wide false
12119 sideways false
12120 status open
12121
12122 \begin_layout Plain Layout
12123 \begin_inset Caption
12124
12125 \begin_layout Plain Layout
12126 \begin_inset CommandInset label
12127 LatexCommand label
12128 name "tab:Table-without-half"
12129
12130 \end_inset
12131
12132 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12133  wie die Mehrfachspalte
12134 \begin_inset Argument
12135 status collapsed
12136
12137 \begin_layout Plain Layout
12138 Eine unvollkommene Mehrfachspalten-Tabelle
12139 \end_layout
12140
12141 \end_inset
12142
12143
12144 \end_layout
12145
12146 \end_inset
12147
12148
12149 \end_layout
12150
12151 \begin_layout Plain Layout
12152 \align center
12153 \begin_inset Tabular
12154 <lyxtabular version="3" rows="3" columns="3">
12155 <features tabularvalignment="middle">
12156 <column alignment="center" valignment="top" width="1.25cm">
12157 <column alignment="center" valignment="top" width="0">
12158 <column alignment="center" valignment="top" width="0">
12159 <row>
12160 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 Dies ist auch eine Mehr\SpecialChar \-
12165 fach\SpecialChar \-
12166 spalten-Zelle
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 c
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 </row>
12190 <row>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 d
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 e
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 f
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 </row>
12219 <row>
12220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224 g
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 h
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 i
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 </lyxtabular>
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \end_inset
12256
12257
12258 \end_layout
12259
12260 \begin_layout Standard
12261 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12262  als die zweite ist.
12263  Das liegt daran, dass die Zellenbreite 
12264 \begin_inset Formula $W_{\mathrm{tot}}$
12265 \end_inset
12266
12267  nicht ihre definierte Breite 
12268 \begin_inset Formula $W_{g}$
12269 \end_inset
12270
12271  ist, sondern ein wenig mehr.
12272  Anhang
12273 \begin_inset space ~
12274 \end_inset
12275
12276
12277 \begin_inset CommandInset ref
12278 LatexCommand ref
12279 reference "kap:Exläuterung-einer-Gleichung"
12280
12281 \end_inset
12282
12283  erklärt das genauer.
12284 \end_layout
12285
12286 \begin_layout Standard
12287 Wenn 
12288 \emph on
12289 n
12290 \emph default
12291  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12292  die definierte Breite 
12293 \begin_inset Formula $W_{g\, n}$
12294 \end_inset
12295
12296  einer Spalte, deren totale Breite = 
12297 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12298 \end_inset
12299
12300  sein soll, wie folgt:
12301 \begin_inset Formula 
12302 \begin{equation}
12303 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12304 \end{equation}
12305
12306 \end_inset
12307
12308
12309 \end_layout
12310
12311 \begin_layout Standard
12312 In unserem Falls ist 
12313 \begin_inset Formula $n=2$
12314 \end_inset
12315
12316
12317 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12318 \end_inset
12319
12320 cm, und damit wird aus Gleichung
12321 \begin_inset space ~
12322 \end_inset
12323
12324
12325 \begin_inset CommandInset ref
12326 LatexCommand ref
12327 reference "eq:Wgn"
12328
12329 \end_inset
12330
12331  
12332 \begin_inset Formula 
12333 \begin{equation}
12334 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12335 \end{equation}
12336
12337 \end_inset
12338
12339
12340 \end_layout
12341
12342 \begin_layout Standard
12343 Damit LaTeX rechnen kann, muss das Paket 
12344 \series bold
12345 calc
12346 \series default
12347  im Vorspann geladen werden.
12348 \begin_inset Index idx
12349 status collapsed
12350
12351 \begin_layout Plain Layout
12352 LaTeX-Pakete ! calc
12353 \end_layout
12354
12355 \end_inset
12356
12357
12358 \end_layout
12359
12360 \begin_layout Standard
12361
12362 \series bold
12363
12364 \backslash
12365 usepackage{calc}
12366 \end_layout
12367
12368 \begin_layout Standard
12369 LyX erlaubt im 
12370 \family sans
12371 Breite
12372 \family default
12373 -Feld des 
12374 \family sans
12375 Tabellen-Einstellungen
12376 \family default
12377 -Dialogs keine Berechnungen.
12378  Deshalb müssen Sie die Formel für die Breite im Feld 
12379 \family sans
12380 LaTe
12381 \begin_inset ERT
12382 status collapsed
12383
12384 \begin_layout Plain Layout
12385
12386 {}
12387 \end_layout
12388
12389 \end_inset
12390
12391 X-Argument
12392 \family default
12393  eingeben.
12394  Hier iss ein Überblick über die Argumente:
12395 \end_layout
12396
12397 \begin_layout Itemize
12398
12399 \series bold
12400 p{Breite}
12401 \series default
12402  die Zelle bekommt eine feste 
12403 \series bold
12404 Breite
12405 \series default
12406 , und die vertikale Ausrichtung ist 
12407 \family sans
12408 Oben
12409 \end_layout
12410
12411 \begin_layout Itemize
12412
12413 \series bold
12414 m{Breite}
12415 \series default
12416  die Zelle bekommt eine feste 
12417 \series bold
12418 Breite
12419 \series default
12420 , und die vertikale Ausrichtung ist 
12421 \family sans
12422 Mitte
12423 \end_layout
12424
12425 \begin_layout Itemize
12426
12427 \series bold
12428 b{Breite}
12429 \series default
12430  die Zelle bekommt eine feste 
12431 \series bold
12432 Breite
12433 \series default
12434 , und die vertikale Ausrichtung ist 
12435 \family sans
12436 Unten
12437 \end_layout
12438
12439 \begin_layout Standard
12440 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12441  für diese Zelle überschrieben.
12442 \end_layout
12443
12444 \begin_layout Standard
12445 \begin_inset Note Greyedout
12446 status open
12447
12448 \begin_layout Plain Layout
12449
12450 \series bold
12451 Bemerkung:
12452 \series default
12453  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12454  angezeigt.
12455 \end_layout
12456
12457 \end_inset
12458
12459
12460 \end_layout
12461
12462 \begin_layout Standard
12463 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12464  der Zelle mit dem Inhalt 
12465 \begin_inset Quotes gld
12466 \end_inset
12467
12468 d
12469 \begin_inset Quotes grd
12470 \end_inset
12471
12472  der Tabelle
12473 \begin_inset space ~
12474 \end_inset
12475
12476
12477 \begin_inset CommandInset ref
12478 LatexCommand ref
12479 reference "tab:Table-with-centered"
12480
12481 \end_inset
12482
12483  auch noch der Befehl
12484 \family typewriter
12485 \series bold
12486  
12487 \family default
12488
12489 \backslash
12490 centering
12491 \series default
12492  hinzugefügt.
12493  Das Ganze sieht dann so aus:
12494 \end_layout
12495
12496 \begin_layout Standard
12497
12498 \series bold
12499 |>{
12500 \backslash
12501 centering}m{1.25cm-6.2pt}
12502 \end_layout
12503
12504 \begin_layout Standard
12505 Der vertikale Strich 
12506 \series bold
12507
12508 \begin_inset Quotes gld
12509 \end_inset
12510
12511 |
12512 \series default
12513
12514 \begin_inset Quotes grd
12515 \end_inset
12516
12517  am Anfang zeichnet die linke Linie, und der Befehl 
12518 \series bold
12519
12520 \begin_inset Quotes gld
12521 \end_inset
12522
12523 >{ }
12524 \begin_inset Quotes grd
12525 \end_inset
12526
12527
12528 \series default
12529  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12530  der Zelle benutzt werden sollen.
12531 \end_layout
12532
12533 \begin_layout Standard
12534 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12535  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12536  für einzelne Spalten anwendet.
12537  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12538  werden:
12539 \end_layout
12540
12541 \begin_layout Standard
12542
12543 \series bold
12544 |>{
12545 \backslash
12546 centering}m{2.5cm}|
12547 \end_layout
12548
12549 \begin_layout Subsection
12550 Mehrfachzeilen
12551 \begin_inset CommandInset label
12552 LatexCommand label
12553 name "uab:Mehrfachzeilen"
12554
12555 \end_inset
12556
12557
12558 \begin_inset Index idx
12559 status collapsed
12560
12561 \begin_layout Plain Layout
12562 Mehrfachzeilen
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \begin_inset Index idx
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572 Tabellen ! Mehrfachzeilen
12573 \end_layout
12574
12575 \end_inset
12576
12577
12578 \end_layout
12579
12580 \begin_layout Standard
12581 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12582  und verwenden dann den Knopf 
12583 \family sans
12584
12585 \begin_inset Info
12586 type  "icon"
12587 arg   "inset-modify tabular multirow"
12588 \end_inset
12589
12590
12591 \family default
12592  in der Werkzeugleiste, das Menü 
12593 \family sans
12594 Bearbeiten\SpecialChar \menuseparator
12595 Tabelle\SpecialChar \menuseparator
12596 Mehrfachzeile
12597 \family default
12598 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12599  
12600 \family sans
12601 Mehrfachzeile
12602 \family default
12603 .
12604 \end_layout
12605
12606 \begin_layout Standard
12607 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12608 \end_layout
12609
12610 \begin_layout Standard
12611 \align center
12612 \begin_inset Tabular
12613 <lyxtabular version="3" rows="3" columns="3">
12614 <features tabularvalignment="middle">
12615 <column alignment="center" valignment="top" width="0pt">
12616 <column alignment="center" valignment="top" width="0">
12617 <column alignment="center" valignment="top" width="0">
12618 <row>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 ein langer Eintrag
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 b
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 c
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 <row>
12648 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 Mehrfachzeile
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 e
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 f
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 h
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 i
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 </row>
12705 </lyxtabular>
12706
12707 \end_inset
12708
12709
12710 \end_layout
12711
12712 \begin_layout Standard
12713 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12714  Spalte festgelegt.
12715  Der 
12716 \family sans
12717 Vertikale Versatz
12718 \family default
12719  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12720  positiv/negativ ist.
12721 \end_layout
12722
12723 \begin_layout Standard
12724 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12725  die Mehrfachzeile die Ausrichtung der Spalte.
12726  Ansonsten ist sie standardmäßig links ausgerichtet.
12727  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12728 \series bold
12729
12730 \backslash
12731 multirowsetup
12732 \series default
12733  mit dem Befehl
12734 \end_layout
12735
12736 \begin_layout Standard
12737
12738 \series bold
12739
12740 \backslash
12741 renewcommand{
12742 \backslash
12743 multirowsetup}{
12744 \backslash
12745 centering}
12746 \end_layout
12747
12748 \begin_layout Standard
12749 im LaTeX-Vorspann.
12750  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12751  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12752  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12753  erneuert werden.
12754  Für rechtsbündigen Text ersetzt man 
12755 \series bold
12756
12757 \backslash
12758 centering
12759 \series default
12760  durch 
12761 \series bold
12762
12763 \backslash
12764 raggedleft
12765 \series default
12766 .
12767  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12768 \series bold
12769
12770 \backslash
12771 raggedright
12772 \series default
12773  verwendet.
12774 \end_layout
12775
12776 \begin_layout Standard
12777 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12778  die -4
12779 \begin_inset space \thinspace{}
12780 \end_inset
12781
12782 mm vertikalen Versatz hat und sich in einer 3
12783 \begin_inset space \thinspace{}
12784 \end_inset
12785
12786 cm breiten Spalte befindet:
12787 \end_layout
12788
12789 \begin_layout Standard
12790 \noindent
12791 \align center
12792 \begin_inset ERT
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796
12797
12798 \backslash
12799 renewcommand{
12800 \backslash
12801 multirowsetup}{
12802 \backslash
12803 raggedleft}
12804 \end_layout
12805
12806 \end_inset
12807
12808
12809 \begin_inset Tabular
12810 <lyxtabular version="3" rows="4" columns="3">
12811 <features tabularvalignment="middle">
12812 <column alignment="center" valignment="top" width="3cm">
12813 <column alignment="center" valignment="top" width="0">
12814 <column alignment="center" valignment="top" width="0">
12815 <row>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 ein langer Eintrag
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 b
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 c
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 </row>
12844 <row>
12845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 t
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 n
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 m
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 <row>
12874 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 Mehrfachzeile
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 e
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 f
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 <row>
12903 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 h
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 i
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 </lyxtabular>
12932
12933 \end_inset
12934
12935
12936 \begin_inset ERT
12937 status collapsed
12938
12939 \begin_layout Plain Layout
12940
12941
12942 \backslash
12943 renewcommand{
12944 \backslash
12945 multirowsetup}{
12946 \backslash
12947 raggedright}
12948 \end_layout
12949
12950 \end_inset
12951
12952
12953 \end_layout
12954
12955 \begin_layout Standard
12956 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12957  (Tastenkürzel 
12958 \family sans
12959 Ctrl+Enter
12960 \family default
12961 ) verwenden.
12962  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12963 \end_layout
12964
12965 \begin_layout Standard
12966 \noindent
12967 \align center
12968 \begin_inset Tabular
12969 <lyxtabular version="3" rows="3" columns="2">
12970 <features tabularvalignment="middle">
12971 <column alignment="left" valignment="middle" width="2cm">
12972 <column alignment="center" valignment="top" width="0">
12973 <row>
12974 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 aaa
12979 \begin_inset Newline newline
12980 \end_inset
12981
12982 aaa
12983 \begin_inset Newline newline
12984 \end_inset
12985
12986 falsche Zelle
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 ccc
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 </row>
13001 <row>
13002 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 ddd
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 </row>
13021 <row>
13022 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 bbb
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 eee
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 </row>
13041 </lyxtabular>
13042
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \begin_layout Standard
13049 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13050 \end_layout
13051
13052 \begin_layout Section
13053 Formale Tabellen
13054 \begin_inset CommandInset label
13055 LatexCommand label
13056 name "abs:Formale-Tabellen"
13057
13058 \end_inset
13059
13060
13061 \begin_inset Index idx
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065 Tabellen ! Formale
13066 \end_layout
13067
13068 \end_inset
13069
13070
13071 \end_layout
13072
13073 \begin_layout Standard
13074 Tabellen werden in Büchern oft wie Tabelle
13075 \begin_inset space ~
13076 \end_inset
13077
13078
13079 \begin_inset CommandInset ref
13080 LatexCommand ref
13081 reference "tab:Formale-Tabelle"
13082
13083 \end_inset
13084
13085  gesetzt.
13086  Diese Tabellen werden
13087 \emph on
13088  formal
13089 \emph default
13090  genannt.
13091  Formale Tabellen bekommen Sie, wenn Sie im 
13092 \family sans
13093 Tabellen-Einstellungen
13094 \family default
13095 -Dialog auf der Karteikarte 
13096 \family sans
13097 Rahmen
13098 \family default
13099  den 
13100 \family sans
13101 Stil
13102 \family default
13103  
13104 \family sans
13105 Formal
13106 \family default
13107  ankreuzen.
13108 \end_layout
13109
13110 \begin_layout Standard
13111 \begin_inset Float table
13112 placement h
13113 wide false
13114 sideways false
13115 status open
13116
13117 \begin_layout Plain Layout
13118 \begin_inset Caption
13119
13120 \begin_layout Plain Layout
13121 \begin_inset CommandInset label
13122 LatexCommand label
13123 name "tab:Formale-Tabelle"
13124
13125 \end_inset
13126
13127 Formale Tabelle
13128 \end_layout
13129
13130 \end_inset
13131
13132
13133 \end_layout
13134
13135 \begin_layout Plain Layout
13136 \align center
13137 \begin_inset Tabular
13138 <lyxtabular version="3" rows="8" columns="4">
13139 <features booktabs="true" tabularvalignment="middle">
13140 <column alignment="center" valignment="top" width="0">
13141 <column alignment="right" valignment="top" width="0">
13142 <column alignment="right" valignment="top" width="0">
13143 <column alignment="right" valignment="top" width="0">
13144 <row>
13145 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 System
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 Chip
13159 \begin_inset space \thinspace{}
13160 \end_inset
13161
13162 1
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 Chip
13172 \begin_inset space \thinspace{}
13173 \end_inset
13174
13175 2
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 </row>
13190 <row>
13191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 \begin_inset ERT
13196 status collapsed
13197
13198 \begin_layout Plain Layout
13199
13200
13201 \backslash
13202 cmidrule(r){2-2}
13203 \end_layout
13204
13205 \end_inset
13206
13207
13208 \begin_inset ERT
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212
13213
13214 \backslash
13215 cmidrule(l){3-4}
13216 \end_layout
13217
13218 \end_inset
13219
13220 Detektordicke in µm
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 300
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 300
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 700
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 <row>
13254 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 Kantenwinkel in °
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" topline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 3.55
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" topline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 2.71
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 7.99
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 </row>
13291 <row topspace="default">
13292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 räumliche Auf\SpecialChar \textcompwordmark{}
13297 lösung in µm
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 4.26
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 10.17
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 10.56
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 </row>
13330 <row topspace="default">
13331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 MTF bei 
13336 \begin_inset Formula $f_{\mathrm{max}}$
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 0.53
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 0.37
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 0.39
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 </row>
13372 <row topspace="default">
13373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 \begin_inset ERT
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381
13382
13383 \backslash
13384 cmidrule(l{10pt}){1-1}
13385 \end_layout
13386
13387 \end_inset
13388
13389 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13390 lösung
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 </row>
13423 <row>
13424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 in µm
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 129.7
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 52.75
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 50.78
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 </row>
13461 <row>
13462 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 in % der Pixelgröße
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 76.3
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 95.9
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 92.3
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 </lyxtabular>
13500
13501 \end_inset
13502
13503
13504 \end_layout
13505
13506 \end_inset
13507
13508
13509 \end_layout
13510
13511 \begin_layout Standard
13512 Abstände zu Tabellenzeilen können auf der Karteikarte 
13513 \family sans
13514 Rahmen
13515 \family default
13516  des 
13517 \family sans
13518 Tabellen-Ein\SpecialChar \-
13519 stel\SpecialChar \-
13520 lun\SpecialChar \-
13521 gen
13522 \family default
13523 -Dialogs hinzugefügt werden, wie in Abschnitt
13524 \begin_inset space ~
13525 \end_inset
13526
13527
13528 \begin_inset CommandInset ref
13529 LatexCommand ref
13530 reference "uab:Zeilenabstand"
13531
13532 \end_inset
13533
13534  beschrieben.
13535 \end_layout
13536
13537 \begin_layout Standard
13538 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13539  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13540  gedruckt aber anders aus.
13541  Die erste und letzte Linie ist 0.08
13542 \begin_inset space \thinspace{}
13543 \end_inset
13544
13545 em dick, während die anderen 0.05
13546 \begin_inset space \thinspace{}
13547 \end_inset
13548
13549 em dick sind.
13550 \end_layout
13551
13552 \begin_layout Standard
13553 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13554 \end_layout
13555
13556 \begin_layout Standard
13557
13558 \series bold
13559
13560 \backslash
13561 let
13562 \backslash
13563 mytoprule
13564 \backslash
13565 toprule
13566 \begin_inset Newline newline
13567 \end_inset
13568
13569
13570 \backslash
13571 renewcommand{
13572 \backslash
13573 toprule}{
13574 \backslash
13575 mytoprule[Breite]}
13576 \end_layout
13577
13578 \begin_layout Standard
13579 Dies Beispiel gilt für die oberste Linie, genannt 
13580 \series bold
13581 toprule
13582 \series default
13583 .
13584  Für die letzte müssen Sie 
13585 \series bold
13586 toprule
13587 \series default
13588  durch 
13589 \series bold
13590 bottomrule
13591 \series default
13592  ersetzen.
13593  Die Linien dazwischen heißen 
13594 \series bold
13595 midrule
13596 \series default
13597 .
13598  Für 
13599 \family sans
13600 Breite
13601 \family default
13602  können Sie alle Einheiten benutzen, die in Anhang
13603 \begin_inset space ~
13604 \end_inset
13605
13606
13607 \begin_inset CommandInset ref
13608 LatexCommand ref
13609 reference "kap:In-LyX-verfügbare"
13610
13611 \end_inset
13612
13613  aufgelistet sind.
13614 \end_layout
13615
13616 \begin_layout Standard
13617 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13618  eine Linie unter einer Mehrfachspalte.
13619  LyX wird intern den Befehl 
13620 \series bold
13621
13622 \backslash
13623 cmidrule
13624 \series default
13625  benutzen, um diese Linie zu drucken.
13626  Der ganze Befehl sieht so aus:
13627 \end_layout
13628
13629 \begin_layout Standard
13630
13631 \series bold
13632
13633 \backslash
13634 cmidrule[width](trim){Anfangsspalte-Endspalte}
13635 \end_layout
13636
13637 \begin_layout Standard
13638 Die 
13639 \series bold
13640
13641 \backslash
13642 cmidrule
13643 \series default
13644 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13645  benutzen.
13646  
13647 \series bold
13648
13649 \backslash
13650 cmidrule
13651 \series default
13652  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13653  erste Zelle einer Zeile einfügt.
13654  Die Linie wird dann über der Zeile gedruckt.
13655 \end_layout
13656
13657 \begin_layout Standard
13658 Der Standardwert ist 0.03
13659 \begin_inset space \thinspace{}
13660 \end_inset
13661
13662 em.
13663  Die Linie reicht von 
13664 \family typewriter
13665 Anfangsspalte
13666 \family default
13667  bis 
13668 \family typewriter
13669 End\SpecialChar \-
13670 spal\SpecialChar \-
13671 te
13672 \family default
13673 .
13674  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13675   Der optionale Parameter 
13676 \family typewriter
13677 trim
13678 \family default
13679  kann die Werte 
13680 \emph on
13681 r
13682 \emph default
13683
13684 \emph on
13685 r{Breite}
13686 \emph default
13687
13688 \emph on
13689 l
13690 \family typewriter
13691 \emph default
13692  
13693 \family default
13694 oder 
13695 \emph on
13696 l{Breite}
13697 \emph default
13698  annehmen, wobei die 
13699 \family sans
13700 Breite
13701 \family default
13702  optional ist.
13703  
13704 \emph on
13705 l{2pt}
13706 \emph default
13707  zum Beispiel bedeutet, dass die Linie links um 2
13708 \begin_inset space \thinspace{}
13709 \end_inset
13710
13711 pt gekürzt wird.
13712  Ohne Breitenangabe werden die Linien um 0.5
13713 \begin_inset space \thinspace{}
13714 \end_inset
13715
13716 em gekürzt.
13717 \end_layout
13718
13719 \begin_layout Standard
13720 \begin_inset VSpace bigskip
13721 \end_inset
13722
13723 In Tabelle
13724 \begin_inset space ~
13725 \end_inset
13726
13727
13728 \begin_inset CommandInset ref
13729 LatexCommand ref
13730 reference "tab:Formale-Tabelle"
13731
13732 \end_inset
13733
13734  wurden die Befehle
13735 \end_layout
13736
13737 \begin_layout Standard
13738
13739 \series bold
13740
13741 \backslash
13742 cmidrule(r){2-2}
13743 \backslash
13744 cmidrule(l){3-4}
13745 \end_layout
13746
13747 \begin_layout Standard
13748 am Anfang der zweiten Zeile und
13749 \end_layout
13750
13751 \begin_layout Standard
13752
13753 \series bold
13754
13755 \backslash
13756 cmidrule(l{10pt}){1-1}
13757 \end_layout
13758
13759 \begin_layout Standard
13760 in der sechsten benutzt.
13761 \end_layout
13762
13763 \begin_layout Standard
13764 \begin_inset VSpace bigskip
13765 \end_inset
13766
13767
13768 \end_layout
13769
13770 \begin_layout Standard
13771 Sie können mit 
13772 \series bold
13773
13774 \backslash
13775 cmidrule
13776 \series default
13777  auch überlappende Linien wie in Tabelle
13778 \begin_inset space ~
13779 \end_inset
13780
13781
13782 \begin_inset CommandInset ref
13783 LatexCommand ref
13784 reference "tab:Special-booktabs-table"
13785
13786 \end_inset
13787
13788  definieren.
13789  Der Befehl ist:
13790 \end_layout
13791
13792 \begin_layout Standard
13793
13794 \series bold
13795
13796 \backslash
13797 morecmidrules
13798 \end_layout
13799
13800 \begin_layout Standard
13801 In Zeile zwei der Tabelle
13802 \begin_inset space ~
13803 \end_inset
13804
13805
13806 \begin_inset CommandInset ref
13807 LatexCommand ref
13808 reference "tab:Special-booktabs-table"
13809
13810 \end_inset
13811
13812  wurde folgender Befehl benutzt:
13813 \end_layout
13814
13815 \begin_layout Standard
13816
13817 \series bold
13818
13819 \backslash
13820 cmidrule(r){2-2}
13821 \backslash
13822 cmidrule(l){3-4}
13823 \backslash
13824 morecmidrules
13825 \begin_inset Newline newline
13826 \end_inset
13827
13828
13829 \backslash
13830 cmidrule{2-4}
13831 \end_layout
13832
13833 \begin_layout Standard
13834 und in Zeile sechs:
13835 \end_layout
13836
13837 \begin_layout Standard
13838
13839 \series bold
13840
13841 \backslash
13842 midrule
13843 \backslash
13844 morecmidrules
13845 \backslash
13846 cmidrule{3-4}
13847 \end_layout
13848
13849 \begin_layout Standard
13850 \begin_inset VSpace bigskip
13851 \end_inset
13852
13853
13854 \end_layout
13855
13856 \begin_layout Standard
13857 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13858  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13859 \end_layout
13860
13861 \begin_layout Standard
13862
13863 \series bold
13864
13865 \backslash
13866 specialrule{Dicke}{Abstand davor}{Abstand danach}
13867 \end_layout
13868
13869 \begin_layout Standard
13870 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13871 \series bold
13872 booktabs
13873 \series default
13874  
13875 \begin_inset CommandInset citation
13876 LatexCommand cite
13877 key "booktabs"
13878
13879 \end_inset
13880
13881 .
13882 \begin_inset Index idx
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886 LaTeX-Pakete ! booktabs
13887 \end_layout
13888
13889 \end_inset
13890
13891
13892 \end_layout
13893
13894 \begin_layout Standard
13895 \begin_inset Float table
13896 placement h
13897 wide false
13898 sideways false
13899 status open
13900
13901 \begin_layout Plain Layout
13902 \begin_inset Caption
13903
13904 \begin_layout Plain Layout
13905 \begin_inset CommandInset label
13906 LatexCommand label
13907 name "tab:Special-booktabs-table"
13908
13909 \end_inset
13910
13911 Eine spezielle formale Tabelle
13912 \end_layout
13913
13914 \end_inset
13915
13916
13917 \end_layout
13918
13919 \begin_layout Plain Layout
13920 \align center
13921 \begin_inset Tabular
13922 <lyxtabular version="3" rows="8" columns="4">
13923 <features booktabs="true" tabularvalignment="middle">
13924 <column alignment="center" valignment="top" width="0">
13925 <column alignment="center" valignment="top" width="0">
13926 <column alignment="right" valignment="top" width="0">
13927 <column alignment="right" valignment="top" width="0">
13928 <row>
13929 <cell alignment="center" valignment="top" topline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 System
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 Chip
13943 \begin_inset space \thinspace{}
13944 \end_inset
13945
13946 1
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 Chip
13956 \begin_inset space \thinspace{}
13957 \end_inset
13958
13959 2
13960 \end_layout
13961
13962 \end_inset
13963 </cell>
13964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13965 \begin_inset Text
13966
13967 \begin_layout Plain Layout
13968
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 </row>
13974 <row>
13975 <cell alignment="center" valignment="top" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 \begin_inset ERT
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983
13984
13985 \backslash
13986 cmidrule(r){2-2}
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997
13998 \backslash
13999 cmidrule(l){3-4}
14000 \end_layout
14001
14002 \end_inset
14003
14004
14005 \begin_inset ERT
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009
14010
14011 \backslash
14012 morecmidrules 
14013 \end_layout
14014
14015 \end_inset
14016
14017
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023
14024 \backslash
14025 cmidrule{2-4}
14026 \end_layout
14027
14028 \end_inset
14029
14030 Detektordicke in µm
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 300
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 300
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 700
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 </row>
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 Kantenwinkel in °
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 3,55
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 2,71
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 7,99
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 </row>
14101 <row topspace="default">
14102 <cell alignment="center" valignment="top" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 räumliche Auf\SpecialChar \textcompwordmark{}
14107 lösung in µm
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 4,26
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 10,17
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell alignment="center" valignment="top" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 10,56
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 </row>
14140 <row topspace="default">
14141 <cell alignment="center" valignment="top" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 MTF bei 
14146 \begin_inset Formula $f_{\mathrm{max}}$
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 0,53
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 0,37
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 0,39
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 \begin_inset ERT
14188 status collapsed
14189
14190 \begin_layout Plain Layout
14191
14192
14193 \backslash
14194 morecmidrules 
14195 \end_layout
14196
14197 \end_inset
14198
14199
14200 \begin_inset ERT
14201 status collapsed
14202
14203 \begin_layout Plain Layout
14204
14205
14206 \backslash
14207 cmidrule{3-4}
14208 \end_layout
14209
14210 \end_inset
14211
14212 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14213 lösung
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell alignment="center" valignment="top" topline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231
14232 \end_layout
14233
14234 \end_inset
14235 </cell>
14236 <cell alignment="center" valignment="top" topline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 </row>
14246 <row>
14247 <cell alignment="center" valignment="top" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251 in µm
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 <cell alignment="center" valignment="top" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 129,7
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 52,75
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 50,78
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 </row>
14284 <row>
14285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 in % der Pixelgröße
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 76,3
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 95,9
14308 \end_layout
14309
14310 \end_inset
14311 </cell>
14312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14313 \begin_inset Text
14314
14315 \begin_layout Plain Layout
14316 92,3
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 </row>
14322 </lyxtabular>
14323
14324 \end_inset
14325
14326
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \end_layout
14333
14334 \begin_layout Section
14335 Vertikale Tabellen-Ausrichtung
14336 \begin_inset Index idx
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 Tabellen ! Ausrichtung
14341 \end_layout
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14350  einer Box sein.
14351  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14352 \begin_inset space ~
14353 \end_inset
14354
14355
14356 \begin_inset CommandInset ref
14357 LatexCommand ref
14358 reference "abs:Box-Dialog"
14359
14360 \end_inset
14361
14362  beschrieben.
14363 \end_layout
14364
14365 \begin_layout Standard
14366 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14367 \begin_inset Foot
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371 Minipages werden in Abschnitt
14372 \begin_inset space ~
14373 \end_inset
14374
14375
14376 \begin_inset CommandInset ref
14377 LatexCommand ref
14378 reference "abs:Minipage"
14379
14380 \end_inset
14381
14382  beschrieben.
14383 \end_layout
14384
14385 \end_inset
14386
14387  mit 15
14388 \begin_inset space \thinspace{}
14389 \end_inset
14390
14391 col%-Breite:
14392 \end_layout
14393
14394 \begin_layout Itemize
14395 Test 
14396 \begin_inset Box Frameless
14397 position "t"
14398 hor_pos "c"
14399 has_inner_box 1
14400 inner_pos "c"
14401 use_parbox 0
14402 use_makebox 0
14403 width "15col%"
14404 special "none"
14405 height "1in"
14406 height_special "totalheight"
14407 status collapsed
14408
14409 \begin_layout Plain Layout
14410 \begin_inset Tabular
14411 <lyxtabular version="3" rows="3" columns="3">
14412 <features tabularvalignment="middle">
14413 <column alignment="center" valignment="top" width="0">
14414 <column alignment="center" valignment="top" width="0">
14415 <column alignment="center" valignment="top" width="0">
14416 <row>
14417 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 Tabelle 1
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 <row>
14446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 b
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 e
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 h
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 <row>
14475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 c
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 f
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497 i
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 </row>
14503 </lyxtabular>
14504
14505 \end_inset
14506
14507
14508 \end_layout
14509
14510 \end_inset
14511
14512  Test 
14513 \begin_inset ERT
14514 status collapsed
14515
14516 \begin_layout Plain Layout
14517
14518
14519 \backslash
14520 raisebox{0.85
14521 \backslash
14522 baselineskip}{
14523 \end_layout
14524
14525 \end_inset
14526
14527
14528 \begin_inset Box Frameless
14529 position "t"
14530 hor_pos "c"
14531 has_inner_box 1
14532 inner_pos "c"
14533 use_parbox 0
14534 use_makebox 0
14535 width "15col%"
14536 special "none"
14537 height "1in"
14538 height_special "totalheight"
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542 \begin_inset Tabular
14543 <lyxtabular version="3" rows="3" columns="3">
14544 <features tabularvalignment="middle">
14545 <column alignment="center" valignment="top" width="0">
14546 <column alignment="center" valignment="top" width="0">
14547 <column alignment="center" valignment="top" width="0">
14548 <row>
14549 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553 Tabelle 2
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 </row>
14577 <row>
14578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582 b
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 e
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 h
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 </row>
14606 <row>
14607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 c
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620 f
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Plain Layout
14629 i
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 </row>
14635 </lyxtabular>
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \begin_inset ERT
14646 status collapsed
14647
14648 \begin_layout Plain Layout
14649
14650 }
14651 \end_layout
14652
14653 \end_inset
14654
14655
14656 \end_layout
14657
14658 \begin_layout Itemize
14659 Test 
14660 \begin_inset Box Frameless
14661 position "c"
14662 hor_pos "c"
14663 has_inner_box 1
14664 inner_pos "c"
14665 use_parbox 0
14666 use_makebox 0
14667 width "15col%"
14668 special "none"
14669 height "1in"
14670 height_special "totalheight"
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674 \begin_inset Tabular
14675 <lyxtabular version="3" rows="3" columns="3">
14676 <features tabularvalignment="middle">
14677 <column alignment="center" valignment="top" width="0">
14678 <column alignment="center" valignment="top" width="0">
14679 <column alignment="center" valignment="top" width="0">
14680 <row>
14681 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14682 \begin_inset Text
14683
14684 \begin_layout Plain Layout
14685 Tabelle 3
14686 \end_layout
14687
14688 \end_inset
14689 </cell>
14690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Plain Layout
14694
14695 \end_layout
14696
14697 \end_inset
14698 </cell>
14699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 </row>
14709 <row>
14710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14711 \begin_inset Text
14712
14713 \begin_layout Plain Layout
14714 b
14715 \end_layout
14716
14717 \end_inset
14718 </cell>
14719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14720 \begin_inset Text
14721
14722 \begin_layout Plain Layout
14723 e
14724 \end_layout
14725
14726 \end_inset
14727 </cell>
14728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Plain Layout
14732 h
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 </row>
14738 <row>
14739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743 c
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 f
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761 i
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 </row>
14767 </lyxtabular>
14768
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \begin_layout Itemize
14780 Test 
14781 \begin_inset Box Frameless
14782 position "b"
14783 hor_pos "c"
14784 has_inner_box 1
14785 inner_pos "c"
14786 use_parbox 0
14787 use_makebox 0
14788 width "15col%"
14789 special "none"
14790 height "1in"
14791 height_special "totalheight"
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795 \begin_inset Tabular
14796 <lyxtabular version="3" rows="3" columns="3">
14797 <features tabularvalignment="middle">
14798 <column alignment="center" valignment="top" width="0">
14799 <column alignment="center" valignment="top" width="0">
14800 <column alignment="center" valignment="top" width="0">
14801 <row>
14802 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 Tabelle 4
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 </row>
14830 <row>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 b
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844 e
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 h
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 </row>
14859 <row>
14860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 c
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 f
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882 i
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 </lyxtabular>
14889
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \end_inset
14896
14897 Test 
14898 \begin_inset ERT
14899 status collapsed
14900
14901 \begin_layout Plain Layout
14902
14903
14904 \backslash
14905 raisebox{-0.32
14906 \backslash
14907 baselineskip}{
14908 \end_layout
14909
14910 \end_inset
14911
14912
14913 \begin_inset Box Frameless
14914 position "b"
14915 hor_pos "c"
14916 has_inner_box 1
14917 inner_pos "c"
14918 use_parbox 0
14919 use_makebox 0
14920 width "15col%"
14921 special "none"
14922 height "1in"
14923 height_special "totalheight"
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 \begin_inset Tabular
14928 <lyxtabular version="3" rows="3" columns="3">
14929 <features tabularvalignment="middle">
14930 <column alignment="center" valignment="top" width="0">
14931 <column alignment="center" valignment="top" width="0">
14932 <column alignment="center" valignment="top" width="0">
14933 <row>
14934 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 Tabelle 5
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 </row>
14962 <row>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 b
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 e
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 h
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 </row>
14991 <row>
14992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 c
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 f
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 i
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 </row>
15020 </lyxtabular>
15021
15022 \end_inset
15023
15024
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \begin_inset ERT
15031 status collapsed
15032
15033 \begin_layout Plain Layout
15034
15035 }
15036 \end_layout
15037
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \begin_layout Standard
15044 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
15045 \begin_inset space \space{}
15046 \end_inset
15047
15048 1 und letzten Zeile von Tabelle
15049 \begin_inset space \space{}
15050 \end_inset
15051
15052 4 bezüglich dem Wort 
15053 \begin_inset Quotes gld
15054 \end_inset
15055
15056 Test
15057 \begin_inset Quotes grd
15058 \end_inset
15059
15060  nicht richtig ausgerichtet.
15061  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
15062 \begin_inset Quotes gld
15063 \end_inset
15064
15065 Raisebox
15066 \begin_inset Quotes grd
15067 \end_inset
15068
15069
15070 \begin_inset Foot
15071 status collapsed
15072
15073 \begin_layout Plain Layout
15074 Raiseboxen werden in Abschnitt
15075 \begin_inset space ~
15076 \end_inset
15077
15078
15079 \begin_inset CommandInset ref
15080 LatexCommand ref
15081 reference "uab:Vertikale-Ausrichtung"
15082
15083 \end_inset
15084
15085  beschrieben.
15086 \end_layout
15087
15088 \end_inset
15089
15090  setzen.
15091  In Tabelle
15092 \begin_inset space \space{}
15093 \end_inset
15094
15095 2 wurde der Text mit dem Befehl
15096 \end_layout
15097
15098 \begin_layout Standard
15099
15100 \series bold
15101
15102 \backslash
15103 raisebox{0.85
15104 \backslash
15105 baselineskip}{
15106 \end_layout
15107
15108 \begin_layout Standard
15109 vor der Box ausgerichtet.
15110  Hinter der Box wurde auch noch 
15111 \series bold
15112 }
15113 \series default
15114  als TeX-Code eingefügt, weil der obige Befehl mit 
15115 \series bold
15116 {
15117 \series default
15118  aufhörte.
15119  Für Tabelle
15120 \begin_inset space \space{}
15121 \end_inset
15122
15123 5 wurde der Befehl
15124 \end_layout
15125
15126 \begin_layout Standard
15127
15128 \series bold
15129
15130 \backslash
15131 raisebox{-0.32
15132 \backslash
15133 baselineskip}{
15134 \end_layout
15135
15136 \begin_layout Standard
15137 benutzt.
15138 \end_layout
15139
15140 \begin_layout Standard
15141 \begin_inset Note Greyedout
15142 status open
15143
15144 \begin_layout Plain Layout
15145
15146 \series bold
15147 Bemerkung:
15148 \series default
15149  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
15150  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
15151  Der Faktor im 
15152 \series bold
15153
15154 \backslash
15155 raisebox
15156 \series default
15157 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \begin_layout Section
15166 Farbige Tabellen
15167 \begin_inset CommandInset label
15168 LatexCommand label
15169 name "abs:Farbige-Tabellen"
15170
15171 \end_inset
15172
15173
15174 \begin_inset Index idx
15175 status collapsed
15176
15177 \begin_layout Plain Layout
15178 Tabellen ! farbige
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \begin_layout Subsection
15187 Farbige Zellen
15188 \begin_inset Index idx
15189 status collapsed
15190
15191 \begin_layout Plain Layout
15192 farbige !  Tabellenzellen
15193 \end_layout
15194
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \begin_layout Standard
15201 \begin_inset Float table
15202 placement h
15203 wide false
15204 sideways false
15205 status open
15206
15207 \begin_layout Plain Layout
15208 \begin_inset Caption
15209
15210 \begin_layout Plain Layout
15211 \begin_inset CommandInset label
15212 LatexCommand label
15213 name "tab:Farbige-Tabelle-ohne"
15214
15215 \end_inset
15216
15217 Farbige Tabelle, ohne Paket 
15218 \series bold
15219 colortbl
15220 \series default
15221
15222 \begin_inset Argument
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226 Tabelle ohne 
15227 \family typewriter
15228 colortbl
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \begin_layout Plain Layout
15242 \align center
15243 \begin_inset Tabular
15244 <lyxtabular version="3" rows="3" columns="3">
15245 <features tabularvalignment="middle">
15246 <column alignment="center" valignment="top" width="0">
15247 <column alignment="center" valignment="top" width="0">
15248 <column alignment="center" valignment="top" width="0">
15249 <row>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \color green
15256 a
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265
15266 \color red
15267 b
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \color red
15278 c
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 </row>
15284 <row>
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289
15290 \color green
15291 d
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300
15301 \color blue
15302 e
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \color blue
15313 f
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 </row>
15319 <row>
15320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324
15325 \color green
15326 g
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \color blue
15337 h
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346
15347 \color blue
15348 i
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 </row>
15354 </lyxtabular>
15355
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \begin_layout Standard
15367 \begin_inset CommandInset label
15368 LatexCommand label
15369 name "Wenn-Sie-nur"
15370
15371 \end_inset
15372
15373 Wenn Sie nur farbigen Text
15374 \begin_inset Index idx
15375 status collapsed
15376
15377 \begin_layout Plain Layout
15378 Farbe ! für Text
15379 \end_layout
15380
15381 \end_inset
15382
15383  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15384  auf den Werkzeugleistenknopf 
15385 \begin_inset Graphics
15386         filename ../../images/dialog-show_character.png
15387         scale 70
15388         scaleBeforeRotation
15389
15390 \end_inset
15391
15392  oder über das Menü 
15393 \family sans
15394 Bearbeiten\SpecialChar \menuseparator
15395 Textstil\SpecialChar \menuseparator
15396 Benutzerdefiniert
15397 \family default
15398  mit dem 
15399 \family sans
15400 Textstil
15401 \family default
15402 -Dialog wie es in Tabelle
15403 \begin_inset space ~
15404 \end_inset
15405
15406
15407 \begin_inset CommandInset ref
15408 LatexCommand ref
15409 reference "tab:Farbige-Tabelle-ohne"
15410
15411 \end_inset
15412
15413  gemacht wurde.
15414  In anderen Fällen müssen Sie das LaTeX-Paket 
15415 \series bold
15416 colortbl
15417 \series default
15418  benutzen.
15419 \begin_inset Index idx
15420 status collapsed
15421
15422 \begin_layout Plain Layout
15423 LaTeX-Pakete ! colortbl
15424 \end_layout
15425
15426 \end_inset
15427
15428
15429 \end_layout
15430
15431 \begin_layout Standard
15432 \begin_inset ERT
15433 status collapsed
15434
15435 \begin_layout Plain Layout
15436
15437
15438 \backslash
15439 ifcolortbl
15440 \end_layout
15441
15442 \end_inset
15443
15444
15445 \begin_inset Note Note
15446 status open
15447
15448 \begin_layout Plain Layout
15449 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15450 \series bold
15451 colortbl
15452 \series default
15453  installiert ist.
15454 \end_layout
15455
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \begin_layout Standard
15462 Um farbige Tabellen zu erzeugen, muss 
15463 \series bold
15464 colortbl
15465 \series default
15466  im LaTeX-Vorspann geladen werden:
15467 \end_layout
15468
15469 \begin_layout Standard
15470
15471 \series bold
15472
15473 \backslash
15474 usepackage{colortbl}
15475 \end_layout
15476
15477 \begin_layout Standard
15478 Die Farbe einer Spalte ändert man dann mit dem Befehl
15479 \end_layout
15480
15481 \begin_layout Standard
15482
15483 \series bold
15484
15485 \backslash
15486 columncolor{Farbname}
15487 \end_layout
15488
15489 \begin_layout Standard
15490 innerhalb des Befehls 
15491 \series bold
15492 >{}
15493 \series default
15494 .
15495  Mehr über den Befehl 
15496 \series bold
15497 >{}
15498 \series default
15499  finden Sie im Abschnitt
15500 \begin_inset space ~
15501 \end_inset
15502
15503
15504 \begin_inset CommandInset ref
15505 LatexCommand ref
15506 reference "uab:Mehrfachspalten-Berechnungen"
15507
15508 \end_inset
15509
15510 .
15511 \end_layout
15512
15513 \begin_layout Standard
15514 Folgende Farbnamen sind vordefiniert:
15515 \end_layout
15516
15517 \begin_layout Standard
15518
15519 \family sans
15520 red
15521 \family default
15522
15523 \family sans
15524 green
15525 \family default
15526
15527 \family sans
15528 yellow
15529 \family default
15530
15531 \family sans
15532 blue
15533 \family default
15534
15535 \family sans
15536 cyan
15537 \family default
15538
15539 \family sans
15540 magenta
15541 \family default
15542
15543 \family sans
15544 black
15545 \family default
15546  und 
15547 \family sans
15548 white
15549 \begin_inset Newline newline
15550 \end_inset
15551
15552 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15553 \family default
15554 und
15555 \family sans
15556  weiß
15557 \family default
15558 ).
15559 \end_layout
15560
15561 \begin_layout Standard
15562 \begin_inset VSpace medskip
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \begin_layout Standard
15569 Sie können auch eigene Farben definieren:
15570 \end_layout
15571
15572 \begin_layout Standard
15573
15574 \series bold
15575
15576 \backslash
15577 definecolor{Farbname}{Farbmodell}{Farbwerte}
15578 \end_layout
15579
15580 \begin_layout Standard
15581 Das Farbmodell kann eins der folgenden sein:
15582 \end_layout
15583
15584 \begin_layout Labeling
15585 \labelwidthstring 00.00.0000
15586 cmyk: cyan, magenta, yellow, black
15587 \end_layout
15588
15589 \begin_layout Labeling
15590 \labelwidthstring 00.00.0000
15591 rgb: red, green blue
15592 \end_layout
15593
15594 \begin_layout Labeling
15595 \labelwidthstring 00.00.0000
15596 gray: gray
15597 \end_layout
15598
15599 \begin_layout Standard
15600 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15601  die die entsprechende Farbe für das Farbmodell beschreiben.
15602 \end_layout
15603
15604 \begin_layout Standard
15605 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15606 \emph on
15607
15608 \begin_inset Quotes gld
15609 \end_inset
15610
15611 dunkelgruen
15612 \emph default
15613
15614 \begin_inset Quotes grd
15615 \end_inset
15616
15617  und 
15618 \begin_inset Quotes gld
15619 \end_inset
15620
15621
15622 \emph on
15623 hellgrau
15624 \emph default
15625
15626 \begin_inset Quotes grd
15627 \end_inset
15628
15629  folgendermaßen definieren:
15630 \end_layout
15631
15632 \begin_layout Standard
15633
15634 \series bold
15635
15636 \backslash
15637 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15638 \end_layout
15639
15640 \begin_layout Standard
15641
15642 \series bold
15643
15644 \backslash
15645 definecolor{hellgrau}{gray}{0.8}
15646 \end_layout
15647
15648 \begin_layout Standard
15649 \begin_inset VSpace medskip
15650 \end_inset
15651
15652
15653 \end_layout
15654
15655 \begin_layout Standard
15656 Linien werden mit dem Befehl
15657 \end_layout
15658
15659 \begin_layout Standard
15660
15661 \series bold
15662
15663 \backslash
15664 rowcolor{Farbname}
15665 \end_layout
15666
15667 \begin_layout Standard
15668 gefärbt, Zellen mit dem Befehl
15669 \end_layout
15670
15671 \begin_layout Standard
15672
15673 \series bold
15674
15675 \backslash
15676 cellcolor{Farbname}
15677 \end_layout
15678
15679 \begin_layout Standard
15680 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15681 \end_layout
15682
15683 \begin_layout Standard
15684 Um nur Text zu färben, machen Sie es wie 
15685 \begin_inset CommandInset ref
15686 LatexCommand vpageref
15687 reference "Wenn-Sie-nur"
15688
15689 \end_inset
15690
15691  beschrieben.
15692  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15693 \emph on
15694 markieren Sie nur den Text
15695 \emph default
15696 , sonst werden Sie LaTeX-Fehler erzeugen.
15697 \end_layout
15698
15699 \begin_layout Standard
15700 \begin_inset Note Greyedout
15701 status open
15702
15703 \begin_layout Plain Layout
15704
15705 \series bold
15706 Achtung:
15707 \series default
15708  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15709 \end_layout
15710
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \begin_layout Standard
15717 \begin_inset VSpace medskip
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \begin_layout Standard
15724 Die Tabelle
15725 \begin_inset space ~
15726 \end_inset
15727
15728
15729 \begin_inset CommandInset ref
15730 LatexCommand ref
15731 reference "tab:Table-colored-using"
15732
15733 \end_inset
15734
15735  wurde folgendermaßen erstellt: die erste Spalte soll 
15736 \emph on
15737
15738 \begin_inset Quotes gld
15739 \end_inset
15740
15741 dunkelgruen
15742 \emph default
15743
15744 \begin_inset Quotes grd
15745 \end_inset
15746
15747  werden, also müssen Sie ins 
15748 \family sans
15749 LaTe
15750 \begin_inset ERT
15751 status collapsed
15752
15753 \begin_layout Plain Layout
15754
15755 {}
15756 \end_layout
15757
15758 \end_inset
15759
15760 X-Argument
15761 \family default
15762  der Zellen der ersten Spalte den Befehl
15763 \end_layout
15764
15765 \begin_layout Standard
15766
15767 \series bold
15768 >{
15769 \backslash
15770 columncolor{dunkelgruen}
15771 \backslash
15772 centering}c
15773 \end_layout
15774
15775 \begin_layout Standard
15776 schreiben.
15777  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15778 \end_layout
15779
15780 \begin_layout Standard
15781
15782 \series bold
15783
15784 \backslash
15785 rowcolor{cyan}
15786 \end_layout
15787
15788 \begin_layout Standard
15789 in die erste Zelle der ersten Zeile eingefügt.
15790  Diese Farbe ersetzt die Spaltenfarbe.
15791  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15792  wird mit folgendem Befehl erreicht:
15793 \end_layout
15794
15795 \begin_layout Standard
15796
15797 \series bold
15798
15799 \backslash
15800 cellcolor{magenta}
15801 \end_layout
15802
15803 \begin_layout Standard
15804 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15805 \family sans
15806 Textstil
15807 \family default
15808 -Dialog.
15809 \end_layout
15810
15811 \begin_layout Standard
15812 \begin_inset Float table
15813 placement h
15814 wide false
15815 sideways false
15816 status open
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Caption
15820
15821 \begin_layout Plain Layout
15822 \begin_inset CommandInset label
15823 LatexCommand label
15824 name "tab:Table-colored-using"
15825
15826 \end_inset
15827
15828 Eine mit dem Paket 
15829 \series bold
15830 colortbl
15831 \series default
15832  gefärbte Tabelle
15833 \begin_inset Argument
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837 Tabelle mit 
15838 \family typewriter
15839 colortbl
15840 \end_layout
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \begin_layout Plain Layout
15853 \align center
15854 \begin_inset Tabular
15855 <lyxtabular version="3" rows="3" columns="3">
15856 <features tabularvalignment="middle">
15857 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15858 <column alignment="center" valignment="top" width="0">
15859 <column alignment="center" valignment="top" width="0">
15860 <row>
15861 <cell alignment="center" valignment="top" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865 \begin_inset ERT
15866 status collapsed
15867
15868 \begin_layout Plain Layout
15869
15870
15871 \backslash
15872 rowcolor{cyan}
15873 \end_layout
15874
15875 \end_inset
15876
15877
15878 \color magenta
15879 a
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888
15889 \color red
15890 b
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \color red
15901 c
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 </row>
15907 <row>
15908 <cell alignment="center" valignment="top" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912
15913 \color yellow
15914 d
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923
15924 \color blue
15925 e
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934
15935 \color blue
15936 f
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row>
15943 <cell alignment="center" valignment="top" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \color yellow
15949 g
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958
15959 \color blue
15960 h
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 \begin_inset ERT
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973
15974
15975 \backslash
15976 cellcolor{magenta}
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \color green
15983 i
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 </row>
15989 </lyxtabular>
15990
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \end_inset
15997
15998
15999 \end_layout
16000
16001 \begin_layout Standard
16002 \begin_inset ERT
16003 status collapsed
16004
16005 \begin_layout Plain Layout
16006
16007
16008 \backslash
16009 else
16010 \end_layout
16011
16012 \end_inset
16013
16014
16015 \begin_inset Note Note
16016 status open
16017
16018 \begin_layout Plain Layout
16019 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
16020 \series bold
16021 colortbl
16022 \series default
16023  nicht installiert ist:
16024 \end_layout
16025
16026 \end_inset
16027
16028
16029 \end_layout
16030
16031 \begin_layout Standard
16032 Sie müssen das LaTeX-Paket 
16033 \series bold
16034 colortbl
16035 \series default
16036  installiert haben um den Inhalt dieses Abschnitts zu sehen.
16037 \end_layout
16038
16039 \begin_layout Standard
16040 \begin_inset ERT
16041 status collapsed
16042
16043 \begin_layout Plain Layout
16044
16045
16046 \backslash
16047 fi
16048 \end_layout
16049
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \begin_layout Subsection
16056 Farbige Linien
16057 \begin_inset Index idx
16058 status collapsed
16059
16060 \begin_layout Plain Layout
16061 farbige !  Tabellenlinien
16062 \end_layout
16063
16064 \end_inset
16065
16066
16067 \end_layout
16068
16069 \begin_layout Standard
16070 Wie in Abschnitt
16071 \begin_inset space ~
16072 \end_inset
16073
16074
16075 \begin_inset CommandInset ref
16076 LatexCommand ref
16077 reference "uab:Liniendicke"
16078
16079 \end_inset
16080
16081  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
16082 \series bold
16083
16084 \backslash
16085 arrayrulewidth
16086 \series default
16087  definiert werden.
16088  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
16089 \begin_inset space \thinspace{}
16090 \end_inset
16091
16092 pt gesetzt.
16093 \begin_inset ERT
16094 status collapsed
16095
16096 \begin_layout Plain Layout
16097
16098
16099 \backslash
16100 setlength{
16101 \backslash
16102 arrayrulewidth}{1.5pt}
16103 \end_layout
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \begin_layout Standard
16111 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
16112 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
16113 \begin_inset space ~
16114 \end_inset
16115
16116
16117 \begin_inset CommandInset ref
16118 LatexCommand ref
16119 reference "uab:Angepasste-Zellen-/Spaltenformate"
16120
16121 \end_inset
16122
16123  definiert:
16124 \end_layout
16125
16126 \begin_layout Standard
16127
16128 \series bold
16129
16130 \backslash
16131 newcolumntype{W}{!{
16132 \backslash
16133 color{green}
16134 \backslash
16135 vline}}
16136 \end_layout
16137
16138 \begin_layout Standard
16139 In Tabelle
16140 \begin_inset space ~
16141 \end_inset
16142
16143
16144 \begin_inset CommandInset ref
16145 LatexCommand ref
16146 reference "tab:Tabelle-mit-farbigen-vert"
16147
16148 \end_inset
16149
16150  wurde das LaTeX-Argument 
16151 \series bold
16152 WcW
16153 \series default
16154  für die letzte und 
16155 \series bold
16156 Wc
16157 \series default
16158  für die anderen Spalten benutzt.
16159 \end_layout
16160
16161 \begin_layout Standard
16162 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
16163 \end_layout
16164
16165 \begin_layout Standard
16166 \begin_inset Float table
16167 placement h
16168 wide false
16169 sideways false
16170 status open
16171
16172 \begin_layout Plain Layout
16173 \begin_inset Caption
16174
16175 \begin_layout Plain Layout
16176 \begin_inset CommandInset label
16177 LatexCommand label
16178 name "tab:Tabelle-mit-farbigen-vert"
16179
16180 \end_inset
16181
16182 Tabelle mit farbigen vertikalen Linien
16183 \end_layout
16184
16185 \end_inset
16186
16187
16188 \end_layout
16189
16190 \begin_layout Plain Layout
16191 \align center
16192 \begin_inset Tabular
16193 <lyxtabular version="3" rows="3" columns="3">
16194 <features tabularvalignment="middle">
16195 <column alignment="center" valignment="top" width="0" special="Wc">
16196 <column alignment="center" valignment="top" width="0" special="Wc">
16197 <column alignment="center" valignment="top" width="0" special="WcW">
16198 <row>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 sd
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 </row>
16227 <row>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 sd
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 </row>
16256 <row>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 sd
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 </row>
16285 </lyxtabular>
16286
16287 \end_inset
16288
16289
16290 \end_layout
16291
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \begin_layout Standard
16298 \begin_inset VSpace bigskip
16299 \end_inset
16300
16301 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16302 \begin_inset space ~
16303 \end_inset
16304
16305
16306 \begin_inset CommandInset ref
16307 LatexCommand ref
16308 reference "tab:Tabelle-mit-farbigen-horiz"
16309
16310 \end_inset
16311
16312 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16313  einfügen:
16314 \end_layout
16315
16316 \begin_layout Standard
16317
16318 \series bold
16319
16320 \backslash
16321 let
16322 \backslash
16323 myHlineC
16324 \backslash
16325 hline
16326 \begin_inset Newline newline
16327 \end_inset
16328
16329
16330 \backslash
16331 renewcommand{
16332 \backslash
16333 hline}
16334 \begin_inset Newline newline
16335 \end_inset
16336
16337
16338 \begin_inset Phantom HPhantom
16339 status open
16340
16341 \begin_layout Plain Layout
16342
16343 \series bold
16344 \begin_inset space ~
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351
16352 {
16353 \backslash
16354 arrayrulecolor{red}
16355 \backslash
16356 myHlineC
16357 \backslash
16358 arrayrulecolor{black}}
16359 \end_layout
16360
16361 \begin_layout Standard
16362 \begin_inset ERT
16363 status collapsed
16364
16365 \begin_layout Plain Layout
16366
16367
16368 \backslash
16369 let
16370 \backslash
16371 myHlineC
16372 \backslash
16373 hline
16374 \end_layout
16375
16376 \begin_layout Plain Layout
16377
16378
16379 \backslash
16380 renewcommand{
16381 \backslash
16382 hline}
16383 \end_layout
16384
16385 \begin_layout Plain Layout
16386
16387  {
16388 \backslash
16389 arrayrulecolor{red}
16390 \backslash
16391 myHlineC
16392 \backslash
16393 arrayrulecolor{black}}
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \begin_inset Float table
16400 placement h
16401 wide false
16402 sideways false
16403 status open
16404
16405 \begin_layout Plain Layout
16406 \begin_inset Caption
16407
16408 \begin_layout Plain Layout
16409 \begin_inset CommandInset label
16410 LatexCommand label
16411 name "tab:Tabelle-mit-farbigen-horiz"
16412
16413 \end_inset
16414
16415 Tabelle mit farbigen horizontalen Linien
16416 \end_layout
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \begin_layout Plain Layout
16424 \align center
16425 \begin_inset Tabular
16426 <lyxtabular version="3" rows="3" columns="3">
16427 <features tabularvalignment="middle">
16428 <column alignment="center" valignment="top" width="0">
16429 <column alignment="center" valignment="top" width="0">
16430 <column alignment="center" valignment="top" width="0">
16431 <row>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 sd
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 sd
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 <row>
16490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 sd
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 </row>
16518 </lyxtabular>
16519
16520 \end_inset
16521
16522
16523 \end_layout
16524
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \begin_layout Standard
16531 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16532  als TeX-Code hinter der Tabelle einfügen:
16533 \end_layout
16534
16535 \begin_layout Standard
16536
16537 \series bold
16538
16539 \backslash
16540 renewcommand{
16541 \backslash
16542 hline}{
16543 \backslash
16544 myHlineC}
16545 \end_layout
16546
16547 \begin_layout Standard
16548 Tabelle
16549 \begin_inset space ~
16550 \end_inset
16551
16552
16553 \begin_inset CommandInset ref
16554 LatexCommand ref
16555 reference "tab:Table-with-colored"
16556
16557 \end_inset
16558
16559  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16560 \end_layout
16561
16562 \begin_layout Standard
16563 \begin_inset Float table
16564 placement h
16565 wide false
16566 sideways false
16567 status open
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Caption
16571
16572 \begin_layout Plain Layout
16573 \begin_inset CommandInset label
16574 LatexCommand label
16575 name "tab:Table-with-colored"
16576
16577 \end_inset
16578
16579 Tabelle mit farbigen Linien
16580 \end_layout
16581
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \begin_layout Plain Layout
16588 \align center
16589 \begin_inset Tabular
16590 <lyxtabular version="3" rows="3" columns="3">
16591 <features tabularvalignment="middle">
16592 <column alignment="center" valignment="top" width="0" special="Wc">
16593 <column alignment="center" valignment="top" width="0" special="Wc">
16594 <column alignment="center" valignment="top" width="0" special="WcW">
16595 <row>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 sd
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 </row>
16624 <row>
16625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 sd
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row topspace="default">
16654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 sd
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 </row>
16682 </lyxtabular>
16683
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \begin_layout Standard
16695 \begin_inset ERT
16696 status collapsed
16697
16698 \begin_layout Plain Layout
16699
16700
16701 \backslash
16702 renewcommand{
16703 \backslash
16704 hline}{
16705 \backslash
16706 myHlineC}
16707 \end_layout
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Standard
16715 \begin_inset ERT
16716 status collapsed
16717
16718 \begin_layout Plain Layout
16719
16720
16721 \backslash
16722 setlength{
16723 \backslash
16724 arrayrulewidth}{0.4pt}
16725 \end_layout
16726
16727 \end_inset
16728
16729
16730 \begin_inset Note Note
16731 status collapsed
16732
16733 \begin_layout Plain Layout
16734 setzt die Liniendicke wieder auf ihren Standardwert zurück
16735 \end_layout
16736
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \begin_layout Section
16743 Tabellen-Anpassung
16744 \begin_inset Index idx
16745 status collapsed
16746
16747 \begin_layout Plain Layout
16748 Tabellen ! Anpassung
16749 \end_layout
16750
16751 \end_inset
16752
16753
16754 \end_layout
16755
16756 \begin_layout Subsection
16757 Zeilenabstand
16758 \begin_inset CommandInset label
16759 LatexCommand label
16760 name "uab:Zeilenabstand"
16761
16762 \end_inset
16763
16764
16765 \begin_inset Index idx
16766 status collapsed
16767
16768 \begin_layout Plain Layout
16769 Tabellen ! Zeilenabstand
16770 \end_layout
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \begin_layout Standard
16778 Auf der Karteikarte 
16779 \family sans
16780 Rahmen
16781 \family default
16782  des 
16783 \family sans
16784 Tabellen-Einstellungen
16785 \family default
16786 -Dialogs können Sie 
16787 \family sans
16788 zusätzliche
16789 \begin_inset space ~
16790 \end_inset
16791
16792 Abstände
16793 \family default
16794  einfügen.
16795  Dabei haben Sie drei Möglichkeiten:
16796 \end_layout
16797
16798 \begin_layout Description
16799 Oberhalb
16800 \begin_inset space ~
16801 \end_inset
16802
16803 der
16804 \begin_inset space ~
16805 \end_inset
16806
16807 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16808  Bei einer formalen Tabelle
16809 \begin_inset Foot
16810 status collapsed
16811
16812 \begin_layout Plain Layout
16813 Formale Tabellen wurden in Abschnitt
16814 \begin_inset space ~
16815 \end_inset
16816
16817
16818 \begin_inset CommandInset ref
16819 LatexCommand ref
16820 reference "abs:Formale-Tabellen"
16821
16822 \end_inset
16823
16824  beschrieben.
16825 \end_layout
16826
16827 \end_inset
16828
16829  fügt LyX standardmäßig 0.5
16830 \begin_inset space \thinspace{}
16831 \end_inset
16832
16833 em Leerraum ein.
16834  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16835 \begin_inset VSpace medskip
16836 \end_inset
16837
16838
16839 \begin_inset Newline newline
16840 \end_inset
16841
16842
16843 \begin_inset space \hspace*{}
16844 \length 0pt
16845 \end_inset
16846
16847
16848 \begin_inset space \hfill{}
16849 \end_inset
16850
16851
16852 \begin_inset Tabular
16853 <lyxtabular version="3" rows="3" columns="1">
16854 <features tabularvalignment="middle">
16855 <column alignment="center" valignment="top" width="0">
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 A
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row topspace="3mm">
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 3
16873 \begin_inset space \thinspace{}
16874 \end_inset
16875
16876 mm Leerraum oberhalb der Zeile
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 C
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 </row>
16893 </lyxtabular>
16894
16895 \end_inset
16896
16897
16898 \begin_inset space \hfill{}
16899 \end_inset
16900
16901
16902 \begin_inset space \hspace*{}
16903 \length 0pt
16904 \end_inset
16905
16906
16907 \begin_inset VSpace medskip
16908 \end_inset
16909
16910
16911 \begin_inset Newline newline
16912 \end_inset
16913
16914 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16915 n Linien verwenden.
16916 \end_layout
16917
16918 \begin_layout Description
16919 Unterhalb
16920 \begin_inset space ~
16921 \end_inset
16922
16923 der
16924 \begin_inset space ~
16925 \end_inset
16926
16927 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16928  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16929 \begin_inset space \thinspace{}
16930 \end_inset
16931
16932 em Leerraum ein.
16933  Bei normalen Tabellen ist der Standardwert 2
16934 \begin_inset space \thinspace{}
16935 \end_inset
16936
16937 pt.
16938 \end_layout
16939
16940 \begin_layout Description
16941 Zwischen
16942 \begin_inset space ~
16943 \end_inset
16944
16945 den
16946 \begin_inset space ~
16947 \end_inset
16948
16949 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16950  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16951 \begin_inset space \thinspace{}
16952 \end_inset
16953
16954 em Leerraum ein.
16955  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16956 \begin_inset VSpace medskip
16957 \end_inset
16958
16959
16960 \begin_inset Newline newline
16961 \end_inset
16962
16963
16964 \begin_inset space \hspace*{}
16965 \length 0pt
16966 \end_inset
16967
16968
16969 \begin_inset space \hfill{}
16970 \end_inset
16971
16972
16973 \begin_inset Tabular
16974 <lyxtabular version="3" rows="3" columns="1">
16975 <features tabularvalignment="middle">
16976 <column alignment="center" valignment="top" width="0">
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 A
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row interlinespace="3mm">
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\downarrow$
16994 \end_inset
16995
16996  3
16997 \begin_inset space \thinspace{}
16998 \end_inset
16999
17000 mm Leerraum zwischen den Zeilen 
17001 \begin_inset Formula $\downarrow$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 \begin_inset Formula $\uparrow$
17016 \end_inset
17017
17018  3
17019 \begin_inset space \thinspace{}
17020 \end_inset
17021
17022 mm Leerraum zwischen den Zeilen 
17023 \begin_inset Formula $\uparrow$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 </lyxtabular>
17033
17034 \end_inset
17035
17036
17037 \begin_inset space \hfill{}
17038 \end_inset
17039
17040
17041 \begin_inset space \hspace*{}
17042 \length 0pt
17043 \end_inset
17044
17045
17046 \begin_inset VSpace medskip
17047 \end_inset
17048
17049
17050 \begin_inset Newline newline
17051 \end_inset
17052
17053 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
17054 n Linien verwenden.
17055 \end_layout
17056
17057 \begin_layout Standard
17058 \begin_inset VSpace bigskip
17059 \end_inset
17060
17061 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
17062  Befehlen im LaTeX-Vorspann machen:
17063 \end_layout
17064
17065 \begin_layout Standard
17066
17067 \series bold
17068
17069 \backslash
17070 @ifundefined{extrarowheight}
17071 \begin_inset Newline newline
17072 \end_inset
17073
17074
17075 \begin_inset Phantom HPhantom
17076 status open
17077
17078 \begin_layout Plain Layout
17079
17080 \series bold
17081 \begin_inset space ~
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088
17089 {
17090 \backslash
17091 usepackage{array}}{}
17092 \begin_inset Newline newline
17093 \end_inset
17094
17095
17096 \backslash
17097 setlength{
17098 \backslash
17099 extrarowheight}{Höhe}
17100 \end_layout
17101
17102 \begin_layout Standard
17103 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
17104  ausgerichtet sind.
17105  (Das Paket 
17106 \series bold
17107 array
17108 \series default
17109  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
17110  verwenden.
17111  Der Befehl 
17112 \series bold
17113
17114 \backslash
17115 @ifundefined
17116 \series default
17117  vermeidet, dass es in diesem Fall doppelt geladen wird.)
17118 \end_layout
17119
17120 \begin_layout Standard
17121 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
17122  zu nah an den Buchstaben.
17123  Das kann korrigiert werden, indem man den Befehl 
17124 \series bold
17125
17126 \backslash
17127 strut
17128 \series default
17129  als TeX-Code am Anfang einer Tabellenzeile einfügt.
17130  Tabelle
17131 \begin_inset space ~
17132 \end_inset
17133
17134
17135 \begin_inset CommandInset ref
17136 LatexCommand ref
17137 reference "tab:Vertikale-Ausrichtung-von"
17138
17139 \end_inset
17140
17141  zeigt den Effekt.
17142 \end_layout
17143
17144 \begin_layout Standard
17145 \noindent
17146 \begin_inset Float table
17147 placement h
17148 wide false
17149 sideways false
17150 status open
17151
17152 \begin_layout Plain Layout
17153 \begin_inset Caption
17154
17155 \begin_layout Plain Layout
17156 \begin_inset CommandInset label
17157 LatexCommand label
17158 name "tab:Vertikale-Ausrichtung-von"
17159
17160 \end_inset
17161
17162 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
17163 \end_layout
17164
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \begin_layout Plain Layout
17171 \begin_inset space \hfill{}
17172 \end_inset
17173
17174
17175 \begin_inset Float table
17176 wide false
17177 sideways false
17178 status collapsed
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Caption
17182
17183 \begin_layout Plain Layout
17184 Normale Tabelle.
17185 \end_layout
17186
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \begin_layout Plain Layout
17193 \noindent
17194 \align center
17195 \begin_inset Tabular
17196 <lyxtabular version="3" rows="6" columns="1">
17197 <features tabularvalignment="middle">
17198 <column alignment="left" valignment="top" width="0">
17199 <row>
17200 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 Normal, g
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 </row>
17210 <row>
17211 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215
17216 \size large
17217 Groß, g
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 </row>
17223 <row>
17224 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228
17229 \size larger
17230 Größer, g
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241
17242 \size largest
17243 noch Größer, g
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 <row>
17250 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \size huge
17256 Riesig
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 <row>
17263 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267
17268 \size giant
17269 Gigantisch
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 \begin_inset space \hfill{}
17286 \end_inset
17287
17288
17289 \begin_inset Float table
17290 wide false
17291 sideways false
17292 status collapsed
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Caption
17296
17297 \begin_layout Plain Layout
17298 Tabelle bei der der Befehl 
17299 \series bold
17300
17301 \backslash
17302 strut
17303 \series default
17304  verwendet wurde.
17305 \end_layout
17306
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \begin_layout Plain Layout
17313 \noindent
17314 \align center
17315 \begin_inset Tabular
17316 <lyxtabular version="3" rows="6" columns="1">
17317 <features tabularvalignment="middle">
17318 <column alignment="left" valignment="top" width="0">
17319 <row>
17320 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 Normal, g
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \size large
17337 \begin_inset ERT
17338 status collapsed
17339
17340 \begin_layout Plain Layout
17341
17342
17343 \backslash
17344 strut 
17345 \end_layout
17346
17347 \end_inset
17348
17349 Groß, g
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \size larger
17362 \begin_inset ERT
17363 status collapsed
17364
17365 \begin_layout Plain Layout
17366
17367
17368 \backslash
17369 strut 
17370 \end_layout
17371
17372 \end_inset
17373
17374 Größer, g
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \size largest
17387 \begin_inset ERT
17388 status collapsed
17389
17390 \begin_layout Plain Layout
17391
17392
17393 \backslash
17394 strut 
17395 \end_layout
17396
17397 \end_inset
17398
17399 noch Größer, g
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \size huge
17412 \begin_inset ERT
17413 status collapsed
17414
17415 \begin_layout Plain Layout
17416
17417
17418 \backslash
17419 strut 
17420 \end_layout
17421
17422 \end_inset
17423
17424 Riesig
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 <row>
17431 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435
17436 \size giant
17437 \begin_inset ERT
17438 status collapsed
17439
17440 \begin_layout Plain Layout
17441
17442
17443 \backslash
17444 strut 
17445 \end_layout
17446
17447 \end_inset
17448
17449 Gigantisch
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 </lyxtabular>
17456
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463
17464
17465 \begin_inset space \hfill{}
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \begin_layout Subsection
17477 Besondere Zellenausrichtung
17478 \begin_inset CommandInset label
17479 LatexCommand label
17480 name "sub:Besondere-Zellenausrichtung"
17481
17482 \end_inset
17483
17484
17485 \begin_inset Index idx
17486 status collapsed
17487
17488 \begin_layout Plain Layout
17489 Tabellen ! Zellenausrichtung
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Standard
17498 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17499  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17500 \begin_inset space ~
17501 \end_inset
17502
17503
17504 \begin_inset CommandInset ref
17505 LatexCommand ref
17506 reference "tab:Tabellenzellen-sind-auf"
17507
17508 \end_inset
17509
17510 .
17511  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
17512  dann entweder den Werkzeugleistenknopf 
17513 \begin_inset Graphics
17514         filename ../../images/tabular-feature_align-decimal.png
17515         scale 85
17516         scaleBeforeRotation
17517
17518 \end_inset
17519
17520  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
17521 \family sans
17522 Am
17523 \begin_inset space ~
17524 \end_inset
17525
17526 Dezimaltrenner
17527 \family default
17528  setzt.
17529  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
17530  frei wählen.
17531 \end_layout
17532
17533 \begin_layout Standard
17534 \begin_inset Float table
17535 placement h
17536 wide false
17537 sideways false
17538 status open
17539
17540 \begin_layout Plain Layout
17541 \begin_inset Caption
17542
17543 \begin_layout Plain Layout
17544 \begin_inset CommandInset label
17545 LatexCommand label
17546 name "tab:Tabellenzellen-sind-auf"
17547
17548 \end_inset
17549
17550 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17551 \end_layout
17552
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \begin_layout Plain Layout
17559 \align center
17560 \begin_inset Tabular
17561 <lyxtabular version="3" rows="4" columns="1">
17562 <features booktabs="true" tabularvalignment="middle">
17563 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17564 <row>
17565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 Überschrift
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 </row>
17575 <row>
17576 <cell alignment="center" valignment="top" topline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 12,6
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 <row>
17587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 0,68
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 </row>
17597 <row>
17598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602 -123,0
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 </row>
17608 </lyxtabular>
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Standard
17621 \begin_inset Float table
17622 placement h
17623 wide false
17624 sideways false
17625 status open
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Caption
17629
17630 \begin_layout Plain Layout
17631 \begin_inset CommandInset label
17632 LatexCommand label
17633 name "tab:Tabellenzellen-Operator"
17634
17635 \end_inset
17636
17637 Tabellenzellen sind auf den Operator ausgerichtet
17638 \end_layout
17639
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \begin_layout Plain Layout
17646 \align center
17647 \begin_inset Tabular
17648 <lyxtabular version="3" rows="4" columns="2">
17649 <features booktabs="true" tabularvalignment="middle">
17650 <column alignment="right" valignment="top" width="0pt">
17651 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17652 <row>
17653 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 Überschrift
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 </row>
17672 <row>
17673 <cell alignment="center" valignment="top" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 \begin_inset Formula $12\,+$
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 \begin_inset Formula $\,6$
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 </row>
17698 <row>
17699 <cell alignment="center" valignment="top" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703 \begin_inset Formula $0\,-$
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 <cell alignment="center" valignment="top" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715 \begin_inset Formula $\,68$
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 </row>
17724 <row>
17725 <cell alignment="center" valignment="top" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729 \begin_inset Formula $-123\,/$
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 \begin_inset Formula $\,0$
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 </lyxtabular>
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \begin_layout Standard
17763 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
17764  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
17765  Formeln erlaubt.
17766  In diesem Fall verwendet man die Methode von Tabelle
17767 \begin_inset space ~
17768 \end_inset
17769
17770
17771 \begin_inset CommandInset ref
17772 LatexCommand ref
17773 reference "tab:Tabellenzellen-Operator"
17774
17775 \end_inset
17776
17777 .
17778  Diese Tabelle wurde als 4×2 Tabelle erstellt.
17779  Die Überschrift ist eine zentrierte Mehrfachspalte.
17780  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
17781  und den Operator.
17782  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
17783  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
17784  um den üblichen Leerraum um einen Operator zu erhalten.
17785  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
17786  für die zweite Spalte folgendes eingefügt:
17787 \end_layout
17788
17789 \begin_layout Standard
17790
17791 \series bold
17792 @{}l
17793 \end_layout
17794
17795 \begin_layout Standard
17796 Tabelle
17797 \begin_inset space ~
17798 \end_inset
17799
17800
17801 \begin_inset CommandInset ref
17802 LatexCommand ref
17803 reference "tab:Verschiedene-Ausrichtungen"
17804
17805 \end_inset
17806
17807  zeigt einige Ausrichtungen.
17808  Für die Ausrichtung der Relationen wurde ein kleiner 
17809 \family sans
17810 Leerraum
17811 \family default
17812  eingefügt; wie in der zweiten Spalte von Tabelle
17813 \begin_inset space ~
17814 \end_inset
17815
17816
17817 \begin_inset CommandInset ref
17818 LatexCommand ref
17819 reference "tab:Tabellenzellen-Operator"
17820
17821 \end_inset
17822
17823 .
17824 \end_layout
17825
17826 \begin_layout Standard
17827
17828 \color black
17829 \begin_inset Float table
17830 placement h
17831 wide false
17832 sideways false
17833 status open
17834
17835 \begin_layout Plain Layout
17836
17837 \color black
17838 \begin_inset Caption
17839
17840 \begin_layout Plain Layout
17841
17842 \color black
17843 \begin_inset CommandInset label
17844 LatexCommand label
17845 name "tab:Verschiedene-Ausrichtungen"
17846
17847 \end_inset
17848
17849
17850 \color inherit
17851 Verschiedene Ausrichtungen
17852 \end_layout
17853
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Plain Layout
17860 \align center
17861 \begin_inset Tabular
17862 <lyxtabular version="3" rows="4" columns="6">
17863 <features tabularvalignment="middle">
17864 <column alignment="right" valignment="top" width="0">
17865 <column alignment="left" valignment="top" width="0" special="@{}l">
17866 <column alignment="right" valignment="top" width="0">
17867 <column alignment="left" valignment="top" width="0" special="@{}l">
17868 <column alignment="right" valignment="top" width="0">
17869 <column alignment="left" valignment="top" width="0" special="@{}l">
17870 <row>
17871 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 Einheiten
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 Exponenten
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 Relationen
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 </row>
17926 <row>
17927 <cell alignment="center" valignment="top" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 12×
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 24
17941 \begin_inset space \thinspace{}
17942 \end_inset
17943
17944 Flaschen
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Formula $10\cdot$
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 \begin_inset Formula $10^{\mbox{-}17}$
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977 \begin_inset Formula $\Gamma(t)\propto$
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 \begin_inset Formula $\:\Upsilon(t)$
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 <row>
17999 <cell alignment="center" valignment="top" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 1024×
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 768
18013 \begin_inset space \thinspace{}
18014 \end_inset
18015
18016 Pixel
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 \begin_inset Formula $5.78\cdot$
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 \begin_inset Formula $10^{7}$
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 \begin_inset Formula $A\ne$
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 \begin_inset Formula $\: B_{\mathrm{red}}$
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 </row>
18070 <row>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 32×
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 6
18085 \begin_inset space \thinspace{}
18086 \end_inset
18087
18088 cm
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 -
18098 \begin_inset Formula $33.5\cdot$
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 \begin_inset Formula $10^{4}$
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 \begin_inset Formula $\sin(\alpha)\ge$
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 \begin_inset Formula $\:\sin(\beta)$
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 </row>
18143 </lyxtabular>
18144
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Subsection
18156 Angepasste Zellen-/Spaltenformate
18157 \begin_inset CommandInset label
18158 LatexCommand label
18159 name "uab:Angepasste-Zellen-/Spaltenformate"
18160
18161 \end_inset
18162
18163
18164 \begin_inset Index idx
18165 status collapsed
18166
18167 \begin_layout Plain Layout
18168 Tabellen ! Spaltenformat
18169 \end_layout
18170
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \begin_layout Standard
18177 Wenn man wie in Abschnitt
18178 \begin_inset space ~
18179 \end_inset
18180
18181
18182 \begin_inset CommandInset ref
18183 LatexCommand ref
18184 reference "uab:Mehrfachspalten-Berechnungen"
18185
18186 \end_inset
18187
18188  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18189  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18190  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18191  definieren:
18192 \end_layout
18193
18194 \begin_layout Standard
18195
18196 \series bold
18197
18198 \backslash
18199 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18200 \end_layout
18201
18202 \begin_layout Standard
18203 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18204 \emph on
18205 b
18206 \emph default
18207
18208 \emph on
18209 c
18210 \emph default
18211
18212 \emph on
18213 l
18214 \emph default
18215
18216 \emph on
18217 m
18218 \emph default
18219
18220 \emph on
18221 p
18222 \emph default
18223  oder 
18224 \emph on
18225 r
18226 \emph default
18227 , weil diese vordefiniert sind.
18228  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18229 \end_layout
18230
18231 \begin_layout Standard
18232 \begin_inset VSpace medskip
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Standard
18239 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18240  Breite könnte das Format so aussehen:
18241 \end_layout
18242
18243 \begin_layout Standard
18244
18245 \series bold
18246
18247 \backslash
18248 newcolumntype{M}[1]{>{
18249 \backslash
18250 centering
18251 \backslash
18252 hspace{0pt}}m{#1}}
18253 \end_layout
18254
18255 \begin_layout Standard
18256 wobei 
18257 \series bold
18258
18259 \backslash
18260 hspace{0pt}
18261 \series default
18262  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18263  Abschnitt
18264 \begin_inset space ~
18265 \end_inset
18266
18267
18268 \begin_inset CommandInset ref
18269 LatexCommand ref
18270 reference "uab:Mehrfache-Zeilen-in"
18271
18272 \end_inset
18273
18274  beschrieben.
18275  Jetzt können Sie mit
18276 \end_layout
18277
18278 \begin_layout Standard
18279
18280 \series bold
18281 M{Breite}
18282 \end_layout
18283
18284 \begin_layout Standard
18285 im 
18286 \family sans
18287 LaTeX-Argument
18288 \family default
18289  im 
18290 \family sans
18291 Tabellen-Einstellungen
18292 \family default
18293 -Dialog eine Mehrfachspalte definieren.
18294 \end_layout
18295
18296 \begin_layout Standard
18297 \begin_inset VSpace bigskip
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \begin_layout Standard
18304 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18305  Format definieren:
18306 \end_layout
18307
18308 \begin_layout Standard
18309
18310 \series bold
18311
18312 \backslash
18313 newcolumntype{S}[2]{>{
18314 \backslash
18315 centering
18316 \backslash
18317 hspace{0pt}}
18318 \begin_inset Newline newline
18319 \end_inset
18320
18321
18322 \begin_inset Phantom HPhantom
18323 status open
18324
18325 \begin_layout Plain Layout
18326
18327 \series bold
18328
18329 \backslash
18330 newcolumntype
18331 \end_layout
18332
18333 \end_inset
18334
18335 m{(#1+(2
18336 \backslash
18337 tabcolsep+
18338 \backslash
18339 arrayrulewidth)*(1-#2))/#2}}
18340 \end_layout
18341
18342 \begin_layout Standard
18343 Dieses Format benutzt Gleichung
18344 \begin_inset space ~
18345 \end_inset
18346
18347
18348 \begin_inset CommandInset ref
18349 LatexCommand ref
18350 reference "eq:Wgn"
18351
18352 \end_inset
18353
18354 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18355  breit ist.
18356 \end_layout
18357
18358 \begin_layout Standard
18359 Jetzt können Sie im 
18360 \family sans
18361 LaTeX-Argument
18362 \family default
18363  im 
18364 \family sans
18365 Tabellen-Einstellungen
18366 \family default
18367 -Dialog folgendes einfügen:
18368 \end_layout
18369
18370 \begin_layout Standard
18371
18372 \series bold
18373 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18374 \end_layout
18375
18376 \begin_layout Standard
18377 \begin_inset VSpace bigskip
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Für farbige Spalten können Sie folgendes einfügen:
18385 \end_layout
18386
18387 \begin_layout Standard
18388
18389 \series bold
18390
18391 \backslash
18392 newcolumntype{K}[1]{>{
18393 \backslash
18394 columncolor{#1}
18395 \backslash
18396 hspace{0pt}}c}
18397 \end_layout
18398
18399 \begin_layout Standard
18400 Das 
18401 \begin_inset Quotes gld
18402 \end_inset
18403
18404 c
18405 \begin_inset Quotes grd
18406 \end_inset
18407
18408  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18409  zentriert ist.
18410  Jetzt können Sie als 
18411 \family sans
18412 LaTeX-Argument
18413 \family default
18414  folgendes einfügen:
18415 \end_layout
18416
18417 \begin_layout Standard
18418
18419 \series bold
18420 K{Farbname}
18421 \end_layout
18422
18423 \begin_layout Standard
18424 \begin_inset VSpace bigskip
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Standard
18431 Für Tabelle
18432 \begin_inset space ~
18433 \end_inset
18434
18435
18436 \begin_inset CommandInset ref
18437 LatexCommand ref
18438 reference "tab:Tabelle-mit-benutzerdefinierte"
18439
18440 \end_inset
18441
18442  wurden folgende 
18443 \family sans
18444 LaTeX-Argumente
18445 \family default
18446  benutzt:
18447 \end_layout
18448
18449 \begin_layout Standard
18450
18451 \series bold
18452 M{2.5cm}
18453 \end_layout
18454
18455 \begin_layout Standard
18456 für die erste Spalte und die Mehrfachspalte,
18457 \end_layout
18458
18459 \begin_layout Standard
18460
18461 \series bold
18462 K{red}
18463 \end_layout
18464
18465 \begin_layout Standard
18466 für die letzte Spalte und
18467 \end_layout
18468
18469 \begin_layout Standard
18470
18471 \series bold
18472 S{2.5cm}{2}
18473 \end_layout
18474
18475 \begin_layout Standard
18476 für die Spalten in der zweiten Mehrfachspalte.
18477 \end_layout
18478
18479 \begin_layout Standard
18480 \begin_inset Float table
18481 placement h
18482 wide false
18483 sideways false
18484 status open
18485
18486 \begin_layout Plain Layout
18487 \begin_inset Caption
18488
18489 \begin_layout Plain Layout
18490 \begin_inset CommandInset label
18491 LatexCommand label
18492 name "tab:Tabelle-mit-benutzerdefinierte"
18493
18494 \end_inset
18495
18496 Tabelle mit benutzerdefinierten Formaten
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \begin_layout Plain Layout
18505 \align center
18506 \begin_inset Tabular
18507 <lyxtabular version="3" rows="3" columns="4">
18508 <features tabularvalignment="middle">
18509 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18510 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18511 <column alignment="center" valignment="middle" width="0">
18512 <column alignment="center" valignment="middle" width="0" special="K{red}">
18513 <row>
18514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 einsehrlangesWort
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 Mehrfachspalte mit mehreren Zeilen
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545 c
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 d
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 e
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 f
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 g
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 </row>
18589 <row>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 h
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 i
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 j
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 k
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 </row>
18627 </lyxtabular>
18628
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \begin_layout Subsection
18640 Liniendicke
18641 \begin_inset CommandInset label
18642 LatexCommand label
18643 name "uab:Liniendicke"
18644
18645 \end_inset
18646
18647
18648 \begin_inset Index idx
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652 Tabellen  ! Linien ! -dicke
18653 \end_layout
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \begin_layout Standard
18661 Die Liniendicke für alle Linien einer Tabelle kann mit 
18662 \series bold
18663
18664 \backslash
18665 arrayrulewidth
18666 \series default
18667  eingestellt werden.
18668  Um eine Liniendicke von 1.5
18669 \begin_inset space \thinspace{}
18670 \end_inset
18671
18672 pt wie in Tabelle
18673 \begin_inset space ~
18674 \end_inset
18675
18676
18677 \begin_inset CommandInset ref
18678 LatexCommand ref
18679 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18680
18681 \end_inset
18682
18683  zu bekommen, geben Sie den Befehl
18684 \end_layout
18685
18686 \begin_layout Standard
18687
18688 \series bold
18689
18690 \backslash
18691 setlength{
18692 \backslash
18693 arrayrulewidth}{1.5pt}
18694 \end_layout
18695
18696 \begin_layout Standard
18697 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18698  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18699  Mit
18700 \end_layout
18701
18702 \begin_layout Standard
18703
18704 \series bold
18705
18706 \backslash
18707 setlength{
18708 \backslash
18709 arrayrulewidth}{0.4pt}
18710 \end_layout
18711
18712 \begin_layout Standard
18713 bekommen Sie wieder die Standarddicke.
18714 \end_layout
18715
18716 \begin_layout Standard
18717 \begin_inset ERT
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721
18722
18723 \backslash
18724 setlength{
18725 \backslash
18726 arrayrulewidth}{1.5pt}
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \begin_inset Float table
18733 placement H
18734 wide false
18735 sideways false
18736 status open
18737
18738 \begin_layout Plain Layout
18739 \begin_inset Caption
18740
18741 \begin_layout Plain Layout
18742 \begin_inset CommandInset label
18743 LatexCommand label
18744 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18745
18746 \end_inset
18747
18748 Tabelle mit 1.5
18749 \begin_inset space \thinspace{}
18750 \end_inset
18751
18752 pt Liniendicke
18753 \end_layout
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Plain Layout
18761 \align center
18762 \begin_inset Tabular
18763 <lyxtabular version="3" rows="3" columns="3">
18764 <features tabularvalignment="middle">
18765 <column alignment="center" valignment="top" width="0">
18766 <column alignment="center" valignment="top" width="0">
18767 <column alignment="center" valignment="top" width="0">
18768 <row>
18769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773 sd
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 </row>
18797 <row>
18798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811 sd
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820
18821 \end_layout
18822
18823 \end_inset
18824 </cell>
18825 </row>
18826 <row>
18827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 sd
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 </row>
18855 </lyxtabular>
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \end_inset
18863
18864
18865 \begin_inset ERT
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869
18870
18871 \backslash
18872 setlength{
18873 \backslash
18874 arrayrulewidth}{0.4pt}
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \begin_layout Standard
18883 \begin_inset VSpace bigskip
18884 \end_inset
18885
18886 Um eine Liniendicke von 1.5
18887 \begin_inset space \thinspace{}
18888 \end_inset
18889
18890 pt nur für horizontale Linien zu bekommen wie in Tabelle
18891 \begin_inset space ~
18892 \end_inset
18893
18894
18895 \begin_inset CommandInset ref
18896 LatexCommand ref
18897 reference "tab:Tabelle-mit-1.5pt-horiz"
18898
18899 \end_inset
18900
18901 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18902  einfügen:
18903 \end_layout
18904
18905 \begin_layout Standard
18906
18907 \series bold
18908
18909 \backslash
18910 let
18911 \backslash
18912 myHline
18913 \backslash
18914 hline
18915 \begin_inset Newline newline
18916 \end_inset
18917
18918
18919 \backslash
18920 renewcommand{
18921 \backslash
18922 hline}
18923 \begin_inset Newline newline
18924 \end_inset
18925
18926  {
18927 \backslash
18928 noalign{
18929 \backslash
18930 global
18931 \backslash
18932 arrayrulewidth 1.5pt}
18933 \begin_inset Newline newline
18934 \end_inset
18935
18936  
18937 \backslash
18938 myHline
18939 \backslash
18940 noalign{
18941 \backslash
18942 global
18943 \backslash
18944 arrayrulewidth 0.4pt}}
18945 \end_layout
18946
18947 \begin_layout Standard
18948 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18949  der (Gleit\SpecialChar \-
18950 objekt-)Tabelle zurück:
18951 \end_layout
18952
18953 \begin_layout Standard
18954
18955 \series bold
18956
18957 \backslash
18958 renewcommand{
18959 \backslash
18960 hline}{
18961 \backslash
18962 myHline}
18963 \end_layout
18964
18965 \begin_layout Standard
18966 \begin_inset ERT
18967 status collapsed
18968
18969 \begin_layout Plain Layout
18970
18971
18972 \backslash
18973 let
18974 \backslash
18975 myHline
18976 \backslash
18977 hline
18978 \end_layout
18979
18980 \begin_layout Plain Layout
18981
18982
18983 \backslash
18984 renewcommand{
18985 \backslash
18986 hline}
18987 \end_layout
18988
18989 \begin_layout Plain Layout
18990
18991  {
18992 \backslash
18993 noalign{
18994 \backslash
18995 global
18996 \backslash
18997 arrayrulewidth 1.5pt}
18998 \end_layout
18999
19000 \begin_layout Plain Layout
19001
19002   
19003 \backslash
19004 myHline
19005 \backslash
19006 noalign{
19007 \backslash
19008 global
19009 \backslash
19010 arrayrulewidth 0.4pt}}
19011 \end_layout
19012
19013 \end_inset
19014
19015
19016 \begin_inset Float table
19017 placement h
19018 wide false
19019 sideways false
19020 status open
19021
19022 \begin_layout Plain Layout
19023 \begin_inset Caption
19024
19025 \begin_layout Plain Layout
19026 \begin_inset CommandInset label
19027 LatexCommand label
19028 name "tab:Tabelle-mit-1.5pt-horiz"
19029
19030 \end_inset
19031
19032 Tabelle mit 1.5
19033 \begin_inset space \thinspace{}
19034 \end_inset
19035
19036 pt dicken horizontalen Linien
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Plain Layout
19045 \align center
19046 \begin_inset Tabular
19047 <lyxtabular version="3" rows="3" columns="3">
19048 <features tabularvalignment="middle">
19049 <column alignment="center" valignment="top" width="0">
19050 <column alignment="center" valignment="top" width="0">
19051 <column alignment="center" valignment="top" width="0">
19052 <row>
19053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 sd
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 sd
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 sd
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 </row>
19139 </lyxtabular>
19140
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \end_inset
19147
19148
19149 \begin_inset ERT
19150 status collapsed
19151
19152 \begin_layout Plain Layout
19153
19154
19155 \backslash
19156 renewcommand{
19157 \backslash
19158 hline}{
19159 \backslash
19160 myHline}
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \begin_layout Standard
19169 \begin_inset VSpace bigskip
19170 \end_inset
19171
19172 Um die Liniendicke von 1.5
19173 \begin_inset space \thinspace{}
19174 \end_inset
19175
19176 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19177  Spaltenformat entsprechend der Beschreibung in Abschnitt
19178 \begin_inset space ~
19179 \end_inset
19180
19181
19182 \begin_inset CommandInset ref
19183 LatexCommand ref
19184 reference "uab:Angepasste-Zellen-/Spaltenformate"
19185
19186 \end_inset
19187
19188  definieren:
19189 \end_layout
19190
19191 \begin_layout Standard
19192
19193 \series bold
19194
19195 \backslash
19196 newcolumntype{V}{!{
19197 \backslash
19198 vrule width 1.5pt}}
19199 \end_layout
19200
19201 \begin_layout Standard
19202 In Tabelle
19203 \begin_inset space ~
19204 \end_inset
19205
19206
19207 \begin_inset CommandInset ref
19208 LatexCommand ref
19209 reference "tab:Tabelle-mit-1.5pt-vert"
19210
19211 \end_inset
19212
19213  wurde das 
19214 \family sans
19215 LaTe
19216 \begin_inset ERT
19217 status collapsed
19218
19219 \begin_layout Plain Layout
19220
19221 {}
19222 \end_layout
19223
19224 \end_inset
19225
19226 X-Argument
19227 \family default
19228 \series bold
19229  VcV
19230 \series default
19231  für die letzte Spalte und
19232 \series bold
19233  Vc
19234 \series default
19235  für die anderen benutzt.
19236 \end_layout
19237
19238 \begin_layout Standard
19239 \begin_inset Float table
19240 placement H
19241 wide false
19242 sideways false
19243 status open
19244
19245 \begin_layout Plain Layout
19246 \begin_inset Caption
19247
19248 \begin_layout Plain Layout
19249 \begin_inset CommandInset label
19250 LatexCommand label
19251 name "tab:Tabelle-mit-1.5pt-vert"
19252
19253 \end_inset
19254
19255 Tabelle mit 1.5
19256 \begin_inset space \thinspace{}
19257 \end_inset
19258
19259 pt dicken vertikalen Linien
19260 \end_layout
19261
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \begin_layout Plain Layout
19268 \align center
19269 \begin_inset Tabular
19270 <lyxtabular version="3" rows="3" columns="3">
19271 <features tabularvalignment="middle">
19272 <column alignment="center" valignment="top" width="0" special="Vc">
19273 <column alignment="center" valignment="top" width="0" special="Vc">
19274 <column alignment="center" valignment="top" width="0" special="VcV">
19275 <row>
19276 <cell alignment="center" valignment="top" topline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 sd
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" topline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 </row>
19304 <row>
19305 <cell alignment="center" valignment="top" topline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 sd
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 <cell alignment="center" valignment="top" topline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 </row>
19333 <row>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 sd
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 </row>
19362 </lyxtabular>
19363
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \begin_layout Subsection
19375 Gestrichelte Linien
19376 \begin_inset Index idx
19377 status collapsed
19378
19379 \begin_layout Plain Layout
19380 Tabellen  ! Linien ! gestrichelte 
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \begin_layout Standard
19389 \begin_inset ERT
19390 status collapsed
19391
19392 \begin_layout Plain Layout
19393
19394
19395 \backslash
19396 ifarydshln
19397 \end_layout
19398
19399 \end_inset
19400
19401
19402 \begin_inset Note Note
19403 status open
19404
19405 \begin_layout Plain Layout
19406 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19407 \series bold
19408 arydshln
19409 \series default
19410  installiert ist.
19411 \end_layout
19412
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \begin_layout Standard
19419 \begin_inset Float table
19420 placement h
19421 wide false
19422 sideways false
19423 status open
19424
19425 \begin_layout Plain Layout
19426 \begin_inset Caption
19427
19428 \begin_layout Plain Layout
19429 \begin_inset CommandInset label
19430 LatexCommand label
19431 name "tab:Tabelle-mit-gestrichelten"
19432
19433 \end_inset
19434
19435 Tabelle mit gestrichelten Linien
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Plain Layout
19444 \align center
19445 \begin_inset Tabular
19446 <lyxtabular version="3" rows="5" columns="5">
19447 <features tabularvalignment="middle">
19448 <column alignment="center" valignment="top" width="0">
19449 <column alignment="center" valignment="top" width="0">
19450 <column alignment="center" valignment="top" width="0" special=":c">
19451 <column alignment="center" valignment="top" width="0">
19452 <column alignment="center" valignment="top" width="0">
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 a
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 b
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 c
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 d
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 e
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 <row>
19501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 f
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 g
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 h
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 i
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 j
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 <row>
19548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552 \begin_inset ERT
19553 status collapsed
19554
19555 \begin_layout Plain Layout
19556
19557
19558 \backslash
19559 hdashline 
19560 \end_layout
19561
19562 \end_inset
19563
19564 k
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 l
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 m
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 n
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 o
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 \begin_inset ERT
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615
19616
19617 \backslash
19618 cdashline{4-5}
19619 \end_layout
19620
19621 \end_inset
19622
19623 p
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 q
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 r
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 s
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670 t
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 u
19680 \end_layout
19681
19682 \end_inset
19683 </cell>
19684 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688 v
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 w
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 x
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 </row>
19712 </lyxtabular>
19713
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \begin_layout Standard
19725 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19726  TeX-Code benutzen.
19727  Zunächst müssen Sie das LaTeX-Paket 
19728 \series bold
19729 arydshln
19730 \series default
19731
19732 \begin_inset Index idx
19733 status collapsed
19734
19735 \begin_layout Plain Layout
19736 LaTeX-Pakete ! arydshln
19737 \end_layout
19738
19739 \end_inset
19740
19741  im LaTeX-Vorspann laden:
19742 \end_layout
19743
19744 \begin_layout Standard
19745
19746 \series bold
19747
19748 \backslash
19749 usepackage{arydshln}
19750 \end_layout
19751
19752 \begin_layout Standard
19753 Um senkrechte Linien zu stricheln, müssen Sie im 
19754 \family sans
19755 LaTe
19756 \begin_inset ERT
19757 status collapsed
19758
19759 \begin_layout Plain Layout
19760
19761 {}
19762 \end_layout
19763
19764 \end_inset
19765
19766 X-Argument
19767 \family default
19768  des 
19769 \family sans
19770 Tabellen-Einstellungen
19771 \family default
19772 -Dialogs 
19773 \begin_inset Quotes gld
19774 \end_inset
19775
19776 :
19777 \begin_inset Quotes grd
19778 \end_inset
19779
19780 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19781 \end_layout
19782
19783 \begin_layout Standard
19784 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19785 \end_layout
19786
19787 \begin_layout Standard
19788
19789 \series bold
19790
19791 \backslash
19792 hdashline
19793 \end_layout
19794
19795 \begin_layout Standard
19796 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19797 \end_layout
19798
19799 \begin_layout Standard
19800 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19801 \end_layout
19802
19803 \begin_layout Standard
19804
19805 \series bold
19806
19807 \backslash
19808 cdashline{Anfangsspalte-Endspalte}
19809 \end_layout
19810
19811 \begin_layout Standard
19812 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19813  Wenn Sie z.
19814 \begin_inset space \thinspace{}
19815 \end_inset
19816
19817 B.
19818  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19819  gestrichelte Linie haben, fügen Sie den Befehl
19820 \end_layout
19821
19822 \begin_layout Standard
19823
19824 \series bold
19825
19826 \backslash
19827 cdashline{2-4}
19828 \end_layout
19829
19830 \begin_layout Standard
19831 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19832 \end_layout
19833
19834 \begin_layout Standard
19835 \begin_inset VSpace bigskip
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Standard
19842 In Tabelle
19843 \begin_inset space ~
19844 \end_inset
19845
19846
19847 \begin_inset CommandInset ref
19848 LatexCommand ref
19849 reference "tab:Tabelle-mit-gestrichelten"
19850
19851 \end_inset
19852
19853  wurde in der dritten Spalte der Befehl
19854 \series bold
19855  
19856 \series default
19857
19858 \begin_inset Quotes gld
19859 \end_inset
19860
19861
19862 \series bold
19863 :c
19864 \begin_inset Quotes grd
19865 \end_inset
19866
19867
19868 \series default
19869  benutzt.
19870  Der Befehl 
19871 \series bold
19872
19873 \backslash
19874 hdashline
19875 \series default
19876  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19877 \begin_inset Newline newline
19878 \end_inset
19879
19880  
19881 \series bold
19882
19883 \backslash
19884 cdashline{4-5} 
19885 \series default
19886 wurde in die erste Zelle der vierten Zeile eingefügt.
19887 \end_layout
19888
19889 \begin_layout Standard
19890 \begin_inset Note Greyedout
19891 status open
19892
19893 \begin_layout Plain Layout
19894
19895 \series bold
19896 Bemerkung:
19897 \series default
19898  Das LaTeX-Paket 
19899 \series bold
19900 arydshln
19901 \series default
19902  ist nicht kompatibel dem LaTeX-Paket 
19903 \series bold
19904 colortbl
19905 \series default
19906
19907 \begin_inset Index idx
19908 status collapsed
19909
19910 \begin_layout Plain Layout
19911 LaTeX-Pakete ! colortbl
19912 \end_layout
19913
19914 \end_inset
19915
19916 , das für die farbigen Tabellen in Abschnitt
19917 \begin_inset space ~
19918 \end_inset
19919
19920
19921 \begin_inset CommandInset ref
19922 LatexCommand ref
19923 reference "abs:Farbige-Tabellen"
19924
19925 \end_inset
19926
19927  benutzt wurde.
19928  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19929 \end_layout
19930
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \begin_layout Standard
19937 \begin_inset ERT
19938 status collapsed
19939
19940 \begin_layout Plain Layout
19941
19942
19943 \backslash
19944 else
19945 \end_layout
19946
19947 \end_inset
19948
19949
19950 \begin_inset Note Note
19951 status open
19952
19953 \begin_layout Plain Layout
19954 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19955 \series bold
19956 arydshln
19957 \series default
19958  nicht installiert ist:
19959 \end_layout
19960
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \begin_layout Standard
19967 Sie müssen das LaTeX-Paket 
19968 \series bold
19969 arydshln
19970 \series default
19971  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19972 \end_layout
19973
19974 \begin_layout Standard
19975 \begin_inset ERT
19976 status collapsed
19977
19978 \begin_layout Plain Layout
19979
19980
19981 \backslash
19982 fi
19983 \end_layout
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \begin_layout Chapter
19991 Gleitobjekte
19992 \begin_inset CommandInset label
19993 LatexCommand label
19994 name "chap:Gleitobjekte"
19995
19996 \end_inset
19997
19998
19999 \begin_inset Index idx
20000 status collapsed
20001
20002 \begin_layout Plain Layout
20003 Gleitobjekte
20004 \end_layout
20005
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \begin_layout Section
20012 Einleitung
20013 \begin_inset CommandInset label
20014 LatexCommand label
20015 name "abs:Gleitobjekte-Einleitung"
20016
20017 \end_inset
20018
20019
20020 \begin_inset Index idx
20021 status collapsed
20022
20023 \begin_layout Plain Layout
20024 Gleitobjekte ! Einleitung
20025 \end_layout
20026
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \begin_layout Standard
20033 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
20034  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
20035  der beste Platz ist.
20036  
20037 \family sans
20038 Fußnoten
20039 \family default
20040  und 
20041 \family sans
20042 Randnotizen
20043 \family default
20044  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
20045  wenn auf ihrer Seite schon zu viele sind.
20046 \end_layout
20047
20048 \begin_layout Standard
20049 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
20050  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
20051  um weiße Flächen und Seiten ohne Text zu vermeiden.
20052  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
20053 löst,
20054  kann im Text auf ein Gleitobjekt verwiesen werden.
20055  Gleitobjekte sind deshalb nummeriert.
20056  Querverweise werden in Abschnitt
20057 \begin_inset space ~
20058 \end_inset
20059
20060
20061 \begin_inset CommandInset ref
20062 LatexCommand ref
20063 reference "abs:Auf-Gleitobjekte-verweisen"
20064
20065 \end_inset
20066
20067  beschrieben.
20068 \end_layout
20069
20070 \begin_layout Standard
20071 Ein Gleitobjekt wird mit 
20072 \family sans
20073 Einfügen\SpecialChar \menuseparator
20074 Gleitobjekt\SpecialChar \menuseparator
20075 Algorithmus/Abbildung/Ta\SpecialChar \-
20076 belle/Um\SpecialChar \-
20077 flos\SpecialChar \-
20078 se\SpecialChar \-
20079 nes
20080 \begin_inset space ~
20081 \end_inset
20082
20083 Gleitobjekt
20084 \family default
20085  eingefügt.
20086  Für Abbildungen oder Tabellen können Sie auch auf 
20087 \begin_inset Graphics
20088         filename ../../images/float-insert_figure.png
20089         scale 70
20090         scaleBeforeRotation
20091
20092 \end_inset
20093
20094  oder 
20095 \begin_inset Graphics
20096         filename ../../images/float-insert_table.png
20097         scale 70
20098         scaleBeforeRotation
20099
20100 \end_inset
20101
20102  klicken.
20103  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
20104  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
20105  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
20106  #:).
20107  Statt # sehen Sie die von LyX vergebene Nummer.
20108  In das schmale Feld nach der Marke können Sie den Titel schreiben.
20109  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
20110  eingefügt.
20111  In Abschnitt
20112 \begin_inset space ~
20113 \end_inset
20114
20115
20116 \begin_inset CommandInset ref
20117 LatexCommand ref
20118 reference "abs:Titel-Platzierung"
20119
20120 \end_inset
20121
20122  finden Sie mehr über die Platzierung des Titels.
20123  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
20124  auch wieder geöffnet.
20125  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
20126 \begin_inset Graphics
20127         filename clipart/GleitobjektQt4.png
20128         scale 70
20129         scaleBeforeRotation
20130
20131 \end_inset
20132
20133  – ein graues Kästchen mit roter Beschriftung.
20134 \end_layout
20135
20136 \begin_layout Standard
20137 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
20138  Gleitobjekte in einem eigenen Absatz einzufügen.
20139 \end_layout
20140
20141 \begin_layout Standard
20142 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
20143  indem Sie sie markieren und dann auf 
20144 \begin_inset Graphics
20145         filename ../../images/float-insert_figure.png
20146         scale 70
20147         scaleBeforeRotation
20148
20149 \end_inset
20150
20151  oder 
20152 \begin_inset Graphics
20153         filename ../../images/float-insert_table.png
20154         scale 70
20155         scaleBeforeRotation
20156
20157 \end_inset
20158
20159  klicken.
20160 \end_layout
20161
20162 \begin_layout Section
20163 Gleitobjekt-Typen
20164 \begin_inset Index idx
20165 status collapsed
20166
20167 \begin_layout Plain Layout
20168 Gleitobjekte ! Typen
20169 \end_layout
20170
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \begin_layout Standard
20177 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
20178 \begin_inset space ~
20179 \end_inset
20180
20181
20182 \begin_inset CommandInset ref
20183 LatexCommand ref
20184 reference "abs:Gleitende-Abbildungen"
20185
20186 \end_inset
20187
20188  und 
20189 \begin_inset CommandInset ref
20190 LatexCommand ref
20191 reference "abs:Gleitende-Tabellen"
20192
20193 \end_inset
20194
20195  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20196  Letztere sind in Abschnitt
20197 \begin_inset space ~
20198 \end_inset
20199
20200
20201 \begin_inset CommandInset ref
20202 LatexCommand ref
20203 reference "sec:Umflossene-Gleitobjekte"
20204
20205 \end_inset
20206
20207  beschrieben.
20208 \end_layout
20209
20210 \begin_layout Subsection
20211 Algorithmen-Gleitobjekt
20212 \begin_inset Index idx
20213 status collapsed
20214
20215 \begin_layout Plain Layout
20216 Gleitobjekte ! Algorithmen
20217 \end_layout
20218
20219 \end_inset
20220
20221
20222 \begin_inset CommandInset label
20223 LatexCommand label
20224 name "uab:Gleitobjekt-Algorithmen"
20225
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \begin_layout Standard
20232 \begin_inset Float algorithm
20233 placement h
20234 wide false
20235 sideways false
20236 status open
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Caption
20240
20241 \begin_layout Plain Layout
20242 \begin_inset CommandInset label
20243 LatexCommand label
20244 name "alg:Ein-Gleitobjekt-Algorithmus"
20245
20246 \end_inset
20247
20248 Ein Gleitobjekt-Algorithmus 
20249 \end_layout
20250
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \begin_layout LyX-Code
20257 for I in 1..N loop
20258 \begin_inset Newline newline
20259 \end_inset
20260
20261  Sum:= Sum + A(I); /*Kommentar*/
20262 \begin_inset Newline newline
20263 \end_inset
20264
20265 end loop
20266 \begin_inset VSpace -4mm
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \begin_layout Standard
20278 Dieser Typ wird mit 
20279 \family sans
20280 Einfügen\SpecialChar \menuseparator
20281 Gleitobjekt\SpecialChar \menuseparator
20282 Algorithmus
20283 \family default
20284  eingefügt.
20285  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20286  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20287 \begin_inset space ~
20288 \end_inset
20289
20290
20291 \begin_inset CommandInset ref
20292 LatexCommand ref
20293 reference "kap:Programm-Code-Listen"
20294
20295 \end_inset
20296
20297 .
20298  Eine mögliche Absatz-Umgebung hier für ist 
20299 \family sans
20300 LyX-Code
20301 \family default
20302 , beschrieben im 
20303 \emph on
20304 Benutzerhandbuch
20305 \emph default
20306 .
20307  In Algorithmus
20308 \begin_inset space ~
20309 \end_inset
20310
20311
20312 \begin_inset CommandInset ref
20313 LatexCommand ref
20314 reference "alg:Ein-Gleitobjekt-Algorithmus"
20315
20316 \end_inset
20317
20318  wurden am Ende -4
20319 \begin_inset space \thinspace{}
20320 \end_inset
20321
20322 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20323  letzten Zeile gedruckt wird.
20324 \end_layout
20325
20326 \begin_layout Standard
20327 Die Marke 
20328 \emph on
20329 Algorithmus
20330 \emph default
20331  wird nicht automatisch in die druckbare Version übernommen, sondern das
20332  englische Wort 
20333 \emph on
20334 Algorithm
20335 \emph default
20336  verwendet.
20337  Soll
20338 \emph on
20339  Algorithmus
20340 \emph default
20341  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20342 \end_layout
20343
20344 \begin_layout Standard
20345
20346 \series bold
20347
20348 \backslash
20349 floatname{algorithm}{Algorithmus}
20350 \end_layout
20351
20352 \begin_layout Standard
20353 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20354  Sprache wie die LyX Menünamen haben, das Menü 
20355 \family sans
20356 Einfügen\SpecialChar \menuseparator
20357 Liste
20358 \begin_inset space \thinspace{}
20359 \end_inset
20360
20361 /
20362 \begin_inset space \thinspace{}
20363 \end_inset
20364
20365 Inhaltsverzeichnis\SpecialChar \menuseparator
20366 Algorithmenverzeichnis
20367 \family default
20368  verwendet werden.
20369  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20370  eingefügt werden:
20371 \end_layout
20372
20373 \begin_layout Standard
20374
20375 \series bold
20376
20377 \backslash
20378 listof{algorithm}{Algorithmenverzeichnis}
20379 \end_layout
20380
20381 \begin_layout Standard
20382 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20383  nach dem Schema 
20384 \begin_inset Quotes gld
20385 \end_inset
20386
20387 Kapitelnummer.Algorithmusnummer
20388 \begin_inset Quotes grd
20389 \end_inset
20390
20391  nummeriert.
20392  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20393  einfügen:
20394 \end_layout
20395
20396 \begin_layout Standard
20397
20398 \series bold
20399
20400 \backslash
20401 numberwithin{algorithm}{chapter}
20402 \end_layout
20403
20404 \begin_layout Standard
20405 Um 
20406 \series bold
20407
20408 \backslash
20409 numberwithin
20410 \series default
20411  benutzen zu können, muss in den 
20412 \family sans
20413 Mathe
20414 \begin_inset space ~
20415 \end_inset
20416
20417 Optionen
20418 \family default
20419  der 
20420 \family sans
20421 Dokument-Einstellungen
20422 \family default
20423  
20424 \family sans
20425 AMS
20426 \begin_inset space ~
20427 \end_inset
20428
20429 Mathe
20430 \begin_inset space ~
20431 \end_inset
20432
20433 Paket
20434 \family default
20435
20436 \begin_inset space ~
20437 \end_inset
20438
20439
20440 \family sans
20441 verwenden
20442 \family default
20443  angekreuzt sein.
20444 \end_layout
20445
20446 \begin_layout Section
20447 Gleitobjekt-Nummerierung
20448 \begin_inset Index idx
20449 status collapsed
20450
20451 \begin_layout Plain Layout
20452 Gleitobjekte ! Nummerierung
20453 \end_layout
20454
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \begin_layout Standard
20461 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20462  nummeriert oder nach dem Schema 
20463 \begin_inset Quotes gld
20464 \end_inset
20465
20466 Kapitelnummer.Gleitobjektnummer
20467 \begin_inset Quotes grd
20468 \end_inset
20469
20470  oder 
20471 \begin_inset Quotes gld
20472 \end_inset
20473
20474 Abschnittsnummer.Gleitobjektnummer
20475 \begin_inset Quotes grd
20476 \end_inset
20477
20478 .
20479  Das hängt von der Dokumentklasse ab.
20480 \end_layout
20481
20482 \begin_layout Standard
20483 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20484  in den LaTeX-Vorspann einfügen:
20485 \end_layout
20486
20487 \begin_layout Standard
20488
20489 \series bold
20490
20491 \backslash
20492 renewcommand{
20493 \backslash
20494 thetable}{
20495 \backslash
20496 roman{table}}
20497 \end_layout
20498
20499 \begin_layout Standard
20500
20501 \series bold
20502
20503 \backslash
20504 thetable
20505 \series default
20506  ist der Befehl, der die Tabellennummer druckt.
20507  Für Abbildungen ist das 
20508 \series bold
20509
20510 \backslash
20511 thefigure
20512 \series default
20513 .
20514  Der Befehl 
20515 \series bold
20516
20517 \backslash
20518 roman
20519 \series default
20520  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20521 \end_layout
20522
20523 \begin_layout Standard
20524 Um das Nummerierungsschema zum Beispiel auf 
20525 \begin_inset Quotes gld
20526 \end_inset
20527
20528 Unterabschnittsnummer.Num\SpecialChar \-
20529 mer
20530 \begin_inset Quotes grd
20531 \end_inset
20532
20533  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20534 \end_layout
20535
20536 \begin_layout Standard
20537
20538 \series bold
20539
20540 \backslash
20541 numberwithin{table}{subsection}
20542 \end_layout
20543
20544 \begin_layout Standard
20545 Um den Befehl 
20546 \series bold
20547
20548 \backslash
20549 numberwithin
20550 \series default
20551  benutzen zu können, müssen Sie in den 
20552 \family sans
20553 Mathe
20554 \begin_inset space ~
20555 \end_inset
20556
20557 Optionen
20558 \family default
20559  der 
20560 \family sans
20561 Dokument-Einstellungen
20562 \family default
20563  
20564 \family sans
20565 AMS
20566 \begin_inset space ~
20567 \end_inset
20568
20569 Mathe
20570 \begin_inset space ~
20571 \end_inset
20572
20573 Paket
20574 \family default
20575
20576 \begin_inset space ~
20577 \end_inset
20578
20579
20580 \family sans
20581 verwenden
20582 \family default
20583  ankreuzen.
20584 \end_layout
20585
20586 \begin_layout Standard
20587 Sehen Sie sich bitte auch Abschnitt
20588 \begin_inset space ~
20589 \end_inset
20590
20591
20592 \begin_inset CommandInset ref
20593 LatexCommand ref
20594 reference "uab:Fußnoten-Nummerierung"
20595
20596 \end_inset
20597
20598  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20599 \end_layout
20600
20601 \begin_layout Section
20602 Auf Gleitobjekte verweisen
20603 \begin_inset CommandInset label
20604 LatexCommand label
20605 name "abs:Auf-Gleitobjekte-verweisen"
20606
20607 \end_inset
20608
20609
20610 \begin_inset Index idx
20611 status collapsed
20612
20613 \begin_layout Plain Layout
20614 Gleitobjekte ! Querverweise
20615 \end_layout
20616
20617 \end_inset
20618
20619
20620 \begin_inset Index idx
20621 status collapsed
20622
20623 \begin_layout Plain Layout
20624 Querverweise ! auf Gleitobjekte
20625 \end_layout
20626
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \begin_layout Standard
20633 Zunächst müssen Sie mit 
20634 \family sans
20635 Einfügen\SpecialChar \menuseparator
20636 Marke
20637 \family default
20638  oder einen Klick auf 
20639 \family sans
20640
20641 \begin_inset Info
20642 type  "icon"
20643 arg   "label-insert"
20644 \end_inset
20645
20646
20647 \family default
20648  eine Marke im Titel einfügen.
20649  Im 
20650 \family sans
20651 Marke
20652 \family default
20653 -Dialog schreiben Sie einen Text in das Feld 
20654 \family sans
20655 Marke
20656 \family default
20657  oder übernehmen den vorgeschlagenen.
20658  Die Marke sieht in LyX dann so aus:
20659 \end_layout
20660
20661 \begin_layout Standard
20662 \begin_inset Graphics
20663         filename clipart/Marke.png
20664         lyxscale 80
20665         scale 50
20666         scaleBeforeRotation
20667
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \begin_layout Standard
20674 Die Marke wird als Anker und Name für den Querverweis benutzt.
20675  Mit 
20676 \family sans
20677 Einfügen\SpecialChar \menuseparator
20678 Querverweis
20679 \family default
20680  oder einen Klick auf 
20681 \family sans
20682
20683 \begin_inset Info
20684 type  "icon"
20685 arg   "dialog-show-new-inset ref"
20686 \end_inset
20687
20688
20689 \family default
20690  können Sie dann auf die Marke verweisen.
20691  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20692  angezeigt:
20693 \end_layout
20694
20695 \begin_layout Standard
20696 \begin_inset Graphics
20697         filename clipart/Querverweis.png
20698         lyxscale 80
20699         scale 50
20700         scaleBeforeRotation
20701
20702 \end_inset
20703
20704
20705 \begin_inset Newline newline
20706 \end_inset
20707
20708  Mehr zu Querverweisen finden Sie im 
20709 \emph on
20710 Benutzerhandbuch
20711 \emph default
20712 .
20713 \end_layout
20714
20715 \begin_layout Standard
20716 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20717  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20718  durch einen Zeilenumbruch getrennt werden können.
20719 \end_layout
20720
20721 \begin_layout Standard
20722 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20723  LyX passt die Querverweise automatisch an.
20724 \end_layout
20725
20726 \begin_layout Standard
20727 Ein Klick auf den Schalter 
20728 \family sans
20729 Gehe
20730 \begin_inset space ~
20731 \end_inset
20732
20733 zur
20734 \begin_inset space ~
20735 \end_inset
20736
20737 Marke
20738 \family default
20739  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20740  Der Text der Schaltfläche heißt jetzt 
20741 \family sans
20742 Gehe
20743 \begin_inset space ~
20744 \end_inset
20745
20746 zurück
20747 \family default
20748  und ein Klick darauf macht genau dies.
20749   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20750  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20751  Dann ist auch kein 
20752 \family sans
20753 Gehe
20754 \begin_inset space ~
20755 \end_inset
20756
20757 zurück
20758 \family default
20759  möglich.
20760 \end_layout
20761
20762 \begin_layout Subsection
20763 Querverweis-Formate
20764 \begin_inset CommandInset label
20765 LatexCommand label
20766 name "uab:Querverweis-Formate"
20767
20768 \end_inset
20769
20770
20771 \begin_inset Index idx
20772 status collapsed
20773
20774 \begin_layout Plain Layout
20775 Querverweise ! Formate
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \begin_layout Standard
20784 Es gibt sechs verschiedene Querverweisstile:
20785 \end_layout
20786
20787 \begin_layout Description
20788 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20789  
20790 \begin_inset CommandInset ref
20791 LatexCommand ref
20792 reference "abb:Zwei-Teilabbildungen"
20793
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \begin_layout Description
20800 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20801  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20802  verwendet wird, speziell wenn der Name 
20803 \begin_inset Quotes gld
20804 \end_inset
20805
20806 Gleichung
20807 \begin_inset Quotes grd
20808 \end_inset
20809
20810  weggelassen wird: 
20811 \begin_inset CommandInset ref
20812 LatexCommand eqref
20813 reference "eq:Wgn"
20814
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \begin_layout Description
20821 <Seite>: druckt die Seitennummer: Seite
20822 \begin_inset space ~
20823 \end_inset
20824
20825
20826 \begin_inset CommandInset ref
20827 LatexCommand pageref
20828 reference "abb:Zwei-Teilabbildungen"
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Description
20836 auf
20837 \begin_inset space ~
20838 \end_inset
20839
20840 Seite
20841 \begin_inset space ~
20842 \end_inset
20843
20844 <Seite>: druckt den Text 
20845 \begin_inset Quotes gld
20846 \end_inset
20847
20848 auf Seite
20849 \begin_inset Quotes grd
20850 \end_inset
20851
20852  und die Seitennummer: 
20853 \begin_inset CommandInset ref
20854 LatexCommand vpageref
20855 reference "abb:Zwei-Teilabbildungen"
20856
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \begin_layout Description
20863 <Querverweis>
20864 \begin_inset space ~
20865 \end_inset
20866
20867 auf
20868 \begin_inset space ~
20869 \end_inset
20870
20871 Seite
20872 \begin_inset space ~
20873 \end_inset
20874
20875 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20876 \begin_inset Quotes gld
20877 \end_inset
20878
20879 auf Seite
20880 \begin_inset Quotes grd
20881 \end_inset
20882
20883 , und die Seitennummer: 
20884 \begin_inset CommandInset ref
20885 LatexCommand vref
20886 reference "abb:Zwei-Teilabbildungen"
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \begin_layout Description
20894 Formatierter
20895 \begin_inset space ~
20896 \end_inset
20897
20898 Querverweis: druckt ein selbst definiertes Querverweisformat
20899 \begin_inset Newline newline
20900 \end_inset
20901
20902
20903 \begin_inset Note Greyedout
20904 status open
20905
20906 \begin_layout Plain Layout
20907
20908 \series bold
20909 Bemerkung:
20910 \series default
20911  Dies ist nur möglich, wenn das LaTeX-Paket 
20912 \series bold
20913 prettyref
20914 \series default
20915  oder 
20916 \series bold
20917 refstyle
20918 \series default
20919
20920 \begin_inset Index idx
20921 status collapsed
20922
20923 \begin_layout Plain Layout
20924 LaTeX-Pakete ! prettyref
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \begin_inset Index idx
20931 status collapsed
20932
20933 \begin_layout Plain Layout
20934 LaTeX-Pakete ! refstyle
20935 \end_layout
20936
20937 \end_inset
20938
20939  installiert ist.
20940 \end_layout
20941
20942 \end_inset
20943
20944
20945 \begin_inset Newline newline
20946 \end_inset
20947
20948 Sie können duch setzen der Option 
20949 \family sans
20950 Verwende refstyle (nicht prettyref) für Querverweise
20951 \family default
20952  im Menü 
20953 \family sans
20954 Dokument\SpecialChar \menuseparator
20955 Einstellungen\SpecialChar \menuseparator
20956 Dokumentklasse
20957 \family default
20958  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
20959  Das Format wird definiert, indem man den Befehl 
20960 \series bold
20961
20962 \backslash
20963 newrefformat
20964 \series default
20965  (prettyref) oder 
20966 \series bold
20967
20968 \backslash
20969 newref
20970 \series default
20971  (refstyle) in die Dokumentpräambel einfügt.
20972  Z.
20973 \begin_inset space \thinspace{}
20974 \end_inset
20975
20976 B.
20977  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
20978  
20979 \begin_inset Quotes eld
20980 \end_inset
20981
20982
20983 \family sans
20984 abb
20985 \family default
20986
20987 \begin_inset Quotes erd
20988 \end_inset
20989
20990 ) mit dem Befehle
20991 \begin_inset Newline newline
20992 \end_inset
20993
20994
20995 \series bold
20996
20997 \backslash
20998 newref{abb}{refcmd={Bild auf Seite 
20999 \backslash
21000 pageref{#1}}}
21001 \series default
21002
21003 \begin_inset Newline newline
21004 \end_inset
21005
21006 geändert werden.
21007  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
21008 en verwiesen, 
21009 \begin_inset CommandInset citation
21010 LatexCommand cite
21011 key "prettyref,refstyle"
21012
21013 \end_inset
21014
21015 .
21016 \end_layout
21017
21018 \begin_layout Description
21019 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
21020 \begin_inset CommandInset ref
21021 LatexCommand nameref
21022 reference "abb:Zwei-Teilabbildungen"
21023
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \begin_layout Standard
21030
21031 \family sans
21032 <Seite>
21033 \family default
21034  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
21035  vorherigen, der selben oder der nächsten Seite befindet.
21036  Stattdessen wird z.
21037 \begin_inset space \thinspace{}
21038 \end_inset
21039
21040 B.
21041  der Text 
21042 \begin_inset Quotes gld
21043 \end_inset
21044
21045
21046 \family sans
21047 auf dieser Seite
21048 \family default
21049
21050 \begin_inset Quotes grd
21051 \end_inset
21052
21053  gedruckt.
21054  Der Stil 
21055 \family sans
21056 <Querverweis>
21057 \begin_inset space ~
21058 \end_inset
21059
21060 auf
21061 \begin_inset space ~
21062 \end_inset
21063
21064 Seite
21065 \begin_inset space ~
21066 \end_inset
21067
21068 <Seite>
21069 \family default
21070  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
21071  Seite ist.
21072 \end_layout
21073
21074 \begin_layout Standard
21075 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21076  automatisch von LaTeX berechnet.
21077  Die Stile können im Feld 
21078 \family sans
21079 Format
21080 \family default
21081  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21082  einen Querverweis klicken.
21083 \end_layout
21084
21085 \begin_layout Standard
21086 \begin_inset Note Greyedout
21087 status open
21088
21089 \begin_layout Plain Layout
21090
21091 \series bold
21092 Bemerkung:
21093 \series default
21094  Es wird empfohlen, das LaTeX-Paket 
21095 \series bold
21096 refstyle
21097 \series default
21098
21099 \begin_inset Index idx
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103 LaTeX-Pakete ! refstyle
21104 \end_layout
21105
21106 \end_inset
21107
21108  zu verwenden, da 
21109 \series bold
21110 prettyref
21111 \series default
21112
21113 \begin_inset Index idx
21114 status collapsed
21115
21116 \begin_layout Plain Layout
21117 LaTeX-Pakete ! prettyref
21118 \end_layout
21119
21120 \end_inset
21121
21122  nicht alle möglichen LyX Marken-Kürzel
21123 \begin_inset Foot
21124 status collapsed
21125
21126 \begin_layout Plain Layout
21127  
21128 \begin_inset Quotes gld
21129 \end_inset
21130
21131 abb:
21132 \begin_inset Quotes grd
21133 \end_inset
21134
21135  ist z.
21136 \begin_inset space \thinspace{}
21137 \end_inset
21138
21139 B.
21140  LyXs Kürzel für Marken in Bildbeschriftungen.
21141 \end_layout
21142
21143 \end_inset
21144
21145  kennt und auch nicht internationalisiert ist.
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Subsection
21154 Automatische Querverweisnamen
21155 \begin_inset Index idx
21156 status collapsed
21157
21158 \begin_layout Plain Layout
21159 Querverweise ! Automatische Namen 
21160 \end_layout
21161
21162 \end_inset
21163
21164
21165 \end_layout
21166
21167 \begin_layout Standard
21168 Das LaTeX-Paket 
21169 \series bold
21170 hyperref
21171 \series default
21172
21173 \begin_inset Index idx
21174 status collapsed
21175
21176 \begin_layout Plain Layout
21177 LaTeX-Pakete ! hyperref
21178 \end_layout
21179
21180 \end_inset
21181
21182 , das in den
21183 \family sans
21184  PDF-Eigenschaften
21185 \family default
21186  im 
21187 \family sans
21188 Dokument-Einstellungen
21189 \family default
21190  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21191  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21192  wie 
21193 \emph on
21194 Abschnitt
21195 \emph default
21196 ).
21197  Sie müssen damit z.
21198 \begin_inset space \thinspace{}
21199 \end_inset
21200
21201 B.
21202  nicht mehr den Namen 
21203 \begin_inset Quotes gld
21204 \end_inset
21205
21206 Abbildung
21207 \begin_inset Quotes grd
21208 \end_inset
21209
21210  vor jeden Querverweis auf eine Abbildung schreiben.
21211  Um diese Funktion benutzen zu können, aktivieren Sie 
21212 \series bold
21213 hyperref
21214 \series default
21215  und fügen diese Zeile in den LaTeX-Vorspann ein:
21216 \end_layout
21217
21218 \begin_layout Standard
21219
21220 \series bold
21221
21222 \backslash
21223 AtBeginDocument{
21224 \backslash
21225 renewcommand{
21226 \backslash
21227 ref}[1]{
21228 \backslash
21229 mbox{
21230 \backslash
21231 autoref{#1}}}}
21232 \end_layout
21233
21234 \begin_layout Standard
21235 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21236 \begin_inset space \thinspace{}
21237 \end_inset
21238
21239 B.
21240  statt 
21241 \begin_inset Quotes gld
21242 \end_inset
21243
21244 Abschnitt
21245 \begin_inset Quotes grd
21246 \end_inset
21247
21248  den Namen 
21249 \begin_inset Quotes gld
21250 \end_inset
21251
21252 Kap.
21253 \begin_inset space \thinspace{}
21254 \end_inset
21255
21256
21257 \begin_inset Quotes grd
21258 \end_inset
21259
21260 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21261 \end_layout
21262
21263 \begin_layout Standard
21264
21265 \series bold
21266
21267 \backslash
21268 addto
21269 \backslash
21270 extrasngerman{
21271 \backslash
21272 renewcommand{
21273 \backslash
21274 sectionautorefname}
21275 \begin_inset Newline newline
21276 \end_inset
21277
21278
21279 \begin_inset Phantom HPhantom
21280 status open
21281
21282 \begin_layout Plain Layout
21283
21284 \series bold
21285 \begin_inset space ~
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292
21293 {Kap.
21294 \backslash
21295 negthinspace}}
21296 \end_layout
21297
21298 \begin_layout Standard
21299 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21300 \begin_inset Newline newline
21301 \end_inset
21302
21303
21304 \series bold
21305
21306 \backslash
21307 extrasngerman
21308 \series default
21309  durch 
21310 \series bold
21311
21312 \backslash
21313 extras***
21314 \series default
21315 , wobei *** der Name der verwendeten Sprache ist.
21316 \end_layout
21317
21318 \begin_layout Standard
21319 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21320  z.
21321 \begin_inset space \thinspace{}
21322 \end_inset
21323
21324 B.
21325  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21326 \end_layout
21327
21328 \begin_layout Standard
21329
21330 \series bold
21331
21332 \backslash
21333 newlength{
21334 \backslash
21335 abc}
21336 \begin_inset Newline newline
21337 \end_inset
21338
21339
21340 \backslash
21341 settowidth{
21342 \backslash
21343 abc}{
21344 \backslash
21345 space}
21346 \begin_inset Newline newline
21347 \end_inset
21348
21349
21350 \backslash
21351 addto
21352 \backslash
21353 extrasenglish{
21354 \backslash
21355 renewcommand{
21356 \backslash
21357 equationautorefname}
21358 \begin_inset Newline newline
21359 \end_inset
21360
21361
21362 \begin_inset Phantom HPhantom
21363 status open
21364
21365 \begin_layout Plain Layout
21366
21367 \series bold
21368 \begin_inset space ~
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375
21376 {
21377 \backslash
21378 hspace{-
21379 \backslash
21380 abc}}
21381 \end_layout
21382
21383 \begin_layout Standard
21384 Mehr über dieses Thema finden Sie in der 
21385 \series bold
21386 hyperref
21387 \series default
21388 -Dokumentation 
21389 \begin_inset CommandInset citation
21390 LatexCommand cite
21391 key "hyperref"
21392
21393 \end_inset
21394
21395 .
21396 \end_layout
21397
21398 \begin_layout Standard
21399 \begin_inset Note Greyedout
21400 status open
21401
21402 \begin_layout Plain Layout
21403
21404 \series bold
21405 Bemerkung:
21406 \series default
21407  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21408  als Querverweisstil 
21409 \family sans
21410 Formatierter
21411 \begin_inset space ~
21412 \end_inset
21413
21414 Querverweis
21415 \family default
21416  benutzen, wie in Abschnitt
21417 \begin_inset space ~
21418 \end_inset
21419
21420
21421 \begin_inset CommandInset ref
21422 LatexCommand ref
21423 reference "uab:Querverweis-Formate"
21424
21425 \end_inset
21426
21427  beschrieben.
21428 \end_layout
21429
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \begin_layout Standard
21436 Das 
21437 \emph on
21438 Mathe
21439 \emph default
21440  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21441 \end_layout
21442
21443 \begin_layout Subsection
21444 Querverweis-Position
21445 \begin_inset CommandInset label
21446 LatexCommand label
21447 name "uab:Querverweis-Position"
21448
21449 \end_inset
21450
21451
21452 \begin_inset Index idx
21453 status collapsed
21454
21455 \begin_layout Plain Layout
21456 Querverweise !  Position
21457 \end_layout
21458
21459 \end_inset
21460
21461
21462 \end_layout
21463
21464 \begin_layout Standard
21465 Wenn Sie 
21466 \series bold
21467 hyperref
21468 \series default
21469
21470 \begin_inset Index idx
21471 status collapsed
21472
21473 \begin_layout Plain Layout
21474 LaTeX-Pakete ! hyperref
21475 \end_layout
21476
21477 \end_inset
21478
21479  in den
21480 \family sans
21481  PDF-Eigenschaften
21482 \family default
21483  im 
21484 \family sans
21485 Dokument-Einstellungen
21486 \family default
21487  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21488  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21489  und Sie werden das Bild ohne Scrollen nicht sehen.
21490  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21491  ist.
21492  Wenn Sie das  LaTeX-Paket 
21493 \series bold
21494 hypcap
21495 \series default
21496
21497 \begin_inset Index idx
21498 status collapsed
21499
21500 \begin_layout Plain Layout
21501 LaTeX-Pakete ! hypcap
21502 \end_layout
21503
21504 \end_inset
21505
21506 , das Teil des LaTeX-Pakets 
21507 \series bold
21508 oberdiek
21509 \series default
21510
21511 \begin_inset Index idx
21512 status collapsed
21513
21514 \begin_layout Plain Layout
21515 LaTeX-Pakete ! oberdiek
21516 \end_layout
21517
21518 \end_inset
21519
21520  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21521  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21522 \series bold
21523 hypcap
21524 \series default
21525  zunächst in den LaTeX-Vorspann laden:
21526 \end_layout
21527
21528 \begin_layout Standard
21529
21530 \series bold
21531
21532 \backslash
21533 usepackage[figure]{hypcap}
21534 \end_layout
21535
21536 \begin_layout Standard
21537 Sie können 
21538 \series bold
21539 hypcap
21540 \series default
21541  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21542  nicht empfohlen.
21543  Weitere Informationen finden Sie im
21544 \series bold
21545  hypcap
21546 \series default
21547 -Handbuch 
21548 \begin_inset CommandInset citation
21549 LatexCommand cite
21550 key "hypcap"
21551
21552 \end_inset
21553
21554 .
21555 \end_layout
21556
21557 \begin_layout Standard
21558 \begin_inset Note Greyedout
21559 status open
21560
21561 \begin_layout Plain Layout
21562
21563 \series bold
21564 Bemerkung:
21565 \series default
21566  
21567 \series bold
21568 hypcap
21569 \series medium
21570  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21571 \end_layout
21572
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \begin_layout Section
21579 Gleitobjekt-Platzierung
21580 \begin_inset CommandInset label
21581 LatexCommand label
21582 name "abs:Gleitobjekt-Platzierung"
21583
21584 \end_inset
21585
21586
21587 \begin_inset Index idx
21588 status collapsed
21589
21590 \begin_layout Plain Layout
21591 Gleitobjekte ! Platzierung
21592 \end_layout
21593
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \begin_layout Standard
21600 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21601 \family sans
21602 Gleitobjekt-Einstellungen
21603 \family default
21604 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21605  können.
21606 \begin_inset Newline newline
21607 \end_inset
21608
21609 Die Option 
21610 \family sans
21611 Spalten
21612 \begin_inset space ~
21613 \end_inset
21614
21615 überspannen
21616 \family default
21617  ist nur bei zweispaltigen Dokumenten sinnvoll.
21618  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21619 \begin_inset Newline newline
21620 \end_inset
21621
21622 Die Option 
21623 \family sans
21624 Seitwärts
21625 \begin_inset space ~
21626 \end_inset
21627
21628 drehen
21629 \family default
21630  ist in Abschnitt 
21631 \begin_inset CommandInset ref
21632 LatexCommand ref
21633 reference "abs:Gedrehte-Gleitobjekte"
21634
21635 \end_inset
21636
21637  beschrieben.
21638 \end_layout
21639
21640 \begin_layout Standard
21641 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21642  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21643  Sie die Option 
21644 \family sans
21645 Standard-Platzierung
21646 \begin_inset space ~
21647 \end_inset
21648
21649 verwenden
21650 \family default
21651  nicht verwenden:
21652 \end_layout
21653
21654 \begin_layout Description
21655 Hier
21656 \begin_inset space ~
21657 \end_inset
21658
21659 wenn
21660 \begin_inset space ~
21661 \end_inset
21662
21663 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21664 \end_layout
21665
21666 \begin_layout Description
21667 Anfang
21668 \begin_inset space ~
21669 \end_inset
21670
21671 der
21672 \begin_inset space ~
21673 \end_inset
21674
21675 Seite
21676 \family sans
21677  
21678 \family default
21679 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21680  Gleitobjekte, die maximal 70
21681 \begin_inset space \thinspace{}
21682 \end_inset
21683
21684 % einer Seite benötigen, dürfen oben platziert werden.
21685  Dies kann durch die Variable 
21686 \series bold
21687
21688 \backslash
21689 topfraction
21690 \series default
21691  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21692 \end_layout
21693
21694 \begin_deeper
21695 \begin_layout Standard
21696
21697 \series bold
21698
21699 \backslash
21700 renewcommand{
21701 \backslash
21702 topfraction}{0.9}
21703 \family typewriter
21704 \series default
21705  
21706 \end_layout
21707
21708 \end_deeper
21709 \begin_layout Description
21710 Ende
21711 \begin_inset space ~
21712 \end_inset
21713
21714 der
21715 \begin_inset space ~
21716 \end_inset
21717
21718 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21719  Gleitobjekte, die maximal 30
21720 \begin_inset space \thinspace{}
21721 \end_inset
21722
21723 % einer Seite benötigen, dürfen unten platziert werden.
21724  Dies kann durch die Variable 
21725 \series bold
21726
21727 \backslash
21728 bottomfraction
21729 \series default
21730  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21731 \end_layout
21732
21733 \begin_deeper
21734 \begin_layout Standard
21735
21736 \series bold
21737
21738 \backslash
21739 renewcommand{
21740 \backslash
21741 bottomfraction}{0.5}
21742 \end_layout
21743
21744 \begin_layout Standard
21745 die oftmals zu kleine untere Grenze auf 50
21746 \begin_inset space \thinspace{}
21747 \end_inset
21748
21749 %.
21750 \end_layout
21751
21752 \end_deeper
21753 \begin_layout Description
21754 Seite
21755 \begin_inset space ~
21756 \end_inset
21757
21758 mit
21759 \begin_inset space ~
21760 \end_inset
21761
21762 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21763  Nur wenn mehr als 50
21764 \begin_inset space \thinspace{}
21765 \end_inset
21766
21767 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21768  Gleitobjekte bereitgestellt.
21769  Dies kann durch die Variable 
21770 \series bold
21771
21772 \backslash
21773 floatpagefraction 
21774 \series default
21775 im LaTeX-Vorspann überschrieben werden.
21776 \end_layout
21777
21778 \begin_layout Standard
21779 Die Reihenfolge der obigen Optionen wird 
21780 \emph on
21781 immer
21782 \emph default
21783  von LaTeX verwendet.
21784  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21785  versuchen 
21786 \family sans
21787 Hier
21788 \begin_inset space \space{}
21789 \end_inset
21790
21791 wenn
21792 \begin_inset space \space{}
21793 \end_inset
21794
21795 möglich
21796 \family default
21797 , dann 
21798 \family sans
21799 Anfang
21800 \begin_inset space ~
21801 \end_inset
21802
21803 der
21804 \begin_inset space ~
21805 \end_inset
21806
21807 Seite
21808 \family default
21809  und dann die anderen Optionen anzuwenden.
21810  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21811  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21812  Reihenfolge.
21813  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21814 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21815 \end_layout
21816
21817 \begin_layout Standard
21818 Die Option 
21819 \family sans
21820 Hier,
21821 \begin_inset space ~
21822 \end_inset
21823
21824 auf
21825 \begin_inset space ~
21826 \end_inset
21827
21828 jeden
21829 \begin_inset space ~
21830 \end_inset
21831
21832 Fall
21833 \family default
21834  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21835  fast druckreif ist.
21836  Denn mit der Option kann das Objekt nicht mehr 
21837 \emph on
21838 gleiten
21839 \emph default
21840 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21841  oftmals zerstört.
21842 \end_layout
21843
21844 \begin_layout Standard
21845 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21846  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21847 \begin_inset VSpace bigskip
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \begin_layout Standard
21854 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21855 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21856  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21857  Das kann mit dem LaTeX-Befehl
21858 \series bold
21859  
21860 \backslash
21861 suppressfloats
21862 \series default
21863  verhindert werden.
21864  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21865  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21866  gesetzt wird.
21867  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21868 \end_layout
21869
21870 \begin_layout Standard
21871
21872 \series bold
21873
21874 \backslash
21875 let
21876 \backslash
21877 meinAbschnitt
21878 \backslash
21879 section
21880 \begin_inset Newline newline
21881 \end_inset
21882
21883
21884 \backslash
21885 renewcommand{
21886 \backslash
21887 section}{
21888 \backslash
21889 suppressfloats[t]
21890 \backslash
21891 meinAbschnitt}
21892 \end_layout
21893
21894 \begin_layout Standard
21895 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21896  Unterabschnitten festlegen.
21897  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21898  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21899 \end_layout
21900
21901 \begin_layout Standard
21902 Es gibt auch noch das LaTeX-Paket 
21903 \series bold
21904 flafter
21905 \series default
21906
21907 \begin_inset Index idx
21908 status collapsed
21909
21910 \begin_layout Plain Layout
21911 LaTeX-Pakete ! flafter
21912 \end_layout
21913
21914 \end_inset
21915
21916  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21917  gedruckt wird.
21918 \end_layout
21919
21920 \begin_layout Standard
21921 \begin_inset VSpace bigskip
21922 \end_inset
21923
21924 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21925  Dafür gibt es das LaTeX-Paket 
21926 \series bold
21927 endfloat
21928 \series default
21929
21930 \begin_inset Index idx
21931 status collapsed
21932
21933 \begin_layout Plain Layout
21934 LaTeX-Pakete ! endfloat
21935 \end_layout
21936
21937 \end_inset
21938
21939 .
21940  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21941  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21942  
21943 \family sans
21944
21945 \begin_inset Quotes gld
21946 \end_inset
21947
21948 [Abbildung
21949 \begin_inset space ~
21950 \end_inset
21951
21952 3.2 ist ungefähr hier.]
21953 \family default
21954
21955 \begin_inset Quotes grd
21956 \end_inset
21957
21958  finden.
21959  Das 
21960 \series bold
21961 endfloat
21962 \series default
21963 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21964 \end_layout
21965
21966 \begin_layout Standard
21967
21968 \series bold
21969
21970 \backslash
21971 usepackage[Optionen]{endfloat}
21972 \end_layout
21973
21974 \begin_layout Standard
21975 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21976  Tabellen-Abschnitte, die Sie in der 
21977 \series bold
21978 endfloat
21979 \series default
21980 -Dokumentation 
21981 \begin_inset CommandInset citation
21982 LatexCommand cite
21983 key "endfloat"
21984
21985 \end_inset
21986
21987  nachlesen können.
21988 \begin_inset Newline newline
21989 \end_inset
21990
21991
21992 \begin_inset Note Greyedout
21993 status open
21994
21995 \begin_layout Plain Layout
21996
21997 \series bold
21998 Bemerkung
21999 \begin_inset space ~
22000 \end_inset
22001
22002 1: endfloat
22003 \series default
22004  übersetzt den Hinweistext nicht automatisch.
22005  Abschnitt
22006 \begin_inset space ~
22007 \end_inset
22008
22009 4 in 
22010 \begin_inset CommandInset citation
22011 LatexCommand cite
22012 key "endfloat"
22013
22014 \end_inset
22015
22016  beschreibt, wie es geht.
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025 \begin_inset Note Greyedout
22026 status open
22027
22028 \begin_layout Plain Layout
22029
22030 \series bold
22031 Bemerkung
22032 \begin_inset space ~
22033 \end_inset
22034
22035 2: 
22036 \series default
22037 Die aktuelle Version von 
22038 \series bold
22039 endfloat
22040 \series default
22041  hat einen Fehler, wenn die Überschrift ein 
22042 \begin_inset Quotes gld
22043 \end_inset
22044
22045 ß
22046 \begin_inset Quotes grd
22047 \end_inset
22048
22049  enthält.
22050  Sie müssen stattdessen den Befehl 
22051 \series bold
22052
22053 \backslash
22054 ss
22055 \series default
22056  als TeX-Code benutzen.
22057 \end_layout
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \begin_layout Standard
22065 \begin_inset VSpace bigskip
22066 \end_inset
22067
22068 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
22069  wie 
22070 \begin_inset CommandInset citation
22071 LatexCommand cite
22072 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
22073
22074 \end_inset
22075
22076 .
22077 \end_layout
22078
22079 \begin_layout Section
22080 Gedrehte Gleitobjekte
22081 \begin_inset CommandInset label
22082 LatexCommand label
22083 name "abs:Gedrehte-Gleitobjekte"
22084
22085 \end_inset
22086
22087
22088 \begin_inset Index idx
22089 status collapsed
22090
22091 \begin_layout Plain Layout
22092 Gleitobjekte ! drehen
22093 \end_layout
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \begin_layout Standard
22101 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22102 t drehen.
22103  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22104  und die Option 
22105 \family sans
22106 Seitwärts
22107 \begin_inset space ~
22108 \end_inset
22109
22110 drehen
22111 \family default
22112  wählen.
22113 \end_layout
22114
22115 \begin_layout Standard
22116 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22117  sie ein mehrspaltiges Dokument haben) gedruckt.
22118  Sie können mehrere Spalten überspannen, wenn die Option 
22119 \family sans
22120 Spalten
22121 \begin_inset space ~
22122 \end_inset
22123
22124 überspannen
22125 \family default
22126  in den Gleitobjekt Einstellungen gewählt ist.
22127  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22128  werden können.
22129  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22130  Option 
22131 \series bold
22132 figuresleft
22133 \series default
22134  oder 
22135 \series bold
22136 figuresright
22137 \series default
22138  zu den Dokumentklassen-Optionen hinzu.
22139 \end_layout
22140
22141 \begin_layout Standard
22142 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22143  Tabelle
22144 \begin_inset space ~
22145 \end_inset
22146
22147
22148 \begin_inset CommandInset ref
22149 LatexCommand ref
22150 reference "tab:Gedrehte-Tabelle"
22151
22152 \end_inset
22153
22154  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22155 \end_layout
22156
22157 \begin_layout Standard
22158 \begin_inset Note Greyedout
22159 status open
22160
22161 \begin_layout Plain Layout
22162
22163 \series bold
22164 Bemerkung:
22165 \series default
22166  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22167 \end_layout
22168
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \begin_layout Standard
22175 \begin_inset Float table
22176 wide false
22177 sideways true
22178 status open
22179
22180 \begin_layout Plain Layout
22181 \begin_inset Caption
22182
22183 \begin_layout Plain Layout
22184 \begin_inset CommandInset label
22185 LatexCommand label
22186 name "tab:Gedrehte-Tabelle"
22187
22188 \end_inset
22189
22190 Gedrehte Tabelle
22191 \end_layout
22192
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \begin_layout Plain Layout
22199 \align center
22200 \begin_inset Tabular
22201 <lyxtabular version="3" rows="1" columns="5">
22202 <features tabularvalignment="middle">
22203 <column alignment="center" valignment="top" width="0">
22204 <column alignment="center" valignment="top" width="0">
22205 <column alignment="center" valignment="top" width="0">
22206 <column alignment="center" valignment="top" width="0">
22207 <column alignment="center" valignment="top" width="0">
22208 <row>
22209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 Test
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 b
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231 c
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 d
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 e
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 </row>
22255 </lyxtabular>
22256
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \begin_layout Section
22268 Untergleitobjekte
22269 \begin_inset Index idx
22270 status collapsed
22271
22272 \begin_layout Plain Layout
22273 Gleitobjekte ! Untergleitobjekte
22274 \end_layout
22275
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \begin_layout Standard
22282 Untergleitobjekte werden z.
22283 \begin_inset space \thinspace{}
22284 \end_inset
22285
22286 B.
22287  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22288  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22289  eingefügt wird.
22290  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22291  in Tabelle
22292 \begin_inset space ~
22293 \end_inset
22294
22295
22296 \begin_inset CommandInset ref
22297 LatexCommand ref
22298 reference "tab:Untertabellen-nebeneinander"
22299
22300 \end_inset
22301
22302  und 
22303 \begin_inset CommandInset ref
22304 LatexCommand ref
22305 reference "tab:Untertabellen-übereinander"
22306
22307 \end_inset
22308
22309 .
22310 \end_layout
22311
22312 \begin_layout Standard
22313 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22314 \begin_inset space ~
22315 \end_inset
22316
22317
22318 \begin_inset CommandInset ref
22319 LatexCommand ref
22320 reference "tab:Untertabelle-a"
22321
22322 \end_inset
22323
22324  und 
22325 \begin_inset CommandInset ref
22326 LatexCommand ref
22327 reference "tab:Untertabelle-b"
22328
22329 \end_inset
22330
22331  sind Untertabellen von Tabelle
22332 \begin_inset space ~
22333 \end_inset
22334
22335
22336 \begin_inset CommandInset ref
22337 LatexCommand ref
22338 reference "tab:Untertabellen-nebeneinander"
22339
22340 \end_inset
22341
22342 .
22343 \end_layout
22344
22345 \begin_layout Standard
22346 \begin_inset Float table
22347 wide false
22348 sideways false
22349 status open
22350
22351 \begin_layout Plain Layout
22352 \begin_inset Caption
22353
22354 \begin_layout Plain Layout
22355 \begin_inset CommandInset label
22356 LatexCommand label
22357 name "tab:Untertabellen-nebeneinander"
22358
22359 \end_inset
22360
22361 Zwei Untertabellen nebeneinander.
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \begin_layout Plain Layout
22370 \align center
22371 \begin_inset space \hfill{}
22372 \end_inset
22373
22374
22375 \begin_inset Float table
22376 wide false
22377 sideways false
22378 status collapsed
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Caption
22382
22383 \begin_layout Plain Layout
22384 \begin_inset CommandInset label
22385 LatexCommand label
22386 name "tab:Untertabelle-a"
22387
22388 \end_inset
22389
22390 Dies ist Untertabelle a.
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Plain Layout
22399 \align center
22400 \begin_inset Tabular
22401 <lyxtabular version="3" rows="1" columns="5">
22402 <features tabularvalignment="middle">
22403 <column alignment="center" valignment="top" width="0">
22404 <column alignment="center" valignment="top" width="0">
22405 <column alignment="center" valignment="top" width="0">
22406 <column alignment="center" valignment="top" width="0">
22407 <column alignment="center" valignment="top" width="0">
22408 <row>
22409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 Test
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 b
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 c
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 d
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 e
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 </row>
22455 </lyxtabular>
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \begin_inset space \hfill{}
22466 \end_inset
22467
22468
22469 \begin_inset Float table
22470 wide false
22471 sideways false
22472 status collapsed
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Caption
22476
22477 \begin_layout Plain Layout
22478 \begin_inset CommandInset label
22479 LatexCommand label
22480 name "tab:Untertabelle-b"
22481
22482 \end_inset
22483
22484 Dies ist Untertabelle b.
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \begin_layout Plain Layout
22493 \align center
22494 \begin_inset Tabular
22495 <lyxtabular version="3" rows="1" columns="5">
22496 <features tabularvalignment="middle">
22497 <column alignment="center" valignment="top" width="0">
22498 <column alignment="center" valignment="top" width="0">
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 <row>
22503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 e
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 d
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 c
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 b
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 Test
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 </row>
22549 </lyxtabular>
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557
22558
22559 \begin_inset space \hfill{}
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \begin_layout Standard
22571 \begin_inset Float table
22572 wide false
22573 sideways false
22574 status open
22575
22576 \begin_layout Plain Layout
22577 \begin_inset Caption
22578
22579 \begin_layout Plain Layout
22580 \begin_inset CommandInset label
22581 LatexCommand label
22582 name "tab:Untertabellen-übereinander"
22583
22584 \end_inset
22585
22586 Zwei Untertabellen übereinander.
22587  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Plain Layout
22596 \align center
22597 \begin_inset Float table
22598 wide false
22599 sideways false
22600 status collapsed
22601
22602 \begin_layout Plain Layout
22603 \begin_inset Caption
22604
22605 \begin_layout Plain Layout
22606
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \begin_layout Plain Layout
22615 \align center
22616 \begin_inset Tabular
22617 <lyxtabular version="3" rows="1" columns="4">
22618 <features tabularvalignment="middle">
22619 <column alignment="center" valignment="top" width="0">
22620 <column alignment="center" valignment="top" width="0">
22621 <column alignment="center" valignment="top" width="0">
22622 <column alignment="center" valignment="top" width="0">
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 Test
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 Test
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 Test
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 Test
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 </lyxtabular>
22662
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \begin_layout Plain Layout
22674 \align center
22675 \begin_inset Float table
22676 wide false
22677 sideways false
22678 status collapsed
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Caption
22682
22683 \begin_layout Plain Layout
22684
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Plain Layout
22693 \align center
22694 \begin_inset Tabular
22695 <lyxtabular version="3" rows="1" columns="5">
22696 <features tabularvalignment="middle">
22697 <column alignment="center" valignment="top" width="0">
22698 <column alignment="center" valignment="top" width="0">
22699 <column alignment="center" valignment="top" width="0">
22700 <column alignment="center" valignment="top" width="0">
22701 <column alignment="center" valignment="top" width="0">
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 a
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 b
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 c
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 d
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 e
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 </row>
22749 </lyxtabular>
22750
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \begin_layout Section
22767 Gleitobjekte nebeneinander
22768 \begin_inset Index idx
22769 status collapsed
22770
22771 \begin_layout Plain Layout
22772 Gleitobjekte ! nebeneinander
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \begin_layout Standard
22781 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22782 \begin_inset space ~
22783 \end_inset
22784
22785
22786 \begin_inset CommandInset ref
22787 LatexCommand ref
22788 reference "abb:Gleitobjekt-links"
22789
22790 \end_inset
22791
22792  und 
22793 \begin_inset CommandInset ref
22794 LatexCommand ref
22795 reference "abb:Gleitobjekt-rechts"
22796
22797 \end_inset
22798
22799  wird nur 
22800 \emph on
22801 ein
22802 \emph default
22803  Gleitobjekt verwendet.
22804  In dieses werden zwei Minipage Boxen eingefügt.
22805 \begin_inset Foot
22806 status collapsed
22807
22808 \begin_layout Plain Layout
22809 Minipages sind in Abschnitt
22810 \begin_inset space ~
22811 \end_inset
22812
22813
22814 \begin_inset CommandInset ref
22815 LatexCommand ref
22816 reference "abs:Minipage"
22817
22818 \end_inset
22819
22820  erklärt.
22821 \end_layout
22822
22823 \end_inset
22824
22825  Die Breite wird für jede Minipage auf 45
22826 \begin_inset space \thinspace{}
22827 \end_inset
22828
22829 -50
22830 \begin_inset space \thinspace{}
22831 \end_inset
22832
22833 Spalten% und die Box Ausrichtung auf 
22834 \family sans
22835 Unten
22836 \family default
22837  gesetzt.
22838  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22839  Gleitobjekt.
22840  Der einzige Unterschied ist, dass die Bildeinheit 
22841 \family sans
22842 Spaltenbreite
22843 \begin_inset space ~
22844 \end_inset
22845
22846 %
22847 \family default
22848  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22849 \end_layout
22850
22851 \begin_layout Standard
22852 \begin_inset Float figure
22853 wide false
22854 sideways false
22855 status open
22856
22857 \begin_layout Plain Layout
22858 \begin_inset Box Frameless
22859 position "b"
22860 hor_pos "c"
22861 has_inner_box 1
22862 inner_pos "t"
22863 use_parbox 0
22864 use_makebox 0
22865 width "45col%"
22866 special "none"
22867 height "1in"
22868 height_special "totalheight"
22869 status open
22870
22871 \begin_layout Plain Layout
22872 \align center
22873 \begin_inset Graphics
22874         filename ../clipart/mobius.eps
22875         lyxscale 50
22876         width 100col%
22877         scaleBeforeRotation
22878
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \begin_layout Plain Layout
22885 \begin_inset Caption
22886
22887 \begin_layout Plain Layout
22888 \begin_inset CommandInset label
22889 LatexCommand label
22890 name "abb:Gleitobjekt-links"
22891
22892 \end_inset
22893
22894 Gleitobjekt auf der linken Seite.
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \end_inset
22903
22904
22905 \begin_inset space \hfill{}
22906 \end_inset
22907
22908
22909 \begin_inset Box Frameless
22910 position "b"
22911 hor_pos "c"
22912 has_inner_box 1
22913 inner_pos "t"
22914 use_parbox 0
22915 use_makebox 0
22916 width "45col%"
22917 special "none"
22918 height "1in"
22919 height_special "totalheight"
22920 status open
22921
22922 \begin_layout Plain Layout
22923 \align center
22924 \begin_inset Graphics
22925         filename ../clipart/platypus.eps
22926         lyxscale 50
22927         width 100col%
22928         scaleBeforeRotation
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Caption
22937
22938 \begin_layout Plain Layout
22939 \begin_inset CommandInset label
22940 LatexCommand label
22941 name "abb:Gleitobjekt-rechts"
22942
22943 \end_inset
22944
22945 Gleitobjekt auf der rechten Seite.
22946 \end_layout
22947
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \begin_layout Section
22964 Beschriftungs-Formatierung
22965 \begin_inset CommandInset label
22966 LatexCommand label
22967 name "abs:Titel-Formatierung"
22968
22969 \end_inset
22970
22971
22972 \begin_inset Index idx
22973 status collapsed
22974
22975 \begin_layout Plain Layout
22976 Gleitobjekte ! Beschriftung ! Formatierung
22977 \end_layout
22978
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \begin_layout Standard
22985
22986 \family sans
22987 Legende
22988 \family default
22989  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22990  In LyX sehen Titel so aus:  
22991 \family sans
22992
22993 \begin_inset Quotes gld
22994 \end_inset
22995
22996 Abbildung xyz:
22997 \family default
22998
22999 \begin_inset Quotes grd
23000 \end_inset
23001
23002 , gefolgt vom Beschriftungstext, wobei 
23003 \family sans
23004 xyz
23005 \family default
23006  die von LyX vergebene Nummer ist.
23007  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
23008  gedruckt.
23009  Dies ist nicht immer brauchbar.
23010 \end_layout
23011
23012 \begin_layout Standard
23013 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
23014  
23015 \series bold
23016 caption
23017 \series default
23018
23019 \begin_inset Index idx
23020 status collapsed
23021
23022 \begin_layout Plain Layout
23023 LaTeX-Pakete ! caption
23024 \end_layout
23025
23026 \end_inset
23027
23028  in den LaTeX-Vorspann laden:
23029 \end_layout
23030
23031 \begin_layout Standard
23032
23033 \series bold
23034
23035 \backslash
23036 usepackage[Format-Definition]{caption}
23037 \end_layout
23038
23039 \begin_layout Standard
23040 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
23041  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
23042 \end_layout
23043
23044 \begin_layout Standard
23045
23046 \series bold
23047
23048 \backslash
23049 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23050 \end_layout
23051
23052 \begin_layout Standard
23053 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
23054  definieren.
23055  Dazu laden Sie das 
23056 \series bold
23057 caption
23058 \series default
23059 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
23060  dem Befehl
23061 \end_layout
23062
23063 \begin_layout Standard
23064
23065 \series bold
23066
23067 \backslash
23068 captionsetup[Gleitobjekt-Typ]{Format-Definition}
23069 \end_layout
23070
23071 \begin_layout Standard
23072 Für Abbildung
23073 \begin_inset space ~
23074 \end_inset
23075
23076
23077 \begin_inset CommandInset ref
23078 LatexCommand ref
23079 reference "abb:Langer-Abb-Titel"
23080
23081 \end_inset
23082
23083  und Tabelle
23084 \begin_inset space ~
23085 \end_inset
23086
23087
23088 \begin_inset CommandInset ref
23089 LatexCommand ref
23090 reference "tab:Langer-Tab-Titel"
23091
23092 \end_inset
23093
23094  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
23095  werden:
23096 \end_layout
23097
23098 \begin_layout Standard
23099
23100 \series bold
23101
23102 \backslash
23103 usepackage[tableposition=top]{caption}
23104 \begin_inset Newline newline
23105 \end_inset
23106
23107
23108 \backslash
23109 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23110 \begin_inset Newline newline
23111 \end_inset
23112
23113
23114 \begin_inset Phantom HPhantom
23115 status open
23116
23117 \begin_layout Plain Layout
23118
23119 \series bold
23120
23121 \backslash
23122 captionsetup[figure]{
23123 \end_layout
23124
23125 \end_inset
23126
23127 labelsep=period}
23128 \begin_inset Newline newline
23129 \end_inset
23130
23131
23132 \backslash
23133 captionsetup[table]{labelfont={bf,sf}}
23134 \end_layout
23135
23136 \begin_layout Standard
23137 \begin_inset Note Greyedout
23138 status open
23139
23140 \begin_layout Plain Layout
23141
23142 \series bold
23143 Bemerkung:
23144 \series default
23145  Die Option 
23146 \series bold
23147 tableposition=top
23148 \series default
23149  hat keine Auswirkung, wenn eine 
23150 \series bold
23151 KOMA-Script
23152 \series default
23153
23154 \begin_inset Index idx
23155 status collapsed
23156
23157 \begin_layout Plain Layout
23158 LaTeX-Pakete ! KOMA-Script
23159 \end_layout
23160
23161 \end_inset
23162
23163 -Dokumentklasse verwendet wird.
23164  Hier muss die Option 
23165 \series bold
23166 captions=tableheading
23167 \series default
23168  benutzt werden.
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Standard
23177 Weitere Informationen über das Paket
23178 \series bold
23179  caption
23180 \series default
23181  finden Sie in seiner Dokumentation 
23182 \begin_inset CommandInset citation
23183 LatexCommand cite
23184 key "caption"
23185
23186 \end_inset
23187
23188 .
23189 \end_layout
23190
23191 \begin_layout Standard
23192 Wenn Sie den Namen von 
23193 \begin_inset Quotes gld
23194 \end_inset
23195
23196 Abbildung
23197 \begin_inset Quotes grd
23198 \end_inset
23199
23200  auf 
23201 \begin_inset Quotes gld
23202 \end_inset
23203
23204 Bild
23205 \begin_inset Quotes grd
23206 \end_inset
23207
23208  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23209 \end_layout
23210
23211 \begin_layout Standard
23212
23213 \series bold
23214
23215 \backslash
23216 renewcommand{
23217 \backslash
23218 fnum@figure}{Bild~
23219 \backslash
23220 thefigure}
23221 \end_layout
23222
23223 \begin_layout Standard
23224 wobei 
23225 \series bold
23226
23227 \backslash
23228 thefigure
23229 \series default
23230  die Bildnummer einsetzt und
23231 \series bold
23232  ~
23233 \series default
23234  ein geschütztes Leerzeichen ist.
23235 \end_layout
23236
23237 \begin_layout Standard
23238 \begin_inset VSpace bigskip
23239 \end_inset
23240
23241 Wenn Sie eine 
23242 \series bold
23243 KOMA-Script
23244 \series default
23245
23246 \begin_inset Index idx
23247 status collapsed
23248
23249 \begin_layout Plain Layout
23250 LaTeX-Pakete ! KOMA-Script
23251 \end_layout
23252
23253 \end_inset
23254
23255 -Dokumentklasse (
23256 \family sans
23257 article (KOMA-Script)
23258 \family default
23259
23260 \family sans
23261 book (KOMA-Script)
23262 \family default
23263
23264 \family sans
23265 letter (KOMA-Script)
23266 \family default
23267  oder 
23268 \family sans
23269 report (KOMA-Script)
23270 \family default
23271 ) benutzen, können Sie anstatt des 
23272 \series bold
23273 caption
23274 \series default
23275 -Paketes den eingebauten Befehl 
23276 \series bold
23277
23278 \backslash
23279 setkomafont
23280 \series default
23281  von 
23282 \series bold
23283 KOMA-Script
23284 \series default
23285  benutzen.
23286  Der Befehl
23287 \end_layout
23288
23289 \begin_layout Standard
23290
23291 \series bold
23292
23293 \backslash
23294 setkomafont{captionlabel}{
23295 \backslash
23296 bfseries}
23297 \end_layout
23298
23299 \begin_layout Standard
23300 im LaTeX-Vorspann druckt den Namen fett.
23301 \end_layout
23302
23303 \begin_layout Standard
23304 Weitere Informationen über 
23305 \series bold
23306
23307 \backslash
23308 setkomafont
23309 \series default
23310  finden Sie in der 
23311 \series bold
23312 KOMA-Script
23313 \series default
23314 -Do\SpecialChar \-
23315 ku\SpecialChar \-
23316 men\SpecialChar \-
23317 ta\SpecialChar \-
23318 tion 
23319 \begin_inset CommandInset citation
23320 LatexCommand cite
23321 key "KOMA-Script"
23322
23323 \end_inset
23324
23325 .
23326 \end_layout
23327
23328 \begin_layout Standard
23329 \begin_inset ERT
23330 status collapsed
23331
23332 \begin_layout Plain Layout
23333
23334
23335 \backslash
23336 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23337 }
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \begin_inset Note Note
23344 status open
23345
23346 \begin_layout Plain Layout
23347 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23348 \end_layout
23349
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \begin_layout Standard
23356 \begin_inset Float figure
23357 placement !p
23358 wide false
23359 sideways false
23360 status open
23361
23362 \begin_layout Plain Layout
23363 \align center
23364 \begin_inset Graphics
23365         filename ../clipart/mobius.eps
23366         lyxscale 50
23367         scale 50
23368         scaleBeforeRotation
23369
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \begin_layout Plain Layout
23376 \begin_inset Caption
23377
23378 \begin_layout Plain Layout
23379 \begin_inset CommandInset label
23380 LatexCommand label
23381 name "abb:Langer-Abb-Titel"
23382
23383 \end_inset
23384
23385 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23386  ist, um das andere Beschriftungsformat zu zeigen.
23387  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23388 \begin_inset Argument
23389 status collapsed
23390
23391 \begin_layout Plain Layout
23392 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23393  ist.
23394 \end_layout
23395
23396 \end_inset
23397
23398
23399 \end_layout
23400
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \begin_layout Standard
23412 \begin_inset ERT
23413 status collapsed
23414
23415 \begin_layout Plain Layout
23416
23417
23418 \backslash
23419 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23420 on}
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \begin_layout Standard
23429 \begin_inset Float table
23430 placement !p
23431 wide false
23432 sideways false
23433 status open
23434
23435 \begin_layout Plain Layout
23436 \begin_inset Caption
23437
23438 \begin_layout Plain Layout
23439 \begin_inset CommandInset label
23440 LatexCommand label
23441 name "tab:Langer-Tab-Titel"
23442
23443 \end_inset
23444
23445 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23446  ist, um das andere Beschriftungsformat zu zeigen.
23447  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23448  benutzt.
23449 \begin_inset Argument
23450 status collapsed
23451
23452 \begin_layout Plain Layout
23453 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23454  ist.
23455 \end_layout
23456
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463
23464
23465 \end_layout
23466
23467 \begin_layout Plain Layout
23468 \align center
23469 \begin_inset Tabular
23470 <lyxtabular version="3" rows="1" columns="5">
23471 <features tabularvalignment="middle">
23472 <column alignment="center" valignment="top" width="0">
23473 <column alignment="center" valignment="top" width="0">
23474 <column alignment="center" valignment="top" width="0">
23475 <column alignment="center" valignment="top" width="0">
23476 <column alignment="center" valignment="top" width="0">
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482 a
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 b
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 c
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 d
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 e
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 </row>
23524 </lyxtabular>
23525
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \begin_layout Section
23537 Beschriftungs-Platzierung
23538 \begin_inset CommandInset label
23539 LatexCommand label
23540 name "abs:Titel-Platzierung"
23541
23542 \end_inset
23543
23544
23545 \begin_inset Index idx
23546 status collapsed
23547
23548 \begin_layout Plain Layout
23549 Gleitobjekte ! Beschriftung ! Platzierung
23550 \end_layout
23551
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \begin_layout Standard
23558 Normalerweise werden die Beschriftungen wie folgt platziert:
23559 \end_layout
23560
23561 \begin_layout Description
23562 Abbildung: darunter
23563 \end_layout
23564
23565 \begin_layout Description
23566 Tabelle: darüber
23567 \end_layout
23568
23569 \begin_layout Standard
23570 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23571  Das heißt wenn Sie eine der Dokument-Klassen 
23572 \family sans
23573 article
23574 \family default
23575
23576 \family sans
23577 book
23578 \family default
23579
23580 \family sans
23581 letter
23582 \family default
23583  oder 
23584 \family sans
23585 report
23586 \family default
23587  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23588  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23589 \series bold
23590 caption
23591 \series default
23592  im LaTeX-Vorspann folgendes schreiben:
23593 \begin_inset Foot
23594 status collapsed
23595
23596 \begin_layout Plain Layout
23597 In Abschnitt
23598 \begin_inset space ~
23599 \end_inset
23600
23601
23602 \begin_inset CommandInset ref
23603 LatexCommand ref
23604 reference "abs:Titel-Formatierung"
23605
23606 \end_inset
23607
23608  steht mehr über das Paket 
23609 \series bold
23610 caption
23611 \series default
23612 .
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \begin_layout Standard
23621
23622 \series bold
23623 tableposition=top
23624 \end_layout
23625
23626 \begin_layout Standard
23627 Wenn Sie eine 
23628 \series bold
23629 KOMA-Script
23630 \series default
23631
23632 \begin_inset Index idx
23633 status collapsed
23634
23635 \begin_layout Plain Layout
23636 LaTeX-Pakete ! KOMA-Script
23637 \end_layout
23638
23639 \end_inset
23640
23641 -Dokumentklasse (
23642 \family sans
23643 article (KOMA-Script)
23644 \family default
23645
23646 \family sans
23647 book (KOMA-Script)
23648 \family default
23649
23650 \family sans
23651 letter (KOMA-Script)
23652 \family default
23653  oder 
23654 \family sans
23655 report (KOMA-Script)
23656 \family default
23657 ) benutzen, können Sie alternativ zum 
23658 \series bold
23659 caption
23660 \series default
23661 -Paket die Option 
23662 \series bold
23663 captions=tableheading
23664 \series default
23665  benutzen.
23666 \end_layout
23667
23668 \begin_layout Standard
23669 \begin_inset VSpace bigskip
23670 \end_inset
23671
23672 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23673  Das bewirkt das LaTeX-Paket 
23674 \series bold
23675 sidecap
23676 \series default
23677
23678 \begin_inset Index idx
23679 status collapsed
23680
23681 \begin_layout Plain Layout
23682 LaTeX-Pakete ! sidecap
23683 \end_layout
23684
23685 \end_inset
23686
23687 , das so in den LaTeX-Vorspann geladen wird:
23688 \end_layout
23689
23690 \begin_layout Standard
23691
23692 \series bold
23693
23694 \backslash
23695 usepackage[Option]{sidecap}
23696 \end_layout
23697
23698 \begin_layout Standard
23699 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23700  Mit 
23701 \series bold
23702 innercaption
23703 \series default
23704  wird die Beschriftung innen gedruckt.
23705  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23706  
23707 \series bold
23708 rightcaption
23709 \series default
23710  oder 
23711 \series bold
23712 leftcaption
23713 \series default
23714 .
23715 \end_layout
23716
23717 \begin_layout Standard
23718 \begin_inset ERT
23719 status collapsed
23720
23721 \begin_layout Plain Layout
23722
23723
23724 \backslash
23725 ifsidecap
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \begin_inset Note Note
23732 status open
23733
23734 \begin_layout Plain Layout
23735 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23736 \series bold
23737 sidecap
23738 \series default
23739  installiert ist.
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \begin_layout Standard
23748 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23749  in den LaTeX-Vorspann schreiben:
23750 \end_layout
23751
23752 \begin_layout Standard
23753 \noindent
23754 \begin_inset CommandInset line
23755 LatexCommand rule
23756 offset "0.5ex"
23757 width "100line%"
23758 height "1pt"
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \begin_layout Standard
23766
23767 \series bold
23768
23769 \backslash
23770 newcommand{
23771 \backslash
23772 TabBesBeg}[1][1.0]{%
23773 \begin_inset Newline newline
23774 \end_inset
23775
23776
23777 \begin_inset Phantom HPhantom
23778 status open
23779
23780 \begin_layout Plain Layout
23781 \begin_inset space ~
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \backslash
23791 let
23792 \backslash
23793 MyTable
23794 \backslash
23795 table
23796 \begin_inset Newline newline
23797 \end_inset
23798
23799
23800 \begin_inset Phantom HPhantom
23801 status open
23802
23803 \begin_layout Plain Layout
23804
23805 \series medium
23806 \begin_inset space ~
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813
23814
23815 \backslash
23816 let
23817 \backslash
23818 MyEndtable
23819 \backslash
23820 endtable
23821 \begin_inset Newline newline
23822 \end_inset
23823
23824
23825 \begin_inset Phantom HPhantom
23826 status open
23827
23828 \begin_layout Plain Layout
23829
23830 \series medium
23831 \begin_inset space ~
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \backslash
23841 renewenvironment{table}[1]{
23842 \backslash
23843 begin{SCtable}[#1]##1}{
23844 \backslash
23845 end{SCtable}}}
23846 \end_layout
23847
23848 \begin_layout Standard
23849
23850 \series bold
23851
23852 \backslash
23853 newcommand{
23854 \backslash
23855 TabBesEnd}{%
23856 \begin_inset Newline newline
23857 \end_inset
23858
23859
23860 \begin_inset Phantom HPhantom
23861 status open
23862
23863 \begin_layout Plain Layout
23864 \begin_inset space ~
23865 \end_inset
23866
23867
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \backslash
23874 let
23875 \backslash
23876 table
23877 \backslash
23878 MyTable
23879 \begin_inset Newline newline
23880 \end_inset
23881
23882
23883 \begin_inset Phantom HPhantom
23884 status open
23885
23886 \begin_layout Plain Layout
23887 \begin_inset space ~
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \backslash
23897 let
23898 \backslash
23899 endtable
23900 \backslash
23901 MyEndtable
23902 \end_layout
23903
23904 \begin_layout Standard
23905
23906 \series bold
23907
23908 \backslash
23909 newcommand{
23910 \backslash
23911 FigBesBeg}[1][1.0]{%
23912 \begin_inset Newline newline
23913 \end_inset
23914
23915
23916 \begin_inset Phantom HPhantom
23917 status open
23918
23919 \begin_layout Plain Layout
23920 \begin_inset space ~
23921 \end_inset
23922
23923
23924 \end_layout
23925
23926 \end_inset
23927
23928
23929 \backslash
23930 let
23931 \backslash
23932 MyFigure
23933 \backslash
23934 figure
23935 \begin_inset Newline newline
23936 \end_inset
23937
23938
23939 \begin_inset Phantom HPhantom
23940 status open
23941
23942 \begin_layout Plain Layout
23943 \begin_inset space ~
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \end_inset
23950
23951
23952 \backslash
23953 let
23954 \backslash
23955 MyEndfigure
23956 \backslash
23957 endfigure
23958 \begin_inset Newline newline
23959 \end_inset
23960
23961
23962 \begin_inset Phantom HPhantom
23963 status open
23964
23965 \begin_layout Plain Layout
23966 \begin_inset space ~
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \backslash
23976 renewenvironment{figure}[1]{
23977 \backslash
23978 begin{SCfigure}[#1]##1}{
23979 \backslash
23980 end{SCfigure}}}
23981 \end_layout
23982
23983 \begin_layout Standard
23984
23985 \series bold
23986
23987 \backslash
23988 newcommand{
23989 \backslash
23990 FigBesEnd}{%
23991 \begin_inset Newline newline
23992 \end_inset
23993
23994
23995 \begin_inset Phantom HPhantom
23996 status open
23997
23998 \begin_layout Plain Layout
23999 \begin_inset space ~
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \backslash
24009 let
24010 \backslash
24011 figure
24012 \backslash
24013 MyFigure
24014 \begin_inset Newline newline
24015 \end_inset
24016
24017
24018 \begin_inset Phantom HPhantom
24019 status open
24020
24021 \begin_layout Plain Layout
24022 \begin_inset space ~
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \backslash
24032 let
24033 \backslash
24034 endfigure
24035 \backslash
24036 MyEndfigure}
24037 \end_layout
24038
24039 \begin_layout Standard
24040 \noindent
24041 \begin_inset CommandInset line
24042 LatexCommand rule
24043 offset "0.5ex"
24044 width "100line%"
24045 height "1pt"
24046
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \begin_layout Standard
24053 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
24054 ungen seitlich gedruckt werden.
24055  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061
24062 \backslash
24063 FigBesBeg
24064 \end_layout
24065
24066 \begin_layout Standard
24067 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
24068 \end_layout
24069
24070 \begin_layout Standard
24071
24072 \series bold
24073
24074 \backslash
24075 FigBesEnd
24076 \end_layout
24077
24078 \begin_layout Standard
24079 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
24080  zurückkehren wollen.
24081 \end_layout
24082
24083 \begin_layout Standard
24084 Bei Gleitobjekt-Tabellen heißen die Befehle
24085 \end_layout
24086
24087 \begin_layout Standard
24088
24089 \series bold
24090
24091 \backslash
24092 TabBesBeg
24093 \series default
24094  und 
24095 \series bold
24096
24097 \backslash
24098 TabBesEnd
24099 \series default
24100 .
24101 \end_layout
24102
24103 \begin_layout Standard
24104 Abbildung
24105 \begin_inset space ~
24106 \end_inset
24107
24108
24109 \begin_inset CommandInset ref
24110 LatexCommand ref
24111 reference "abb:Beschriftung-neben"
24112
24113 \end_inset
24114
24115  und Tabelle
24116 \begin_inset space ~
24117 \end_inset
24118
24119
24120 \begin_inset CommandInset ref
24121 LatexCommand ref
24122 reference "tab:Beschriftung-neben"
24123
24124 \end_inset
24125
24126  sind Beispiele für seitliche Beschriftungen.
24127 \end_layout
24128
24129 \begin_layout Standard
24130 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24131  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24132  der Abbildung.
24133  Das kann man mit dem Befehl
24134 \end_layout
24135
24136 \begin_layout Standard
24137
24138 \series bold
24139
24140 \backslash
24141 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24142 \end_layout
24143
24144 \begin_layout Standard
24145 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24146  Der Gleitobjekt-Typ ist entweder 
24147 \family sans
24148 figure
24149 \family default
24150  oder 
24151 \family sans
24152 table
24153 \family default
24154 , die
24155 \family sans
24156  
24157 \family default
24158 Platzierung ist 
24159 \family typewriter
24160 t
24161 \family default
24162  für oben, 
24163 \family typewriter
24164 c
24165 \family default
24166  für zentriert oder 
24167 \family typewriter
24168 b
24169 \family default
24170  für unten.
24171  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24172  lautet der Befehl
24173 \end_layout
24174
24175 \begin_layout Standard
24176
24177 \series bold
24178
24179 \backslash
24180 sidecaptionvpos{figure}{c}
24181 \end_layout
24182
24183 \begin_layout Standard
24184 Das wurde in Abbildung
24185 \begin_inset space ~
24186 \end_inset
24187
24188
24189 \begin_inset CommandInset ref
24190 LatexCommand ref
24191 reference "abb:cap-beside-fig-2"
24192
24193 \end_inset
24194
24195  benutzt.
24196 \end_layout
24197
24198 \begin_layout Standard
24199 \begin_inset VSpace medskip
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \begin_layout Standard
24206 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
24207  Für schmale Bilder/Tabellen, wie in Tabelle
24208 \begin_inset space ~
24209 \end_inset
24210
24211
24212 \begin_inset CommandInset ref
24213 LatexCommand ref
24214 reference "tab:Beschriftung-neben"
24215
24216 \end_inset
24217
24218 , führt dies zu zu schmalen Beschriftungen.
24219  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
24220  Breite des Bildes/der Tabelle multipliziert wird.
24221  Das Ergebnis ist die Beschriftungsbreite.
24222  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
24223  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
24224  Der 
24225 \emph on
24226 Faktor
24227 \emph default
24228  kann entweder als optionales Argument für 
24229 \series bold
24230
24231 \backslash
24232 FigBesBeg
24233 \series default
24234  angegeben werden:
24235 \end_layout
24236
24237 \begin_layout Standard
24238
24239 \series bold
24240
24241 \backslash
24242 FigBesBeg[Faktor]
24243 \end_layout
24244
24245 \begin_layout Standard
24246 oder indem man in der Definition von 
24247 \series bold
24248
24249 \backslash
24250 FigBesBeg
24251 \series default
24252  die 
24253 \series bold
24254 1.0
24255 \series default
24256  mit einem anderen Wert ersetzt.
24257  Bei letzterem ist der angegebene Faktor der Standard wenn 
24258 \series bold
24259
24260 \backslash
24261 FigBesBeg
24262 \series default
24263  ohne Argument verwendet wird.
24264  Für Tabelle
24265 \begin_inset space ~
24266 \end_inset
24267
24268
24269 \begin_inset CommandInset ref
24270 LatexCommand ref
24271 reference "tab:Beschriftung-neben-breiter"
24272
24273 \end_inset
24274
24275  und Abbildung
24276 \begin_inset space ~
24277 \end_inset
24278
24279
24280 \begin_inset CommandInset ref
24281 LatexCommand ref
24282 reference "abb:cap-beside-fig-2"
24283
24284 \end_inset
24285
24286  wurde der Faktor 5 verwendet.
24287 \end_layout
24288
24289 \begin_layout Standard
24290 \begin_inset Note Greyedout
24291 status open
24292
24293 \begin_layout Plain Layout
24294
24295 \series bold
24296 Achtung:
24297 \series default
24298  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
24299 erungsoption 
24300 \family sans
24301 Hier,
24302 \begin_inset space ~
24303 \end_inset
24304
24305 auf
24306 \begin_inset space ~
24307 \end_inset
24308
24309 jeden
24310 \begin_inset space ~
24311 \end_inset
24312
24313 Fall
24314 \family default
24315  nicht verwendet werden werden, da diese von 
24316 \series bold
24317 sidecap
24318 \series default
24319  nicht unterstützt wird.
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Standard
24328 \begin_inset VSpace medskip
24329 \end_inset
24330
24331 Weitere Informationen über das Paket
24332 \series bold
24333  sidecap
24334 \series default
24335  finden Sie in seiner Dokumentation 
24336 \begin_inset CommandInset citation
24337 LatexCommand cite
24338 key "sidecap"
24339
24340 \end_inset
24341
24342 .
24343 \end_layout
24344
24345 \begin_layout Standard
24346 \begin_inset Note Greyedout
24347 status open
24348
24349 \begin_layout Plain Layout
24350
24351 \series bold
24352 Bemerkung:
24353 \series default
24354  Das LaTeX-Paket 
24355 \series bold
24356 hypcap
24357 \series default
24358 ,
24359 \begin_inset Index idx
24360 status collapsed
24361
24362 \begin_layout Plain Layout
24363 LaTeX-Pakete ! hypcap
24364 \end_layout
24365
24366 \end_inset
24367
24368  das in Abschnitt
24369 \begin_inset space ~
24370 \end_inset
24371
24372
24373 \begin_inset CommandInset ref
24374 LatexCommand ref
24375 reference "uab:Querverweis-Position"
24376
24377 \end_inset
24378
24379  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24380  Beschriftungen.
24381 \end_layout
24382
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \begin_inset ERT
24390 status collapsed
24391
24392 \begin_layout Plain Layout
24393
24394
24395 \backslash
24396 FigBesBeg 
24397 \end_layout
24398
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \begin_layout Standard
24405 \begin_inset Float figure
24406 wide false
24407 sideways false
24408 status open
24409
24410 \begin_layout Plain Layout
24411 \begin_inset Graphics
24412         filename ../clipart/escher-lsd.eps
24413         scale 75
24414         scaleBeforeRotation
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \begin_layout Plain Layout
24422 \begin_inset Caption
24423
24424 \begin_layout Plain Layout
24425 \begin_inset CommandInset label
24426 LatexCommand label
24427 name "abb:Beschriftung-neben"
24428
24429 \end_inset
24430
24431 Dies ist eine Beschriftung neben einer Abbildung.
24432 \end_layout
24433
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \end_inset
24440
24441
24442 \end_layout
24443
24444 \begin_layout Standard
24445 \begin_inset ERT
24446 status collapsed
24447
24448 \begin_layout Plain Layout
24449
24450
24451 \backslash
24452 FigBesEnd
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \begin_layout Standard
24461 \begin_inset ERT
24462 status collapsed
24463
24464 \begin_layout Plain Layout
24465
24466
24467 \backslash
24468 TabBesBeg 
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \begin_layout Standard
24477 \begin_inset Float table
24478 wide false
24479 sideways false
24480 status open
24481
24482 \begin_layout Plain Layout
24483 \begin_inset Caption
24484
24485 \begin_layout Plain Layout
24486 \begin_inset CommandInset label
24487 LatexCommand label
24488 name "tab:Beschriftung-neben"
24489
24490 \end_inset
24491
24492 Dies ist eine Beschriftung neben einer Tabelle.
24493 \end_layout
24494
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \begin_layout Plain Layout
24501 \begin_inset Tabular
24502 <lyxtabular version="3" rows="4" columns="5">
24503 <features tabularvalignment="middle">
24504 <column alignment="center" valignment="top" width="0">
24505 <column alignment="center" valignment="top" width="0">
24506 <column alignment="center" valignment="top" width="0">
24507 <column alignment="center" valignment="top" width="0">
24508 <column alignment="center" valignment="top" width="0">
24509 <row>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514 a
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 b
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550 c
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 </row>
24556 <row>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 d
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 e
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 </row>
24603 <row>
24604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608 f
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626 g
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644 h
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 </row>
24650 <row>
24651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 i
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 j
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 </row>
24697 </lyxtabular>
24698
24699 \end_inset
24700
24701
24702 \end_layout
24703
24704 \end_inset
24705
24706
24707 \end_layout
24708
24709 \begin_layout Standard
24710 \begin_inset ERT
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714
24715
24716 \backslash
24717 TabBesEnd
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \begin_layout Standard
24726 \begin_inset ERT
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730
24731
24732 \backslash
24733 FigBesBeg[5] 
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Standard
24742 \begin_inset ERT
24743 status collapsed
24744
24745 \begin_layout Plain Layout
24746
24747
24748 \backslash
24749 sidecaptionvpos{figure}{c}
24750 \end_layout
24751
24752 \end_inset
24753
24754
24755 \begin_inset Float figure
24756 wide false
24757 sideways false
24758 status open
24759
24760 \begin_layout Plain Layout
24761 \begin_inset Graphics
24762         filename ../clipart/escher-lsd.eps
24763         scale 75
24764         scaleBeforeRotation
24765
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Plain Layout
24772 \begin_inset Caption
24773
24774 \begin_layout Plain Layout
24775 \begin_inset CommandInset label
24776 LatexCommand label
24777 name "abb:cap-beside-fig-2"
24778
24779 \end_inset
24780
24781 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24782 \end_layout
24783
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 \begin_inset ERT
24796 status collapsed
24797
24798 \begin_layout Plain Layout
24799
24800
24801 \backslash
24802 FigBesEnd
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 \begin_inset ERT
24812 status collapsed
24813
24814 \begin_layout Plain Layout
24815
24816
24817 \backslash
24818 TabBesBeg[5]
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \begin_layout Standard
24827 \begin_inset Float table
24828 wide false
24829 sideways false
24830 status open
24831
24832 \begin_layout Plain Layout
24833 \begin_inset Caption
24834
24835 \begin_layout Plain Layout
24836 \begin_inset CommandInset label
24837 LatexCommand label
24838 name "tab:Beschriftung-neben-breiter"
24839
24840 \end_inset
24841
24842 Diese Beschriftung ist breiter als die in Tabelle
24843 \begin_inset space ~
24844 \end_inset
24845
24846
24847 \begin_inset CommandInset ref
24848 LatexCommand ref
24849 reference "tab:Beschriftung-neben"
24850
24851 \end_inset
24852
24853 .
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Plain Layout
24862 \begin_inset Tabular
24863 <lyxtabular version="3" rows="4" columns="5">
24864 <features tabularvalignment="middle">
24865 <column alignment="center" valignment="top" width="0">
24866 <column alignment="center" valignment="top" width="0">
24867 <column alignment="center" valignment="top" width="0">
24868 <column alignment="center" valignment="top" width="0">
24869 <column alignment="center" valignment="top" width="0">
24870 <row>
24871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875 a
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893 b
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 c
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 </row>
24917 <row>
24918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931 d
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 e
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 </row>
24964 <row>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 f
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987 g
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005 h
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 </row>
25011 <row>
25012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025 i
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043 j
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 </row>
25058 </lyxtabular>
25059
25060 \end_inset
25061
25062
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \begin_layout Standard
25071 \begin_inset ERT
25072 status collapsed
25073
25074 \begin_layout Plain Layout
25075
25076
25077 \backslash
25078 TabBesEnd
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087 \begin_inset ERT
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091
25092
25093 \backslash
25094 else
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \begin_inset Note Note
25101 status open
25102
25103 \begin_layout Plain Layout
25104 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
25105 \series bold
25106 sidecap
25107 \series default
25108  nicht installiert ist:
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Standard
25117 Das LaTeX-Paket 
25118 \series bold
25119 sidecap
25120 \series default
25121  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
25122 \end_layout
25123
25124 \begin_layout Standard
25125 \begin_inset ERT
25126 status collapsed
25127
25128 \begin_layout Plain Layout
25129
25130
25131 \backslash
25132 fi
25133 \end_layout
25134
25135 \end_inset
25136
25137
25138 \end_layout
25139
25140 \begin_layout Section
25141 Gleitobjekt-Verzeichnisse
25142 \begin_inset Index idx
25143 status collapsed
25144
25145 \begin_layout Plain Layout
25146 Gleitobjekte ! Verzeichnisse
25147 \end_layout
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \begin_layout Standard
25155 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
25156  Sie können mit den Untermenüs von 
25157 \family sans
25158 Einfügen\SpecialChar \menuseparator
25159 Liste
25160 \begin_inset space ~
25161 \end_inset
25162
25163 /
25164 \begin_inset space ~
25165 \end_inset
25166
25167 Inhaltsverzeichnis
25168 \family default
25169  eingefügt werden.
25170 \end_layout
25171
25172 \begin_layout Standard
25173 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
25174  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
25175 \end_layout
25176
25177 \begin_layout Standard
25178 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
25179  und ein Tabellen-Verzeichnis.
25180 \end_layout
25181
25182 \begin_layout Chapter
25183 Notizen
25184 \end_layout
25185
25186 \begin_layout Section
25187 LyX-Notizen
25188 \begin_inset Index idx
25189 status collapsed
25190
25191 \begin_layout Plain Layout
25192 Notizen ! LyX-Notizen
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \begin_layout Standard
25201 Notizen werden mit einem Klick auf 
25202 \family sans
25203
25204 \begin_inset Info
25205 type  "icon"
25206 arg   "note-insert"
25207 \end_inset
25208
25209
25210 \family default
25211  oder 
25212 \family sans
25213 Einfügen\SpecialChar \menuseparator
25214 Notiz
25215 \family default
25216  eingefügt.
25217  Es gibt drei Arten:
25218 \end_layout
25219
25220 \begin_layout Description
25221 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
25222  Eine 
25223 \family sans
25224 LyX-Notiz
25225 \family default
25226  sieht so aus:
25227 \begin_inset Newline newline
25228 \end_inset
25229
25230
25231 \begin_inset Newline newline
25232 \end_inset
25233
25234
25235 \begin_inset Graphics
25236         filename clipart/LyXNotizQt4.png
25237         display false
25238         scale 60
25239         scaleBeforeRotation
25240
25241 \end_inset
25242
25243  
25244 \begin_inset Note Note
25245 status open
25246
25247 \begin_layout Plain Layout
25248 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
25249 \end_layout
25250
25251 \end_inset
25252
25253
25254 \end_layout
25255
25256 \begin_layout Description
25257 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
25258  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
25259 \family sans
25260 Datei\SpecialChar \menuseparator
25261 Ex\SpecialChar \-
25262 por\SpecialChar \-
25263 tie\SpecialChar \-
25264 ren\SpecialChar \menuseparator
25265 LaTe
25266 \begin_inset ERT
25267 status collapsed
25268
25269 \begin_layout Plain Layout
25270
25271 {}
25272 \end_layout
25273
25274 \end_inset
25275
25276 X (pdflatex) / (normal)
25277 \family default
25278 .
25279  Ein Kommentar sieht so aus:
25280 \begin_inset Newline newline
25281 \end_inset
25282
25283
25284 \begin_inset Newline newline
25285 \end_inset
25286
25287
25288 \begin_inset Graphics
25289         filename clipart/KommentarQt4.png
25290         display false
25291         scale 60
25292         scaleBeforeRotation
25293
25294 \end_inset
25295
25296  
25297 \begin_inset Note Comment
25298 status open
25299
25300 \begin_layout Plain Layout
25301 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
25302 \end_layout
25303
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \begin_layout Description
25310 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
25311 \begin_inset Newline newline
25312 \end_inset
25313
25314
25315 \begin_inset Newline newline
25316 \end_inset
25317
25318
25319 \begin_inset Graphics
25320         filename clipart/GrauschriftNotizQt4.png
25321         display false
25322         scale 60
25323         scaleBeforeRotation
25324
25325 \end_inset
25326
25327
25328 \begin_inset Newline newline
25329 \end_inset
25330
25331
25332 \begin_inset ERT
25333 status collapsed
25334
25335 \begin_layout Plain Layout
25336
25337
25338 \backslash
25339 renewenvironment{lyxgreyedout}
25340 \end_layout
25341
25342 \begin_layout Plain Layout
25343
25344 {
25345 \backslash
25346 textcolor[gray]{0.4}
25347 \backslash
25348 bgroup}{
25349 \backslash
25350 egroup}
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \begin_inset Note Greyedout
25357 status open
25358
25359 \begin_layout Plain Layout
25360 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
25361 \begin_inset Foot
25362 status open
25363
25364 \begin_layout Plain Layout
25365 Dies ist eine Fußnote in einer Grauschrift-Notiz.
25366 \end_layout
25367
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \begin_inset ERT
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380
25381
25382 \backslash
25383 renewenvironment{lyxgreyedout}
25384 \end_layout
25385
25386 \begin_layout Plain Layout
25387
25388 {
25389 \backslash
25390 textcolor{blue}
25391 \backslash
25392 bgroup}{
25393 \backslash
25394 egroup}
25395 \end_layout
25396
25397 \end_inset
25398
25399
25400 \begin_inset Note Note
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
25405  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
25406  
25407 \end_layout
25408
25409 \end_inset
25410
25411
25412 \begin_inset Newline newline
25413 \end_inset
25414
25415
25416 \begin_inset Newline newline
25417 \end_inset
25418
25419 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
25420  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
25421 \end_layout
25422
25423 \begin_layout Standard
25424 \begin_inset VSpace bigskip
25425 \end_inset
25426
25427 Wenn Sie auf den Werkzeugleistenknopf 
25428 \family sans
25429
25430 \begin_inset Info
25431 type  "icon"
25432 arg   "note-insert"
25433 \end_inset
25434
25435
25436 \family default
25437  klicken, wird zunächst eine 
25438 \family sans
25439 LyX-Notiz
25440 \family default
25441  eingefügt.
25442  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
25443  anderen Möglichkeiten auswählen.
25444  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
25445  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
25446  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
25447  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
25448  am Ende der Notiz ist.
25449 \end_layout
25450
25451 \begin_layout Standard
25452 \begin_inset VSpace bigskip
25453 \end_inset
25454
25455 Die Textfarbe von Grauschrift-Boxen kann im Menü 
25456 \family sans
25457 Dokument\SpecialChar \menuseparator
25458 Einstellungen\SpecialChar \menuseparator
25459 Farben
25460 \family default
25461  geändert werden.
25462 \end_layout
25463
25464 \begin_layout Section
25465 Fußnoten
25466 \begin_inset CommandInset label
25467 LatexCommand label
25468 name "abs:Fußnoten"
25469
25470 \end_inset
25471
25472
25473 \begin_inset Index idx
25474 status collapsed
25475
25476 \begin_layout Plain Layout
25477 Notizen ! Fußnoten
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \begin_inset Index idx
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487 Fußnoten
25488 \end_layout
25489
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \begin_layout Standard
25496 Fußnoten werden über den Werkzeugleistenknopf 
25497 \family sans
25498
25499 \begin_inset Info
25500 type  "icon"
25501 arg   "footnote-insert"
25502 \end_inset
25503
25504
25505 \family default
25506  oder das Menü 
25507 \family sans
25508 Einfügen\SpecialChar \menuseparator
25509 Fußnote
25510 \family default
25511  eingefügt.
25512  Man sieht dann diese Fußnotenbox: 
25513 \begin_inset Graphics
25514         filename clipart/FussnoteQt4.png
25515         scale 80
25516         scaleBeforeRotation
25517
25518 \end_inset
25519
25520  in die der Fußnotentext eingegeben wird.
25521  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
25522  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
25523  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
25524 \family sans
25525 Backspace
25526 \family default
25527  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
25528 \family sans
25529 Entf
25530 \family default
25531  wenn der Cursor am Ende der Fußnote ist.
25532 \end_layout
25533
25534 \begin_layout Standard
25535 Hier ist eine Beispielfußnote:
25536 \color black
25537
25538 \begin_inset Foot
25539 status open
25540
25541 \begin_layout Plain Layout
25542 \begin_inset CommandInset label
25543 LatexCommand label
25544 name "fuss:Fußnoten-Beispiel"
25545
25546 \end_inset
25547
25548 Dies ist eine Fußnote.
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \color inherit
25555
25556 \begin_inset ERT
25557 status collapsed
25558
25559 \begin_layout Plain Layout
25560
25561
25562 \backslash
25563 newcounter{MyRepeatFoot}
25564 \end_layout
25565
25566 \begin_layout Plain Layout
25567
25568
25569 \backslash
25570 setcounter{MyRepeatFoot}{
25571 \backslash
25572 thefootnote}
25573 \end_layout
25574
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25582  wurde, eine hochgestellte Zahl.
25583  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25584  hochgestellt dem Text vorangeht.
25585  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25586  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25587  werden.
25588 \end_layout
25589
25590 \begin_layout Standard
25591 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25592  der Fußnote eine Marke eingefügt wurde.
25593  Dies ist ein Querverweis auf Fußnote
25594 \begin_inset space ~
25595 \end_inset
25596
25597
25598 \begin_inset CommandInset ref
25599 LatexCommand ref
25600 reference "fuss:Fußnoten-Beispiel"
25601
25602 \end_inset
25603
25604 .
25605 \end_layout
25606
25607 \begin_layout Standard
25608 \begin_inset VSpace defskip
25609 \end_inset
25610
25611 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25612  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25613  wird der Befehl 
25614 \series bold
25615
25616 \backslash
25617 footnotemark{}
25618 \series default
25619  als TeX-Code eingefügt.
25620  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25621 \series bold
25622
25623 \backslash
25624 footnotetext
25625 \series default
25626  nach der Tabelle eingegeben.
25627 \begin_inset Newline newline
25628 \end_inset
25629
25630 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25631 \end_layout
25632
25633 \begin_layout Standard
25634
25635 \series bold
25636
25637 \backslash
25638 footnotetext{
25639 \series default
25640 Gedruckte Tabellenfußnote.
25641 \series bold
25642 }
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset Tabular
25647 <lyxtabular version="3" rows="2" columns="1">
25648 <features tabularvalignment="middle">
25649 <column alignment="center" valignment="top" width="0">
25650 <row>
25651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655 Dies ist ein Beispieltext.
25656 \begin_inset Foot
25657 status open
25658
25659 \begin_layout Plain Layout
25660 Diese Fußnote wird nicht gedruckt!
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 </row>
25671 <row>
25672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676 Dies ist ein Beispieltext.
25677 \begin_inset ERT
25678 status collapsed
25679
25680 \begin_layout Plain Layout
25681
25682
25683 \backslash
25684 footnotemark{}
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 </row>
25695 </lyxtabular>
25696
25697 \end_inset
25698
25699
25700 \begin_inset ERT
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704
25705
25706 \backslash
25707 footnotetext{
25708 \end_layout
25709
25710 \end_inset
25711
25712 Gedruckte Tabellenfußnote.
25713 \begin_inset ERT
25714 status collapsed
25715
25716 \begin_layout Plain Layout
25717
25718 }
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \begin_layout Standard
25727 Fußnoten in langen Tabellen sind in Abschnitt
25728 \begin_inset space ~
25729 \end_inset
25730
25731
25732 \begin_inset CommandInset ref
25733 LatexCommand ref
25734 reference "uab:Fußnoten-in-langen"
25735
25736 \end_inset
25737
25738  beschrieben.
25739 \end_layout
25740
25741 \begin_layout Standard
25742 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25743  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25744  innerhalb einer Seite ist.
25745  (Mehr über Minipages ist in Abschnitt
25746 \begin_inset space ~
25747 \end_inset
25748
25749
25750 \begin_inset CommandInset ref
25751 LatexCommand ref
25752 reference "abs:Minipage"
25753
25754 \end_inset
25755
25756  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25757  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25758  Methode mit 
25759 \series bold
25760
25761 \backslash
25762 footnotemark{}
25763 \series default
25764  und 
25765 \series bold
25766
25767 \backslash
25768 footnotetext
25769 \series default
25770 .
25771 \end_layout
25772
25773 \begin_layout Standard
25774 \begin_inset Box Frameless
25775 position "t"
25776 hor_pos "c"
25777 has_inner_box 1
25778 inner_pos "t"
25779 use_parbox 0
25780 use_makebox 0
25781 width "100col%"
25782 special "none"
25783 height "1in"
25784 height_special "totalheight"
25785 status open
25786
25787 \begin_layout Plain Layout
25788 Dies ist ein Beispieltext.in einer Minipage.
25789 \begin_inset Foot
25790 status open
25791
25792 \begin_layout Plain Layout
25793 Fußnote in einer Minipage.
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \begin_layout Plain Layout
25802 Dies ist ein Beispieltext.
25803  in einer Minipage.
25804 \begin_inset ERT
25805 status collapsed
25806
25807 \begin_layout Plain Layout
25808
25809
25810 \backslash
25811 footnotemark{}
25812 \end_layout
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \begin_layout Standard
25825 \begin_inset ERT
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829
25830
25831 \backslash
25832 footnotetext{
25833 \end_layout
25834
25835 \end_inset
25836
25837 Fußnote außerhalb der Minipage.
25838 \begin_inset ERT
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842
25843 }
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Standard
25852 \begin_inset VSpace defskip
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \begin_layout Standard
25859 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25860  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25861 \series bold
25862
25863 \backslash
25864 footnotemark[Nummer]
25865 \series default
25866 .
25867 \begin_inset Newline newline
25868 \end_inset
25869
25870 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25871  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25872  Hinter Fußnote
25873 \begin_inset space ~
25874 \end_inset
25875
25876
25877 \begin_inset CommandInset ref
25878 LatexCommand ref
25879 reference "fuss:Fußnoten-Beispiel"
25880
25881 \end_inset
25882
25883  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25884 \end_layout
25885
25886 \begin_layout Standard
25887
25888 \series bold
25889
25890 \backslash
25891 newcounter{MyRepeatFoot}
25892 \begin_inset Newline newline
25893 \end_inset
25894
25895
25896 \backslash
25897 setcounter{MyRepeatFoot}{
25898 \backslash
25899 thefootnote}
25900 \end_layout
25901
25902 \begin_layout Standard
25903 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25904 \end_layout
25905
25906 \begin_layout Standard
25907
25908 \series bold
25909
25910 \backslash
25911 footnotemark[
25912 \backslash
25913 theMyRepeatFoot]
25914 \end_layout
25915
25916 \begin_layout Standard
25917 Hier ist eine wiederholte Fußnote:
25918 \begin_inset ERT
25919 status collapsed
25920
25921 \begin_layout Plain Layout
25922
25923
25924 \backslash
25925 footnotemark[
25926 \backslash
25927 theMyRepeatFoot]
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \begin_layout Standard
25936 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25937  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25938 \end_layout
25939
25940 \begin_layout Standard
25941
25942 \series bold
25943
25944 \backslash
25945 footnotemark[
25946 \backslash
25947 thefootnote]
25948 \end_layout
25949
25950 \begin_layout Standard
25951 Hier ist eine weitere wiederholte Fußnote:
25952 \begin_inset ERT
25953 status collapsed
25954
25955 \begin_layout Plain Layout
25956
25957
25958 \backslash
25959 footnotemark[
25960 \backslash
25961 thefootnote]
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \begin_layout Subsection
25970 Fußnoten-Nummerierung
25971 \begin_inset CommandInset label
25972 LatexCommand label
25973 name "uab:Fußnoten-Nummerierung"
25974
25975 \end_inset
25976
25977
25978 \begin_inset Index idx
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982 Fußnoten ! Nummerierung
25983 \end_layout
25984
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \begin_layout Standard
25991 Um Fußnoten nach jedem Abschnitt
25992 \family roman
25993  auf 1 zurückzusetzen, 
25994 \family default
25995 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25996 \end_layout
25997
25998 \begin_layout Standard
25999
26000 \series bold
26001
26002 \backslash
26003 @addtoreset{footnote}{section}
26004 \end_layout
26005
26006 \begin_layout Standard
26007 \begin_inset VSpace bigskip
26008 \end_inset
26009
26010 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
26011  Zahlen:
26012 \end_layout
26013
26014 \begin_layout Standard
26015
26016 \series bold
26017
26018 \backslash
26019 renewcommand{
26020 \backslash
26021 thefootnote}{
26022 \backslash
26023 roman{footnote}}
26024 \end_layout
26025
26026 \begin_layout Standard
26027 \begin_inset ERT
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031
26032
26033 \backslash
26034 renewcommand{
26035 \backslash
26036 thefootnote}{
26037 \backslash
26038 roman{footnote}}
26039 \end_layout
26040
26041 \end_inset
26042
26043  Hier ist ein Beispiel für solch eine Fußnote:
26044 \begin_inset Foot
26045 status open
26046
26047 \begin_layout Plain Layout
26048 Dies ist eine Fußnote mit kleinen römischen Zahlen
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
26058  in obigem Befehl 
26059 \series bold
26060
26061 \backslash
26062 roman
26063 \series default
26064  durch 
26065 \series bold
26066
26067 \backslash
26068 Roman
26069 \series default
26070 .
26071  Um Fußnoten mit großen oder kleinen Buchstaben zu 
26072 \begin_inset Quotes gld
26073 \end_inset
26074
26075 nummerieren
26076 \begin_inset Quotes grd
26077 \end_inset
26078
26079 , verwenden Sie die Befehle 
26080 \series bold
26081
26082 \backslash
26083 Alph
26084 \series default
26085  oder 
26086 \series bold
26087
26088 \backslash
26089 alph
26090 \series default
26091 .
26092  Für die 
26093 \begin_inset Quotes gld
26094 \end_inset
26095
26096 Nummerierung
26097 \begin_inset Quotes grd
26098 \end_inset
26099
26100  mit Symbolen steht der Befehl 
26101 \series bold
26102
26103 \backslash
26104 fnsymbol
26105 \series default
26106  zur Verfügung.
26107 \end_layout
26108
26109 \begin_layout Standard
26110 \begin_inset Note Greyedout
26111 status open
26112
26113 \begin_layout Plain Layout
26114
26115 \series bold
26116 Bemerkung 1:
26117 \series default
26118  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
26119  
26120 \emph on
26121 ein
26122 \emph default
26123  Buchstabe verwendet wird.
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \begin_inset Newline newline
26130 \end_inset
26131
26132
26133 \begin_inset Note Greyedout
26134 status open
26135
26136 \begin_layout Plain Layout
26137
26138 \series bold
26139 Bemerkung 2:
26140 \series default
26141  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \begin_layout Standard
26150 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
26151 \series bold
26152
26153 \backslash
26154 arabic
26155 \series default
26156  anstelle von 
26157 \series bold
26158
26159 \backslash
26160 roman
26161 \series default
26162  in obigem Befehl.
26163 \begin_inset ERT
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167
26168
26169 \backslash
26170 renewcommand{
26171 \backslash
26172 thefootnote}{
26173 \backslash
26174 arabic{footnote}}
26175 \end_layout
26176
26177 \end_inset
26178
26179
26180 \end_layout
26181
26182 \begin_layout Standard
26183 \begin_inset VSpace bigskip
26184 \end_inset
26185
26186
26187 \end_layout
26188
26189 \begin_layout Standard
26190 Wenn Sie wollen, dass Fußnoten nach dem Schema 
26191 \begin_inset Quotes gld
26192 \end_inset
26193
26194 Kapitel.Fußnote
26195 \begin_inset Quotes grd
26196 \end_inset
26197
26198  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
26199 \end_layout
26200
26201 \begin_layout Standard
26202
26203 \series bold
26204
26205 \backslash
26206 numberwithin{footnote}{chapter}
26207 \end_layout
26208
26209 \begin_layout Standard
26210 Um 
26211 \series bold
26212
26213 \backslash
26214 numberwithin
26215 \series default
26216  benutzen zu können, muss in den 
26217 \family sans
26218 Mathe
26219 \begin_inset space ~
26220 \end_inset
26221
26222 Optionen
26223 \family default
26224  der 
26225 \family sans
26226 Dokument-Einstellungen
26227 \family default
26228  
26229 \family sans
26230 AMS
26231 \begin_inset space ~
26232 \end_inset
26233
26234 Mathe
26235 \begin_inset space ~
26236 \end_inset
26237
26238 Paket
26239 \family default
26240
26241 \begin_inset space ~
26242 \end_inset
26243
26244
26245 \family sans
26246 verwenden
26247 \family default
26248  angekreuzt sein.
26249 \begin_inset ERT
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253
26254
26255 \backslash
26256 numberwithin{footnote}{chapter}
26257 \end_layout
26258
26259 \end_inset
26260
26261  Hier ist ein Beispiel für solch eine Fußnote.
26262 \series bold
26263
26264 \begin_inset Foot
26265 status open
26266
26267 \begin_layout Plain Layout
26268 Dies ist eine Fußnote nach dem Schema 
26269 \begin_inset Quotes gld
26270 \end_inset
26271
26272 Kapitel.Fußnote
26273 \begin_inset Quotes grd
26274 \end_inset
26275
26276 .
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \series default
26283
26284 \begin_inset ERT
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288
26289
26290 \backslash
26291 renewcommand{
26292 \backslash
26293 thefootnote}{
26294 \backslash
26295 arabic{footnote}}
26296 \end_layout
26297
26298 \end_inset
26299
26300
26301 \end_layout
26302
26303 \begin_layout Standard
26304 \begin_inset Note Greyedout
26305 status open
26306
26307 \begin_layout Plain Layout
26308
26309 \series bold
26310 Bemerkung:
26311 \series default
26312  
26313 \series bold
26314
26315 \backslash
26316 numberwithin
26317 \series default
26318  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
26319  werden überschrieben.
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Standard
26328 Um also z.
26329 \begin_inset space \thinspace{}
26330 \end_inset
26331
26332 B.
26333  das Schema 
26334 \begin_inset Quotes gld
26335 \end_inset
26336
26337 Kapitel.
26338 \backslash
26339 Roman{footnote}
26340 \begin_inset Quotes grd
26341 \end_inset
26342
26343  zu erhalten, muss dieser Befehl anstelle von 
26344 \series bold
26345
26346 \backslash
26347 numberwithin
26348 \series default
26349  verwendet werden:
26350 \end_layout
26351
26352 \begin_layout Standard
26353
26354 \series bold
26355
26356 \backslash
26357 renewcommand{
26358 \backslash
26359 thefootnote}{
26360 \backslash
26361 thechapter.
26362 \backslash
26363 Roman{footnote}}
26364 \end_layout
26365
26366 \begin_layout Subsection
26367 Fußnoten-Platzierung
26368 \begin_inset Index idx
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372 Fußnoten ! Platzierung
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \begin_layout Standard
26381 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
26382  ohne Zwischenraum am Ende der Seite gedruckt.
26383  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
26384  LaTeX-Vorspann 1.5
26385 \begin_inset space \thinspace{}
26386 \end_inset
26387
26388 mm Zwischenraum einfügen:
26389 \end_layout
26390
26391 \begin_layout Standard
26392
26393 \series bold
26394
26395 \backslash
26396 let
26397 \backslash
26398 myFoot
26399 \backslash
26400 footnote
26401 \begin_inset Newline newline
26402 \end_inset
26403
26404
26405 \backslash
26406 renewcommand{
26407 \backslash
26408 footnote}[1]{
26409 \backslash
26410 myFoot{#1
26411 \backslash
26412 vspace{1.5mm}}}
26413 \end_layout
26414
26415 \begin_layout Standard
26416 \begin_inset VSpace bigskip
26417 \end_inset
26418
26419 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
26420  Spalte gedruckt, Abbildung
26421 \begin_inset space ~
26422 \end_inset
26423
26424
26425 \begin_inset CommandInset ref
26426 LatexCommand ref
26427 reference "abb:Standard-Fußnoten-Platzierung-in"
26428
26429 \end_inset
26430
26431 .
26432  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
26433  in Abbildung
26434 \begin_inset space ~
26435 \end_inset
26436
26437
26438 \begin_inset CommandInset ref
26439 LatexCommand ref
26440 reference "abb:Fußnoten-Platzierung-in-einem"
26441
26442 \end_inset
26443
26444 , müssen Sie das LaTeX-Paket 
26445 \series bold
26446 ftnright
26447 \series default
26448
26449 \begin_inset Index idx
26450 status collapsed
26451
26452 \begin_layout Plain Layout
26453 LaTeX-Pakete ! ftnright
26454 \end_layout
26455
26456 \end_inset
26457
26458  mit folgendem Befehl im LaTeX-Vorspann einfügen:
26459 \end_layout
26460
26461 \begin_layout Standard
26462
26463 \series bold
26464
26465 \backslash
26466 usepackage{ftnright}
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \begin_inset Float figure
26471 placement !h
26472 wide false
26473 sideways false
26474 status open
26475
26476 \begin_layout Plain Layout
26477 \begin_inset ERT
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481
26482
26483 \backslash
26484 framebox{
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \begin_inset Graphics
26491         filename ../clipart/without_fntright.pdf
26492         width 100col%
26493         scaleBeforeRotation
26494
26495 \end_inset
26496
26497
26498 \begin_inset ERT
26499 status collapsed
26500
26501 \begin_layout Plain Layout
26502
26503 }
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \begin_layout Plain Layout
26512 \begin_inset Caption
26513
26514 \begin_layout Plain Layout
26515 \begin_inset CommandInset label
26516 LatexCommand label
26517 name "abb:Standard-Fußnoten-Platzierung-in"
26518
26519 \end_inset
26520
26521 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26522 \begin_inset Argument
26523 status open
26524
26525 \begin_layout Plain Layout
26526 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \begin_layout Standard
26545 \begin_inset Float figure
26546 placement !h
26547 wide false
26548 sideways false
26549 status open
26550
26551 \begin_layout Plain Layout
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556
26557
26558 \backslash
26559 framebox{
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \begin_inset Graphics
26566         filename ../clipart/with_fntright.pdf
26567         width 100col%
26568         scaleBeforeRotation
26569
26570 \end_inset
26571
26572
26573 \begin_inset ERT
26574 status collapsed
26575
26576 \begin_layout Plain Layout
26577
26578 }
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \begin_layout Plain Layout
26587 \begin_inset Caption
26588
26589 \begin_layout Plain Layout
26590 \begin_inset CommandInset label
26591 LatexCommand label
26592 name "abb:Fußnoten-Platzierung-in-einem"
26593
26594 \end_inset
26595
26596 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26597  
26598 \series bold
26599 ftnright
26600 \series default
26601 .
26602 \begin_inset Argument
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606 Fußnoten-Platzierung mit 
26607 \family typewriter
26608 ftnright
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Standard
26627 \begin_inset VSpace bigskip
26628 \end_inset
26629
26630 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26631  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26632 \begin_inset space ~
26633 \end_inset
26634
26635
26636 \begin_inset CommandInset ref
26637 LatexCommand ref
26638 reference "abb:endnotes"
26639
26640 \end_inset
26641
26642  gedruckt.
26643  Man nennt sie dann 
26644 \begin_inset Quotes gld
26645 \end_inset
26646
26647 Endnoten
26648 \begin_inset Quotes grd
26649 \end_inset
26650
26651 .
26652 \begin_inset Index idx
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656 Endnoten
26657 \end_layout
26658
26659 \end_inset
26660
26661  Um das zu erreichen, laden Sie im Menü 
26662 \family sans
26663 Dokument\SpecialChar \menuseparator
26664 Einstellungen\SpecialChar \menuseparator
26665 Module 
26666 \family default
26667 das Modul 
26668 \family sans
26669 Fußnote
26670 \begin_inset space ~
26671 \end_inset
26672
26673 als
26674 \begin_inset space ~
26675 \end_inset
26676
26677 Endnote
26678 \family default
26679 .
26680  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26681 \end_layout
26682
26683 \begin_layout Standard
26684
26685 \series bold
26686
26687 \backslash
26688 theendnotes
26689 \end_layout
26690
26691 \begin_layout Standard
26692 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26693 \end_layout
26694
26695 \begin_layout Standard
26696 \begin_inset Float figure
26697 wide false
26698 sideways false
26699 status open
26700
26701 \begin_layout Plain Layout
26702 \align center
26703 \begin_inset ERT
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707
26708
26709 \backslash
26710 framebox{
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \begin_inset Graphics
26717         filename ../clipart/endnotes.pdf
26718         scaleBeforeRotation
26719
26720 \end_inset
26721
26722
26723 \begin_inset ERT
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727
26728 }
26729 \end_layout
26730
26731 \end_inset
26732
26733
26734 \end_layout
26735
26736 \begin_layout Plain Layout
26737 \begin_inset Caption
26738
26739 \begin_layout Plain Layout
26740 \begin_inset CommandInset label
26741 LatexCommand label
26742 name "abb:endnotes"
26743
26744 \end_inset
26745
26746
26747 \series bold
26748 endnotes
26749 \series default
26750  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26751  gedruckt.
26752 \end_layout
26753
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Standard
26765 \begin_inset VSpace medskip
26766 \end_inset
26767
26768 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26769 ache übersetzt.
26770  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26771 \begin_inset Quotes gld
26772 \end_inset
26773
26774 Notes
26775 \begin_inset Quotes grd
26776 \end_inset
26777
26778  in 
26779 \begin_inset Quotes gld
26780 \end_inset
26781
26782 Anmerkungen
26783 \begin_inset Quotes grd
26784 \end_inset
26785
26786 :
26787 \end_layout
26788
26789 \begin_layout Standard
26790
26791 \series bold
26792
26793 \backslash
26794 renewcommand{
26795 \backslash
26796 notesname}{Anmerkungen}
26797 \end_layout
26798
26799 \begin_layout Standard
26800 \begin_inset VSpace medskip
26801 \end_inset
26802
26803 Wenn Sie in den Befehlen von Abschnitt
26804 \begin_inset space ~
26805 \end_inset
26806
26807
26808 \begin_inset CommandInset ref
26809 LatexCommand ref
26810 reference "uab:Fußnoten-Nummerierung"
26811
26812 \end_inset
26813
26814  
26815 \series bold
26816
26817 \backslash
26818 thefootnote
26819 \series default
26820  durch 
26821 \series bold
26822
26823 \backslash
26824 theendnote
26825 \series default
26826  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26827  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26828 \series bold
26829
26830 \backslash
26831 @addtoreset
26832 \series default
26833  wie in Abschnitt
26834 \begin_inset space \space{}
26835 \end_inset
26836
26837
26838 \begin_inset CommandInset ref
26839 LatexCommand ref
26840 reference "uab:Fußnoten-Nummerierung"
26841
26842 \end_inset
26843
26844  beschrieben und ersetzen 
26845 \series bold
26846 footnote
26847 \series default
26848  durch 
26849 \series bold
26850 endnote
26851 \series default
26852 .
26853 \end_layout
26854
26855 \begin_layout Standard
26856 Für Endnoten gibt es den Befehl 
26857 \series bold
26858
26859 \backslash
26860 endnotemark[Nummer]
26861 \series default
26862  analog zum Befehl 
26863 \series bold
26864
26865 \backslash
26866 footnotemark
26867 \series default
26868  der in Abschnitt
26869 \begin_inset space ~
26870 \end_inset
26871
26872
26873 \begin_inset CommandInset ref
26874 LatexCommand ref
26875 reference "abs:Fußnoten"
26876
26877 \end_inset
26878
26879  beschrieben ist.
26880 \end_layout
26881
26882 \begin_layout Standard
26883 \begin_inset VSpace bigskip
26884 \end_inset
26885
26886 Mit dem LaTeX-Paket 
26887 \series bold
26888 footmisc
26889 \series default
26890
26891 \begin_inset Index idx
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 LaTeX-Pakete ! footmisc
26896 \end_layout
26897
26898 \end_inset
26899
26900  (
26901 \begin_inset CommandInset citation
26902 LatexCommand cite
26903 key "footmisc"
26904
26905 \end_inset
26906
26907 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26908 \end_layout
26909
26910 \begin_layout Standard
26911 In LaTeX-Büchern, 
26912 \begin_inset CommandInset citation
26913 LatexCommand cite
26914 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26915
26916 \end_inset
26917
26918 , finden Sie weiteres zu Fußnoten.
26919  Wenn Sie eine 
26920 \series bold
26921 KOMA-Script
26922 \series default
26923
26924 \begin_inset Index idx
26925 status collapsed
26926
26927 \begin_layout Plain Layout
26928 LaTeX-Pakete ! KOMA-Script
26929 \end_layout
26930
26931 \end_inset
26932
26933  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
26934 zifische Befehle anpassen, siehe 
26935 \begin_inset CommandInset citation
26936 LatexCommand cite
26937 key "KOMA-Script"
26938
26939 \end_inset
26940
26941 .
26942 \end_layout
26943
26944 \begin_layout Section
26945 Randnotizen
26946 \begin_inset Index idx
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950 Randnotizen
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \begin_inset Index idx
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960 Notizen ! Randnotizen
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \begin_layout Standard
26969 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26970  Sie fügen sie mit einem Klick auf den Schalter 
26971 \family sans
26972
26973 \begin_inset Info
26974 type  "icon"
26975 arg   "marginalnote-insert"
26976 \end_inset
26977
26978
26979 \family default
26980  oder über 
26981 \family sans
26982 Einfügen\SpecialChar \menuseparator
26983 Randnotiz
26984 \family default
26985  ein.
26986  Ein graues Kästchen mit der Aufschrift 
26987 \begin_inset Quotes gld
26988 \end_inset
26989
26990 Rand
26991 \begin_inset Quotes grd
26992 \end_inset
26993
26994  erscheint
26995 \family roman
26996 \series medium
26997 , und dort, wo der Cursor steht, können Sie Text eingeben.
26998 \end_layout
26999
27000 \begin_layout Standard
27001 Hier am Rand sehen Sie eine Randnotiz.
27002  
27003 \begin_inset Marginal
27004 status open
27005
27006 \begin_layout Plain Layout
27007 Dies ist eine Randnotiz.
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Standard
27016 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
27017  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
27018  Seiten und rechts auf den ungeraden.
27019  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
27020  wird und umgekehrt.
27021  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
27022  wurde.
27023 \end_layout
27024
27025 \begin_layout Standard
27026 \begin_inset VSpace bigskip
27027 \end_inset
27028
27029 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
27030 \end_layout
27031
27032 \begin_layout Standard
27033
27034 \series bold
27035
27036 \backslash
27037 reversemarginpar
27038 \end_layout
27039
27040 \begin_layout Standard
27041 als TeX-Code vor einer Randnotiz ein.
27042  Das gilt dann für alle folgenden Randnotizen.
27043  
27044 \begin_inset ERT
27045 status collapsed
27046
27047 \begin_layout Plain Layout
27048
27049
27050 \backslash
27051 reversemarginpar 
27052 \end_layout
27053
27054 \end_inset
27055
27056
27057 \begin_inset Marginal
27058 status open
27059
27060 \begin_layout Plain Layout
27061 Hier ist ein Beispiel im inneren Rand.
27062 \end_layout
27063
27064 \end_inset
27065
27066
27067 \begin_inset Newline newline
27068 \end_inset
27069
27070
27071 \begin_inset Note Greyedout
27072 status open
27073
27074 \begin_layout Plain Layout
27075  
27076 \series bold
27077 Achtung:
27078 \series default
27079  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \begin_layout Standard
27088 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
27089 \end_layout
27090
27091 \begin_layout Standard
27092
27093 \series bold
27094
27095 \backslash
27096 normalmarginpar
27097 \end_layout
27098
27099 \begin_layout Standard
27100 als TeX-Code ein.
27101 \begin_inset ERT
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105
27106
27107 \backslash
27108 normalmarginpar 
27109 \end_layout
27110
27111 \end_inset
27112
27113
27114 \end_layout
27115
27116 \begin_layout Standard
27117 \begin_inset Note Greyedout
27118 status open
27119
27120 \begin_layout Plain Layout
27121
27122 \series bold
27123 Achtung:
27124 \series default
27125  Der Befehl wird missachtet, wenn er im selben Absatz wie 
27126 \series bold
27127
27128 \backslash
27129 reversemarginpar
27130 \series default
27131  verwendet wird.
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 \begin_inset VSpace bigskip
27141 \end_inset
27142
27143
27144 \begin_inset Marginal
27145 status open
27146
27147 \begin_layout Plain Layout
27148
27149 \family roman
27150 \series medium
27151 EinSehrLangesWort am Anfang, das umgebrochen wird.
27152 \end_layout
27153
27154 \end_inset
27155
27156  Ähnlich wie in Abschnitt
27157 \begin_inset space ~
27158 \end_inset
27159
27160
27161 \begin_inset CommandInset ref
27162 LatexCommand ref
27163 reference "uab:Mehrfache-Zeilen-in"
27164
27165 \end_inset
27166
27167  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
27168  Wort der Randnotiz sind.
27169  Um das zu vermeiden, fügen sie 0
27170 \begin_inset space \thinspace{}
27171 \end_inset
27172
27173 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
27174 \begin_inset Marginal
27175 status open
27176
27177 \begin_layout Plain Layout
27178 \begin_inset space \hspace{}
27179 \length 0pt
27180 \end_inset
27181
27182
27183 \family roman
27184 \series medium
27185 EinSehrLangesWort am Anfang, das umgebrochen wird.
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \begin_layout Standard
27194 \begin_inset VSpace bigskip
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \begin_layout Standard
27201 \begin_inset Note Greyedout
27202 status open
27203
27204 \begin_layout Plain Layout
27205
27206 \series bold
27207 Bemerkung:
27208 \series default
27209  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
27210  verwendet werden.
27211 \end_layout
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Standard
27219 \begin_inset VSpace bigskip
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Plain Layout
27230
27231
27232 \backslash
27233 ifmarginnote
27234 \end_layout
27235
27236 \end_inset
27237
27238
27239 \begin_inset Note Note
27240 status open
27241
27242 \begin_layout Plain Layout
27243 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27244 \series bold
27245 marginnote
27246 \series default
27247  installiert ist.
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Standard
27256 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
27257 \series bold
27258 marginnote
27259 \series default
27260
27261 \begin_inset Index idx
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265 LaTeX-Pakete ! marginnote
27266 \end_layout
27267
27268 \end_inset
27269
27270  verwendet wird.
27271  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
27272  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
27273  des Pakets 
27274 \series bold
27275 marginnote
27276 \series default
27277  für Randnotizen verwendet wird:
27278 \end_layout
27279
27280 \begin_layout Standard
27281
27282 \series bold
27283
27284 \backslash
27285 usepackage{marginnote}
27286 \begin_inset Newline newline
27287 \end_inset
27288
27289
27290 \backslash
27291 let
27292 \backslash
27293 marginpar
27294 \backslash
27295 marginnote
27296 \end_layout
27297
27298 \begin_layout Standard
27299 Dies wird auch in diesem Dokument verwendet, denn 
27300 \series bold
27301 marginnote
27302 \series default
27303  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
27304  für Randnotizen angeben.
27305  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
27306 n zu dicht beieinander sind.
27307  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
27308  Schema
27309 \end_layout
27310
27311 \begin_layout Standard
27312
27313 \series bold
27314 [Versatz]
27315 \end_layout
27316
27317 \begin_layout Standard
27318 angegeben.
27319  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
27320 \begin_inset space ~
27321 \end_inset
27322
27323
27324 \begin_inset CommandInset ref
27325 LatexCommand ref
27326 reference "tab:Maßeinheiten"
27327
27328 \end_inset
27329
27330  aufgelistet sind.
27331  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
27332  nach unten.
27333  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
27334 \begin_inset space \thinspace{}
27335 \end_inset
27336
27337 cm mit dem TeX-Code-Befehl  
27338 \begin_inset Quotes gld
27339 \end_inset
27340
27341
27342 \series bold
27343 [-1.5cm]
27344 \series default
27345
27346 \begin_inset Quotes grd
27347 \end_inset
27348
27349  nach oben versetzt.
27350 \begin_inset Marginal
27351 status open
27352
27353 \begin_layout Plain Layout
27354 Diese Randnotiz ist 1.5
27355 \begin_inset space \thinspace{}
27356 \end_inset
27357
27358 cm von ihrer Originalposition nach oben versetzt.
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369 [-1.5cm]
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset VSpace medskip
27379 \end_inset
27380
27381 Mit 
27382 \series bold
27383 marginnote
27384 \series default
27385  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
27386  Zum Beispiel setzen die Befehle
27387 \end_layout
27388
27389 \begin_layout Standard
27390
27391 \series bold
27392
27393 \backslash
27394 renewcommand*{
27395 \backslash
27396 raggedleftmarginnote}{
27397 \backslash
27398 centering}
27399 \begin_inset Newline newline
27400 \end_inset
27401
27402
27403 \backslash
27404 renewcommand*{
27405 \backslash
27406 raggedrightmarginnote}{
27407 \backslash
27408 centering}
27409 \end_layout
27410
27411 \begin_layout Standard
27412 die Ausrichtung auf zentriert.
27413  
27414 \series bold
27415
27416 \backslash
27417 raggedleftmarginnote
27418 \series default
27419  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
27420  
27421 \begin_inset ERT
27422 status collapsed
27423
27424 \begin_layout Plain Layout
27425
27426
27427 \backslash
27428 renewcommand*{
27429 \backslash
27430 raggedleftmarginnote}{
27431 \backslash
27432 centering}
27433 \end_layout
27434
27435 \begin_layout Plain Layout
27436
27437
27438 \backslash
27439 renewcommand*{
27440 \backslash
27441 raggedrightmarginnote}{
27442 \backslash
27443 centering}
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \begin_inset Marginal
27450 status open
27451
27452 \begin_layout Plain Layout
27453 Der Text dieser Randnotiz ist zentriert ausgerichtet.
27454 \end_layout
27455
27456 \end_inset
27457
27458  Die Voreinstellung ist
27459 \end_layout
27460
27461 \begin_layout Standard
27462
27463 \series bold
27464
27465 \backslash
27466 renewcommand*{
27467 \backslash
27468 raggedleftmarginnote}{
27469 \backslash
27470 raggedleft}
27471 \begin_inset Newline newline
27472 \end_inset
27473
27474
27475 \backslash
27476 renewcommand*{
27477 \backslash
27478 raggedrightmarginnote}{
27479 \backslash
27480 raggedright}
27481 \series default
27482
27483 \begin_inset ERT
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487
27488
27489 \backslash
27490 renewcommand*{
27491 \backslash
27492 raggedleftmarginnote}{
27493 \backslash
27494 raggedleft}
27495 \end_layout
27496
27497 \begin_layout Plain Layout
27498
27499
27500 \backslash
27501 renewcommand*{
27502 \backslash
27503 raggedrightmarginnote}{
27504 \backslash
27505 raggedright}
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \begin_layout Standard
27514 \begin_inset VSpace medskip
27515 \end_inset
27516
27517 Für weitere Fähigkeiten des Pakets 
27518 \series bold
27519 marginnote
27520 \series default
27521  sei auf dessen Dokumentation verwiesen 
27522 \begin_inset CommandInset citation
27523 LatexCommand cite
27524 key "marginnote"
27525
27526 \end_inset
27527
27528 .
27529 \end_layout
27530
27531 \begin_layout Standard
27532 \begin_inset VSpace bigskip
27533 \end_inset
27534
27535 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
27536  geändert werden.
27537  Um z.
27538 \begin_inset space \thinspace{}
27539 \end_inset
27540
27541 B.
27542  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
27543  und fettgedruckten Text 
27544 \begin_inset Quotes eld
27545 \end_inset
27546
27547
27548 \family sans
27549 \series bold
27550 \bar under
27551 Achtung!
27552 \family default
27553 \series default
27554 \bar default
27555
27556 \begin_inset Quotes erd
27557 \end_inset
27558
27559  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27560 \end_layout
27561
27562 \begin_layout Standard
27563
27564 \series bold
27565
27566 \backslash
27567 let
27568 \backslash
27569 myMarginpar
27570 \backslash
27571 marginpar
27572 \begin_inset Newline newline
27573 \end_inset
27574
27575
27576 \backslash
27577 renewcommand{
27578 \backslash
27579 marginpar}[1]{
27580 \backslash
27581 myMarginpar{%
27582 \begin_inset Newline newline
27583 \end_inset
27584
27585
27586 \begin_inset Phantom HPhantom
27587 status open
27588
27589 \begin_layout Plain Layout
27590
27591 \series bold
27592 \begin_inset space ~
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \backslash
27602 hspace{0pt}
27603 \backslash
27604 textsf{
27605 \backslash
27606 textbf{
27607 \backslash
27608 underbar{Achtung!}}}%
27609 \begin_inset Newline newline
27610 \end_inset
27611
27612
27613 \begin_inset Phantom HPhantom
27614 status open
27615
27616 \begin_layout Plain Layout
27617
27618 \series bold
27619 \begin_inset space ~
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \end_inset
27626
27627
27628 \backslash
27629 vspace{1.5mm}
27630 \backslash
27631
27632 \backslash
27633 #1}}
27634 \end_layout
27635
27636 \begin_layout Standard
27637 \begin_inset ERT
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641
27642
27643 \backslash
27644 let
27645 \backslash
27646 myMarginpar
27647 \backslash
27648 marginpar
27649 \end_layout
27650
27651 \begin_layout Plain Layout
27652
27653
27654 \backslash
27655 renewcommand{
27656 \backslash
27657 marginpar}[1]{
27658 \backslash
27659 myMarginpar{%
27660 \end_layout
27661
27662 \begin_layout Plain Layout
27663
27664    
27665 \backslash
27666 textsf{
27667 \backslash
27668 textbf{
27669 \backslash
27670 underbar{Achtung!}}}%
27671 \end_layout
27672
27673 \begin_layout Plain Layout
27674
27675    
27676 \backslash
27677 vspace{1.5mm}
27678 \backslash
27679
27680 \backslash
27681 #1}}
27682 \end_layout
27683
27684 \end_inset
27685
27686
27687 \begin_inset Marginal
27688 status open
27689
27690 \begin_layout Plain Layout
27691 Dies ist eine Randnotiz mit einer definierten Überschrift.
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \begin_inset ERT
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701
27702 [-1.5cm]
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \begin_inset ERT
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712
27713
27714 \backslash
27715 renewcommand{
27716 \backslash
27717 marginpar}[1]{
27718 \backslash
27719 myMarginpar{#1}}
27720 \end_layout
27721
27722 \end_inset
27723
27724
27725 \begin_inset Note Note
27726 status open
27727
27728 \begin_layout Plain Layout
27729 Das Format wurde nur für dieses Beispiel geändert.
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \begin_layout Standard
27738 \begin_inset ERT
27739 status collapsed
27740
27741 \begin_layout Plain Layout
27742
27743
27744 \backslash
27745 else
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \begin_inset Note Note
27752 status open
27753
27754 \begin_layout Plain Layout
27755 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27756 \series bold
27757 marginnote
27758 \series default
27759  nicht installiert ist:
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Standard
27768 Das LaTeX-Paket 
27769 \series bold
27770 marginnote
27771 \series default
27772  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27773 \end_layout
27774
27775 \begin_layout Standard
27776 \begin_inset ERT
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780
27781
27782 \backslash
27783 fi
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \begin_layout Chapter
27792 Boxen
27793 \end_layout
27794
27795 \begin_layout Section
27796 Einleitung
27797 \begin_inset Index idx
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801 Boxen ! Einleitung
27802 \end_layout
27803
27804 \end_inset
27805
27806
27807 \end_layout
27808
27809 \begin_layout Standard
27810 Boxen werden benutzt, um einen Textblock zu formatieren.
27811  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27812  siehe Abschnitt
27813 \begin_inset space ~
27814 \end_inset
27815
27816
27817 \begin_inset CommandInset ref
27818 LatexCommand ref
27819 reference "abs:Minipage"
27820
27821 \end_inset
27822
27823 , um Text zu umrahmen, siehe Abschnitt
27824 \begin_inset space ~
27825 \end_inset
27826
27827
27828 \begin_inset CommandInset ref
27829 LatexCommand ref
27830 reference "uab:Verzierung"
27831
27832 \end_inset
27833
27834 , um Silbentrennung zu verhindern, siehe Abschnitt
27835 \begin_inset space ~
27836 \end_inset
27837
27838
27839 \begin_inset CommandInset ref
27840 LatexCommand ref
27841 reference "abs:Silbentrennung-unterbinden"
27842
27843 \end_inset
27844
27845 , um Text senkrecht auszurichten, siehe Abschnitt
27846 \begin_inset space ~
27847 \end_inset
27848
27849
27850 \begin_inset CommandInset ref
27851 LatexCommand ref
27852 reference "uab:Vertikale-Ausrichtung"
27853
27854 \end_inset
27855
27856  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27857 \begin_inset space ~
27858 \end_inset
27859
27860
27861 \begin_inset CommandInset ref
27862 LatexCommand ref
27863 reference "abs:Farbige-Boxen"
27864
27865 \end_inset
27866
27867 .
27868 \end_layout
27869
27870 \begin_layout Standard
27871 Boxen werden mit 
27872 \family sans
27873 Einfügen\SpecialChar \menuseparator
27874 Box
27875 \family default
27876  oder dem Schalter 
27877 \family sans
27878
27879 \begin_inset Info
27880 type  "icon"
27881 arg   "box-insert Frameless"
27882 \end_inset
27883
27884
27885 \family default
27886  eingefügt.
27887  Ein graues Kästchen mit der Aufschrift 
27888 \begin_inset Quotes gld
27889 \end_inset
27890
27891 Box (Minipage)
27892 \begin_inset Quotes grd
27893 \end_inset
27894
27895  erscheint: 
27896 \begin_inset Graphics
27897         filename clipart/StandardBoxQt4.png
27898         scale 85
27899         scaleBeforeRotation
27900
27901 \end_inset
27902
27903  Mit einem Rechts\SpecialChar \-
27904 klick auf das graue Kästchen und der Auswahl von 
27905 \family sans
27906 Einstellungen
27907 \family default
27908  kann der Typ spezifiziert werden.
27909  Das Dialogfenster bietet bei 
27910 \family sans
27911 Innere
27912 \begin_inset space ~
27913 \end_inset
27914
27915 Box
27916 \family default
27917  die Typen 
27918 \family sans
27919 Makebox
27920 \family default
27921
27922 \family sans
27923 Parbox
27924 \family default
27925  und 
27926 \family sans
27927 Minipage
27928 \family default
27929  an.
27930  
27931 \family sans
27932 Minipage
27933 \family default
27934  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27935 \begin_inset space ~
27936 \end_inset
27937
27938
27939 \begin_inset CommandInset ref
27940 LatexCommand ref
27941 reference "abs:Minipage"
27942
27943 \end_inset
27944
27945  beschrieben, 
27946 \family sans
27947 Parbox
27948 \family default
27949  in Abschnitt
27950 \begin_inset space ~
27951 \end_inset
27952
27953
27954 \begin_inset CommandInset ref
27955 LatexCommand ref
27956 reference "abs:Parbox"
27957
27958 \end_inset
27959
27960  und 
27961 \family sans
27962 Makebox
27963 \family default
27964  in 
27965 \begin_inset CommandInset ref
27966 LatexCommand ref
27967 reference "abs:Silbentrennung-unterbinden"
27968
27969 \end_inset
27970
27971 .
27972 \end_layout
27973
27974 \begin_layout Standard
27975 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27976  wie auf Gleitobjekte und Fußnoten.
27977 \end_layout
27978
27979 \begin_layout Standard
27980 \begin_inset Note Greyedout
27981 status open
27982
27983 \begin_layout Plain Layout
27984
27985 \series bold
27986 Bemerkung
27987 \begin_inset space ~
27988 \end_inset
27989
27990 1:
27991 \series default
27992  Boxen dürfen in 
27993 \family sans
27994 List-
27995 \family default
27996  oder 
27997 \family sans
27998 Beschreibung-
27999 \family default
28000 Umgebungen nicht verwendet werden.
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Standard
28009 \begin_inset Note Greyedout
28010 status open
28011
28012 \begin_layout Plain Layout
28013
28014 \series bold
28015 Bemerkung
28016 \begin_inset space ~
28017 \end_inset
28018
28019 2:
28020 \series default
28021  Boxen ohne 
28022 \family sans
28023 Innere
28024 \begin_inset space ~
28025 \end_inset
28026
28027 Box
28028 \family default
28029  und ohne Rahmen werden in Abschnitt
28030 \begin_inset space ~
28031 \end_inset
28032
28033
28034 \begin_inset CommandInset ref
28035 LatexCommand ref
28036 reference "abs:Silbentrennung-unterbinden"
28037
28038 \end_inset
28039
28040  beschrieben.
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \begin_layout Section
28049 Das Box-Einstellungen-Fenster
28050 \begin_inset CommandInset label
28051 LatexCommand label
28052 name "abs:Box-Dialog"
28053
28054 \end_inset
28055
28056
28057 \begin_inset Index idx
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061 Boxen ! Box-Dialog-Fenster
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \begin_layout Subsection
28070 Box-Größe
28071 \begin_inset Index idx
28072 status collapsed
28073
28074 \begin_layout Plain Layout
28075 Boxen ! Größe
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \begin_layout Standard
28084 Im 
28085 \family sans
28086 Box-Einstellungen
28087 \family default
28088 -Fenster können Sie die Größe der Box mit 
28089 \family sans
28090 Breite
28091 \family default
28092  und 
28093 \family sans
28094 Höhe 
28095 \family default
28096 festlegen.
28097  Die verfügbaren Einheiten werden in Tabelle
28098 \begin_inset space ~
28099 \end_inset
28100
28101
28102 \begin_inset CommandInset ref
28103 LatexCommand ref
28104 reference "tab:Maßeinheiten"
28105
28106 \end_inset
28107
28108  aufgelistet.
28109  Das Feld
28110 \family sans
28111  Höhe
28112 \family default
28113  bietet die folgenden zusätzlichen Größen:
28114 \end_layout
28115
28116 \begin_layout Description
28117 Tiefe Dies ist die reine Text-
28118 \begin_inset Quotes gld
28119 \end_inset
28120
28121 Höhe
28122 \begin_inset Quotes grd
28123 \end_inset
28124
28125 .
28126  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
28127 \begin_inset Newline newline
28128 \end_inset
28129
28130
28131 \begin_inset Newline newline
28132 \end_inset
28133
28134
28135 \begin_inset Newline newline
28136 \end_inset
28137
28138
28139 \begin_inset Box Boxed
28140 position "c"
28141 hor_pos "c"
28142 has_inner_box 1
28143 inner_pos "c"
28144 use_parbox 0
28145 use_makebox 0
28146 width "12col%"
28147 special "none"
28148 height "1in"
28149 height_special "depth"
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 \align center
28154 Box-Höhe = 1
28155 \begin_inset space \thinspace{}
28156 \end_inset
28157
28158 Tiefe
28159 \end_layout
28160
28161 \end_inset
28162
28163
28164 \begin_inset Newline newline
28165 \end_inset
28166
28167
28168 \begin_inset Newline newline
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \begin_layout Description
28175 Höhe Dies ist die Texthöhe innerhalb der Box.
28176  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
28177  Texthöhe setzen: 
28178 \begin_inset Box Boxed
28179 position "c"
28180 hor_pos "c"
28181 has_inner_box 1
28182 inner_pos "c"
28183 use_parbox 0
28184 use_makebox 0
28185 width "20col%"
28186 special "none"
28187 height "2in"
28188 height_special "height"
28189 status collapsed
28190
28191 \begin_layout Plain Layout
28192 \align center
28193 Boxhöhe = 2
28194 \begin_inset space \thinspace{}
28195 \end_inset
28196
28197 Höhe
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Description
28206 Gesamthöhe Dies ist Höhe
28207 \begin_inset space \thinspace{}
28208 \end_inset
28209
28210 +
28211 \begin_inset space \thinspace{}
28212 \end_inset
28213
28214 Tiefe: 
28215 \begin_inset Box Boxed
28216 position "c"
28217 hor_pos "c"
28218 has_inner_box 1
28219 inner_pos "c"
28220 use_parbox 0
28221 use_makebox 0
28222 width "20col%"
28223 special "none"
28224 height "1in"
28225 height_special "totalheight"
28226 status collapsed
28227
28228 \begin_layout Plain Layout
28229 \align center
28230 Boxhöhe = 1
28231 \begin_inset space \thinspace{}
28232 \end_inset
28233
28234 Gesamthöhe
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \begin_layout Description
28243 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
28244 \begin_inset Box Boxed
28245 position "c"
28246 hor_pos "c"
28247 has_inner_box 1
28248 inner_pos "c"
28249 use_parbox 0
28250 use_makebox 0
28251 width "12col%"
28252 special "none"
28253 height "1in"
28254 height_special "width"
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258 \align center
28259 Boxhöhe = 1
28260 \begin_inset space \thinspace{}
28261 \end_inset
28262
28263 Breite
28264 \end_layout
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Subsection
28272 Ausrichtung
28273 \begin_inset Index idx
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277 Boxen ! Ausrichtung
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \end_layout
28284
28285 \begin_layout Standard
28286 Wenn Sie eine 
28287 \family sans
28288 Innere
28289 \begin_inset space ~
28290 \end_inset
28291
28292 Box
28293 \family default
28294  gewählt haben, kann die Box mit folgenden Werten für 
28295 \family sans
28296 Box
28297 \family default
28298  senkrecht ausgerichtet werden:
28299 \end_layout
28300
28301 \begin_layout Description
28302 Oben Dies ist ein Beispieltext.
28303  
28304 \begin_inset Box Boxed
28305 position "t"
28306 hor_pos "c"
28307 has_inner_box 1
28308 inner_pos "c"
28309 use_parbox 0
28310 use_makebox 0
28311 width "20col%"
28312 special "none"
28313 height "1in"
28314 height_special "totalheight"
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 \align center
28319 Die Ober\SpecialChar \-
28320 kante der Box ist in der Zeile.
28321 \end_layout
28322
28323 \end_inset
28324
28325  Dies ist ein Beispieltext.
28326 \end_layout
28327
28328 \begin_layout Description
28329 Mitte Dies ist ein Beispieltext.
28330  
28331 \begin_inset Box Boxed
28332 position "c"
28333 hor_pos "c"
28334 has_inner_box 1
28335 inner_pos "c"
28336 use_parbox 0
28337 use_makebox 0
28338 width "20col%"
28339 special "none"
28340 height "1in"
28341 height_special "totalheight"
28342 status collapsed
28343
28344 \begin_layout Plain Layout
28345 \align center
28346 Die Mitte der Box ist in der Zeile.
28347 \end_layout
28348
28349 \end_inset
28350
28351  Dies ist ein Beispieltext.
28352 \end_layout
28353
28354 \begin_layout Description
28355 Unten Dies ist ein Beispieltext.
28356  
28357 \begin_inset Box Boxed
28358 position "b"
28359 hor_pos "c"
28360 has_inner_box 1
28361 inner_pos "c"
28362 use_parbox 0
28363 use_makebox 0
28364 width "20col%"
28365 special "none"
28366 height "1in"
28367 height_special "totalheight"
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 \align center
28372 Die Unter\SpecialChar \-
28373 kante der Box ist in der Zeile.
28374 \end_layout
28375
28376 \end_inset
28377
28378  Dies ist ein Beispieltext.
28379 \end_layout
28380
28381 \begin_layout Standard
28382 \begin_inset Note Greyedout
28383 status open
28384
28385 \begin_layout Plain Layout
28386
28387 \series bold
28388 Bemerkung:
28389 \series default
28390  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
28391  Boxen in einer Zeile sind und eine Box z.
28392 \begin_inset space \thinspace{}
28393 \end_inset
28394
28395 B.
28396  schattiert ist, die andere aber nicht.
28397 \end_layout
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \begin_layout Standard
28405 Eine Box kann mit dem Dialog 
28406 \family sans
28407 Absatz-Einstellungen
28408 \family default
28409  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
28410 \end_layout
28411
28412 \begin_layout Standard
28413 \begin_inset VSpace bigskip
28414 \end_inset
28415
28416 Wenn Sie eine 
28417 \family sans
28418 Innere
28419 \begin_inset space ~
28420 \end_inset
28421
28422 Box
28423 \family default
28424  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
28425 \family sans
28426 Inhalt
28427 \family default
28428  senkrecht ausgerichtet werden:
28429 \end_layout
28430
28431 \begin_layout Description
28432 Oben Dies ist ein Beispieltext.
28433  
28434 \begin_inset Box Boxed
28435 position "c"
28436 hor_pos "c"
28437 has_inner_box 1
28438 inner_pos "t"
28439 use_parbox 0
28440 use_makebox 0
28441 width "20col%"
28442 special "none"
28443 height "1.5in"
28444 height_special "totalheight"
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448 \align center
28449 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
28450 \end_layout
28451
28452 \end_inset
28453
28454  Dies ist ein Beispieltext.
28455 \end_layout
28456
28457 \begin_layout Description
28458 Mitte Dies ist ein Beispieltext.
28459  
28460 \begin_inset Box Boxed
28461 position "c"
28462 hor_pos "c"
28463 has_inner_box 1
28464 inner_pos "c"
28465 use_parbox 0
28466 use_makebox 0
28467 width "20col%"
28468 special "none"
28469 height "1.5in"
28470 height_special "totalheight"
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474 \align center
28475 Der Boxinhalt ist zentriert ausgerichtet.
28476 \end_layout
28477
28478 \end_inset
28479
28480  Dies ist ein Beispieltext.
28481 \end_layout
28482
28483 \begin_layout Description
28484 Unten Dies ist ein Beispieltext.
28485  
28486 \begin_inset Box Boxed
28487 position "c"
28488 hor_pos "c"
28489 has_inner_box 1
28490 inner_pos "b"
28491 use_parbox 0
28492 use_makebox 0
28493 width "20col%"
28494 special "none"
28495 height "1.5in"
28496 height_special "totalheight"
28497 status collapsed
28498
28499 \begin_layout Plain Layout
28500 \align center
28501 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
28502 \end_layout
28503
28504 \end_inset
28505
28506  Dies ist ein Beispieltext.
28507 \end_layout
28508
28509 \begin_layout Description
28510 Dehnen Dies ist ein Beispieltext.
28511  
28512 \begin_inset Box Boxed
28513 position "c"
28514 hor_pos "c"
28515 has_inner_box 1
28516 inner_pos "s"
28517 use_parbox 0
28518 use_makebox 0
28519 width "20col%"
28520 special "none"
28521 height "1in"
28522 height_special "totalheight"
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526 \align center
28527 Der Boxinhalt
28528 \end_layout
28529
28530 \begin_layout Plain Layout
28531 \align center
28532 ist über die
28533 \end_layout
28534
28535 \begin_layout Plain Layout
28536 \align center
28537 Boxhöhe
28538 \end_layout
28539
28540 \begin_layout Plain Layout
28541 \align center
28542 gleichmäßig verteilt.
28543 \end_layout
28544
28545 \end_inset
28546
28547  Dies ist ein Beispieltext.
28548 \end_layout
28549
28550 \begin_layout Standard
28551 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28552  besteht.
28553  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28554 \end_layout
28555
28556 \begin_layout Standard
28557 Ein Boxinhalt kann mit dem Dialog 
28558 \family sans
28559 Absatz-Einstellungen
28560 \family default
28561  waagerecht ausgerichtet werden, wenn Sie eine
28562 \family sans
28563  Innere
28564 \begin_inset space ~
28565 \end_inset
28566
28567 Box
28568 \family default
28569  gewählt haben.
28570 \end_layout
28571
28572 \begin_layout Standard
28573 \align center
28574 \begin_inset Box Boxed
28575 position "c"
28576 hor_pos "c"
28577 has_inner_box 1
28578 inner_pos "s"
28579 use_parbox 0
28580 use_makebox 0
28581 width "30col%"
28582 special "none"
28583 height "1.25in"
28584 height_special "totalheight"
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 \align left
28589 Hier ist jede Zeile
28590 \end_layout
28591
28592 \begin_layout Plain Layout
28593 \align center
28594 anders
28595 \end_layout
28596
28597 \begin_layout Plain Layout
28598 \align right
28599 ausgerichtet.
28600 \end_layout
28601
28602 \end_inset
28603
28604
28605 \end_layout
28606
28607 \begin_layout Standard
28608 Wenn Sie keine
28609 \family sans
28610  Innere
28611 \begin_inset space ~
28612 \end_inset
28613
28614 Box
28615 \family default
28616  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28617 \family sans
28618 Box-Einstellungen-
28619 \family default
28620 Dialog ausrichten
28621 \end_layout
28622
28623 \begin_layout Standard
28624 \align center
28625 \begin_inset Box Boxed
28626 position "c"
28627 hor_pos "s"
28628 has_inner_box 0
28629 inner_pos "s"
28630 use_parbox 0
28631 use_makebox 0
28632 width "90col%"
28633 special "none"
28634 height "1.25in"
28635 height_special "totalheight"
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639 Dieser Boxinhalt wurde horizontal gedehnt.
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Subsection
28648 Verzierung
28649 \begin_inset CommandInset label
28650 LatexCommand label
28651 name "uab:Verzierung"
28652
28653 \end_inset
28654
28655
28656 \begin_inset Index idx
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 Boxen ! Verzierung
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \begin_layout Standard
28669 Im 
28670 \family sans
28671 Box-Einstellungen-
28672 \family default
28673 Dialog können Sie mit der 
28674 \family sans
28675 Verzierung
28676 \family default
28677  den Typ der Box auswählen:
28678 \end_layout
28679
28680 \begin_layout Description
28681 Kein
28682 \begin_inset space ~
28683 \end_inset
28684
28685 Rahmen Nichts wird gezeichnet.
28686 \end_layout
28687
28688 \begin_layout Description
28689 Einfacher
28690 \begin_inset space ~
28691 \end_inset
28692
28693 rechteckiger
28694 \begin_inset space ~
28695 \end_inset
28696
28697 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28698  Die Rahmendicke wird durch 
28699 \series bold
28700
28701 \backslash
28702 fboxrule
28703 \series default
28704  festgelegt.
28705  
28706 \begin_inset Box Boxed
28707 position "c"
28708 hor_pos "c"
28709 has_inner_box 1
28710 inner_pos "c"
28711 use_parbox 0
28712 use_makebox 0
28713 width "21col%"
28714 special "none"
28715 height "1in"
28716 height_special "totalheight"
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720
28721 \series medium
28722 Rechteckige
28723 \begin_inset space ~
28724 \end_inset
28725
28726 Box
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Description
28735 erlaube
28736 \begin_inset space ~
28737 \end_inset
28738
28739 Seitenumbrüche 
28740 \end_layout
28741
28742 \begin_layout Description
28743 Ovaler
28744 \begin_inset space ~
28745 \end_inset
28746
28747 Rahmen,
28748 \begin_inset space ~
28749 \end_inset
28750
28751 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28752  Die Rahmendicke ist 0.4
28753 \begin_inset space \thinspace{}
28754 \end_inset
28755
28756 pt.
28757  
28758 \begin_inset Box ovalbox
28759 position "c"
28760 hor_pos "c"
28761 has_inner_box 1
28762 inner_pos "c"
28763 use_parbox 0
28764 use_makebox 0
28765 width "20col%"
28766 special "none"
28767 height "1in"
28768 height_special "totalheight"
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772 Ovale
28773 \begin_inset space ~
28774 \end_inset
28775
28776 Box,
28777 \begin_inset space ~
28778 \end_inset
28779
28780 dünn
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Description
28789 Ovaler
28790 \begin_inset space ~
28791 \end_inset
28792
28793 Rahmen,
28794 \begin_inset space ~
28795 \end_inset
28796
28797 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28798  Die Rahmendicke ist 0.8
28799 \begin_inset space \thinspace{}
28800 \end_inset
28801
28802 pt.
28803  
28804 \begin_inset Box Ovalbox
28805 position "c"
28806 hor_pos "c"
28807 has_inner_box 1
28808 inner_pos "c"
28809 use_parbox 0
28810 use_makebox 0
28811 width "20col%"
28812 special "none"
28813 height "1in"
28814 height_special "totalheight"
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818 Ovale
28819 \begin_inset space ~
28820 \end_inset
28821
28822 Box,
28823 \begin_inset space ~
28824 \end_inset
28825
28826 dick
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \end_layout
28833
28834 \begin_layout Description
28835 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28836  Die Rahmendicke wird durch 
28837 \series bold
28838
28839 \backslash
28840 fboxrule
28841 \series default
28842  festgelegt, der Schatten ist 4
28843 \begin_inset space \thinspace{}
28844 \end_inset
28845
28846 pt breit.
28847 \begin_inset Newline newline
28848 \end_inset
28849
28850
28851 \begin_inset Box Shadowbox
28852 position "c"
28853 hor_pos "c"
28854 has_inner_box 1
28855 inner_pos "c"
28856 use_parbox 0
28857 use_makebox 0
28858 width "20col%"
28859 special "none"
28860 height "1in"
28861 height_special "totalheight"
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865 Schattierte
28866 \begin_inset space ~
28867 \end_inset
28868
28869 Box
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Description
28878 Schattierter
28879 \begin_inset space ~
28880 \end_inset
28881
28882 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28883  Im Gegensatz zu farbigen Boxen
28884 \begin_inset Foot
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 siehe Abschnitt
28889 \begin_inset space ~
28890 \end_inset
28891
28892
28893 \begin_inset CommandInset ref
28894 LatexCommand ref
28895 reference "abs:Farbige-Boxen"
28896
28897 \end_inset
28898
28899
28900 \end_layout
28901
28902 \end_inset
28903
28904  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28905  die Box ist ein Absatz für sich.
28906  
28907 \begin_inset Box Shaded
28908 position "t"
28909 hor_pos "c"
28910 has_inner_box 0
28911 inner_pos "t"
28912 use_parbox 0
28913 use_makebox 0
28914 width "50col%"
28915 special "none"
28916 height "1in"
28917 height_special "totalheight"
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 Schattierter Hintergrund Box
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \begin_layout Description
28930 Doppelter
28931 \begin_inset space ~
28932 \end_inset
28933
28934 rechteckiger
28935 \begin_inset space ~
28936 \end_inset
28937
28938 Rahmen zeichnet einen doppelten Rahmen um die Box.
28939  Der innere Rahmen ist 0.75
28940 \begin_inset space \thinspace{}
28941 \end_inset
28942
28943
28944 \series bold
28945
28946 \backslash
28947 fboxrule
28948 \series default
28949  breit, der äußere 1.5
28950 \begin_inset space \thinspace{}
28951 \end_inset
28952
28953
28954 \series bold
28955
28956 \backslash
28957 fboxrule
28958 \series default
28959 , der Zwischenraum 1.5
28960 \begin_inset space \thinspace{}
28961 \end_inset
28962
28963
28964 \series bold
28965
28966 \backslash
28967 fboxrule
28968 \series default
28969
28970 \begin_inset space \thinspace{}
28971 \end_inset
28972
28973 +
28974 \begin_inset space \thinspace{}
28975 \end_inset
28976
28977 0.5
28978 \begin_inset space \thinspace{}
28979 \end_inset
28980
28981 pt.
28982  
28983 \begin_inset Box Doublebox
28984 position "c"
28985 hor_pos "c"
28986 has_inner_box 1
28987 inner_pos "c"
28988 use_parbox 0
28989 use_makebox 0
28990 width "20col%"
28991 special "none"
28992 height "1in"
28993 height_special "totalheight"
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Doppelt
28998 \begin_inset space ~
28999 \end_inset
29000
29001 gerahmte
29002 \begin_inset space ~
29003 \end_inset
29004
29005 Box
29006 \end_layout
29007
29008 \end_inset
29009
29010
29011 \end_layout
29012
29013 \begin_layout Standard
29014 \begin_inset VSpace bigskip
29015 \end_inset
29016
29017 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
29018  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
29019 \series bold
29020 fancybox
29021 \series default
29022
29023 \begin_inset Index idx
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 LaTeX-Pakete ! fancybox
29028 \end_layout
29029
29030 \end_inset
29031
29032  installiert sein.
29033 \end_layout
29034
29035 \begin_layout Standard
29036 \begin_inset VSpace bigskip
29037 \end_inset
29038
29039 Wenn Sie die Verzierung 
29040 \family sans
29041 Einfacher rechteckiger Rahmen
29042 \family default
29043  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
29044  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
29045  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
29046  für sich ist und 
29047 \series bold
29048
29049 \backslash
29050 fboxrule
29051 \series default
29052  und 
29053 \series bold
29054
29055 \backslash
29056 fboxsep
29057 \series default
29058  keinen Einfluss auf diesen Box Typ haben.
29059  Die Rahmendicke wird durch 
29060 \series bold
29061
29062 \backslash
29063 FrameRule
29064 \series default
29065  festgelegt.
29066  
29067 \begin_inset Box Framed
29068 position "t"
29069 hor_pos "c"
29070 has_inner_box 0
29071 inner_pos "t"
29072 use_parbox 0
29073 use_makebox 0
29074 width "100col%"
29075 special "none"
29076 height "1in"
29077 height_special "totalheight"
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081 Box erlaubt Seitenumbruch
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \begin_layout Section
29090 Box-Anpassung
29091 \begin_inset Index idx
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 Boxen ! Anpassung
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 Der Standardwert für 
29105 \series bold
29106
29107 \backslash
29108 fboxrule
29109 \series default
29110  ist 0.4
29111 \begin_inset space \thinspace{}
29112 \end_inset
29113
29114 pt.
29115  Mit dem folgenden TeX-Code-Befehl kann er auf 2
29116 \begin_inset space \thinspace{}
29117 \end_inset
29118
29119 pt gesetzt werden:
29120 \end_layout
29121
29122 \begin_layout Standard
29123
29124 \series bold
29125
29126 \backslash
29127 setlength{
29128 \backslash
29129 fboxrule}{2pt}
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset ERT
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138
29139 \backslash
29140 setlength{
29141 \backslash
29142 fboxrule}{2pt}
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset Box Boxed
29149 position "c"
29150 hor_pos "c"
29151 has_inner_box 1
29152 inner_pos "c"
29153 use_parbox 0
29154 use_makebox 0
29155 width "30col%"
29156 special "none"
29157 height "1in"
29158 height_special "totalheight"
29159 status open
29160
29161 \begin_layout Plain Layout
29162 \align center
29163 Rechteckige Box mit einer Rahmenbreite von 2
29164 \begin_inset space \thinspace{}
29165 \end_inset
29166
29167 pt
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \begin_inset ERT
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177
29178
29179 \backslash
29180 setlength{
29181 \backslash
29182 fboxrule}{0.4pt}
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \begin_inset VSpace bigskip
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Standard
29195 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
29196 \begin_inset space \thinspace{}
29197 \end_inset
29198
29199 pt.
29200  Sie können das ändern, indem Sie den Wert von 
29201 \series bold
29202
29203 \backslash
29204 fboxsep
29205 \series default
29206  mit einem TeX-Code-Befehl ändern:
29207 \end_layout
29208
29209 \begin_layout Standard
29210
29211 \series bold
29212
29213 \backslash
29214 setlength{
29215 \backslash
29216 fboxsep}{10pt}
29217 \end_layout
29218
29219 \begin_layout Standard
29220 setzt den Wert auf 10
29221 \begin_inset space \thinspace{}
29222 \end_inset
29223
29224 pt, wie in der folgenden Box:
29225 \end_layout
29226
29227 \begin_layout Standard
29228 \begin_inset ERT
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232
29233
29234 \backslash
29235 setlength{
29236 \backslash
29237 fboxsep}{10pt}
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \begin_inset Box Boxed
29244 position "c"
29245 hor_pos "c"
29246 has_inner_box 1
29247 inner_pos "c"
29248 use_parbox 0
29249 use_makebox 0
29250 width "25col%"
29251 special "none"
29252 height "1in"
29253 height_special "totalheight"
29254 status open
29255
29256 \begin_layout Plain Layout
29257 \align center
29258 Rechteckige Box mit 
29259 \series bold
29260
29261 \backslash
29262 fboxsep
29263 \series default
29264
29265 \begin_inset space \thinspace{}
29266 \end_inset
29267
29268 =
29269 \begin_inset space \thinspace{}
29270 \end_inset
29271
29272 10
29273 \begin_inset space \thinspace{}
29274 \end_inset
29275
29276 pt
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287
29288 \backslash
29289 setlength{
29290 \backslash
29291 fboxsep}{3pt}
29292 \end_layout
29293
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \begin_layout Standard
29300 \noindent
29301 \begin_inset VSpace bigskip
29302 \end_inset
29303
29304 Der Durchmesser der abgerundeten Ecken kann mit 
29305 \series bold
29306
29307 \backslash
29308 cornersize
29309 \series default
29310  gesetzt werden.
29311  Der TeX-Code-Befehl
29312 \end_layout
29313
29314 \begin_layout Standard
29315
29316 \series bold
29317
29318 \backslash
29319 cornersize*{1cm}
29320 \end_layout
29321
29322 \begin_layout Standard
29323 setzt den Durchmesser auf 1
29324 \begin_inset space \thinspace{}
29325 \end_inset
29326
29327 cm.
29328  Der TeX-Code-Befehl
29329 \end_layout
29330
29331 \begin_layout Standard
29332
29333 \series bold
29334
29335 \backslash
29336 cornersize{num}
29337 \end_layout
29338
29339 \begin_layout Standard
29340 setzt den Durchmesser auf 
29341 \family sans
29342 num
29343 \begin_inset space \thinspace{}
29344 \end_inset
29345
29346 ×
29347 \begin_inset space \thinspace{}
29348 \end_inset
29349
29350 Minimum(Breite der Box, Höhe der Box)
29351 \family default
29352 .
29353  Der Standardwert ist 
29354 \series bold
29355
29356 \backslash
29357 cornersize{0.5}
29358 \series default
29359 .
29360 \end_layout
29361
29362 \begin_layout Standard
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 cornersize*{1.5cm}
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \begin_inset Box Ovalbox
29377 position "c"
29378 hor_pos "c"
29379 has_inner_box 1
29380 inner_pos "c"
29381 use_parbox 0
29382 use_makebox 0
29383 width "30col%"
29384 special "none"
29385 height "1in"
29386 height_special "totalheight"
29387 status open
29388
29389 \begin_layout Plain Layout
29390 \align center
29391 Ovale Box, dicker Rand, mit 
29392 \series bold
29393
29394 \backslash
29395 cornersize
29396 \series default
29397
29398 \begin_inset space \thinspace{}
29399 \end_inset
29400
29401 =
29402 \begin_inset space \thinspace{}
29403 \end_inset
29404
29405 1.5
29406 \begin_inset space \thinspace{}
29407 \end_inset
29408
29409 cm
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 cornersize{0.5}
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \begin_layout Standard
29431 \begin_inset VSpace bigskip
29432 \end_inset
29433
29434 Die Breite des Schattens wird mit 
29435 \series bold
29436
29437 \backslash
29438 shadowsize
29439 \series default
29440  festgelegt.
29441  Mit dem TeX-Code-Befehl
29442 \end_layout
29443
29444 \begin_layout Standard
29445
29446 \series bold
29447
29448 \backslash
29449 setlength{
29450 \backslash
29451 shadowsize}{2pt}
29452 \end_layout
29453
29454 \begin_layout Standard
29455 wird er für die folgende Box auf 2
29456 \begin_inset space \thinspace{}
29457 \end_inset
29458
29459 pt festgelegt.
29460 \end_layout
29461
29462 \begin_layout Standard
29463 \begin_inset ERT
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467
29468
29469 \backslash
29470 setlength{
29471 \backslash
29472 shadowsize}{2pt}
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \begin_inset Box Shadowbox
29479 position "c"
29480 hor_pos "c"
29481 has_inner_box 1
29482 inner_pos "c"
29483 use_parbox 0
29484 use_makebox 0
29485 width "25col%"
29486 special "none"
29487 height "1in"
29488 height_special "totalheight"
29489 status open
29490
29491 \begin_layout Plain Layout
29492 \align center
29493 Schattierte Box mit 
29494 \series bold
29495
29496 \backslash
29497 shadowsize
29498 \series default
29499
29500 \begin_inset space \thinspace{}
29501 \end_inset
29502
29503 =
29504 \begin_inset space \thinspace{}
29505 \end_inset
29506
29507 2
29508 \begin_inset space \thinspace{}
29509 \end_inset
29510
29511 pt
29512 \end_layout
29513
29514 \end_inset
29515
29516
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 setlength{
29525 \backslash
29526 shadowsize}{4pt}
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \end_layout
29533
29534 \begin_layout Standard
29535 \begin_inset VSpace bigskip
29536 \end_inset
29537
29538 Der Standardwert für 
29539 \series bold
29540
29541 \backslash
29542 FrameRule
29543 \series default
29544  ist 0.4
29545 \begin_inset space \thinspace{}
29546 \end_inset
29547
29548 pt.
29549  Der Standard-Abstand zwischen Rahmen und Text ist 9
29550 \begin_inset space \thinspace{}
29551 \end_inset
29552
29553 pt und kann mit dem Wert für 
29554 \series bold
29555
29556 \backslash
29557 FrameSep
29558 \series default
29559  geändert werden.
29560  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29561  TeX-Code Befehlen geändert:
29562 \end_layout
29563
29564 \begin_layout Standard
29565
29566 \series bold
29567
29568 \backslash
29569 setlength{
29570 \backslash
29571 FrameRule}{5pt}
29572 \begin_inset Newline newline
29573 \end_inset
29574
29575
29576 \backslash
29577 setlength{
29578 \backslash
29579 FrameSep}{0.5cm}
29580 \end_layout
29581
29582 \begin_layout Standard
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588
29589 \backslash
29590 setlength{
29591 \backslash
29592 FrameRule}{5pt}
29593 \end_layout
29594
29595 \begin_layout Plain Layout
29596
29597
29598 \backslash
29599 setlength{
29600 \backslash
29601 FrameSep}{0.5cm}
29602 \end_layout
29603
29604 \end_inset
29605
29606
29607 \begin_inset Box Framed
29608 position "t"
29609 hor_pos "c"
29610 has_inner_box 0
29611 inner_pos "t"
29612 use_parbox 0
29613 use_makebox 0
29614 width "100col%"
29615 special "none"
29616 height "1in"
29617 height_special "totalheight"
29618 status open
29619
29620 \begin_layout Plain Layout
29621 Dies ist Text in einer 
29622 \family sans
29623 Seitenumbruch erlaubt
29624 \family default
29625  Box.
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset ERT
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635
29636
29637 \backslash
29638 setlength{
29639 \backslash
29640 FrameRule}{0.4pt}
29641 \end_layout
29642
29643 \begin_layout Plain Layout
29644
29645
29646 \backslash
29647 setlength{
29648 \backslash
29649 FrameSep}{9pt}
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \end_layout
29656
29657 \begin_layout Standard
29658 \begin_inset VSpace bigskip
29659 \end_inset
29660
29661 Für Boxen mit 
29662 \family sans
29663 schattiertem Hintergrund
29664 \family default
29665  beträgt der Abstand zwischen Rand und Text 3
29666 \begin_inset space \thinspace{}
29667 \end_inset
29668
29669 pt und kann mit 
29670 \series bold
29671
29672 \backslash
29673 fboxsep
29674 \series default
29675  geändert werden.
29676  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29677  
29678 \series bold
29679
29680 \backslash
29681 definecolor{shadecolor}
29682 \series default
29683  oder global über das Menü 
29684 \family sans
29685 Werkzeuge\SpecialChar \menuseparator
29686 Einstellungen\SpecialChar \menuseparator
29687 Farben\SpecialChar \menuseparator
29688 Schattierte
29689 \begin_inset space ~
29690 \end_inset
29691
29692 Box
29693 \family default
29694  geändert werden.
29695  Das Schema des 
29696 \series bold
29697
29698 \backslash
29699 definecolor
29700 \series default
29701  Befehls ist  in Abschnitt
29702 \begin_inset space ~
29703 \end_inset
29704
29705
29706 \begin_inset CommandInset ref
29707 LatexCommand ref
29708 reference "abs:Farbige-Tabellen"
29709
29710 \end_inset
29711
29712  erklärt.
29713 \begin_inset Foot
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717 Beachten Sie, dass 
29718 \series bold
29719
29720 \backslash
29721 definecolor
29722 \series default
29723  das LaTeX-Paket 
29724 \series bold
29725 color
29726 \series default
29727  im LaTeX-Vorspann benötigt, siehe Abschnitt
29728 \begin_inset space ~
29729 \end_inset
29730
29731
29732 \begin_inset CommandInset ref
29733 LatexCommand ref
29734 reference "abs:Farbige-Boxen"
29735
29736 \end_inset
29737
29738 .
29739 \end_layout
29740
29741 \end_inset
29742
29743  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29744 \end_layout
29745
29746 \begin_layout Standard
29747
29748 \series bold
29749
29750 \backslash
29751 setlength{
29752 \backslash
29753 fboxsep}{0.5cm}
29754 \begin_inset Newline newline
29755 \end_inset
29756
29757
29758 \backslash
29759 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29760 \end_layout
29761
29762 \begin_layout Standard
29763 \begin_inset ERT
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767
29768
29769 \backslash
29770 setlength{
29771 \backslash
29772 fboxsep}{0.5cm}
29773 \end_layout
29774
29775 \begin_layout Plain Layout
29776
29777
29778 \backslash
29779 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \begin_inset Box Shaded
29786 position "t"
29787 hor_pos "c"
29788 has_inner_box 0
29789 inner_pos "t"
29790 use_parbox 0
29791 use_makebox 0
29792 width "100col%"
29793 special "none"
29794 height "1in"
29795 height_special "totalheight"
29796 status open
29797
29798 \begin_layout Plain Layout
29799
29800 \color yellow
29801 Dies ist gelber Text in einer 
29802 \family sans
29803 schattierten Hintergrund
29804 \begin_inset space ~
29805 \end_inset
29806
29807
29808 \family default
29809 Box auf dunkelgrünem Hintergrund.
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \begin_inset ERT
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819
29820
29821 \backslash
29822 setlength{
29823 \backslash
29824 fboxsep}{3pt}
29825 \end_layout
29826
29827 \begin_layout Plain Layout
29828
29829
29830 \backslash
29831 definecolor{shadecolor}{rgb}{1,0,0}
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \begin_layout Standard
29840 \begin_inset VSpace bigskip
29841 \end_inset
29842
29843 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29844  der sie ändert.
29845 \end_layout
29846
29847 \begin_layout Section
29848 Minipage
29849 \begin_inset CommandInset label
29850 LatexCommand label
29851 name "abs:Minipage"
29852
29853 \end_inset
29854
29855
29856 \begin_inset Index idx
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 Boxen ! Minipage
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29870  deshalb unter anderem eigene Fußnoten haben.
29871 \end_layout
29872
29873 \begin_layout Standard
29874 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29875 \end_layout
29876
29877 \begin_layout Standard
29878 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29879  Ihre Breite ist 45 Spaltenbreite
29880 \begin_inset space ~
29881 \end_inset
29882
29883 %, und sie sind durch einen 
29884 \family sans
29885 HFill
29886 \family default
29887  getrennt (
29888 \family sans
29889 Einfügen\SpecialChar \menuseparator
29890 Formatierung\SpecialChar \menuseparator
29891 Horizontaler
29892 \begin_inset space \space{}
29893 \end_inset
29894
29895 Abstand\SpecialChar \menuseparator
29896 Abstand\SpecialChar \menuseparator
29897 Variabler
29898 \begin_inset space ~
29899 \end_inset
29900
29901 horiz.
29902 \begin_inset space ~
29903 \end_inset
29904
29905 Abstand
29906 \family default
29907 ).
29908 \begin_inset Newpage newpage
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 \noindent
29916 \begin_inset Box Frameless
29917 position "t"
29918 hor_pos "c"
29919 has_inner_box 1
29920 inner_pos "c"
29921 use_parbox 0
29922 use_makebox 0
29923 width "45col%"
29924 special "none"
29925 height "1in"
29926 height_special "totalheight"
29927 status open
29928
29929 \begin_layout Plain Layout
29930 Dies ist ein deutscher Text.
29931  Dies ist ein deutscher Text.
29932  Dies ist ein deutscher Text.
29933  Dies ist ein deutscher Text.
29934  Dies ist ein deutscher Text.
29935  Dies ist ein deutscher Text.
29936  Dies ist ein deutscher Text.
29937  Dies ist ein deutscher Text.
29938  Dies ist ein deutscher Text.
29939  Dies ist ein deutscher Text.
29940  Dies ist ein deutscher Text.
29941  Dies ist ein deutscher Text.
29942  Dies ist ein deutscher Text
29943 \begin_inset Foot
29944 status open
29945
29946 \begin_layout Plain Layout
29947 Dies ist eine deutsche Fußnote.
29948 \end_layout
29949
29950 \end_inset
29951
29952 .
29953  Dies ist ein deutscher Text.
29954  Dies ist ein deutscher Text.
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \begin_inset space \hfill{}
29961 \end_inset
29962
29963
29964 \begin_inset Box Frameless
29965 position "t"
29966 hor_pos "c"
29967 has_inner_box 1
29968 inner_pos "c"
29969 use_parbox 0
29970 use_makebox 0
29971 width "45col%"
29972 special "none"
29973 height "1in"
29974 height_special "totalheight"
29975 status open
29976
29977 \begin_layout Plain Layout
29978
29979 \lang english
29980 This is an English Text.
29981  This is an English Text.
29982  This is an English Text.
29983  This is an English Text.
29984  This is an English Text.
29985  This is an English Text.
29986  This is an English Text.
29987  This is an English Text.
29988  This is an English Text.
29989  This is an English Text.
29990  This is an English Text.
29991  This is an English Text.
29992  This is an English Text.
29993  This is an English Text.
29994  This is an English Text.
29995  This is an English Text.
29996 \begin_inset Foot
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000
30001 \lang english
30002 This is an English footnote.
30003 \end_layout
30004
30005 \end_inset
30006
30007  This is an English Text.
30008  
30009 \end_layout
30010
30011 \end_inset
30012
30013
30014 \end_layout
30015
30016 \begin_layout Standard
30017 \begin_inset VSpace bigskip
30018 \end_inset
30019
30020 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
30021  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
30022  Absätze nicht eingerückt werden, obwohl Sie das in 
30023 \family sans
30024 Dokument
30025 \family default
30026 \SpecialChar \menuseparator
30027
30028 \family sans
30029 Einstellun\SpecialChar \-
30030 gen\SpecialChar \menuseparator
30031 Textformat
30032 \family default
30033  festgelegt haben.
30034  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
30035  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
30036 \series bold
30037
30038 \backslash
30039 hspace*{1em}
30040 \series default
30041 .
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
30046  zu verpassen, siehe Abschnitt
30047 \begin_inset space ~
30048 \end_inset
30049
30050
30051 \begin_inset CommandInset ref
30052 LatexCommand ref
30053 reference "uab:Farbe-für-Absätze"
30054
30055 \end_inset
30056
30057 .
30058 \end_layout
30059
30060 \begin_layout Standard
30061 \begin_inset Note Greyedout
30062 status open
30063
30064 \begin_layout Plain Layout
30065
30066 \series bold
30067 Bemerkung:
30068 \series default
30069  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
30070  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Section
30079 Parbox
30080 \begin_inset CommandInset label
30081 LatexCommand label
30082 name "abs:Parbox"
30083
30084 \end_inset
30085
30086
30087 \begin_inset Index idx
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 Boxen ! Parbox
30092 \end_layout
30093
30094 \end_inset
30095
30096
30097 \end_layout
30098
30099 \begin_layout Standard
30100 Parbox ist eine Abkürzung für 
30101 \begin_inset Quotes gld
30102 \end_inset
30103
30104 paragraph box
30105 \begin_inset Quotes grd
30106 \end_inset
30107
30108 , was Absatzbox bedeutet.
30109  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
30110  in Parboxen nicht ausgegeben werden:
30111 \end_layout
30112
30113 \begin_layout Standard
30114 \align center
30115 \begin_inset Box Frameless
30116 position "t"
30117 hor_pos "c"
30118 has_inner_box 1
30119 inner_pos "t"
30120 use_parbox 1
30121 use_makebox 0
30122 width "33col%"
30123 special "none"
30124 height "1in"
30125 height_special "totalheight"
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129 Dies ist Text in einer Parbox.
30130  Dies ist Text in einer Parbox.
30131 \end_layout
30132
30133 \begin_layout Plain Layout
30134 Diese Fußnote wird nicht gedruckt:
30135 \begin_inset Foot
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
30140 \end_layout
30141
30142 \end_inset
30143
30144
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Section
30153 Boxen für Worte und Buchstaben
30154 \begin_inset Index idx
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158 Boxen ! für Buchstaben
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \begin_layout Subsection
30167 Silbentrennung unterbinden
30168 \begin_inset CommandInset label
30169 LatexCommand label
30170 name "abs:Silbentrennung-unterbinden"
30171
30172 \end_inset
30173
30174
30175 \begin_inset Index idx
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179 Boxen ! zur Vermeidung von Silbentrennung
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Standard
30188 Sie können den Boxtyp 
30189 \family sans
30190 Makebox
30191 \family default
30192  benutzen, um Silbentrennungen zu unterbinden.
30193 \begin_inset Newline newline
30194 \end_inset
30195
30196 Hier ist ein Beispiel: 
30197 \end_layout
30198
30199 \begin_layout Standard
30200 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
30201 \begin_inset Quotes gld
30202 \end_inset
30203
30204 einsehrsehrsehrlangeswort
30205 \begin_inset Quotes grd
30206 \end_inset
30207
30208 .
30209 \end_layout
30210
30211 \begin_layout Standard
30212 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
30213  Innere
30214 \begin_inset space ~
30215 \end_inset
30216
30217 Box auf Makebox und deren Breite auf 1
30218 \begin_inset space \thinspace{}
30219 \end_inset
30220
30221 Width.
30222 \end_layout
30223
30224 \begin_layout Standard
30225 Hier ist das Ergebnis:
30226 \end_layout
30227
30228 \begin_layout Standard
30229 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
30230 \begin_inset Box Frameless
30231 position "t"
30232 hor_pos "c"
30233 has_inner_box 1
30234 inner_pos "t"
30235 use_parbox 0
30236 use_makebox 1
30237 width "1in"
30238 special "width"
30239 height "1in"
30240 height_special "totalheight"
30241 status open
30242
30243 \begin_layout Plain Layout
30244 \begin_inset Quotes gld
30245 \end_inset
30246
30247 einsehrsehrsehrlangeswort
30248 \begin_inset Quotes grd
30249 \end_inset
30250
30251
30252 \end_layout
30253
30254 \end_inset
30255
30256 .
30257 \end_layout
30258
30259 \begin_layout Standard
30260 Alternativ dazu kann man auch den Befehl 
30261 \begin_inset Quotes gld
30262 \end_inset
30263
30264
30265 \series bold
30266
30267 \backslash
30268 -
30269 \series default
30270
30271 \begin_inset Quotes grd
30272 \end_inset
30273
30274  als TeX-Code direkt vor das Wort setzen:
30275 \end_layout
30276
30277 \begin_layout Standard
30278 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
30279 \begin_inset Quotes gld
30280 \end_inset
30281
30282
30283 \begin_inset ERT
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287
30288
30289 \backslash
30290 -
30291 \end_layout
30292
30293 \end_inset
30294
30295 einsehrsehrsehrlangeswort
30296 \begin_inset Quotes grd
30297 \end_inset
30298
30299 .
30300 \end_layout
30301
30302 \begin_layout Standard
30303 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
30304  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
30305 \family sans
30306 Strg-Eingabe
30307 \family default
30308 ) einfügen: 
30309 \end_layout
30310
30311 \begin_layout Standard
30312 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
30313 \begin_inset Newline newline
30314 \end_inset
30315
30316
30317 \begin_inset Box Frameless
30318 position "t"
30319 hor_pos "c"
30320 has_inner_box 1
30321 inner_pos "t"
30322 use_parbox 0
30323 use_makebox 1
30324 width "1in"
30325 special "width"
30326 height "1in"
30327 height_special "totalheight"
30328 status open
30329
30330 \begin_layout Plain Layout
30331 \begin_inset Quotes gld
30332 \end_inset
30333
30334 einsehrsehrsehrlangeswort
30335 \begin_inset Quotes grd
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \end_inset
30342
30343 .
30344 \end_layout
30345
30346 \begin_layout Subsection
30347 Vertikale Ausrichtung
30348 \begin_inset CommandInset label
30349 LatexCommand label
30350 name "uab:Vertikale-Ausrichtung"
30351
30352 \end_inset
30353
30354
30355 \begin_inset Index idx
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359 Boxen ! für Vertikale Ausrichtung
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \begin_inset Index idx
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369 Boxen ! raisebox
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \begin_layout Standard
30378 Mit dem LaTeX-Befehl 
30379 \series bold
30380
30381 \backslash
30382 raisebox
30383 \series default
30384  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
30385 n Textes ausrichten.
30386  
30387 \series bold
30388
30389 \backslash
30390 raisebox
30391 \series default
30392  wird folgendermaßen benutzt:
30393 \end_layout
30394
30395 \begin_layout Standard
30396
30397 \series bold
30398
30399 \backslash
30400 raisebox{Verschiebung}[oben][unten]{Text}
30401 \end_layout
30402
30403 \begin_layout Standard
30404 Positive Werte für Verschiebung
30405 \series bold
30406  
30407 \series default
30408 verschieben die Box nach oben, negative nach unten.
30409  Die beiden optionalen Parameter 
30410 \family typewriter
30411 oben
30412 \family default
30413  und 
30414 \family typewriter
30415 unten
30416 \family default
30417  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
30418  hinausgeht, wenn sie nicht verschoben ist.
30419 \end_layout
30420
30421 \begin_layout Standard
30422 Um zum Beispiel das Wort 
30423 \begin_inset Quotes gld
30424 \end_inset
30425
30426 provokant
30427 \begin_inset Quotes grd
30428 \end_inset
30429
30430  mit seinem 
30431 \begin_inset Quotes gld
30432 \end_inset
30433
30434 niedrigsten
30435 \begin_inset Quotes grd
30436 \end_inset
30437
30438  Buchstaben 
30439 \begin_inset Quotes gld
30440 \end_inset
30441
30442 p
30443 \begin_inset Quotes grd
30444 \end_inset
30445
30446  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
30447 \end_layout
30448
30449 \begin_layout Standard
30450
30451 \series bold
30452
30453 \backslash
30454 raisebox{
30455 \backslash
30456 depth}{
30457 \end_layout
30458
30459 \begin_layout Standard
30460 vor dem Wort einfügen und 
30461 \begin_inset Quotes gld
30462 \end_inset
30463
30464
30465 \series bold
30466 }
30467 \series default
30468
30469 \begin_inset Quotes grd
30470 \end_inset
30471
30472  als TeX-Code dahinter:
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Dies ist eine Zeile, in der das Wort 
30477 \begin_inset ERT
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481
30482
30483 \backslash
30484 raisebox{
30485 \backslash
30486 depth}{
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \begin_inset Quotes gld
30493 \end_inset
30494
30495 provokant
30496 \begin_inset Quotes grd
30497 \end_inset
30498
30499
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505 }
30506 \end_layout
30507
30508 \end_inset
30509
30510  nach oben verschoben wurde.
30511 \end_layout
30512
30513 \begin_layout Standard
30514 \begin_inset VSpace bigskip
30515 \end_inset
30516
30517 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
30518  gedehnt:
30519 \end_layout
30520
30521 \begin_layout Standard
30522 Dies ist eine Zeile, in der das Wort 
30523 \begin_inset ERT
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527
30528
30529 \backslash
30530 raisebox{-
30531 \backslash
30532 depth}{
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \begin_inset Quotes gld
30539 \end_inset
30540
30541 provokant
30542 \begin_inset Quotes grd
30543 \end_inset
30544
30545
30546 \begin_inset ERT
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550
30551 }
30552 \end_layout
30553
30554 \end_inset
30555
30556  nach unten verschoben wurde.
30557 \end_layout
30558
30559 \begin_layout Standard
30560 Dies ist eine Zeile, in der das Wort 
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566
30567 \backslash
30568 raisebox{0.5cm}{
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \begin_inset Quotes gld
30575 \end_inset
30576
30577 testen
30578 \begin_inset Quotes grd
30579 \end_inset
30580
30581
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587 }
30588 \end_layout
30589
30590 \end_inset
30591
30592  um 0.5
30593 \begin_inset space \thinspace{}
30594 \end_inset
30595
30596 cm nach oben verschoben wurde.
30597 \end_layout
30598
30599 \begin_layout Standard
30600 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30601 \end_layout
30602
30603 \begin_layout Standard
30604
30605 \series bold
30606
30607 \backslash
30608 raisebox{-
30609 \backslash
30610 depth}[0pt]{
30611 \end_layout
30612
30613 \begin_layout Standard
30614 Dies ist eine Zeile, in der das Wort 
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 raisebox{-
30623 \backslash
30624 depth}[0pt]{
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \begin_inset Quotes gld
30631 \end_inset
30632
30633 provokant
30634 \begin_inset Quotes grd
30635 \end_inset
30636
30637
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643 }
30644 \end_layout
30645
30646 \end_inset
30647
30648  nach unten verschoben wurde.
30649 \end_layout
30650
30651 \begin_layout Standard
30652 Dies ist eine Zeile, in der das Wort 
30653 \begin_inset ERT
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657
30658
30659 \backslash
30660 raisebox{0.5cm}[0pt]{
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \begin_inset Quotes gld
30667 \end_inset
30668
30669 testen
30670 \begin_inset Quotes grd
30671 \end_inset
30672
30673
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679 }
30680 \end_layout
30681
30682 \end_inset
30683
30684  um 0.5
30685 \begin_inset space \thinspace{}
30686 \end_inset
30687
30688 cm nach oben verschoben wurde.
30689  Jetzt überschneiden sich die verschobenen Worte.
30690 \end_layout
30691
30692 \begin_layout Section
30693 Farbige Boxen
30694 \begin_inset CommandInset label
30695 LatexCommand label
30696 name "abs:Farbige-Boxen"
30697
30698 \end_inset
30699
30700
30701 \begin_inset Index idx
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 Boxen ! farbige
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Subsection
30714 Text-Hintergrundfarbe
30715 \begin_inset Index idx
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 Farbe ! für Text-Hintergrund
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \begin_layout Standard
30728 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30729  so genannten 
30730 \begin_inset Quotes gld
30731 \end_inset
30732
30733 colorbox
30734 \begin_inset Quotes grd
30735 \end_inset
30736
30737  stehen.
30738  Dafür muss das LaTeX-Paket 
30739 \series bold
30740 color
30741 \series default
30742
30743 \begin_inset Index idx
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747 LaTeX-Pakete ! color
30748 \end_layout
30749
30750 \end_inset
30751
30752  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30753 \end_layout
30754
30755 \begin_layout Standard
30756
30757 \series bold
30758
30759 \backslash
30760 @ifundefined{textcolor}
30761 \begin_inset Newline newline
30762 \end_inset
30763
30764
30765 \begin_inset Phantom HPhantom
30766 status open
30767
30768 \begin_layout Plain Layout
30769
30770 \series bold
30771 \begin_inset space ~
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \end_inset
30778
30779 {
30780 \backslash
30781 usepackage{color}}{}
30782 \end_layout
30783
30784 \begin_layout Standard
30785 Wenn Sie Text einfärben, lädt LyX das Paket 
30786 \series bold
30787 color
30788 \series default
30789  automatisch.
30790 \begin_inset Foot
30791 status collapsed
30792
30793 \begin_layout Plain Layout
30794 Der Befehl 
30795 \series bold
30796
30797 \backslash
30798 @ifundefined
30799 \series default
30800  vermeidet, dass es in diesem Fall doppelt geladen wird.
30801 \end_layout
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Standard
30809 \begin_inset VSpace medskip
30810 \end_inset
30811
30812 Colorboxen werden mit dem Befehl 
30813 \series bold
30814
30815 \backslash
30816 colorbox
30817 \series default
30818  erzeugt:
30819 \end_layout
30820
30821 \begin_layout Standard
30822
30823 \series bold
30824
30825 \backslash
30826 colorbox{Farbe}{Boxinhalt}
30827 \end_layout
30828
30829 \begin_layout Standard
30830 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30831  Boxen sein.
30832 \end_layout
30833
30834 \begin_layout Standard
30835 Die folgenden Farben sind vordefiniert:
30836 \family sans
30837  schwarz
30838 \family default
30839
30840 \family sans
30841 wei
30842 \family default
30843 ß, 
30844 \family sans
30845 rot
30846 \family default
30847 \series bold
30848 ,
30849 \series default
30850  
30851 \family sans
30852 grün
30853 \family default
30854
30855 \family sans
30856 blau
30857 \family default
30858
30859 \family sans
30860 türkis
30861 \family default
30862
30863 \family sans
30864 purpurrot
30865 \family default
30866  und 
30867 \family sans
30868 gelb
30869 \family default
30870 .
30871 \end_layout
30872
30873 \begin_layout Standard
30874 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30875 \begin_inset space ~
30876 \end_inset
30877
30878
30879 \begin_inset CommandInset ref
30880 LatexCommand ref
30881 reference "abs:Farbige-Tabellen"
30882
30883 \end_inset
30884
30885  beschrieben.
30886 \end_layout
30887
30888 \begin_layout Standard
30889 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30890  den TeX-Code-Befehl
30891 \end_layout
30892
30893 \begin_layout Standard
30894
30895 \series bold
30896
30897 \backslash
30898 colorbox{red}{
30899 \end_layout
30900
30901 \begin_layout Standard
30902 vor dem Wort ein.
30903  Hinter dem Wort fügen Sie 
30904 \series bold
30905
30906 \begin_inset Quotes gld
30907 \end_inset
30908
30909 }
30910 \series default
30911
30912 \begin_inset Quotes grd
30913 \end_inset
30914
30915  als TeX-Code ein.
30916  Hier ist das Ergebnis:
30917 \end_layout
30918
30919 \begin_layout Standard
30920 In dieser Zeile hat 
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 colorbox{red}{
30929 \end_layout
30930
30931 \end_inset
30932
30933 Achtung!
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939 }
30940 \end_layout
30941
30942 \end_inset
30943
30944  einen roten Hintergrund.
30945 \end_layout
30946
30947 \begin_layout Standard
30948 \begin_inset VSpace bigskip
30949 \end_inset
30950
30951 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30952  
30953 \series bold
30954
30955 \backslash
30956 fcolorbox
30957 \series default
30958  verwenden:
30959 \end_layout
30960
30961 \begin_layout Standard
30962
30963 \series bold
30964
30965 \backslash
30966 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30967 \end_layout
30968
30969 \begin_layout Standard
30970
30971 \series bold
30972
30973 \backslash
30974 fcolorbox
30975 \series default
30976  ist eine Erweiterung von 
30977 \series bold
30978
30979 \backslash
30980 colorbox
30981 \series default
30982 .
30983  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30984  
30985 \series bold
30986
30987 \backslash
30988 fboxrule
30989 \series default
30990  und 
30991 \series bold
30992
30993 \backslash
30994 fboxsep
30995 \series default
30996  gesteuert werden, wie in Abschnitt
30997 \begin_inset space ~
30998 \end_inset
30999
31000
31001 \begin_inset CommandInset ref
31002 LatexCommand ref
31003 reference "uab:Verzierung"
31004
31005 \end_inset
31006
31007  beschrieben.
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Für das folgende Beispiel wurde der Befehl
31012 \end_layout
31013
31014 \begin_layout Standard
31015
31016 \series bold
31017
31018 \backslash
31019 fcolorbox{cyan}{magenta}{
31020 \end_layout
31021
31022 \begin_layout Standard
31023 benutzt.
31024  Hier wurden die Rahmendicke und der Abstand auf 1
31025 \begin_inset space \thinspace{}
31026 \end_inset
31027
31028 mm gesetzt:
31029 \begin_inset Newline newline
31030 \end_inset
31031
31032
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037
31038
31039 \backslash
31040 fboxrule 1mm 
31041 \backslash
31042 fboxsep 1mm
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053
31054 \backslash
31055 fcolorbox{cyan}{green}{
31056 \end_layout
31057
31058 \end_inset
31059
31060 Dies ist Text in einer farbigen, gerahmten Box.
31061 \begin_inset ERT
31062 status collapsed
31063
31064 \begin_layout Plain Layout
31065
31066 }
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \begin_layout Standard
31075 \begin_inset VSpace bigskip
31076 \end_inset
31077
31078 Natürlich gibt es auch farbigen Text in einer Colorbox:
31079 \begin_inset Newline newline
31080 \end_inset
31081
31082
31083 \begin_inset ERT
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088
31089 \backslash
31090 fcolorbox{cyan}{green}{
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \color yellow
31097 Dies ist farbiger Text in einer farbigen, gerahmten Box.
31098 \color none
31099
31100 \begin_inset ERT
31101 status collapsed
31102
31103 \begin_layout Plain Layout
31104
31105 }
31106 \end_layout
31107
31108 \end_inset
31109
31110
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116
31117 \backslash
31118 fboxrule 0.4pt 
31119 \backslash
31120 fboxsep 3pt
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \end_layout
31127
31128 \begin_layout Standard
31129 \begin_inset VSpace bigskip
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Standard
31136 \begin_inset Note Greyedout
31137 status open
31138
31139 \begin_layout Plain Layout
31140 \noindent
31141
31142 \series bold
31143 Bemerkung:
31144 \series default
31145  Text in Colorboxen kann nicht umgebrochen werden.
31146  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
31147  wie im folgenden beschrieben.
31148 \end_layout
31149
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \begin_layout Subsection
31156 Farbe für Absätze
31157 \begin_inset CommandInset label
31158 LatexCommand label
31159 name "uab:Farbe-für-Absätze"
31160
31161 \end_inset
31162
31163
31164 \begin_inset Index idx
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168 Farbe ! für Absätze
31169 \end_layout
31170
31171 \end_inset
31172
31173
31174 \end_layout
31175
31176 \begin_layout Standard
31177 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
31178  den Text in eine Minipage stellen.
31179  Vor der Minipage fügen Sie den TeX-Code-Befehl
31180 \end_layout
31181
31182 \begin_layout Standard
31183
31184 \series bold
31185
31186 \backslash
31187 colorbox{color}{
31188 \end_layout
31189
31190 \begin_layout Standard
31191 ein.
31192  Hinter der Minipage fügen Sie 
31193 \series bold
31194
31195 \begin_inset Quotes gld
31196 \end_inset
31197
31198 }
31199 \series default
31200
31201 \begin_inset Quotes grd
31202 \end_inset
31203
31204  als TeX-Code ein.
31205 \end_layout
31206
31207 \begin_layout Standard
31208 \begin_inset ERT
31209 status collapsed
31210
31211 \begin_layout Plain Layout
31212
31213
31214 \backslash
31215 colorbox{hellgrau}{
31216 \end_layout
31217
31218 \end_inset
31219
31220
31221 \begin_inset Box Frameless
31222 position "t"
31223 hor_pos "c"
31224 has_inner_box 1
31225 inner_pos "t"
31226 use_parbox 0
31227 use_makebox 0
31228 width "100col%"
31229 special "none"
31230 height "1in"
31231 height_special "totalheight"
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235 Dies ist Text mit einer Hintergrundfarbe.
31236  Dies ist Text mit einer Hintergrundfarbe.
31237 \end_layout
31238
31239 \begin_layout Plain Layout
31240 Der Text kann Fußnoten
31241 \begin_inset Foot
31242 status open
31243
31244 \begin_layout Plain Layout
31245 Eine weitere Fußnote
31246 \end_layout
31247
31248 \end_inset
31249
31250  und Tabellen und Abbildungen enthalten.
31251 \end_layout
31252
31253 \begin_layout Plain Layout
31254 \align center
31255 \begin_inset Tabular
31256 <lyxtabular version="3" rows="3" columns="3">
31257 <features tabularvalignment="middle">
31258 <column alignment="center" valignment="top" width="0">
31259 <column alignment="center" valignment="top" width="0">
31260 <column alignment="center" valignment="top" width="0">
31261 <row>
31262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31263 \begin_inset Text
31264
31265 \begin_layout Plain Layout
31266 a
31267 \end_layout
31268
31269 \end_inset
31270 </cell>
31271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31272 \begin_inset Text
31273
31274 \begin_layout Plain Layout
31275 !
31276 \end_layout
31277
31278 \end_inset
31279 </cell>
31280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31281 \begin_inset Text
31282
31283 \begin_layout Plain Layout
31284 3
31285 \end_layout
31286
31287 \end_inset
31288 </cell>
31289 </row>
31290 <row>
31291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31292 \begin_inset Text
31293
31294 \begin_layout Plain Layout
31295 <
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304 b2
31305 \begin_inset Quotes erd
31306 \end_inset
31307
31308 |
31309 \end_layout
31310
31311 \end_inset
31312 </cell>
31313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31314 \begin_inset Text
31315
31316 \begin_layout Plain Layout
31317 >
31318 \end_layout
31319
31320 \end_inset
31321 </cell>
31322 </row>
31323 <row>
31324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31325 \begin_inset Text
31326
31327 \begin_layout Plain Layout
31328 1
31329 \end_layout
31330
31331 \end_inset
31332 </cell>
31333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31334 \begin_inset Text
31335
31336 \begin_layout Plain Layout
31337 §
31338 \end_layout
31339
31340 \end_inset
31341 </cell>
31342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31343 \begin_inset Text
31344
31345 \begin_layout Plain Layout
31346 c
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 </row>
31352 </lyxtabular>
31353
31354 \end_inset
31355
31356
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \begin_inset ERT
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366
31367 }
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \end_layout
31374
31375 \begin_layout Section
31376 Rotierte und skalierte Boxen
31377 \end_layout
31378
31379 \begin_layout Standard
31380 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
31381 \series bold
31382 graphicx
31383 \series default
31384
31385 \begin_inset Index idx
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389 LaTeX-Pakete ! graphicx
31390 \end_layout
31391
31392 \end_inset
31393
31394  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
31395 \end_layout
31396
31397 \begin_layout Standard
31398
31399 \series bold
31400
31401 \backslash
31402 @ifundefined{rotatebox}
31403 \begin_inset Newline newline
31404 \end_inset
31405
31406
31407 \begin_inset Phantom HPhantom
31408 status open
31409
31410 \begin_layout Plain Layout
31411
31412 \series bold
31413 \begin_inset space ~
31414 \end_inset
31415
31416
31417 \end_layout
31418
31419 \end_inset
31420
31421 {
31422 \backslash
31423 usepackage{graphicx}}{}
31424 \end_layout
31425
31426 \begin_layout Standard
31427 \begin_inset Note Greyedout
31428 status open
31429
31430 \begin_layout Plain Layout
31431
31432 \series bold
31433 Bemerkung:
31434 \series default
31435  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
31436  darstellen.
31437  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
31438 \end_layout
31439
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \begin_layout Standard
31446 \begin_inset Note Greyedout
31447 status open
31448
31449 \begin_layout Plain Layout
31450
31451 \series bold
31452 Bemerkung:
31453 \series default
31454  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \begin_layout Subsection
31463 Rotierte Boxen
31464 \begin_inset Index idx
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468 Boxen ! rotierte
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \begin_inset Index idx
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478 Rotiertes Material
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \begin_inset Index idx
31485 status collapsed
31486
31487 \begin_layout Plain Layout
31488 Abbildungen ! rotierte
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \begin_inset Index idx
31495 status collapsed
31496
31497 \begin_layout Plain Layout
31498 Tabellen ! rotierte
31499 \end_layout
31500
31501 \end_inset
31502
31503
31504 \end_layout
31505
31506 \begin_layout Standard
31507 Um Text zu drehen, verwendet man den Befehl 
31508 \series bold
31509
31510 \backslash
31511 rotatebox
31512 \series default
31513  im TeX-Code nach folgendem Schema:
31514 \end_layout
31515
31516 \begin_layout Standard
31517
31518 \series bold
31519
31520 \backslash
31521 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
31522 \end_layout
31523
31524 \begin_layout Standard
31525 Der Drehpunkt wird mit 
31526 \series bold
31527 origin=Position
31528 \series default
31529  angegeben.
31530  Folgende Positionen sind möglich: 
31531 \emph on
31532 c
31533 \emph default
31534  (mittig), 
31535 \emph on
31536 l
31537 \emph default
31538  (links), 
31539 \emph on
31540 r
31541 \emph default
31542  (rechts), 
31543 \emph on
31544 b
31545 \emph default
31546  (unten), 
31547 \emph on
31548 t
31549 \emph default
31550  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31551  Z.
31552 \begin_inset space \thinspace{}
31553 \end_inset
31554
31555 B.
31556  bedeutet 
31557 \emph on
31558 lt
31559 \emph default
31560 , dass sich der Drehpunkt links oben befindet.
31561  Wird kein Drehpunkt angegeben, wird die Position 
31562 \emph on
31563 l
31564 \emph default
31565  verwendet.
31566  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31567  Gedreht wird gegen den Uhrzeigersinn.
31568 \end_layout
31569
31570 \begin_layout Standard
31571 Im folgenden Beispiel wurde vor dem Text der Befehl 
31572 \series bold
31573
31574 \backslash
31575 rotatebox[origin=c]{60}{
31576 \series default
31577  im TeX-Modus eingegeben.
31578  Nach dem Text wurde die schließende Klammer 
31579 \series bold
31580 }
31581 \series default
31582  wiederum im TeX-Modus eingegeben.
31583 \end_layout
31584
31585 \begin_layout Standard
31586 Dies ist eine Zeile 
31587 \begin_inset ERT
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591
31592
31593 \backslash
31594 rotatebox[origin=c]{60}{
31595 \end_layout
31596
31597 \end_inset
31598
31599 mit rotiertem
31600 \begin_inset ERT
31601 status collapsed
31602
31603 \begin_layout Plain Layout
31604
31605 }
31606 \end_layout
31607
31608 \end_inset
31609
31610  Text.
31611 \end_layout
31612
31613 \begin_layout Standard
31614 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31615 \end_layout
31616
31617 \begin_layout Standard
31618 Dies ist eine Zeile 
31619 \begin_inset ERT
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623
31624
31625 \backslash
31626 rotatebox[origin=r]{-60}{
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \begin_inset Box Doublebox
31633 position "c"
31634 hor_pos "c"
31635 has_inner_box 0
31636 inner_pos "c"
31637 use_parbox 0
31638 use_makebox 0
31639 width "1in"
31640 special "width"
31641 height "1in"
31642 height_special "totalheight"
31643 status collapsed
31644
31645 \begin_layout Plain Layout
31646 mit rotiertem
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657 }
31658 \end_layout
31659
31660 \end_inset
31661
31662  umrandeten Text 
31663 \begin_inset ERT
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667
31668
31669 \backslash
31670 rotatebox[origin=lb]{60}{
31671 \end_layout
31672
31673 \end_inset
31674
31675
31676 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31677 \end_inset
31678
31679
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685 }
31686 \end_layout
31687
31688 \end_inset
31689
31690  und einer Formel.
31691 \end_layout
31692
31693 \begin_layout Standard
31694 Oder ein Bild oder Tabelle:
31695 \end_layout
31696
31697 \begin_layout Standard
31698 Dies ist eine Zeile 
31699 \begin_inset ERT
31700 status collapsed
31701
31702 \begin_layout Plain Layout
31703
31704
31705 \backslash
31706 rotatebox[origin=lb]{90}{
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \begin_inset Graphics
31713         filename ../clipart/platypus.eps
31714         lyxscale 50
31715         width 25col%
31716
31717 \end_inset
31718
31719
31720 \begin_inset ERT
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724
31725 }
31726 \end_layout
31727
31728 \end_inset
31729
31730  mit einem rotierten Bild 
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 rotatebox[origin=l]{-90}{
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \begin_inset Tabular
31745 <lyxtabular version="3" rows="2" columns="2">
31746 <features tabularvalignment="middle">
31747 <column alignment="center" valignment="top" width="0">
31748 <column alignment="center" valignment="top" width="0">
31749 <row>
31750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31751 \begin_inset Text
31752
31753 \begin_layout Plain Layout
31754 q
31755 \end_layout
31756
31757 \end_inset
31758 </cell>
31759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31760 \begin_inset Text
31761
31762 \begin_layout Plain Layout
31763 w
31764 \end_layout
31765
31766 \end_inset
31767 </cell>
31768 </row>
31769 <row>
31770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774 e
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31780 \begin_inset Text
31781
31782 \begin_layout Plain Layout
31783 r
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 </row>
31789 </lyxtabular>
31790
31791 \end_inset
31792
31793
31794 \begin_inset ERT
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798
31799 }
31800 \end_layout
31801
31802 \end_inset
31803
31804  und Tabelle.
31805 \end_layout
31806
31807 \begin_layout Subsection
31808 Skalierte Boxen
31809 \begin_inset Index idx
31810 status collapsed
31811
31812 \begin_layout Plain Layout
31813 Boxen ! skalierte
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \begin_inset Index idx
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823 Skaliertes Material
31824 \end_layout
31825
31826 \end_inset
31827
31828
31829 \begin_inset Index idx
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833 Abbildungen ! skalierte
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \begin_inset Index idx
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843 Tabellen ! skalierte
31844 \end_layout
31845
31846 \end_inset
31847
31848
31849 \end_layout
31850
31851 \begin_layout Standard
31852 Um Text zu skalieren, kann man die Befehle 
31853 \series bold
31854
31855 \backslash
31856 scalebox
31857 \series default
31858  und 
31859 \series bold
31860
31861 \backslash
31862 resizebox
31863 \series default
31864  im TeX-Modus verwenden.
31865 \end_layout
31866
31867 \begin_layout Standard
31868
31869 \series bold
31870
31871 \backslash
31872 scalebox
31873 \series default
31874  wird nach folgendem Schema verwendet:
31875 \end_layout
31876
31877 \begin_layout Standard
31878
31879 \series bold
31880
31881 \backslash
31882 scalebox{horizontal}[vertikal]{Boxinhalt}
31883 \end_layout
31884
31885 \begin_layout Standard
31886 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31887  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31888  verwendet.
31889 \end_layout
31890
31891 \begin_layout Standard
31892 Z.
31893 \begin_inset space \thinspace{}
31894 \end_inset
31895
31896 B.
31897  ergibt der Befehl 
31898 \series bold
31899
31900 \backslash
31901 scalebox{2}{Hallo}
31902 \series default
31903  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31904 \begin_inset ERT
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908
31909
31910 \backslash
31911 scalebox{2}{
31912 \end_layout
31913
31914 \end_inset
31915
31916 Hallo
31917 \begin_inset ERT
31918 status collapsed
31919
31920 \begin_layout Plain Layout
31921
31922 }
31923 \end_layout
31924
31925 \end_inset
31926
31927 .
31928 \end_layout
31929
31930 \begin_layout Standard
31931
31932 \series bold
31933
31934 \backslash
31935 scalebox{2}[1]{Hallo}
31936 \series default
31937  verzerrt hingegen das 
31938 \begin_inset ERT
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943
31944 \backslash
31945 scalebox{2}[1]{
31946 \end_layout
31947
31948 \end_inset
31949
31950 Hallo
31951 \begin_inset ERT
31952 status collapsed
31953
31954 \begin_layout Plain Layout
31955
31956 }
31957 \end_layout
31958
31959 \end_inset
31960
31961 .
31962 \end_layout
31963
31964 \begin_layout Standard
31965 Die Skalierungsfaktoren dürfen auch negativ sein.
31966  In diesem Fall wird der Boxinhalt gespiegelt.
31967 \end_layout
31968
31969 \begin_layout Standard
31970 Daher lässt sich mit dem Befehl 
31971 \series bold
31972
31973 \backslash
31974 scalebox{-1}[1]{Hallo}
31975 \series default
31976  Spiegelschrift erstellen: 
31977 \begin_inset ERT
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981
31982
31983 \backslash
31984 scalebox{-1}[1]{
31985 \end_layout
31986
31987 \end_inset
31988
31989 Hallo
31990 \begin_inset ERT
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994
31995 }
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \begin_layout Standard
32004
32005 \series bold
32006
32007 \backslash
32008 scalebox{1}[-1]{Hallo}
32009 \series default
32010  spiegelt das 
32011 \begin_inset ERT
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 scalebox{1}[-1]{
32019 \end_layout
32020
32021 \end_inset
32022
32023 Hallo
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029 }
32030 \end_layout
32031
32032 \end_inset
32033
32034  an der Grundlinie.
32035 \end_layout
32036
32037 \begin_layout Standard
32038 Zu 
32039 \series bold
32040
32041 \backslash
32042 scalebox{-1}[1]{Boxinhalt}
32043 \series default
32044  gibt es den äquivalenten Befehl
32045 \begin_inset Newline newline
32046 \end_inset
32047
32048
32049 \series bold
32050
32051 \backslash
32052 reflectbox{Boxinhalt}
32053 \series default
32054 .
32055 \end_layout
32056
32057 \begin_layout Standard
32058 \begin_inset VSpace bigskip
32059 \end_inset
32060
32061
32062 \series bold
32063
32064 \backslash
32065 resizebox
32066 \series default
32067  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
32068  skalieren.
32069  Das Befehlsschema ist folgendes:
32070 \end_layout
32071
32072 \begin_layout Standard
32073
32074 \series bold
32075
32076 \backslash
32077 resizebox{Breite}{Höhe}{Boxinhalt}
32078 \end_layout
32079
32080 \begin_layout Standard
32081 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
32082 \series bold
32083 !
32084 \series default
32085  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
32086  wird.
32087 \end_layout
32088
32089 \begin_layout Standard
32090 Der Befehl 
32091 \series bold
32092
32093 \backslash
32094 resizebox{2cm}{1cm}{Hallo}
32095 \series default
32096  ergibt: 
32097 \begin_inset ERT
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101
32102
32103 \backslash
32104 resizebox{2cm}{1cm}{
32105 \end_layout
32106
32107 \end_inset
32108
32109 Hallo
32110 \begin_inset ERT
32111 status collapsed
32112
32113 \begin_layout Plain Layout
32114
32115 }
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \begin_inset Newline newline
32122 \end_inset
32123
32124 Der Befehl 
32125 \series bold
32126
32127 \backslash
32128 resizebox{2cm}{!}{Hallo}
32129 \series default
32130  ergibt: 
32131 \begin_inset ERT
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135
32136
32137 \backslash
32138 resizebox{2cm}{!}{
32139 \end_layout
32140
32141 \end_inset
32142
32143 Hallo
32144 \begin_inset ERT
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148
32149 }
32150 \end_layout
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset VSpace bigskip
32159 \end_inset
32160
32161
32162 \begin_inset Note Greyedout
32163 status open
32164
32165 \begin_layout Plain Layout
32166
32167 \series bold
32168 Bemerkung:
32169 \series default
32170  Wurde in Argumenten von 
32171 \series bold
32172
32173 \backslash
32174 scalebox
32175 \series default
32176  oder 
32177 \series bold
32178
32179 \backslash
32180 resizebox
32181 \series default
32182  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
32183  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
32184  werden.
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \begin_layout Standard
32193 \begin_inset VSpace bigskip
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Standard
32200 Alle Boxen können beliebig miteinander kombiniert werden.
32201  So ergibt z.
32202 \begin_inset space \thinspace{}
32203 \end_inset
32204
32205 B.
32206  der Befehl
32207 \begin_inset Newline newline
32208 \end_inset
32209
32210
32211 \series bold
32212
32213 \backslash
32214 rotatebox[origin=c]{-45}{
32215 \backslash
32216 resizebox{2cm}{!}{
32217 \backslash
32218 reflectbox{Hallo}}}
32219 \series default
32220 :
32221 \end_layout
32222
32223 \begin_layout Standard
32224 \align center
32225 \begin_inset ERT
32226 status collapsed
32227
32228 \begin_layout Plain Layout
32229
32230
32231 \backslash
32232 rotatebox[origin=c]{-45}{
32233 \backslash
32234 resizebox{2cm}{!}{
32235 \backslash
32236 reflectbox{
32237 \end_layout
32238
32239 \end_inset
32240
32241 Hallo
32242 \begin_inset ERT
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246
32247 }}}
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \end_layout
32254
32255 \begin_layout Standard
32256 \noindent
32257 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
32258 \end_layout
32259
32260 \begin_layout Standard
32261 \align center
32262 \begin_inset ERT
32263 status collapsed
32264
32265 \begin_layout Plain Layout
32266
32267
32268 \backslash
32269 rotatebox[origin=c]{-30}{
32270 \backslash
32271 resizebox{2cm}{!}{
32272 \backslash
32273 reflectbox{
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \begin_inset Graphics
32280         filename ../clipart/platypus.eps
32281         lyxscale 50
32282         width 25col%
32283
32284 \end_inset
32285
32286
32287 \begin_inset ERT
32288 status collapsed
32289
32290 \begin_layout Plain Layout
32291
32292 }}}
32293 \end_layout
32294
32295 \end_inset
32296
32297
32298 \begin_inset ERT
32299 status collapsed
32300
32301 \begin_layout Plain Layout
32302
32303
32304 \backslash
32305 rotatebox[origin=c]{-45}{
32306 \backslash
32307 resizebox{2cm}{!}{
32308 \backslash
32309 reflectbox{
32310 \end_layout
32311
32312 \end_inset
32313
32314
32315 \begin_inset Tabular
32316 <lyxtabular version="3" rows="2" columns="2">
32317 <features tabularvalignment="middle">
32318 <column alignment="center" valignment="top" width="0">
32319 <column alignment="center" valignment="top" width="0">
32320 <row>
32321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325 q
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32331 \begin_inset Text
32332
32333 \begin_layout Plain Layout
32334 w
32335 \end_layout
32336
32337 \end_inset
32338 </cell>
32339 </row>
32340 <row>
32341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32342 \begin_inset Text
32343
32344 \begin_layout Plain Layout
32345 e
32346 \end_layout
32347
32348 \end_inset
32349 </cell>
32350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32351 \begin_inset Text
32352
32353 \begin_layout Plain Layout
32354 r
32355 \end_layout
32356
32357 \end_inset
32358 </cell>
32359 </row>
32360 </lyxtabular>
32361
32362 \end_inset
32363
32364
32365 \begin_inset ERT
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369
32370 }}}
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \begin_inset ERT
32377 status collapsed
32378
32379 \begin_layout Plain Layout
32380
32381
32382 \backslash
32383 rotatebox[origin=c]{-45}{
32384 \backslash
32385 resizebox{2cm}{!}{
32386 \backslash
32387 reflectbox{
32388 \end_layout
32389
32390 \end_inset
32391
32392
32393 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32394 \end_inset
32395
32396
32397 \begin_inset ERT
32398 status collapsed
32399
32400 \begin_layout Plain Layout
32401
32402 }}}
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \end_layout
32409
32410 \begin_layout Standard
32411 Hat man den globalen Formelstil 
32412 \series bold
32413 fleqn
32414 \series default
32415
32416 \begin_inset Foot
32417 status collapsed
32418
32419 \begin_layout Plain Layout
32420 Wenn 
32421 \begin_inset Quotes gld
32422 \end_inset
32423
32424 fleqn
32425 \begin_inset Quotes grd
32426 \end_inset
32427
32428  zu den Dokumentklassen-Optionen hinzugefügt wurde.
32429 \end_layout
32430
32431 \end_inset
32432
32433  gewählt, kann man auch abgesetzte Formeln skalieren.
32434 \end_layout
32435
32436 \begin_layout Chapter
32437 Umflossene Objekte
32438 \begin_inset Index idx
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442 Umflossene Objekte
32443 \end_layout
32444
32445 \end_inset
32446
32447
32448 \end_layout
32449
32450 \begin_layout Section
32451 Umflossene Gleitobjekte
32452 \begin_inset CommandInset label
32453 LatexCommand label
32454 name "sec:Umflossene-Gleitobjekte"
32455
32456 \end_inset
32457
32458
32459 \begin_inset Index idx
32460 status collapsed
32461
32462 \begin_layout Plain Layout
32463 Gleitobjekte ! umflossene
32464 \end_layout
32465
32466 \end_inset
32467
32468
32469 \begin_inset Index idx
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473 Umflossene Objekte ! Gleitobjekte
32474 \end_layout
32475
32476 \end_inset
32477
32478
32479 \end_layout
32480
32481 \begin_layout Standard
32482 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
32483  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
32484  den die Abbildung bzw.
32485 \begin_inset space ~
32486 \end_inset
32487
32488 Tabelle übrig lässt.
32489  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
32490  Sie werden über das Menü
32491 \family sans
32492  Einfügen\SpecialChar \menuseparator
32493 Gleitobjekt\SpecialChar \menuseparator
32494 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
32495 objekt
32496 \family default
32497  eingefügt, wenn das LaTeX-Paket 
32498 \series bold
32499 wrapfig
32500 \series default
32501
32502 \begin_inset Index idx
32503 status collapsed
32504
32505 \begin_layout Plain Layout
32506 LaTeX-Pakete ! wrapfig
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512
32513 \backslash
32514 vspace{4mm}
32515 \end_layout
32516
32517 \end_inset
32518
32519
32520 \end_layout
32521
32522 \end_inset
32523
32524  installiert ist.
32525 \begin_inset Foot
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
32530 \emph on
32531 LaTeX-Konfiguration
32532 \emph default
32533  beschrieben.
32534 \end_layout
32535
32536 \end_inset
32537
32538  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
32539  Box des Gleitobjekts geändert werden.
32540  
32541 \begin_inset Wrap figure
32542 lines 0
32543 placement l
32544 overhang 1cm
32545 width "40col%"
32546 status open
32547
32548 \begin_layout Plain Layout
32549 \begin_inset Graphics
32550         filename ../clipart/mobius.eps
32551         width 40col%
32552         scaleBeforeRotation
32553         rotateOrigin center
32554
32555 \end_inset
32556
32557
32558 \end_layout
32559
32560 \begin_layout Plain Layout
32561 \begin_inset Caption
32562
32563 \begin_layout Plain Layout
32564 \begin_inset CommandInset label
32565 LatexCommand label
32566 name "abb:Dies-ist-eine"
32567
32568 \end_inset
32569
32570 Dies ist eine umflossene Gleitobjekt-Abbildung
32571 \end_layout
32572
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \end_inset
32579
32580  Obligatorische Einstellungen sind die 
32581 \family sans
32582 Breite
32583 \family default
32584  und 
32585 \family sans
32586 Platzierung
32587 \family default
32588  des Gleitobjekts.
32589  Optional sind der 
32590 \family sans
32591 Überhang 
32592 \family default
32593 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
32594 \begin_inset space \thinspace{}
32595 \end_inset
32596
32597 /
32598 \begin_inset space \thinspace{}
32599 \end_inset
32600
32601 der Seite ragt und die 
32602 \family sans
32603 benötigten Zeilen
32604 \family default
32605 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
32606  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
32607  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
32608  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
32609  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
32610  zu lassen.
32611  Abbildung
32612 \begin_inset space ~
32613 \end_inset
32614
32615
32616 \begin_inset CommandInset ref
32617 LatexCommand ref
32618 reference "abb:Dies-ist-eine"
32619
32620 \end_inset
32621
32622  ist zum Beispiel ein umflossenes Bild, das 40
32623 \begin_inset space \thinspace{}
32624 \end_inset
32625
32626 % der Spaltenbreite einnimmt, 1
32627 \begin_inset space \thinspace{}
32628 \end_inset
32629
32630 cm in den Rand ragt und links gesetzt wurde.
32631 \end_layout
32632
32633 \begin_layout Standard
32634 \begin_inset Note Greyedout
32635 status open
32636
32637 \begin_layout Plain Layout
32638
32639 \series bold
32640 Bemerkung:
32641 \series default
32642  Umflossene Objekte sind fragil! Wenn die Abbildung z.
32643 \begin_inset space \thinspace{}
32644 \end_inset
32645
32646 B.
32647  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
32648  oder über anderen Text gedruckt wird.
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \end_layout
32655
32656 \begin_layout Standard
32657 Allgemein gilt für umflossene Gleitobjekte:
32658 \end_layout
32659
32660 \begin_layout Itemize
32661 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
32662  fortgesetzt werden.
32663  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
32664  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
32665 \end_layout
32666
32667 \begin_layout Itemize
32668 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
32669  werden oder darin.
32670 \end_layout
32671
32672 \begin_layout Itemize
32673 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
32674  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
32675 \end_layout
32676
32677 \begin_layout Itemize
32678 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
32679 \end_layout
32680
32681 \begin_layout Itemize
32682 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
32683 \begin_inset space \thinspace{}
32684 \end_inset
32685
32686
32687 \begin_inset CommandInset ref
32688 LatexCommand ref
32689 reference "chap:Gleitobjekte"
32690
32691 \end_inset
32692
32693  beschrieben.
32694 \end_layout
32695
32696 \begin_layout Section
32697 Umflossene Fixe Objekte
32698 \begin_inset Index idx
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 Umflossene Objekte ! Fixe Objekte
32703 \end_layout
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 Die in Abschnitt
32712 \begin_inset space ~
32713 \end_inset
32714
32715
32716 \begin_inset CommandInset ref
32717 LatexCommand ref
32718 reference "sec:Umflossene-Gleitobjekte"
32719
32720 \end_inset
32721
32722  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
32723 \end_layout
32724
32725 \begin_layout Standard
32726 \noindent
32727 \align center
32728 \begin_inset Tabular
32729 <lyxtabular version="3" rows="2" columns="2">
32730 <features tabularvalignment="middle">
32731 <column alignment="center" valignment="top" width="0">
32732 <column alignment="center" valignment="top" width="0">
32733 <row>
32734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32735 \begin_inset Text
32736
32737 \begin_layout Plain Layout
32738 \begin_inset Graphics
32739         filename ../../images/dialog-show-new-inset_graphics.png
32740         scale 70
32741         scaleBeforeRotation
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \end_inset
32749 </cell>
32750 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32751 \begin_inset Text
32752
32753 \begin_layout Plain Layout
32754 Text
32755 \end_layout
32756
32757 \end_inset
32758 </cell>
32759 </row>
32760 <row>
32761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32762 \begin_inset Text
32763
32764 \begin_layout Plain Layout
32765 Text
32766 \end_layout
32767
32768 \end_inset
32769 </cell>
32770 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32771 \begin_inset Text
32772
32773 \begin_layout Plain Layout
32774 Text
32775 \end_layout
32776
32777 \end_inset
32778 </cell>
32779 </row>
32780 </lyxtabular>
32781
32782 \end_inset
32783
32784  oder 
32785 \begin_inset Tabular
32786 <lyxtabular version="3" rows="2" columns="2">
32787 <features tabularvalignment="middle">
32788 <column alignment="center" valignment="top" width="0">
32789 <column alignment="center" valignment="top" width="0">
32790 <row>
32791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32792 \begin_inset Text
32793
32794 \begin_layout Plain Layout
32795 Text
32796 \end_layout
32797
32798 \end_inset
32799 </cell>
32800 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32801 \begin_inset Text
32802
32803 \begin_layout Plain Layout
32804 \begin_inset Graphics
32805         filename ../../images/dialog-show-new-inset_graphics.png
32806         scale 70
32807         scaleBeforeRotation
32808
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 </row>
32817 <row>
32818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822 Text
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 Text
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 </row>
32837 </lyxtabular>
32838
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
32846  wurde, um z.
32847 \begin_inset space \thinspace{}
32848 \end_inset
32849
32850 B.
32851  solche Positionen zu erhalten:
32852 \begin_inset VSpace defskip
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Standard
32859 \noindent
32860 \align center
32861 \begin_inset Tabular
32862 <lyxtabular version="3" rows="2" columns="2">
32863 <features tabularvalignment="middle">
32864 <column alignment="center" valignment="top" width="0">
32865 <column alignment="center" valignment="top" width="0">
32866 <row>
32867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 Text
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 Text
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 </row>
32886 <row>
32887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891 \begin_inset Graphics
32892         filename ../../images/dialog-show-new-inset_graphics.png
32893         scale 70
32894         scaleBeforeRotation
32895
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 Text
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 </row>
32913 </lyxtabular>
32914
32915 \end_inset
32916
32917  
32918 \begin_inset Tabular
32919 <lyxtabular version="3" rows="2" columns="2">
32920 <features tabularvalignment="middle">
32921 <column alignment="center" valignment="top" width="0">
32922 <column alignment="center" valignment="top" width="0">
32923 <row>
32924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 Text
32929 \end_layout
32930
32931 \end_inset
32932 </cell>
32933 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 Text
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 </row>
32943 <row>
32944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32945 \begin_inset Text
32946
32947 \begin_layout Plain Layout
32948 Text
32949 \end_layout
32950
32951 \end_inset
32952 </cell>
32953 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957 \begin_inset Graphics
32958         filename ../../images/dialog-show-new-inset_graphics.png
32959         scale 70
32960         scaleBeforeRotation
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \end_inset
32968 </cell>
32969 </row>
32970 </lyxtabular>
32971
32972 \end_inset
32973
32974  
32975 \begin_inset Tabular
32976 <lyxtabular version="3" rows="2" columns="3">
32977 <features tabularvalignment="middle">
32978 <column alignment="center" valignment="top" width="0">
32979 <column alignment="center" valignment="top" width="0">
32980 <column alignment="center" valignment="top" width="0">
32981 <row>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 Text
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 <cell alignment="center" valignment="top" topline="true" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995 \begin_inset Graphics
32996         filename ../../images/dialog-show-new-inset_graphics.png
32997         scale 70
32998         scaleBeforeRotation
32999
33000 \end_inset
33001
33002
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33008 \begin_inset Text
33009
33010 \begin_layout Plain Layout
33011 Text
33012 \end_layout
33013
33014 \end_inset
33015 </cell>
33016 </row>
33017 <row>
33018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 Text
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33028 \begin_inset Text
33029
33030 \begin_layout Plain Layout
33031 Text
33032 \end_layout
33033
33034 \end_inset
33035 </cell>
33036 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33037 \begin_inset Text
33038
33039 \begin_layout Plain Layout
33040 Text
33041 \end_layout
33042
33043 \end_inset
33044 </cell>
33045 </row>
33046 </lyxtabular>
33047
33048 \end_inset
33049
33050  
33051 \begin_inset Tabular
33052 <lyxtabular version="3" rows="2" columns="3">
33053 <features tabularvalignment="middle">
33054 <column alignment="center" valignment="top" width="0">
33055 <column alignment="center" valignment="top" width="0">
33056 <column alignment="center" valignment="top" width="0">
33057 <row>
33058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 Text
33063 \end_layout
33064
33065 \end_inset
33066 </cell>
33067 <cell alignment="center" valignment="top" topline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 Text
33072 \end_layout
33073
33074 \end_inset
33075 </cell>
33076 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33077 \begin_inset Text
33078
33079 \begin_layout Plain Layout
33080 Text
33081 \end_layout
33082
33083 \end_inset
33084 </cell>
33085 </row>
33086 <row>
33087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 Text
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33097 \begin_inset Text
33098
33099 \begin_layout Plain Layout
33100 \begin_inset Graphics
33101         filename ../../images/dialog-show-new-inset_graphics.png
33102         scale 70
33103         scaleBeforeRotation
33104
33105 \end_inset
33106
33107
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 Text
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 </row>
33122 </lyxtabular>
33123
33124 \end_inset
33125
33126
33127 \end_layout
33128
33129 \begin_layout Standard
33130 \noindent
33131 \align center
33132 \begin_inset Tabular
33133 <lyxtabular version="3" rows="3" columns="2">
33134 <features tabularvalignment="middle">
33135 <column alignment="center" valignment="top" width="0">
33136 <column alignment="center" valignment="top" width="0">
33137 <row>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 Text
33143 \end_layout
33144
33145 \end_inset
33146 </cell>
33147 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 Text
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 </row>
33157 <row>
33158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 \begin_inset Graphics
33163         filename ../../images/dialog-show-new-inset_graphics.png
33164         scale 70
33165         scaleBeforeRotation
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178 Text
33179 \end_layout
33180
33181 \end_inset
33182 </cell>
33183 </row>
33184 <row>
33185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33186 \begin_inset Text
33187
33188 \begin_layout Plain Layout
33189 Text
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198 Text
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 </row>
33204 </lyxtabular>
33205
33206 \end_inset
33207
33208  
33209 \begin_inset Tabular
33210 <lyxtabular version="3" rows="3" columns="3">
33211 <features tabularvalignment="middle">
33212 <column alignment="center" valignment="top" width="0">
33213 <column alignment="center" valignment="top" width="0">
33214 <column alignment="center" valignment="top" width="0">
33215 <row>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Plain Layout
33220 Text
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 <cell alignment="center" valignment="top" topline="true" usebox="none">
33226 \begin_inset Text
33227
33228 \begin_layout Plain Layout
33229 Text
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238 Text
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 </row>
33244 <row>
33245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 Text
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 \begin_inset Graphics
33259         filename ../../images/dialog-show-new-inset_graphics.png
33260         scale 70
33261         scaleBeforeRotation
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \end_inset
33269 </cell>
33270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Plain Layout
33274 Text
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 </row>
33280 <row>
33281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 Text
33286 \end_layout
33287
33288 \end_inset
33289 </cell>
33290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 Text
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 Text
33304 \end_layout
33305
33306 \end_inset
33307 </cell>
33308 </row>
33309 </lyxtabular>
33310
33311 \end_inset
33312
33313  
33314 \begin_inset Tabular
33315 <lyxtabular version="3" rows="3" columns="2">
33316 <features tabularvalignment="middle">
33317 <column alignment="center" valignment="top" width="0">
33318 <column alignment="center" valignment="top" width="0">
33319 <row>
33320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33321 \begin_inset Text
33322
33323 \begin_layout Plain Layout
33324 Text
33325 \end_layout
33326
33327 \end_inset
33328 </cell>
33329 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 Text
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 </row>
33339 <row>
33340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33341 \begin_inset Text
33342
33343 \begin_layout Plain Layout
33344 Text
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353 \begin_inset Graphics
33354         filename ../../images/dialog-show-new-inset_graphics.png
33355         scale 70
33356         scaleBeforeRotation
33357
33358 \end_inset
33359
33360
33361 \end_layout
33362
33363 \end_inset
33364 </cell>
33365 </row>
33366 <row>
33367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33368 \begin_inset Text
33369
33370 \begin_layout Plain Layout
33371 Text
33372 \end_layout
33373
33374 \end_inset
33375 </cell>
33376 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33377 \begin_inset Text
33378
33379 \begin_layout Plain Layout
33380 Text
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 </row>
33386 </lyxtabular>
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Standard
33394 \noindent
33395 kann man das LaTeX-Paket 
33396 \series bold
33397 picinpar
33398 \series default
33399
33400 \begin_inset Index idx
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404 LaTeX-Pakete ! picinpar
33405 \end_layout
33406
33407 \end_inset
33408
33409  benutzen.
33410  Hier ist ein Beispiel:
33411 \end_layout
33412
33413 \begin_layout Standard
33414 \begin_inset ERT
33415 status collapsed
33416
33417 \begin_layout Plain Layout
33418
33419
33420 \backslash
33421 ifpicinpar
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \begin_inset Note Note
33428 status open
33429
33430 \begin_layout Plain Layout
33431 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
33432 \series bold
33433 picinpar
33434 \series default
33435  installiert ist.
33436 \end_layout
33437
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \begin_layout Standard
33444 \begin_inset ERT
33445 status collapsed
33446
33447 \begin_layout Plain Layout
33448
33449
33450 \backslash
33451 begin{window}[2,c,{
33452 \end_layout
33453
33454 \end_inset
33455
33456
33457 \begin_inset Graphics
33458         filename ../clipart/mobius.eps
33459         lyxscale 60
33460         width 40col%
33461         scaleBeforeRotation
33462         rotateOrigin center
33463
33464 \end_inset
33465
33466
33467 \begin_inset ERT
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471
33472 },]
33473 \end_layout
33474
33475 \begin_layout Plain Layout
33476
33477 {}
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \size small
33484 \lang english
33485 It was in the spring of the year 1894 that all London was interested, and
33486  the fashionable world dismayed, by the murder of the Honourable Ronald
33487  Adair under most unusual and inexplicable circumstances.
33488  The public has already learned those particulars of the crime which
33489 \size default
33490
33491 \begin_inset ERT
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495
33496
33497 \backslash
33498 footnotemark{}
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \size small
33505  came out in the police investigation, but a good deal was suppressed upon
33506  that occasion, since the case for the prosecution was so overwhelmingly
33507  strong that it was not necessary to bring forward all the facts.
33508  Only now, at the end of nearly ten years, am I allowed to supply those
33509  missing links which make up the whole of that remarkable chain.
33510 \size default
33511 \lang ngerman
33512
33513 \begin_inset ERT
33514 status collapsed
33515
33516 \begin_layout Plain Layout
33517
33518
33519 \backslash
33520 end{window}
33521 \end_layout
33522
33523 \end_inset
33524
33525
33526 \end_layout
33527
33528 \begin_layout Standard
33529 \begin_inset ERT
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533
33534
33535 \backslash
33536 footnotetext{
33537 \end_layout
33538
33539 \end_inset
33540
33541 Fußnote des Absatzes mit fixem Objekt.
33542 \begin_inset ERT
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546
33547 }
33548 \end_layout
33549
33550 \end_inset
33551
33552
33553 \end_layout
33554
33555 \begin_layout Standard
33556 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
33557  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
33558  vertikale Position im Text bestimmen kann.
33559  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
33560  beschriftet werden.
33561 \end_layout
33562
33563 \begin_layout Standard
33564 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
33565  Befehl
33566 \end_layout
33567
33568 \begin_layout Standard
33569
33570 \series bold
33571
33572 \backslash
33573 begin{window}[2,c,{
33574 \end_layout
33575
33576 \begin_layout Standard
33577 als TeX-Code einfügt.
33578  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
33579  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
33580  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
33581  Danach fügt man das Objekt ein.
33582  In diesem Beispiel wurde ein Bild der Breite von 40
33583 \begin_inset space \thinspace{}
33584 \end_inset
33585
33586 % der Textspaltenbreite eingefügt.
33587  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
33588  Nach dem Objekt fügt man den Befehl
33589 \end_layout
33590
33591 \begin_layout Standard
33592
33593 \series bold
33594 },Beschreibungstext]
33595 \begin_inset Newline newline
33596 \end_inset
33597
33598 {}
33599 \end_layout
33600
33601 \begin_layout Standard
33602 ein.
33603  Man beachte dass das 
33604 \begin_inset Quotes gld
33605 \end_inset
33606
33607
33608 \series bold
33609 {}
33610 \series default
33611
33612 \begin_inset Quotes grd
33613 \end_inset
33614
33615  in der zweiten Zeile steht.
33616  Der Beschreibungstext ist optional.
33617  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
33618  das Objekt befinden, also direkt nach dem 
33619 \series bold
33620 {}
33621 \series default
33622  beginnen.
33623  Am Ende des Absatzes fügt man folgenden Befehl ein:
33624 \end_layout
33625
33626 \begin_layout Standard
33627
33628 \series bold
33629
33630 \backslash
33631 end{window}
33632 \end_layout
33633
33634 \begin_layout Standard
33635 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
33636  man muss stattdessen den Befehl 
33637 \series bold
33638
33639 \backslash
33640 footnotemark
33641 \series default
33642  verwenden.
33643  Außerhalb des Absatzes den Befehl 
33644 \series bold
33645
33646 \backslash
33647 footnotetext
33648 \series default
33649 , wie es in Abschnitt
33650 \begin_inset space ~
33651 \end_inset
33652
33653
33654 \begin_inset CommandInset ref
33655 LatexCommand ref
33656 reference "abs:Fußnoten"
33657
33658 \end_inset
33659
33660  beschrieben ist.
33661 \end_layout
33662
33663 \begin_layout Standard
33664 \begin_inset ERT
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668
33669
33670 \backslash
33671 else
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \begin_inset Note Note
33678 status open
33679
33680 \begin_layout Plain Layout
33681 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
33682 \series bold
33683 picinpar
33684 \series default
33685  nicht installiert ist:
33686 \end_layout
33687
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \begin_layout Standard
33694 Das LaTeX-Paket 
33695 \series bold
33696 picinpar
33697 \series default
33698  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33699 \end_layout
33700
33701 \begin_layout Standard
33702 \begin_inset ERT
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706
33707
33708 \backslash
33709 fi
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Section
33718 Initiale
33719 \begin_inset Index idx
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723 Initiale
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \begin_inset Index idx
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733 Umflossene Objekte ! Initiale
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \begin_layout Standard
33742 Für Initialen muss das LaTeX-Paket 
33743 \series bold
33744 lettrine
33745 \series default
33746
33747 \begin_inset Index idx
33748 status collapsed
33749
33750 \begin_layout Plain Layout
33751 LaTeX-Pakete ! lettrine
33752 \end_layout
33753
33754 \end_inset
33755
33756  installiert sein und das Modul 
33757 \family sans
33758 Initialen
33759 \family default
33760  im Dokument verwendet werden (Menü 
33761 \family sans
33762 Dokument\SpecialChar \menuseparator
33763 Einstellungen\SpecialChar \menuseparator
33764 Module
33765 \family default
33766 ).
33767  Um eine Initiale einzufügen, verwendet man den Stil 
33768 \family sans
33769 Initiale
33770 \family default
33771 .
33772  Dieser Stil hat ein obligatorisches und ein optionales Argument.
33773  Das obligatorische Argument wird über das Menü 
33774 \family sans
33775 Einfügen\SpecialChar \menuseparator
33776 Kurztitel
33777 \family default
33778  eingefügt und enthält den Buchstaben, der die Initiale bildet.
33779  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
33780  vor dem obligatorischen ein.
33781  Dieses enthält Parameter um die Initiale zu modifizieren.
33782  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
33783  von 
33784 \series bold
33785 lettrine
33786 \series default
33787
33788 \begin_inset CommandInset citation
33789 LatexCommand cite
33790 key "lettrine"
33791
33792 \end_inset
33793
33794 .
33795  Der Stil selbst enthält den Text, der die Initiale umgibt.
33796  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
33797  Initiale ist, in 
33798 \shape smallcaps
33799 Kapitälchen
33800 \shape default
33801  gedruckt wird.
33802  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
33803  schließende geschweifte Klammer '
33804 \series bold
33805 }
33806 \series default
33807 ' als TeX-Code ein.
33808  Am Ende des Stils muss eine öffnende geschweifte Klammer '
33809 \series bold
33810 {
33811 \series default
33812 ' als TeX-Code stehen.
33813 \end_layout
33814
33815 \begin_layout Standard
33816 \begin_inset Newpage newpage
33817 \end_inset
33818
33819
33820 \end_layout
33821
33822 \begin_layout Standard
33823 Hier sind einige Beispiele:
33824 \end_layout
33825
33826 \begin_layout Standard
33827 \begin_inset ERT
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831
33832
33833 \backslash
33834 iflettrine
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \begin_inset Note Note
33841 status open
33842
33843 \begin_layout Plain Layout
33844 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
33845 \series bold
33846 lettrine
33847 \series default
33848  installiert ist.
33849 \end_layout
33850
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \begin_layout Enumerate
33857 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
33858
33859 \begin_inset Formula $\mathfrak{Fraktur}$
33860 \end_inset
33861
33862 :
33863 \end_layout
33864
33865 \begin_deeper
33866 \begin_layout Initial
33867 \begin_inset Argument
33868 status open
33869
33870 \begin_layout Plain Layout
33871 \begin_inset Formula $\mathfrak{I}$
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \end_inset
33878
33879 t
33880 \begin_inset ERT
33881 status collapsed
33882
33883 \begin_layout Plain Layout
33884
33885 }
33886 \end_layout
33887
33888 \end_inset
33889
33890  
33891 \lang english
33892 was in the spring of the year 1894 that all London was interested, and the
33893  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33894  under most unusual and inexplicable circumstances.
33895  The public has already learned those particulars of the crime which came
33896  out in the police investigation, but a good deal was suppressed upon that
33897  occasion, since the case for the prosecution was so overwhelmingly strong
33898  that it was not necessary to bring forward all the facts.
33899 \lang ngerman
33900
33901 \begin_inset ERT
33902 status collapsed
33903
33904 \begin_layout Plain Layout
33905
33906 {
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \end_deeper
33915 \begin_layout Enumerate
33916 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
33917  besteht und kein Text ist in 
33918 \shape smallcaps
33919 Kapitälchen
33920 \shape default
33921 :
33922 \end_layout
33923
33924 \begin_deeper
33925 \begin_layout Initial
33926 \begin_inset Argument
33927 status open
33928
33929 \begin_layout Plain Layout
33930 lines=1
33931 \end_layout
33932
33933 \end_inset
33934
33935
33936 \begin_inset Argument
33937 status open
33938
33939 \begin_layout Plain Layout
33940 It
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \begin_inset ERT
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950
33951 }
33952 \end_layout
33953
33954 \end_inset
33955
33956  
33957 \lang english
33958 was in the spring of the year 1894 that all London was interested, and the
33959  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33960  under most unusual and inexplicable circumstances.
33961  The public has already learned those particulars of the crime which came
33962  out in the police investigation, but a good deal was suppressed upon that
33963  occasion, since the case for the prosecution was so overwhelmingly strong
33964  that it was not necessary to bring forward all the facts.
33965 \lang ngerman
33966
33967 \begin_inset ERT
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971
33972 {
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \end_deeper
33981 \begin_layout Enumerate
33982 Magenta, hängende Initiale über 3
33983 \begin_inset space ~
33984 \end_inset
33985
33986 Zeilen in der Mathe-Schrift
33987 \begin_inset Newline newline
33988 \end_inset
33989
33990  
33991 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
33992 \end_inset
33993
33994 , der Text 
33995 \begin_inset Quotes gld
33996 \end_inset
33997
33998
33999 \lang english
34000 was in the spring
34001 \lang ngerman
34002
34003 \begin_inset Quotes erd
34004 \end_inset
34005
34006  ist in 
34007 \shape smallcaps
34008 Kapitälchen
34009 \shape default
34010 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
34011 \begin_inset Newline newline
34012 \end_inset
34013
34014
34015 \series bold
34016
34017 \backslash
34018 renewcommand{
34019 \backslash
34020 LettrineFontHook}{
34021 \backslash
34022 color{Farbe}}
34023 \series default
34024
34025 \begin_inset Newline newline
34026 \end_inset
34027
34028 wobei 
34029 \emph on
34030 Farbe
34031 \emph default
34032  
34033 \begin_inset Quotes gld
34034 \end_inset
34035
34036 red
34037 \begin_inset Quotes erd
34038 \end_inset
34039
34040
34041 \begin_inset Quotes gld
34042 \end_inset
34043
34044 blue
34045 \begin_inset Quotes erd
34046 \end_inset
34047
34048
34049 \begin_inset Quotes gld
34050 \end_inset
34051
34052 green
34053 \begin_inset Quotes erd
34054 \end_inset
34055
34056
34057 \begin_inset Quotes gld
34058 \end_inset
34059
34060 yellow
34061 \begin_inset Quotes erd
34062 \end_inset
34063
34064
34065 \begin_inset Quotes gld
34066 \end_inset
34067
34068 cyan
34069 \begin_inset Quotes erd
34070 \end_inset
34071
34072
34073 \begin_inset Quotes gld
34074 \end_inset
34075
34076 magenta
34077 \begin_inset Quotes erd
34078 \end_inset
34079
34080
34081 \begin_inset Quotes gld
34082 \end_inset
34083
34084 black
34085 \begin_inset Quotes erd
34086 \end_inset
34087
34088  oder 
34089 \begin_inset Quotes gld
34090 \end_inset
34091
34092 white
34093 \begin_inset Quotes erd
34094 \end_inset
34095
34096  sein kann, und diesen Befehl zur Dokument Präambel hinzufügen:
34097 \begin_inset Newline newline
34098 \end_inset
34099
34100
34101 \series bold
34102
34103 \backslash
34104 @ifundefined{textcolor}
34105 \begin_inset Newline newline
34106 \end_inset
34107
34108
34109 \begin_inset space ~
34110 \end_inset
34111
34112 {
34113 \backslash
34114 usepackage{color}}{}
34115 \end_layout
34116
34117 \begin_deeper
34118 \begin_layout Standard
34119 \begin_inset ERT
34120 status collapsed
34121
34122 \begin_layout Plain Layout
34123
34124
34125 \backslash
34126 renewcommand{
34127 \backslash
34128 LettrineFontHook}{
34129 \backslash
34130 color{magenta}}
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \begin_inset Note Note
34137 status open
34138
34139 \begin_layout Plain Layout
34140 macht die Initiale magenta
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Initial
34149 \begin_inset Argument
34150 status open
34151
34152 \begin_layout Plain Layout
34153 lines=3, lhang=0.33, loversize=0.25
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \begin_inset Argument
34160 status open
34161
34162 \begin_layout Plain Layout
34163 \begin_inset Formula $\mathcal{I}$
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \end_inset
34170
34171
34172 \lang english
34173 t was in the spring
34174 \lang ngerman
34175
34176 \begin_inset ERT
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180
34181 }
34182 \end_layout
34183
34184 \end_inset
34185
34186  
34187 \lang english
34188 of the year 1894 that all London was interested, and the fashionable world
34189  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34190  and inexplicable circumstances.
34191  The public has already learned those particulars of the crime which came
34192  out in the police investigation, but a good deal was suppressed upon that
34193  occasion, since the case for the prosecution was so overwhelmingly strong
34194  that it was not necessary to bring forward all the facts.
34195 \family sans
34196 \lang ngerman
34197
34198 \begin_inset ERT
34199 status collapsed
34200
34201 \begin_layout Plain Layout
34202
34203 {
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \end_deeper
34212 \begin_layout Standard
34213 \begin_inset ERT
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217
34218
34219 \backslash
34220 else
34221 \end_layout
34222
34223 \end_inset
34224
34225
34226 \begin_inset Note Note
34227 status open
34228
34229 \begin_layout Plain Layout
34230 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
34231 \series bold
34232 lettrine
34233 \series default
34234  nicht installiert ist:
34235 \end_layout
34236
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \begin_layout Standard
34243 Das LaTeX-Paket 
34244 \series bold
34245 lettrine
34246 \series default
34247  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
34248 \end_layout
34249
34250 \begin_layout Standard
34251 \begin_inset ERT
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255
34256
34257 \backslash
34258 fi
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \begin_layout Chapter
34267 Externe Dateien
34268 \begin_inset Index idx
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272 Dateien ! externe
34273 \end_layout
34274
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \begin_layout Standard
34281 Mit 
34282 \family sans
34283 Einfügen\SpecialChar \menuseparator
34284 Datei
34285 \family default
34286  können Sie fremdes Material in Ihr Dokument einsetzen.
34287  Das kann folgendes sein:
34288 \end_layout
34289
34290 \begin_layout Description
34291 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
34292  eingefügt.
34293 \end_layout
34294
34295 \begin_layout Description
34296 Einfacher
34297 \begin_inset space ~
34298 \end_inset
34299
34300 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
34301  eingefügt.
34302 \end_layout
34303
34304 \begin_layout Description
34305 Einfacher
34306 \begin_inset space ~
34307 \end_inset
34308
34309 Text,
34310 \begin_inset space ~
34311 \end_inset
34312
34313 Zeilen
34314 \begin_inset space ~
34315 \end_inset
34316
34317 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
34318  Leerzeilen trennen die Absätze.
34319 \end_layout
34320
34321 \begin_layout Description
34322 Externes
34323 \begin_inset space ~
34324 \end_inset
34325
34326 Material Dateien in verschiedenen Formaten.
34327 \end_layout
34328
34329 \begin_layout Description
34330 Unterdokument LyX- oder LaTeX-Dokumente.
34331 \end_layout
34332
34333 \begin_layout Section
34334 Externes Material
34335 \begin_inset Index idx
34336 status collapsed
34337
34338 \begin_layout Plain Layout
34339 Externes Material
34340 \end_layout
34341
34342 \end_inset
34343
34344
34345 \end_layout
34346
34347 \begin_layout Standard
34348 Mit 
34349 \family sans
34350 Einfügen\SpecialChar \menuseparator
34351 Datei\SpecialChar \menuseparator
34352  Externes Material
34353 \family default
34354  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
34355  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
34356  weil LyX sich darum kümmert.
34357  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
34358  eingefügt werden können.
34359  Wenn die Grafikvorschau in den LyX-Einstellungen unter
34360 \family sans
34361  Aussehen
34362 \begin_inset space ~
34363 \end_inset
34364
34365 &
34366 \begin_inset space ~
34367 \end_inset
34368
34369 Handhabung\SpecialChar \menuseparator
34370 Grafik
34371 \family default
34372 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
34373 \end_layout
34374
34375 \begin_layout Standard
34376 Zur Zeit können Sie folgende Dateitypen (
34377 \family sans
34378 Vorlagen
34379 \family default
34380 ) benutzen:
34381 \end_layout
34382
34383 \begin_layout Description
34384 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
34385 \series bold
34386
34387 \begin_inset CommandInset href
34388 LatexCommand href
34389 name "XBoard"
34390 target "http://de.wikipedia.org/wiki/XBoard"
34391
34392 \end_inset
34393
34394
34395 \series default
34396  erzeugt wurden.
34397 \end_layout
34398
34399 \begin_layout Description
34400 Datum fügt ein Datum mit dem Format 
34401 \emph on
34402 Tag-Monat-Jahr
34403 \emph default
34404  ein.
34405  Hier ist ein Beispiel: 
34406 \begin_inset External
34407         template Date
34408         filename .
34409
34410 \end_inset
34411
34412
34413 \begin_inset space ~
34414 \end_inset
34415
34416
34417 \begin_inset Note Note
34418 status open
34419
34420 \begin_layout Plain Layout
34421
34422 \lang english
34423 Remove the protected space when bug 4398 is fixed!
34424 \end_layout
34425
34426 \end_inset
34427
34428
34429 \begin_inset Newline newline
34430 \end_inset
34431
34432 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
34433  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
34434  Menü 
34435 \family sans
34436 Einfügen\SpecialChar \menuseparator
34437 Datum
34438 \family default
34439  und mit dem LaTeX-Befehl 
34440 \series bold
34441
34442 \backslash
34443 today
34444 \series default
34445 .
34446  Die verschiedenen Methoden werden in Tabelle
34447 \begin_inset space ~
34448 \end_inset
34449
34450
34451 \begin_inset CommandInset ref
34452 LatexCommand ref
34453 reference "tab:Vergleich-der-Datums-Eingaben"
34454
34455 \end_inset
34456
34457  verglichen.
34458 \end_layout
34459
34460 \begin_layout Description
34461 Dia unterstützt Diagramme, die mit dem Programm 
34462 \series bold
34463
34464 \begin_inset CommandInset href
34465 LatexCommand href
34466 name "Dia"
34467 target "http://de.wikipedia.org/wiki/Dia_(Software)"
34468
34469 \end_inset
34470
34471
34472 \series default
34473  erzeugt wurden.
34474 \end_layout
34475
34476 \begin_layout Description
34477 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
34478 \series bold
34479
34480 \begin_inset CommandInset href
34481 LatexCommand href
34482 name "Gnumeric"
34483 target "http://de.wikipedia.org/wiki/Gnumeric"
34484
34485 \end_inset
34486
34487
34488 \series default
34489
34490 \begin_inset CommandInset href
34491 LatexCommand href
34492 name "OpenDocument"
34493 target "http://de.wikipedia.org/wiki/OpenDocument"
34494
34495 \end_inset
34496
34497
34498 \begin_inset CommandInset href
34499 LatexCommand href
34500 name "Microsoft Office XML"
34501 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
34502
34503 \end_inset
34504
34505  und 
34506 \begin_inset CommandInset href
34507 LatexCommand href
34508 name "Office Open XML"
34509 target "http://de.wikipedia.org/wiki/Office_Open_XML"
34510
34511 \end_inset
34512
34513  einfügen.
34514  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
34515 \family typewriter
34516 ssconvert
34517 \family default
34518  gefunden haben.
34519  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
34520  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
34521  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
34522 \emph on
34523 spreadsheet.lyx
34524 \emph default
34525 .
34526 \end_layout
34527
34528 \begin_layout Description
34529 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
34530  dem Notensatzprogramm 
34531 \series bold
34532
34533 \begin_inset CommandInset href
34534 LatexCommand href
34535 name "LilyPond"
34536 target "http://de.wikipedia.org/wiki/LilyPond"
34537
34538 \end_inset
34539
34540
34541 \series default
34542  gesetzt werden.
34543  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
34544  
34545 \emph on
34546 lilypond.lyx
34547 \emph default
34548 .
34549 \end_layout
34550
34551 \begin_layout Description
34552 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
34553  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
34554  
34555 \series bold
34556 pages
34557 \series default
34558  im Feld 
34559 \family sans
34560 Option
34561 \family default
34562  in der Karteikarte 
34563 \family sans
34564 LaTeX- und LyX-Optionen
34565 \family default
34566 .
34567  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
34568  (man gibt als Option 
34569 \series bold
34570 pages={3,5,6,8}
34571 \series default
34572  an), Seitenbereiche (
34573 \series bold
34574 pages={4-9}
34575 \series default
34576 ) oder eine Kombination davon enthält.
34577  Um leere Seiten einzufügen, verwendet man {}.
34578  Z.
34579 \begin_inset space \thinspace{}
34580 \end_inset
34581
34582 B.
34583  fügt 
34584 \series bold
34585 pages={3,{},8-11,15}
34586 \series default
34587  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
34588  Seitenbereiche werden mit der Syntax 
34589 \emph on
34590 Start
34591 \emph default
34592 -
34593 \emph on
34594 Stop
34595 \emph default
34596  angegeben.
34597  Dies wählt alle Seiten von 
34598 \emph on
34599 Start
34600 \emph default
34601  bis 
34602 \emph on
34603 Stop
34604 \emph default
34605  aus.
34606  Wird 
34607 \emph on
34608 Start
34609 \emph default
34610  weggelassen, wird stattdessen die erste Seite verwendet; wird 
34611 \emph on
34612 Stop
34613 \emph default
34614  weggelassen, wird stattdessen die letzte Seite verwendet.
34615  Die letzte Seite kann außerdem mit dem Schlagwort 
34616 \series bold
34617 last
34618 \series default
34619  ausgewählt werden.
34620  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
34621 \series bold
34622 pages=-
34623 \series default
34624  fügt also alle Seiten des Dokuments ein und 
34625 \series bold
34626 pages=last-1
34627 \series default
34628  fügt alle Seiten in umgekehrter Reihenfolge ein.
34629  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
34630  eingefügt.
34631 \begin_inset Newline newline
34632 \end_inset
34633
34634 Die Option 
34635 \series bold
34636 noautoscale
34637 \series default
34638  fügt die Seiten in ihrer Originalgröße ein.
34639  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
34640  dass sie die komplette Breite Ihres Dokuments einnehmen.
34641  In der Karteikarte 
34642 \family sans
34643 Größe und Drehung
34644 \family default
34645  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
34646  werden.
34647  Wird eine andere Breite als 100
34648 \begin_inset space \thinspace{}
34649 \end_inset
34650
34651 Größe% verwendet, wird die Option 
34652 \series bold
34653 noautoscale
34654 \series default
34655  überschrieben.
34656  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
34657  des LaTeX-Pakets 
34658 \series bold
34659 pdfpages
34660 \series default
34661  
34662 \begin_inset CommandInset citation
34663 LatexCommand cite
34664 key "pdfpages"
34665
34666 \end_inset
34667
34668 .
34669 \begin_inset Index idx
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673 LaTeX-Pakete ! pdfpages
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \begin_inset Newline newline
34680 \end_inset
34681
34682 Um diese Vorlage in einer 
34683 \family sans
34684 Beamer
34685 \family default
34686 -Präsentation zu verwenden, muss zuerst eine 
34687 \family sans
34688 BeendeRahmen
34689 \family default
34690  Umgebung eingefügt werden.
34691  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
34692 \series bold
34693
34694 \backslash
34695 setbeamertemplate{background canvas}{}
34696 \series default
34697 .
34698  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
34699  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
34700  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
34701  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
34702  sicher, dass die Ausrichtung 
34703 \family sans
34704 Standard
34705 \family default
34706  für den Absatz verwendet wird, der die Vorlage enthält.
34707 \begin_inset Newline newline
34708 \end_inset
34709
34710 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
34711 \begin_inset External
34712         template PDFPages
34713         filename ../clipart/Abstract.pdf
34714         extra LaTeX "pages=-"
34715         rotateAngle -5
34716         rotateOrigin bottomleft
34717         width 50col%
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \begin_layout Description
34725 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
34726  Die Bilddateien können im Dialogfenster 
34727 \family sans
34728 Externes
34729 \begin_inset space ~
34730 \end_inset
34731
34732 Material
34733 \family default
34734  genauso behandelt werden wie die mit dem normalen 
34735 \family sans
34736 Grafik
34737 \family default
34738 -Dialog eingefügten, siehe Abschnitt
34739 \begin_inset space ~
34740 \end_inset
34741
34742
34743 \begin_inset CommandInset ref
34744 LatexCommand ref
34745 reference "abs:Grafik-Dialog"
34746
34747 \end_inset
34748
34749 .
34750  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
34751  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
34752  Hier ist ein eingefügtes Rasterbild: 
34753 \begin_inset External
34754         template RasterImage
34755         filename ../clipart/ToolbarEnvBox.png
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \begin_layout Description
34763 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
34764 \series bold
34765
34766 \begin_inset CommandInset href
34767 LatexCommand href
34768 name "Xfig"
34769 target "http://de.wikipedia.org/wiki/Xfig"
34770
34771 \end_inset
34772
34773
34774 \series default
34775  erzeugt wurden.
34776 \end_layout
34777
34778 \begin_layout Standard
34779 \begin_inset Float table
34780 placement !h
34781 wide false
34782 sideways false
34783 status open
34784
34785 \begin_layout Plain Layout
34786 \begin_inset Caption
34787
34788 \begin_layout Plain Layout
34789 \begin_inset CommandInset label
34790 LatexCommand label
34791 name "tab:Vergleich-der-Datums-Eingaben"
34792
34793 \end_inset
34794
34795 Vergleich der Datums-Eingaben
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Plain Layout
34804 \align center
34805 \begin_inset Tabular
34806 <lyxtabular version="3" rows="4" columns="4">
34807 <features tabularvalignment="middle">
34808 <column alignment="center" valignment="top" width="0">
34809 <column alignment="center" valignment="top" width="0">
34810 <column alignment="center" valignment="top" width="0">
34811 <column alignment="center" valignment="top" width="0">
34812 <row>
34813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34814 \begin_inset Text
34815
34816 \begin_layout Plain Layout
34817 Dokumentformat
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34823 \begin_inset Text
34824
34825 \begin_layout Plain Layout
34826
34827 \family sans
34828 Externes Material\SpecialChar \menuseparator
34829 Datum
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838
34839 \family sans
34840 Einfügen\SpecialChar \menuseparator
34841 Datum
34842 \end_layout
34843
34844 \end_inset
34845 </cell>
34846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34847 \begin_inset Text
34848
34849 \begin_layout Plain Layout
34850 Befehl 
34851 \series bold
34852
34853 \backslash
34854 today
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 </row>
34860 <row>
34861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865 LyX
34866 \end_layout
34867
34868 \end_inset
34869 </cell>
34870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34871 \begin_inset Text
34872
34873 \begin_layout Plain Layout
34874 als Box
34875 \end_layout
34876
34877 \end_inset
34878 </cell>
34879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34880 \begin_inset Text
34881
34882 \begin_layout Plain Layout
34883 als Datum
34884 \end_layout
34885
34886 \end_inset
34887 </cell>
34888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892 als TeX-Code
34893 \end_layout
34894
34895 \end_inset
34896 </cell>
34897 </row>
34898 <row>
34899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903 LaTeX
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912 als Datum
34913 \end_layout
34914
34915 \end_inset
34916 </cell>
34917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34918 \begin_inset Text
34919
34920 \begin_layout Plain Layout
34921 als Datum
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930 als Befehl
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 </row>
34936 <row>
34937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34938 \begin_inset Text
34939
34940 \begin_layout Plain Layout
34941 DVI, PDF, PS
34942 \end_layout
34943
34944 \end_inset
34945 </cell>
34946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34947 \begin_inset Text
34948
34949 \begin_layout Plain Layout
34950 als Datum
34951 \end_layout
34952
34953 \end_inset
34954 </cell>
34955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34956 \begin_inset Text
34957
34958 \begin_layout Plain Layout
34959 als Datum
34960 \end_layout
34961
34962 \end_inset
34963 </cell>
34964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34965 \begin_inset Text
34966
34967 \begin_layout Plain Layout
34968 als Datum
34969 \end_layout
34970
34971 \end_inset
34972 </cell>
34973 </row>
34974 </lyxtabular>
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \end_inset
34982
34983
34984 \end_layout
34985
34986 \begin_layout Standard
34987 Wenn Sie im Dialogfenster
34988 \family sans
34989  Externes
34990 \begin_inset space ~
34991 \end_inset
34992
34993 Material 
34994 \family default
34995 in der Karteikarte
34996 \family sans
34997  Datei
34998 \family default
34999  die Option 
35000 \family sans
35001 Entwurf
35002 \family default
35003  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
35004 \begin_inset Newline newline
35005 \end_inset
35006
35007 LyX kann externes Material entweder als Box wie hier: 
35008 \begin_inset Graphics
35009         filename clipart/ExternesMaterialQt4.png
35010         scale 85
35011         scaleBeforeRotation
35012
35013 \end_inset
35014
35015  oder als Bild darstellen.
35016  Das hängt davon ab, ob Sie im Dialog
35017 \family sans
35018  
35019 \family default
35020 in der Karteikarte 
35021 \family sans
35022 LaTeX- und LyX-Optionen
35023 \family default
35024  die Option 
35025 \family sans
35026 In
35027 \begin_inset space ~
35028 \end_inset
35029
35030 LyX
35031 \begin_inset space ~
35032 \end_inset
35033
35034 anzeigen
35035 \family default
35036  gewählt haben oder nicht.
35037 \end_layout
35038
35039 \begin_layout Standard
35040 Im LyX-Handbuch 
35041 \family sans
35042 \emph on
35043 Anpassung
35044 \family default
35045 \emph default
35046  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
35047 \end_layout
35048
35049 \begin_layout Section
35050 Unterdokumente
35051 \begin_inset CommandInset label
35052 LatexCommand label
35053 name "abs:Unterdokumente"
35054
35055 \end_inset
35056
35057
35058 \begin_inset Index idx
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062 Unterdokument
35063 \end_layout
35064
35065 \end_inset
35066
35067
35068 \end_layout
35069
35070 \begin_layout Standard
35071 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
35072  oder Abschnitten bestehen.
35073  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
35074  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
35075  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
35076  z.
35077 \begin_inset space \thinspace{}
35078 \end_inset
35079
35080 B.
35081  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
35082 \end_layout
35083
35084 \begin_layout Standard
35085 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
35086  müssen, geben Sie im Unterdokument im Menü
35087 \family sans
35088  Dokument\SpecialChar \menuseparator
35089 Einstellungen\SpecialChar \menuseparator
35090 Dokumentklasse
35091 \family default
35092  das Hauptdokument an.
35093  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
35094  bearbeiten.
35095 \end_layout
35096
35097 \begin_layout Standard
35098 Unterdokumente werden in LyX als Box angezeigt: 
35099 \begin_inset Graphics
35100         filename clipart/UnterdokumentQt4.png
35101         scale 85
35102         scaleBeforeRotation
35103
35104 \end_inset
35105
35106  Sie werden über
35107 \family sans
35108  Einfügen\SpecialChar \menuseparator
35109 Datei\SpecialChar \menuseparator
35110 Unterdokument
35111 \family default
35112  eingebunden, was das Dialogfenster
35113 \family sans
35114  Unterdokument
35115 \family default
35116  öffnet.
35117  Für 
35118 \family sans
35119 die Art
35120 \begin_inset space ~
35121 \end_inset
35122
35123 der
35124 \begin_inset space ~
35125 \end_inset
35126
35127 Einbindung
35128 \family default
35129  gibt es dort vier Möglichkeiten:
35130 \end_layout
35131
35132 \begin_layout Description
35133 Include Sie können LyX- und LaTeX-Dokumente einbinden.
35134  Wenn Sie im Dialogfenster
35135 \family sans
35136  Unterdokument
35137 \family default
35138  auf 
35139 \family sans
35140 Öffnen
35141 \family default
35142  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
35143  und Sie können es editieren.
35144 \begin_inset Newline newline
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \begin_layout Standard
35151 Hier wird ein Unterdokument
35152 \family sans
35153  
35154 \family default
35155 per 
35156 \family sans
35157 Include
35158 \family default
35159  eingebunden: 
35160 \begin_inset CommandInset include
35161 LatexCommand include
35162 filename "DummyDocument1.lyx"
35163
35164 \end_inset
35165
35166 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
35167  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
35168  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
35169 s.
35170  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
35171 \begin_inset space ~
35172 \end_inset
35173
35174
35175 \begin_inset CommandInset ref
35176 LatexCommand ref
35177 reference "uab:Externer-Unterabschnitt-1"
35178
35179 \end_inset
35180
35181 .
35182 \end_layout
35183
35184 \begin_layout Standard
35185 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
35186  wird benutzt.
35187  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
35188  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
35189  Unterdokumente, die per 
35190 \family sans
35191 Include
35192 \family default
35193  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
35194  und enden mit einem Seitenumbruch.
35195 \end_layout
35196
35197 \begin_layout Standard
35198 \begin_inset Note Greyedout
35199 status open
35200
35201 \begin_layout Plain Layout
35202
35203 \series bold
35204 Bemerkung:
35205 \series default
35206  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
35207  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
35208  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
35209  Ergebnissen führen wird.
35210 \end_layout
35211
35212 \end_inset
35213
35214
35215 \end_layout
35216
35217 \begin_layout Description
35218 Input Diese Methode ist 
35219 \family sans
35220 Include
35221 \family default
35222  sehr ähnlich mit folgenden Unterschieden:
35223 \end_layout
35224
35225 \begin_deeper
35226 \begin_layout Itemize
35227 Unterdokumente, die per 
35228 \family sans
35229 Input
35230 \family default
35231  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
35232  Seite und enden NICHT mit einem Seitenumbruch.
35233 \end_layout
35234
35235 \begin_layout Itemize
35236 Unterdokumente, die per 
35237 \family sans
35238 Input
35239 \family default
35240  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
35241 \family sans
35242  Unterdokument Vorschau
35243 \begin_inset space ~
35244 \end_inset
35245
35246 anzeigen
35247 \family default
35248  angekreuzt wurde und in den LyX-Einstellungen unter
35249 \family sans
35250  Aussehen
35251 \begin_inset space ~
35252 \end_inset
35253
35254 &
35255 \begin_inset space ~
35256 \end_inset
35257
35258 Handhabung\SpecialChar \menuseparator
35259 Grafik\SpecialChar \menuseparator
35260 Sofortige
35261 \begin_inset space ~
35262 \end_inset
35263
35264 Vorschau
35265 \family default
35266  auf 
35267 \family sans
35268 An
35269 \family default
35270  gesetzt wurde.
35271  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
35272  aus.
35273 \end_layout
35274
35275 \begin_layout Itemize
35276 Unterdokumente, die per 
35277 \family sans
35278 Input
35279 \family default
35280  eingebunden werden, können nicht über das Menü 
35281 \family sans
35282 Dokument\SpecialChar \menuseparator
35283 Einstellungen\SpecialChar \menuseparator
35284 Unterdokumente
35285 \family default
35286  unterdrückt werden.
35287 \end_layout
35288
35289 \end_deeper
35290 \begin_layout Standard
35291 Hier ist ein Unterdokument, das mit
35292 \family sans
35293  Input
35294 \family default
35295  eingebunden wurde: 
35296 \begin_inset CommandInset include
35297 LatexCommand input
35298 filename "DummyDocument2.lyx"
35299
35300 \end_inset
35301
35302 .
35303 \end_layout
35304
35305 \begin_layout Description
35306 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
35307   In der Druckvorschau wird für den Text der Stil 
35308 \family typewriter
35309 Schreibmaschine
35310 \family default
35311  verwendet.
35312  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
35313  Wenn Sie im Dialogfenster
35314 \family sans
35315  Unterdokument Leerzeichen
35316 \begin_inset space ~
35317 \end_inset
35318
35319 bei
35320 \begin_inset space ~
35321 \end_inset
35322
35323 der
35324 \begin_inset space ~
35325 \end_inset
35326
35327 Ausgabe
35328 \begin_inset space ~
35329 \end_inset
35330
35331 kennzeichnen 
35332 \family default
35333 ankreuzen, wird in der Druckvorschau das Zeichen 
35334 \begin_inset Quotes gld
35335 \end_inset
35336
35337
35338 \begin_inset ERT
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342
35343
35344 \backslash
35345 textvisiblespace 
35346 \end_layout
35347
35348 \end_inset
35349
35350
35351 \begin_inset Quotes grd
35352 \end_inset
35353
35354  für jedes Leerzeichen eingefügt.
35355 \begin_inset Newline newline
35356 \end_inset
35357
35358 Im Gegensatz zu 
35359 \family sans
35360 Einfügen\SpecialChar \menuseparator
35361 Datei\SpecialChar \menuseparator
35362 Einfacher
35363 \begin_inset space ~
35364 \end_inset
35365
35366 Text
35367 \family default
35368  wird bei 
35369 \family sans
35370 Unformatiert
35371 \family default
35372  der Dateiinhalt in LyX nicht dargestellt.
35373 \end_layout
35374
35375 \begin_layout Standard
35376 Hier ist ein Unterdokument, das mit
35377 \family sans
35378  Unformatiert
35379 \family default
35380  eingebunden wurde: 
35381 \begin_inset CommandInset include
35382 LatexCommand verbatiminput
35383 filename "DummyTextDocument.txt"
35384
35385 \end_inset
35386
35387
35388 \begin_inset VSpace bigskip
35389 \end_inset
35390
35391 Hier ist ein Unterdokument, das mit
35392 \family sans
35393  Unformatiert
35394 \family default
35395  eingebunden wurde und
35396 \family sans
35397  Leerzeichen
35398 \begin_inset space ~
35399 \end_inset
35400
35401 bei
35402 \begin_inset space ~
35403 \end_inset
35404
35405 der
35406 \begin_inset space ~
35407 \end_inset
35408
35409 Ausgabe
35410 \begin_inset space ~
35411 \end_inset
35412
35413 kennzeichnen
35414 \family default
35415  angekreuzt hat: 
35416 \begin_inset CommandInset include
35417 LatexCommand verbatiminput*
35418 filename "DummyTextDocument.txt"
35419
35420 \end_inset
35421
35422
35423 \end_layout
35424
35425 \begin_layout Standard
35426 \begin_inset VSpace bigskip
35427 \end_inset
35428
35429
35430 \end_layout
35431
35432 \begin_layout Standard
35433 \begin_inset Note Greyedout
35434 status open
35435
35436 \begin_layout Plain Layout
35437
35438 \series bold
35439 Bemerkung:
35440 \series default
35441  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
35442  
35443 \family sans
35444 Unformatiert
35445 \family default
35446  eingebunden werden, am Zeilenende nicht umgebrochen.
35447 \end_layout
35448
35449 \end_inset
35450
35451
35452 \end_layout
35453
35454 \begin_layout Description
35455 Listing Dieser Typ wird in Kapitel
35456 \begin_inset space ~
35457 \end_inset
35458
35459
35460 \begin_inset CommandInset ref
35461 LatexCommand ref
35462 reference "kap:Programm-Code-Listen"
35463
35464 \end_inset
35465
35466  beschrieben.
35467 \end_layout
35468
35469 \begin_layout Standard
35470 \begin_inset Note Greyedout
35471 status open
35472
35473 \begin_layout Plain Layout
35474
35475 \series bold
35476 Bemerkung:
35477 \series default
35478  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
35479  das zu LaTeX-Problemen führen.
35480 \end_layout
35481
35482 \end_inset
35483
35484
35485 \end_layout
35486
35487 \begin_layout Standard
35488 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
35489  wollen, z.
35490 \begin_inset space \thinspace{}
35491 \end_inset
35492
35493 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
35494  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
35495  Dies geschieht über das Menü 
35496 \family sans
35497 Dokument\SpecialChar \menuseparator
35498 Einstellungen\SpecialChar \menuseparator
35499 Unterdokumente
35500 \family default
35501 .
35502  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
35503  in die Spalte 
35504 \family sans
35505 In Ausgabe einbinden
35506 \family default
35507  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
35508  für Unterdokumente möglich ist, die per 
35509 \family sans
35510 Input
35511 \family default
35512  eingebunden wurden).
35513  Wenn die Option 
35514 \family sans
35515 Zähler und Querverweise wahren
35516 \family default
35517  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
35518 \begin_inset space ~
35519 \end_inset
35520
35521 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
35522  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
35523  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
35524  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
35525  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
35526  sind, wählen sie die Option nicht.
35527 \end_layout
35528
35529 \begin_layout Standard
35530 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
35531 \begin_inset Foot
35532 status collapsed
35533
35534 \begin_layout Plain Layout
35535 Zweige sind im Kapitel 
35536 \emph on
35537 Zweige
35538 \emph default
35539  des LyX 
35540 \emph on
35541 Benutzerhandbuchs
35542 \emph default
35543  erklärt.
35544 \end_layout
35545
35546 \end_inset
35547
35548  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
35549  Dateien in der Ausgabe erscheinen.
35550  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
35551  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
35552  werden.
35553 \end_layout
35554
35555 \begin_layout Chapter
35556 Programm-Code-Listen
35557 \begin_inset CommandInset label
35558 LatexCommand label
35559 name "kap:Programm-Code-Listen"
35560
35561 \end_inset
35562
35563
35564 \begin_inset Index idx
35565 status collapsed
35566
35567 \begin_layout Plain Layout
35568 Listen
35569 \end_layout
35570
35571 \end_inset
35572
35573
35574 \begin_inset Index idx
35575 status collapsed
35576
35577 \begin_layout Plain Layout
35578 Programm-Code
35579 \end_layout
35580
35581 \end_inset
35582
35583
35584 \end_layout
35585
35586 \begin_layout Standard
35587 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
35588 \family sans
35589 Einfügen\SpecialChar \menuseparator
35590 Pro\SpecialChar \-
35591 grammlisting
35592 \family default
35593  verwenden.
35594  Das LaTeX-Paket 
35595 \series bold
35596 listings
35597 \series default
35598
35599 \begin_inset Index idx
35600 status collapsed
35601
35602 \begin_layout Plain Layout
35603 LaTeX-Pakete ! listings
35604 \end_layout
35605
35606 \end_inset
35607
35608  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
35609 \end_layout
35610
35611 \begin_layout Standard
35612 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
35613 rmat der Programm-Code-Liste festlegen.
35614 \end_layout
35615
35616 \begin_layout Standard
35617 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
35618  Die Platzierungsoption 
35619 \family sans
35620 Eingebettetes
35621 \begin_inset space ~
35622 \end_inset
35623
35624 Listing
35625 \family default
35626  druckt das Listing in der Zeile wie hier: 
35627 \begin_inset listings
35628 lstparams "language={C++}"
35629 inline true
35630 status open
35631
35632 \begin_layout Plain Layout
35633
35634 int a=5;
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \begin_inset Newline newline
35641 \end_inset
35642
35643 Die Option 
35644 \family sans
35645 Gleitobjekt
35646 \family default
35647  erzeugt ein Listing-Gleitobjekt, dessen 
35648 \family sans
35649 Platzierung 
35650 \family default
35651 Sie mit 
35652 \family sans
35653 h
35654 \family default
35655
35656 \family sans
35657 t
35658 \family default
35659
35660 \family sans
35661 b
35662 \family default
35663  und 
35664 \family sans
35665 p
35666 \family default
35667 , analog zu den in Abschnitt
35668 \begin_inset space ~
35669 \end_inset
35670
35671
35672 \begin_inset CommandInset ref
35673 LatexCommand ref
35674 reference "abs:Gleitobjekt-Platzierung"
35675
35676 \end_inset
35677
35678  beschriebenen Platzierungsoptionen festlegen können.
35679  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
35680  hintereinander angegeben, z.
35681 \begin_inset space \thinspace{}
35682 \end_inset
35683
35684 B.
35685  
35686 \begin_inset Quotes gld
35687 \end_inset
35688
35689
35690 \family sans
35691 htbp
35692 \family default
35693
35694 \begin_inset Quotes grd
35695 \end_inset
35696
35697 .
35698  Die Option 
35699 \begin_inset Quotes gld
35700 \end_inset
35701
35702 h
35703 \begin_inset Quotes grd
35704 \end_inset
35705
35706  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
35707  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
35708 \end_layout
35709
35710 \begin_layout Standard
35711 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
35712  zu verweisen: Listing
35713 \begin_inset space ~
35714 \end_inset
35715
35716
35717 \begin_inset CommandInset ref
35718 LatexCommand ref
35719 reference "lst:Gleitendes-Programm-Listing"
35720
35721 \end_inset
35722
35723 .
35724 \end_layout
35725
35726 \begin_layout Standard
35727 \begin_inset listings
35728 lstparams "language=Python"
35729 inline false
35730 status open
35731
35732 \begin_layout Plain Layout
35733
35734 \begin_inset Caption
35735
35736 \begin_layout Plain Layout
35737 \begin_inset CommandInset label
35738 LatexCommand label
35739 name "lst:Gleitendes-Programm-Listing"
35740
35741 \end_inset
35742
35743 Gleitendes Programm-Listing
35744 \end_layout
35745
35746 \end_inset
35747
35748 # Gleitendes Programm-Listing
35749 \end_layout
35750
35751 \begin_layout Plain Layout
35752
35753 def func(param):
35754 \end_layout
35755
35756 \begin_layout Plain Layout
35757
35758     'Dies ist eine Python-Funktion'
35759 \end_layout
35760
35761 \begin_layout Plain Layout
35762
35763     pass
35764 \end_layout
35765
35766 \end_inset
35767
35768
35769 \end_layout
35770
35771 \begin_layout Standard
35772 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
35773  der Sprache erkannt und besonders gedruckt, wie 
35774 \emph on
35775 #
35776 \emph default
35777
35778 \emph on
35779 def
35780 \emph default
35781  und 
35782 \emph on
35783 pass
35784 \emph default
35785  in Listing
35786 \begin_inset space ~
35787 \end_inset
35788
35789
35790 \begin_inset CommandInset ref
35791 LatexCommand ref
35792 reference "lst:Gleitendes-Programm-Listing"
35793
35794 \end_inset
35795
35796 .
35797 \end_layout
35798
35799 \begin_layout Standard
35800 \begin_inset Note Greyedout
35801 status open
35802
35803 \begin_layout Plain Layout
35804
35805 \series bold
35806 Bemerkung:
35807 \series default
35808  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
35809 \family typewriter
35810 Schreib\SpecialChar \-
35811 maschine
35812 \family default
35813  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
35814 h keine fett gedruckten Buchstaben.
35815  Wählen Sie in diesem Fall eine andere Schrift im Menü 
35816 \family sans
35817 Dokument\SpecialChar \menuseparator
35818 Einstellungen\SpecialChar \menuseparator
35819 Schriften
35820 \family default
35821 .
35822  (Die Schriften 
35823 \emph on
35824 LuxiMono, BeraMono
35825 \emph default
35826  und 
35827 \emph on
35828 Courier
35829 \emph default
35830  enthalten fett gedruckte Buchstaben.)
35831 \end_layout
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Standard
35839 Im Abschnitt 
35840 \family sans
35841 Zeilennummerierung
35842 \family default
35843  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
35844 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
35845  jede wievielte Zeile nummeriert werden soll und die 
35846 \family sans
35847 Schriftgröße
35848 \family default
35849  der Nummerierung.
35850 \end_layout
35851
35852 \begin_layout Standard
35853 Im Abschnitt 
35854 \family sans
35855 Bereich
35856 \family default
35857  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
35858  Im Abschnitt 
35859 \family sans
35860 Stil
35861 \family default
35862  legen Sie fest, wie die Liste ausgedruckt werden soll.
35863  Die Option 
35864 \family sans
35865 Erweiterte
35866 \begin_inset space ~
35867 \end_inset
35868
35869 Zeichentabelle
35870 \family default
35871  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
35872 \end_layout
35873
35874 \begin_layout Standard
35875 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
35876 \begin_inset Quotes gld
35877 \end_inset
35878
35879 3
35880 \begin_inset Quotes grd
35881 \end_inset
35882
35883 , Sprache 
35884 \begin_inset Quotes gld
35885 \end_inset
35886
35887 Python
35888 \begin_inset Quotes grd
35889 \end_inset
35890
35891 , Optionen 
35892 \begin_inset Quotes gld
35893 \end_inset
35894
35895 Erweiterte Zeichentabelle
35896 \begin_inset Quotes grd
35897 \end_inset
35898
35899  und 
35900 \begin_inset Quotes gld
35901 \end_inset
35902
35903 Leerzeichen als Symbol
35904 \begin_inset Quotes grd
35905 \end_inset
35906
35907  und Bereich Zeilen 3
35908 \begin_inset space \thinspace{}
35909 \end_inset
35910
35911 -
35912 \begin_inset space \thinspace{}
35913 \end_inset
35914
35915 8:
35916 \end_layout
35917
35918 \begin_layout Standard
35919 \begin_inset listings
35920 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
35921 inline false
35922 status open
35923
35924 \begin_layout Plain Layout
35925
35926 def func(param):
35927 \end_layout
35928
35929 \begin_layout Plain Layout
35930
35931     'Dies ist eine Python-Funktion'
35932 \end_layout
35933
35934 \begin_layout Plain Layout
35935
35936     pass
35937 \end_layout
35938
35939 \begin_layout Plain Layout
35940
35941 def func(param):
35942 \end_layout
35943
35944 \begin_layout Plain Layout
35945
35946 'Sonderzeichen: Tschüß'
35947 \end_layout
35948
35949 \begin_layout Plain Layout
35950
35951 pass
35952 \end_layout
35953
35954 \begin_layout Plain Layout
35955
35956 def func(param):
35957 \end_layout
35958
35959 \begin_layout Plain Layout
35960
35961 'Dies ist eine Python-Funktion'
35962 \end_layout
35963
35964 \begin_layout Plain Layout
35965
35966 pass
35967 \end_layout
35968
35969 \end_inset
35970
35971
35972 \end_layout
35973
35974 \begin_layout Standard
35975 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
35976 \family sans
35977 Tabulatorgröße
35978 \family default
35979  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
35980 \end_layout
35981
35982 \begin_layout Standard
35983 \noindent
35984 \begin_inset Note Greyedout
35985 status open
35986
35987 \begin_layout Plain Layout
35988
35989 \series bold
35990 Bemerkung:
35991 \series default
35992  Wegen eines Fehlers im 
35993 \series bold
35994 listings
35995 \series default
35996 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
35997  verschoben.
35998  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
35999  Listing nummeriert werden.
36000 \end_layout
36001
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Standard
36008 \begin_inset VSpace bigskip
36009 \end_inset
36010
36011
36012 \end_layout
36013
36014 \begin_layout Standard
36015 \noindent
36016 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
36017  Das machen Sie mit
36018 \family sans
36019  Einfügen\SpecialChar \menuseparator
36020 Datei\SpecialChar \menuseparator
36021 Unterdokument
36022 \family default
36023  und der 
36024 \family sans
36025 Art
36026 \begin_inset space ~
36027 \end_inset
36028
36029 der
36030 \begin_inset space ~
36031 \end_inset
36032
36033 Einbindung
36034 \family default
36035  
36036 \family sans
36037 Listing
36038 \family default
36039 .
36040 \begin_inset Foot
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
36045 \begin_inset space ~
36046 \end_inset
36047
36048
36049 \begin_inset CommandInset ref
36050 LatexCommand ref
36051 reference "abs:Unterdokumente"
36052
36053 \end_inset
36054
36055  beschrieben.
36056 \end_layout
36057
36058 \end_inset
36059
36060  Im Dialogfenster
36061 \family sans
36062  Unterdokument
36063 \family default
36064  können Sie die Listing-Parameter unter 
36065 \family sans
36066 Weitere
36067 \begin_inset space ~
36068 \end_inset
36069
36070 Parameter
36071 \family default
36072  eingeben.
36073  Wenn Sie dort ein Fragezeichen 
36074 \begin_inset Quotes gld
36075 \end_inset
36076
36077 ?
36078 \begin_inset Quotes grd
36079 \end_inset
36080
36081  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
36082 det.
36083 \end_layout
36084
36085 \begin_layout Standard
36086 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
36087  Text ins Feld 
36088 \family sans
36089 Marke
36090 \family default
36091 , auf die dann wie üblich verwiesen werden kann.
36092 \end_layout
36093
36094 \begin_layout Standard
36095 Listing
36096 \begin_inset space ~
36097 \end_inset
36098
36099
36100 \begin_inset CommandInset ref
36101 LatexCommand ref
36102 reference "lst:Datei-Listing"
36103
36104 \end_inset
36105
36106  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
36107 \begin_inset space \thinspace{}
36108 \end_inset
36109
36110 -
36111 \begin_inset space \thinspace{}
36112 \end_inset
36113
36114 15 gedruckt werden.
36115 \end_layout
36116
36117 \begin_layout Standard
36118 \begin_inset CommandInset include
36119 LatexCommand lstinputlisting
36120 filename "EmbeddedObjects.lyx"
36121 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
36122
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Standard
36129 \begin_inset VSpace bigskip
36130 \end_inset
36131
36132
36133 \end_layout
36134
36135 \begin_layout Standard
36136 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
36137 \end_layout
36138
36139 \begin_layout Enumerate
36140 Öffnen Sie die Listings-Einstellungen und fügen
36141 \begin_inset Newline newline
36142 \end_inset
36143
36144
36145 \family sans
36146 mathescape=true
36147 \family default
36148
36149 \begin_inset Newline newline
36150 \end_inset
36151
36152 in das Feld des Tabs 
36153 \family sans
36154 Erweitert
36155 \family default
36156  ein
36157 \end_layout
36158
36159 \begin_layout Enumerate
36160 Erstellen Sie eine Formel außerhalb des Listings
36161 \end_layout
36162
36163 \begin_layout Enumerate
36164 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
36165 blage (Tastenkürzel 
36166 \family sans
36167 Ctrl+C
36168 \family default
36169 )
36170 \end_layout
36171
36172 \begin_layout Enumerate
36173 Schreiben sie 
36174 \begin_inset Quotes gld
36175 \end_inset
36176
36177
36178 \family sans
36179 $$
36180 \family default
36181
36182 \begin_inset Quotes grd
36183 \end_inset
36184
36185  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
36186 hen (Tastenkürzel 
36187 \family sans
36188 Ctrl+V
36189 \family default
36190 )
36191 \end_layout
36192
36193 \begin_layout Standard
36194 \begin_inset listings
36195 lstparams "language=Python,mathescape=true"
36196 inline false
36197 status open
36198
36199 \begin_layout Plain Layout
36200
36201 \begin_inset Caption
36202
36203 \begin_layout Plain Layout
36204 Programm-Listing mit einer Formel
36205 \end_layout
36206
36207 \end_inset
36208
36209 # Beispiel-Programm-Listing
36210 \end_layout
36211
36212 \begin_layout Plain Layout
36213
36214 def func(param):
36215 \end_layout
36216
36217 \begin_layout Plain Layout
36218
36219     # $
36220 \backslash
36221 prod_{n=1}^{
36222 \backslash
36223 infty}
36224 \backslash
36225 ,
36226 \backslash
36227 frac{1}{x^{2}}$
36228 \end_layout
36229
36230 \begin_layout Plain Layout
36231
36232     pass
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \end_layout
36239
36240 \begin_layout Standard
36241 \begin_inset VSpace bigskip
36242 \end_inset
36243
36244
36245 \end_layout
36246
36247 \begin_layout Standard
36248 \noindent
36249 Dokumentweite Listing-Eigenschaften können im Dialog 
36250 \family sans
36251 Dokument\SpecialChar \menuseparator
36252 Einstellungen\SpecialChar \menuseparator
36253 Listing
36254 \family default
36255  festgelegt werden.
36256  Dort bekommt man durch Eingabe eines Fragezeichens 
36257 \begin_inset Quotes gld
36258 \end_inset
36259
36260 ?
36261 \begin_inset Quotes grd
36262 \end_inset
36263
36264  eine Liste aller möglichen Parameter.
36265 \end_layout
36266
36267 \begin_layout Standard
36268 Weitere Informationen über das 
36269 \series bold
36270 listings
36271 \series default
36272 -Paket finden Sie in 
36273 \begin_inset CommandInset citation
36274 LatexCommand cite
36275 key "listings"
36276
36277 \end_inset
36278
36279 .
36280 \end_layout
36281
36282 \begin_layout Chapter
36283 \start_of_appendix
36284 In LyX verfügbare Maßeinheiten
36285 \begin_inset CommandInset label
36286 LatexCommand label
36287 name "kap:In-LyX-verfügbare"
36288
36289 \end_inset
36290
36291
36292 \begin_inset Index idx
36293 status collapsed
36294
36295 \begin_layout Plain Layout
36296 Einheiten
36297 \end_layout
36298
36299 \end_inset
36300
36301
36302 \end_layout
36303
36304 \begin_layout Standard
36305 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
36306  Tabelle
36307 \begin_inset space ~
36308 \end_inset
36309
36310
36311 \begin_inset CommandInset ref
36312 LatexCommand ref
36313 reference "tab:Maßeinheiten"
36314
36315 \end_inset
36316
36317  alle in LyX verfügbaren Maßeinheiten.
36318 \end_layout
36319
36320 \begin_layout Standard
36321 \begin_inset Float table
36322 placement h
36323 wide false
36324 sideways false
36325 status open
36326
36327 \begin_layout Plain Layout
36328 \begin_inset Caption
36329
36330 \begin_layout Plain Layout
36331 \begin_inset CommandInset label
36332 LatexCommand label
36333 name "tab:Maßeinheiten"
36334
36335 \end_inset
36336
36337 Maßeinheiten
36338 \end_layout
36339
36340 \end_inset
36341
36342
36343 \end_layout
36344
36345 \begin_layout Plain Layout
36346 \begin_inset VSpace medskip
36347 \end_inset
36348
36349
36350 \end_layout
36351
36352 \begin_layout Plain Layout
36353 \align center
36354 \begin_inset Tabular
36355 <lyxtabular version="3" rows="20" columns="2">
36356 <features tabularvalignment="middle">
36357 <column alignment="center" valignment="top" width="0">
36358 <column alignment="center" valignment="top" width="0">
36359 <row>
36360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36361 \begin_inset Text
36362
36363 \begin_layout Plain Layout
36364
36365 \series bold
36366 Maßeinheit
36367 \end_layout
36368
36369 \end_inset
36370 </cell>
36371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36372 \begin_inset Text
36373
36374 \begin_layout Plain Layout
36375
36376 \series bold
36377 Name/Beschreibung
36378 \end_layout
36379
36380 \end_inset
36381 </cell>
36382 </row>
36383 <row>
36384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36385 \begin_inset Text
36386
36387 \begin_layout Plain Layout
36388 mm
36389 \end_layout
36390
36391 \end_inset
36392 </cell>
36393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36394 \begin_inset Text
36395
36396 \begin_layout Plain Layout
36397 Millimeter
36398 \end_layout
36399
36400 \end_inset
36401 </cell>
36402 </row>
36403 <row>
36404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36405 \begin_inset Text
36406
36407 \begin_layout Plain Layout
36408 cm
36409 \end_layout
36410
36411 \end_inset
36412 </cell>
36413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36414 \begin_inset Text
36415
36416 \begin_layout Plain Layout
36417 Zentimeter
36418 \end_layout
36419
36420 \end_inset
36421 </cell>
36422 </row>
36423 <row>
36424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36425 \begin_inset Text
36426
36427 \begin_layout Plain Layout
36428 in
36429 \end_layout
36430
36431 \end_inset
36432 </cell>
36433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36434 \begin_inset Text
36435
36436 \begin_layout Plain Layout
36437 Zoll (1
36438 \begin_inset space \thinspace{}
36439 \end_inset
36440
36441 in = 2.54
36442 \begin_inset space \thinspace{}
36443 \end_inset
36444
36445 cm
36446 \end_layout
36447
36448 \end_inset
36449 </cell>
36450 </row>
36451 <row>
36452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36453 \begin_inset Text
36454
36455 \begin_layout Plain Layout
36456 pt
36457 \end_layout
36458
36459 \end_inset
36460 </cell>
36461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36462 \begin_inset Text
36463
36464 \begin_layout Plain Layout
36465 Punkt (72.27
36466 \begin_inset space \thinspace{}
36467 \end_inset
36468
36469 pt = 1
36470 \begin_inset space \thinspace{}
36471 \end_inset
36472
36473 in)
36474 \end_layout
36475
36476 \end_inset
36477 </cell>
36478 </row>
36479 <row>
36480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36481 \begin_inset Text
36482
36483 \begin_layout Plain Layout
36484 pc
36485 \end_layout
36486
36487 \end_inset
36488 </cell>
36489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36490 \begin_inset Text
36491
36492 \begin_layout Plain Layout
36493 Pica (1
36494 \begin_inset space \thinspace{}
36495 \end_inset
36496
36497 pc = 12
36498 \begin_inset space \thinspace{}
36499 \end_inset
36500
36501 pt)
36502 \end_layout
36503
36504 \end_inset
36505 </cell>
36506 </row>
36507 <row>
36508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36509 \begin_inset Text
36510
36511 \begin_layout Plain Layout
36512 sp
36513 \end_layout
36514
36515 \end_inset
36516 </cell>
36517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36518 \begin_inset Text
36519
36520 \begin_layout Plain Layout
36521 skalierter Punkt (65536
36522 \begin_inset space \thinspace{}
36523 \end_inset
36524
36525 sp = 1
36526 \begin_inset space \thinspace{}
36527 \end_inset
36528
36529 pt)
36530 \end_layout
36531
36532 \end_inset
36533 </cell>
36534 </row>
36535 <row>
36536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36537 \begin_inset Text
36538
36539 \begin_layout Plain Layout
36540 bp
36541 \end_layout
36542
36543 \end_inset
36544 </cell>
36545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36546 \begin_inset Text
36547
36548 \begin_layout Plain Layout
36549 großer Punkt (72
36550 \begin_inset space \thinspace{}
36551 \end_inset
36552
36553 bp = 1
36554 \begin_inset space \thinspace{}
36555 \end_inset
36556
36557 in)
36558 \end_layout
36559
36560 \end_inset
36561 </cell>
36562 </row>
36563 <row>
36564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568 dd
36569 \end_layout
36570
36571 \end_inset
36572 </cell>
36573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36574 \begin_inset Text
36575
36576 \begin_layout Plain Layout
36577 Didot (1
36578 \begin_inset space \thinspace{}
36579 \end_inset
36580
36581 dd 
36582 \begin_inset Formula $\approx$
36583 \end_inset
36584
36585  0,376
36586 \begin_inset space \thinspace{}
36587 \end_inset
36588
36589 mm)
36590 \end_layout
36591
36592 \end_inset
36593 </cell>
36594 </row>
36595 <row>
36596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36597 \begin_inset Text
36598
36599 \begin_layout Plain Layout
36600 cc
36601 \end_layout
36602
36603 \end_inset
36604 </cell>
36605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36606 \begin_inset Text
36607
36608 \begin_layout Plain Layout
36609 Cicero (1
36610 \begin_inset space \thinspace{}
36611 \end_inset
36612
36613 cc = 12
36614 \begin_inset space \thinspace{}
36615 \end_inset
36616
36617 dd)
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 </row>
36623 <row>
36624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628 Skalierung%
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Plain Layout
36637 % der originalen Bildbreite
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 </row>
36643 <row>
36644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36645 \begin_inset Text
36646
36647 \begin_layout Plain Layout
36648 Textbreite %
36649 \end_layout
36650
36651 \end_inset
36652 </cell>
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Plain Layout
36657 % der Textbreite
36658 \end_layout
36659
36660 \end_inset
36661 </cell>
36662 </row>
36663 <row>
36664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668 Spaltenbreite %
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Plain Layout
36677 % der Spaltenbreite
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 </row>
36683 <row>
36684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36685 \begin_inset Text
36686
36687 \begin_layout Plain Layout
36688 Seitenbreite %
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697 % der Seitenbreite
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 </row>
36703 <row>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708 Zeilenbreite %
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717 % der Zeilenbreite
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 </row>
36723 <row>
36724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36725 \begin_inset Text
36726
36727 \begin_layout Plain Layout
36728 Texthöhe %
36729 \end_layout
36730
36731 \end_inset
36732 </cell>
36733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36734 \begin_inset Text
36735
36736 \begin_layout Plain Layout
36737 % der Texthöhe
36738 \end_layout
36739
36740 \end_inset
36741 </cell>
36742 </row>
36743 <row>
36744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36745 \begin_inset Text
36746
36747 \begin_layout Plain Layout
36748 Seitenhöhe %
36749 \end_layout
36750
36751 \end_inset
36752 </cell>
36753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 % der Seitenhöhe
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 </row>
36763 <row>
36764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 ex
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777 Die Höhe des Buchstabens 
36778 \emph on
36779 x
36780 \emph default
36781  im aktiven Zeichensatz
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 </row>
36787 <row>
36788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Plain Layout
36792 em
36793 \end_layout
36794
36795 \end_inset
36796 </cell>
36797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 Die Breite des Buchstabens 
36802 \emph on
36803 M
36804 \emph default
36805  im aktiven Zeichensatz
36806 \end_layout
36807
36808 \end_inset
36809 </cell>
36810 </row>
36811 <row>
36812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36813 \begin_inset Text
36814
36815 \begin_layout Plain Layout
36816 mu
36817 \end_layout
36818
36819 \end_inset
36820 </cell>
36821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36822 \begin_inset Text
36823
36824 \begin_layout Plain Layout
36825 mathematische  Maßeinheit
36826 \series bold
36827  
36828 \series default
36829 (1
36830 \begin_inset space \thinspace{}
36831 \end_inset
36832
36833 mu = 1/18
36834 \begin_inset space \thinspace{}
36835 \end_inset
36836
36837 em)
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 </row>
36843 </lyxtabular>
36844
36845 \end_inset
36846
36847
36848 \end_layout
36849
36850 \end_inset
36851
36852
36853 \end_layout
36854
36855 \begin_layout Chapter
36856 Ausgabedatei-Formate mit Grafiken
36857 \begin_inset CommandInset label
36858 LatexCommand label
36859 name "kap:Ausgabedatei-Formate"
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \begin_layout Section
36867 DVI
36868 \begin_inset Index idx
36869 status collapsed
36870
36871 \begin_layout Plain Layout
36872 Dateiformat! DVI
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \begin_inset Index idx
36879 status collapsed
36880
36881 \begin_layout Plain Layout
36882 DVI
36883 \end_layout
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \begin_layout Standard
36891 Dieser Dateityp hat die Erweiterung 
36892 \begin_inset Quotes gld
36893 \end_inset
36894
36895
36896 \family typewriter
36897 .dvi
36898 \family default
36899
36900 \begin_inset Quotes grd
36901 \end_inset
36902
36903  und wird 
36904 \begin_inset Quotes gld
36905 \end_inset
36906
36907 device independent
36908 \begin_inset Quotes grd
36909 \end_inset
36910
36911  genannt, weil er vollkommen portierbar ist.
36912  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
36913  dvi-Betrachter installiert hat.
36914  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
36915 ate wie PostScript benutzt.
36916 \end_layout
36917
36918 \begin_layout Standard
36919 \begin_inset Note Greyedout
36920 status open
36921
36922 \begin_layout Plain Layout
36923
36924 \series bold
36925 Bemerkung:
36926 \series default
36927  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
36928 \end_layout
36929
36930 \end_inset
36931
36932
36933 \end_layout
36934
36935 \begin_layout Standard
36936 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
36937  auf einen anderen Computer kopieren.
36938  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
36939  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
36940  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
36941 \family typewriter
36942  
36943 \family default
36944 blättern.
36945
36946 \family typewriter
36947  
36948 \family default
36949 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
36950  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
36951  
36952 \end_layout
36953
36954 \begin_layout Standard
36955 Sie können Ihr Dokument als DVI über das Menü 
36956 \family sans
36957 Datei\SpecialChar \menuseparator
36958 Exportieren\SpecialChar \menuseparator
36959 DVI
36960 \family default
36961  exportieren.
36962  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
36963 \family sans
36964 Ansicht
36965 \family default
36966  anschauen.
36967 \end_layout
36968
36969 \begin_layout Section
36970 PostScript
36971 \begin_inset CommandInset label
36972 LatexCommand label
36973 name "abs:PostScript"
36974
36975 \end_inset
36976
36977
36978 \begin_inset Index idx
36979 status collapsed
36980
36981 \begin_layout Plain Layout
36982 Dateiformat  ! PostScript
36983 \end_layout
36984
36985 \end_inset
36986
36987
36988 \begin_inset Index idx
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992 PostScript
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \end_layout
36999
37000 \begin_layout Standard
37001 Dieser Dateityp hat die Erweiterung 
37002 \begin_inset Quotes gld
37003 \end_inset
37004
37005
37006 \family typewriter
37007 .ps
37008 \family default
37009
37010 \begin_inset Quotes grd
37011 \end_inset
37012
37013 .
37014  PostScript wurde von der Firma
37015 \family typewriter
37016  Adobe
37017 \family default
37018  als Druckersprache entwickelt.
37019  Die Datei enthält deshalb Druckbefehle.
37020  PostScript kann als 
37021 \begin_inset Quotes gld
37022 \end_inset
37023
37024 Programmiersprache
37025 \begin_inset Quotes grd
37026 \end_inset
37027
37028  angesehen werden.
37029  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
37030 \begin_inset Foot
37031 status collapsed
37032
37033 \begin_layout Plain Layout
37034 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
37035  von
37036 \series bold
37037  PSTricks
37038 \series default
37039  
37040 \begin_inset CommandInset citation
37041 LatexCommand cite
37042 key "pstricks"
37043
37044 \end_inset
37045
37046  oder 
37047 \begin_inset CommandInset citation
37048 LatexCommand cite
37049 key "latex-praxisbuch"
37050
37051 \end_inset
37052
37053  ansehen.
37054 \end_layout
37055
37056 \end_inset
37057
37058 .
37059  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
37060 \end_layout
37061
37062 \begin_layout Standard
37063 PostScript kann nur Bilder im Format EPS
37064 \begin_inset Index idx
37065 status collapsed
37066
37067 \begin_layout Plain Layout
37068 EPS
37069 \end_layout
37070
37071 \end_inset
37072
37073  (Encapsulated PostScript, Datei-Er\SpecialChar \-
37074 wei\SpecialChar \-
37075 ter\SpecialChar \-
37076 ung 
37077 \begin_inset Quotes gld
37078 \end_inset
37079
37080
37081 \family typewriter
37082 .eps
37083 \family default
37084
37085 \begin_inset Quotes grd
37086 \end_inset
37087
37088 ) enthalten.
37089  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
37090  intern nach EPS konvertieren.
37091  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
37092  verlangsamen.
37093  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
37094  konvertieren und direkt als EPS einfügen.
37095 \end_layout
37096
37097 \begin_layout Standard
37098 Sie können Ihr Dokument als PostScript über das Menü 
37099 \family sans
37100 Datei\SpecialChar \menuseparator
37101 Exportieren\SpecialChar \menuseparator
37102 Post\SpecialChar \-
37103 Script
37104 \family default
37105  exportieren.
37106  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
37107 \family sans
37108 Ansicht
37109 \family default
37110  oder den Werkzeugleistenknopf 
37111 \begin_inset Graphics
37112         filename ../../images/buffer-view_ps.png
37113         scale 70
37114         scaleBeforeRotation
37115
37116 \end_inset
37117
37118  anschauen.
37119 \end_layout
37120
37121 \begin_layout Section
37122 PDF
37123 \begin_inset Index idx
37124 status collapsed
37125
37126 \begin_layout Plain Layout
37127 Dateiformat! PDF
37128 \end_layout
37129
37130 \end_inset
37131
37132
37133 \begin_inset Index idx
37134 status collapsed
37135
37136 \begin_layout Plain Layout
37137 PDF
37138 \end_layout
37139
37140 \end_inset
37141
37142
37143 \end_layout
37144
37145 \begin_layout Standard
37146 Dieser Dateityp hat die Erweiterung 
37147 \begin_inset Quotes gld
37148 \end_inset
37149
37150
37151 \family typewriter
37152 .pdf
37153 \family default
37154
37155 \begin_inset Quotes grd
37156 \end_inset
37157
37158 .
37159  Das
37160 \emph on
37161  
37162 \emph default
37163
37164 \begin_inset Quotes gld
37165 \end_inset
37166
37167 Portable Document Format
37168 \begin_inset Quotes grd
37169 \end_inset
37170
37171  (PDF) wurde auch von der Firma 
37172 \family typewriter
37173 Adobe
37174 \family default
37175  als Derivat von PostScript entwickelt.
37176  Es ist komprimierter und benutzt weniger Befehle als PostScript.
37177  Wie der Begriff 
37178 \begin_inset Quotes gld
37179 \end_inset
37180
37181 portable
37182 \begin_inset Quotes grd
37183 \end_inset
37184
37185  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
37186  werden, und der Ausdruck sieht immer gleich aus.
37187 \end_layout
37188
37189 \begin_layout Standard
37190 PDF kann Bilder im eigenen PDF-Format, im Format 
37191 \begin_inset Quotes gld
37192 \end_inset
37193
37194 Joint Photographic Experts Group
37195 \begin_inset Quotes grd
37196 \end_inset
37197
37198  (JPEG
37199 \begin_inset Index idx
37200 status collapsed
37201
37202 \begin_layout Plain Layout
37203 JPG, JPEG
37204 \end_layout
37205
37206 \end_inset
37207
37208 , Datei-Erweiterung 
37209 \begin_inset Quotes gld
37210 \end_inset
37211
37212
37213 \family typewriter
37214 .jpg
37215 \family default
37216
37217 \begin_inset Quotes grd
37218 \end_inset
37219
37220  oder 
37221 \begin_inset Quotes gld
37222 \end_inset
37223
37224
37225 \family typewriter
37226 .jpeg
37227 \family default
37228
37229 \begin_inset Quotes grd
37230 \end_inset
37231
37232 ) und im Format 
37233 \begin_inset Quotes gld
37234 \end_inset
37235
37236 Portable Network Graphics
37237 \begin_inset Quotes grd
37238 \end_inset
37239
37240  (PNG
37241 \begin_inset Index idx
37242 status collapsed
37243
37244 \begin_layout Plain Layout
37245 PNG
37246 \end_layout
37247
37248 \end_inset
37249
37250 , Datei-Erweiterung 
37251 \begin_inset Quotes gld
37252 \end_inset
37253
37254
37255 \family typewriter
37256 .png
37257 \family default
37258
37259 \begin_inset Quotes grd
37260 \end_inset
37261
37262 ) enthalten.
37263  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
37264  Sie konvertieren wird.
37265  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
37266  wird, eines der drei erwähnten Bildformate zu benutzen.
37267 \end_layout
37268
37269 \begin_layout Standard
37270 PDF-Dateien können Sie über 
37271 \family sans
37272 Datei\SpecialChar \menuseparator
37273 Exportieren
37274 \family default
37275  auf drei Arten erzeugen:
37276 \end_layout
37277
37278 \begin_layout Description
37279 PDF
37280 \begin_inset space ~
37281 \end_inset
37282
37283 (ps2pdf) benutzt das Programm
37284 \family typewriter
37285  ps2pdf
37286 \family default
37287 , das eine PDF-Datei aus einer Post\SpecialChar \-
37288 Script®-Version Ihres Dokument erstellt.
37289  Die PostScript-Version wird mit dem Programm 
37290 \family typewriter
37291 dvips
37292 \family default
37293  aus einer DVI-Version erstellt.
37294  Es werden also drei Konvertierungen verwendet.
37295 \end_layout
37296
37297 \begin_layout Description
37298 PDF
37299 \begin_inset space ~
37300 \end_inset
37301
37302 (dvipdfm) benutzt das Programm 
37303 \family typewriter
37304 dvipdfm
37305 \family default
37306 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
37307  PDF konvertiert.
37308 \end_layout
37309
37310 \begin_layout Description
37311 PDF
37312 \begin_inset space ~
37313 \end_inset
37314
37315 (pdflatex) benutzt das Programm
37316 \family typewriter
37317  pdftex
37318 \family default
37319 , das Ihr Dokument direkt nach PDF konvertiert.
37320 \end_layout
37321
37322 \begin_layout Standard
37323
37324 \family sans
37325 PDF
37326 \begin_inset space ~
37327 \end_inset
37328
37329 (pdflatex)
37330 \family default
37331  wird empfohlen, weil
37332 \family typewriter
37333  pdftex
37334 \family default
37335  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
37336  ohne Probleme arbeitet.
37337  Das Programm 
37338 \family typewriter
37339 dvi\SpecialChar \-
37340 pdfm
37341 \family default
37342  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
37343 \end_layout
37344
37345 \begin_layout Standard
37346 Sie können Ihr Dokument als PDF über das Menü 
37347 \family sans
37348 Datei\SpecialChar \menuseparator
37349 Exportieren\SpecialChar \menuseparator
37350 PDF
37351 \family default
37352  exportieren.
37353  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
37354 \family sans
37355 Ansicht
37356 \family default
37357  oder den Werkzeugleistenknopf 
37358 \begin_inset Graphics
37359         filename ../../images/buffer-view_pdf2.png
37360         scale 70
37361         scaleBeforeRotation
37362
37363 \end_inset
37364
37365  anschauen 
37366 \family sans
37367 (
37368 \family default
37369 der 
37370 \family sans
37371 PDF
37372 \begin_inset space ~
37373 \end_inset
37374
37375 (pdflatex)
37376 \family default
37377  verwendet).
37378 \end_layout
37379
37380 \begin_layout Chapter
37381 Erklärung der Gleichung
37382 \begin_inset space ~
37383 \end_inset
37384
37385 (
37386 \begin_inset CommandInset ref
37387 LatexCommand ref
37388 reference "eq:Wgn"
37389
37390 \end_inset
37391
37392 )
37393 \begin_inset CommandInset label
37394 LatexCommand label
37395 name "kap:Exläuterung-einer-Gleichung"
37396
37397 \end_inset
37398
37399
37400 \end_layout
37401
37402 \begin_layout Standard
37403 Die Gesamtbreite von
37404 \emph on
37405  n
37406 \emph default
37407  Tabellenzellen 
37408 \begin_inset Formula $W_{\mathrm{tot\, n}}$
37409 \end_inset
37410
37411  kann wie folgt berechnet werden:
37412 \end_layout
37413
37414 \begin_layout Standard
37415 \begin_inset Formula 
37416 \begin{equation}
37417 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
37418 \end{equation}
37419
37420 \end_inset
37421
37422
37423 \end_layout
37424
37425 \begin_layout Standard
37426 Dabei ist 
37427 \begin_inset Formula $W_{g\, n}$
37428 \end_inset
37429
37430  die Breite jeder Zelle.
37431
37432 \series bold
37433  
37434 \backslash
37435 tabcolsep
37436 \series default
37437  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
37438  Standardwert 6
37439 \begin_inset space \thinspace{}
37440 \end_inset
37441
37442 pt.
37443  
37444 \series bold
37445
37446 \backslash
37447 arrayrulewidth
37448 \series default
37449  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
37450 \begin_inset space \thinspace{}
37451 \end_inset
37452
37453 pt.
37454 \end_layout
37455
37456 \begin_layout Standard
37457 Nach Gleichung
37458 \begin_inset space ~
37459 \end_inset
37460
37461
37462 \begin_inset CommandInset ref
37463 LatexCommand ref
37464 reference "eq:Wtot_n"
37465
37466 \end_inset
37467
37468  ist die Gesamtbreite einer Mehrfachspalte, 
37469 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
37470 \end_inset
37471
37472 ,
37473 \end_layout
37474
37475 \begin_layout Standard
37476 \begin_inset Formula 
37477 \begin{equation}
37478 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
37479 \end{equation}
37480
37481 \end_inset
37482
37483
37484 \end_layout
37485
37486 \begin_layout Standard
37487 Setzt man die Gleichungen
37488 \begin_inset space ~
37489 \end_inset
37490
37491
37492 \begin_inset CommandInset ref
37493 LatexCommand ref
37494 reference "eq:Wtot_n"
37495
37496 \end_inset
37497
37498  und 
37499 \begin_inset CommandInset ref
37500 LatexCommand ref
37501 reference "eq:Wtot_mult"
37502
37503 \end_inset
37504
37505  gleich, kann man die benötigte Breite 
37506 \begin_inset Formula $W_{g\, n}$
37507 \end_inset
37508
37509 , wenn 
37510 \emph on
37511 n
37512 \emph default
37513  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
37514 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
37515 \end_inset
37516
37517  hat, berechnen:
37518 \end_layout
37519
37520 \begin_layout Standard
37521 \begin_inset Formula 
37522 \begin{equation}
37523 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
37524 \end{equation}
37525
37526 \end_inset
37527
37528
37529 \end_layout
37530
37531 \begin_layout Bibliography
37532 \labelwidthstring Literaturverzeichnis
37533 \begin_inset CommandInset bibitem
37534 LatexCommand bibitem
37535 key "latexcompanion"
37536
37537 \end_inset
37538
37539 Frank Mittelbach and Michel Goossens: 
37540 \emph on
37541 The LaTeX Companion Second Edition.
37542
37543 \emph default
37544  Addison-Wesley, 2004
37545 \end_layout
37546
37547 \begin_layout Bibliography
37548 \labelwidthstring Literaturverzeichnis
37549 \begin_inset CommandInset bibitem
37550 LatexCommand bibitem
37551 key "latexguide"
37552
37553 \end_inset
37554
37555 Helmut Kopka and Patrick W.
37556  Daly: 
37557 \emph on
37558 A Guide to LaTeX Fourth Edition.
37559
37560 \emph default
37561  Addison-Wesley, 2003
37562 \end_layout
37563
37564 \begin_layout Bibliography
37565 \labelwidthstring Literaturverzeichnis
37566 \begin_inset CommandInset bibitem
37567 LatexCommand bibitem
37568 key "lamport"
37569
37570 \end_inset
37571
37572 Leslie Lamport: 
37573 \emph on
37574 LaTeX: A Document Preparation System.
37575
37576 \emph default
37577  Addison-Wesley, second edition, 1994
37578 \end_layout
37579
37580 \begin_layout Bibliography
37581 \labelwidthstring Literaturverzeichnis
37582 \begin_inset CommandInset bibitem
37583 LatexCommand bibitem
37584 key "latex-praxisbuch"
37585
37586 \end_inset
37587
37588 Niedermair, Elke & Michael: 
37589 \emph on
37590 LaTeX-Praxisbuch
37591 \emph default
37592 , Franzis-Verlag, 2004
37593 \end_layout
37594
37595 \begin_layout Bibliography
37596 \labelwidthstring Literaturverzeichnis
37597 \begin_inset CommandInset bibitem
37598 LatexCommand bibitem
37599 key "booktabs"
37600
37601 \end_inset
37602
37603 Dokumentation des LaTeX-Pakets 
37604 \series bold
37605
37606 \begin_inset CommandInset href
37607 LatexCommand href
37608 name "booktabs"
37609 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
37610
37611 \end_inset
37612
37613
37614 \series default
37615
37616 \begin_inset Index idx
37617 status collapsed
37618
37619 \begin_layout Plain Layout
37620 LaTeX-Pakete ! booktabs
37621 \end_layout
37622
37623 \end_inset
37624
37625
37626 \end_layout
37627
37628 \begin_layout Bibliography
37629 \labelwidthstring Literaturverzeichnis
37630 \begin_inset CommandInset bibitem
37631 LatexCommand bibitem
37632 key "caption"
37633
37634 \end_inset
37635
37636 Dokumentation des LaTeX-Pakets 
37637 \series bold
37638
37639 \begin_inset CommandInset href
37640 LatexCommand href
37641 name "caption"
37642 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
37643
37644 \end_inset
37645
37646
37647 \series default
37648
37649 \begin_inset Index idx
37650 status collapsed
37651
37652 \begin_layout Plain Layout
37653 LaTeX-Pakete ! caption
37654 \end_layout
37655
37656 \end_inset
37657
37658
37659 \end_layout
37660
37661 \begin_layout Bibliography
37662 \labelwidthstring Literaturverzeichnis
37663 \begin_inset CommandInset bibitem
37664 LatexCommand bibitem
37665 key "endfloat"
37666
37667 \end_inset
37668
37669 Dokumentation des LaTeX-Pakets 
37670 \series bold
37671
37672 \begin_inset CommandInset href
37673 LatexCommand href
37674 name "endfloat"
37675 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
37676
37677 \end_inset
37678
37679
37680 \series default
37681
37682 \begin_inset Index idx
37683 status collapsed
37684
37685 \begin_layout Plain Layout
37686 LaTeX-Pakete ! endfloat
37687 \end_layout
37688
37689 \end_inset
37690
37691
37692 \end_layout
37693
37694 \begin_layout Bibliography
37695 \labelwidthstring Literaturverzeichnis
37696 \begin_inset CommandInset bibitem
37697 LatexCommand bibitem
37698 key "footmisc"
37699
37700 \end_inset
37701
37702 Dokumentation des LaTeX-Pakets 
37703 \series bold
37704
37705 \begin_inset CommandInset href
37706 LatexCommand href
37707 name "footmisc"
37708 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
37709
37710 \end_inset
37711
37712
37713 \series default
37714
37715 \begin_inset Index idx
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719 LaTeX-Pakete ! footmisc
37720 \end_layout
37721
37722 \end_inset
37723
37724
37725 \end_layout
37726
37727 \begin_layout Bibliography
37728 \labelwidthstring Literaturverzeichnis
37729 \begin_inset CommandInset bibitem
37730 LatexCommand bibitem
37731 key "hypcap"
37732
37733 \end_inset
37734
37735 Dokumentation des LaTeX-Pakets 
37736 \series bold
37737
37738 \begin_inset CommandInset href
37739 LatexCommand href
37740 name "hypcap"
37741 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
37742
37743 \end_inset
37744
37745
37746 \series default
37747
37748 \begin_inset Index idx
37749 status collapsed
37750
37751 \begin_layout Plain Layout
37752 LaTeX-Pakete ! hypcap
37753 \end_layout
37754
37755 \end_inset
37756
37757
37758 \end_layout
37759
37760 \begin_layout Bibliography
37761 \labelwidthstring Literaturverzeichnis
37762 \begin_inset CommandInset bibitem
37763 LatexCommand bibitem
37764 key "hyperref"
37765
37766 \end_inset
37767
37768 Dokumentation des LaTeX-Pakets 
37769 \series bold
37770
37771 \begin_inset CommandInset href
37772 LatexCommand href
37773 name "hyperref"
37774 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
37775
37776 \end_inset
37777
37778
37779 \series default
37780
37781 \begin_inset Index idx
37782 status collapsed
37783
37784 \begin_layout Plain Layout
37785 LaTeX-Pakete ! hyperref
37786 \end_layout
37787
37788 \end_inset
37789
37790
37791 \end_layout
37792
37793 \begin_layout Bibliography
37794 \labelwidthstring Literaturverzeichnis
37795 \begin_inset CommandInset bibitem
37796 LatexCommand bibitem
37797 key "KOMA-Script"
37798
37799 \end_inset
37800
37801 Dokumentation des LaTeX-Pakets 
37802 \series bold
37803
37804 \begin_inset CommandInset href
37805 LatexCommand href
37806 name "KOMA-Script"
37807 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
37808
37809 \end_inset
37810
37811
37812 \series default
37813
37814 \begin_inset Index idx
37815 status collapsed
37816
37817 \begin_layout Plain Layout
37818 LaTeX-Pakete ! KOMA-Script
37819 \end_layout
37820
37821 \end_inset
37822
37823
37824 \end_layout
37825
37826 \begin_layout Bibliography
37827 \labelwidthstring Literaturverzeichnis
37828 \begin_inset CommandInset bibitem
37829 LatexCommand bibitem
37830 key "listings"
37831
37832 \end_inset
37833
37834 Dokumentation des LaTeX-Pakets 
37835 \series bold
37836
37837 \begin_inset CommandInset href
37838 LatexCommand href
37839 name "listings"
37840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
37841
37842 \end_inset
37843
37844
37845 \series default
37846
37847 \begin_inset Index idx
37848 status collapsed
37849
37850 \begin_layout Plain Layout
37851 LaTeX-Pakete ! listings
37852 \end_layout
37853
37854 \end_inset
37855
37856
37857 \end_layout
37858
37859 \begin_layout Bibliography
37860 \labelwidthstring Literaturverzeichnis
37861 \begin_inset CommandInset bibitem
37862 LatexCommand bibitem
37863 key "marginnote"
37864
37865 \end_inset
37866
37867 Dokumentation des LaTeX-Pakets 
37868 \series bold
37869
37870 \begin_inset CommandInset href
37871 LatexCommand href
37872 name "marginnote"
37873 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
37874
37875 \end_inset
37876
37877
37878 \series default
37879
37880 \begin_inset Index idx
37881 status collapsed
37882
37883 \begin_layout Plain Layout
37884 LaTeX-Pakete ! marginnote
37885 \end_layout
37886
37887 \end_inset
37888
37889
37890 \end_layout
37891
37892 \begin_layout Bibliography
37893 \labelwidthstring Literaturverzeichnis
37894 \begin_inset CommandInset bibitem
37895 LatexCommand bibitem
37896 key "lettrine"
37897
37898 \end_inset
37899
37900 Dokumentation des LaTeX-Pakets 
37901 \series bold
37902
37903 \begin_inset CommandInset href
37904 LatexCommand href
37905 name "lettrine"
37906 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
37907
37908 \end_inset
37909
37910
37911 \series default
37912  und ein 
37913 \begin_inset CommandInset href
37914 LatexCommand href
37915 name "Beispiel"
37916 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
37917
37918 \end_inset
37919
37920
37921 \begin_inset Index idx
37922 status collapsed
37923
37924 \begin_layout Plain Layout
37925 LaTeX-Pakete ! lettrine
37926 \end_layout
37927
37928 \end_inset
37929
37930
37931 \end_layout
37932
37933 \begin_layout Bibliography
37934 \labelwidthstring Literaturverzeichnis
37935 \begin_inset CommandInset bibitem
37936 LatexCommand bibitem
37937 key "pstricks"
37938
37939 \end_inset
37940
37941 Webseite des LaTeX-Pakets 
37942 \series bold
37943
37944 \begin_inset CommandInset href
37945 LatexCommand href
37946 name "PSTricks"
37947 target "http://tug.org/PSTricks/"
37948
37949 \end_inset
37950
37951
37952 \series default
37953
37954 \begin_inset Index idx
37955 status collapsed
37956
37957 \begin_layout Plain Layout
37958 LaTeX-Pakete ! pstricks
37959 \end_layout
37960
37961 \end_inset
37962
37963
37964 \end_layout
37965
37966 \begin_layout Bibliography
37967 \labelwidthstring Literaturverzeichnis
37968 \begin_inset CommandInset bibitem
37969 LatexCommand bibitem
37970 key "pdfpages"
37971
37972 \end_inset
37973
37974 Dokumentation des LaTeX-Pakets 
37975 \series bold
37976
37977 \begin_inset CommandInset href
37978 LatexCommand href
37979 name "pdfpages"
37980 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
37981
37982 \end_inset
37983
37984
37985 \series default
37986
37987 \begin_inset Index idx
37988 status collapsed
37989
37990 \begin_layout Plain Layout
37991 LaTeX-Pakete ! pdfpages
37992 \end_layout
37993
37994 \end_inset
37995
37996
37997 \end_layout
37998
37999 \begin_layout Bibliography
38000 \labelwidthstring Literaturverzeichnis
38001 \begin_inset CommandInset bibitem
38002 LatexCommand bibitem
38003 key "sidecap"
38004
38005 \end_inset
38006
38007 Dokumentation des LaTeX-Pakets 
38008 \series bold
38009
38010 \begin_inset CommandInset href
38011 LatexCommand href
38012 name "sidecap"
38013 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
38014
38015 \end_inset
38016
38017
38018 \series default
38019
38020 \begin_inset Index idx
38021 status collapsed
38022
38023 \begin_layout Plain Layout
38024 LaTeX-Pakete ! sidecap
38025 \end_layout
38026
38027 \end_inset
38028
38029
38030 \end_layout
38031
38032 \begin_layout Bibliography
38033 \labelwidthstring Literaturverzeichnis
38034 \begin_inset CommandInset bibitem
38035 LatexCommand bibitem
38036 key "prettyref"
38037
38038 \end_inset
38039
38040 Dokumentation des LaTeX-Pakets 
38041 \series bold
38042
38043 \begin_inset CommandInset href
38044 LatexCommand href
38045 name "prettyref"
38046 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
38047
38048 \end_inset
38049
38050
38051 \series default
38052
38053 \begin_inset Index idx
38054 status collapsed
38055
38056 \begin_layout Plain Layout
38057 LaTeX-Pakete ! prettyref
38058 \end_layout
38059
38060 \end_inset
38061
38062
38063 \end_layout
38064
38065 \begin_layout Bibliography
38066 \labelwidthstring Literaturverzeichnis
38067 \begin_inset CommandInset bibitem
38068 LatexCommand bibitem
38069 key "refstyle"
38070
38071 \end_inset
38072
38073 Dokumentation des LaTeX-Pakets 
38074 \series bold
38075
38076 \begin_inset CommandInset href
38077 LatexCommand href
38078 name "refstyle"
38079 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
38080
38081 \end_inset
38082
38083
38084 \series default
38085
38086 \begin_inset Index idx
38087 status collapsed
38088
38089 \begin_layout Plain Layout
38090 LaTeX-Pakete ! refstyle
38091 \end_layout
38092
38093 \end_inset
38094
38095
38096 \end_layout
38097
38098 \begin_layout Bibliography
38099 \labelwidthstring Literaturverzeichnis
38100 \begin_inset CommandInset bibitem
38101 LatexCommand bibitem
38102 key "NeuInLyX20"
38103
38104 \end_inset
38105
38106
38107 \begin_inset CommandInset href
38108 LatexCommand href
38109 name "Wiki-Seite"
38110 target "http://wiki.lyx.org/LyX/NewInLyX20"
38111
38112 \end_inset
38113
38114  über neue Funktionen in 
38115 \family sans
38116 LyX 2.0
38117 \family default
38118 .
38119 \end_layout
38120
38121 \begin_layout Standard
38122 \begin_inset CommandInset index_print
38123 LatexCommand printindex
38124 type "idx"
38125
38126 \end_inset
38127
38128
38129 \end_layout
38130
38131 \end_body
38132 \end_document