]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: add info about the dvips color names and fix some issues
[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,usenames,dvipsnames
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:Erlä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 (
15553 \family default
15554 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
15555 \end_layout
15556
15557 \begin_layout Standard
15558 \begin_inset VSpace medskip
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 Wenn Sie die Optionen
15566 \end_layout
15567
15568 \begin_layout Standard
15569
15570 \series bold
15571 usenames,dvipsnames
15572 \end_layout
15573
15574 \begin_layout Standard
15575 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
15576  können Sie zusätzlich weitere 61
15577 \begin_inset space ~
15578 \end_inset
15579
15580 Farben verwenden.
15581  Diese Farben sind in Anhang
15582 \begin_inset space ~
15583 \end_inset
15584
15585
15586 \begin_inset CommandInset ref
15587 LatexCommand ref
15588 reference "chap:Liste-der-dvips-Farbnamen"
15589
15590 \end_inset
15591
15592  aufgelistet.
15593  Eine dieser Farben, 
15594 \family sans
15595 Maroon
15596 \family default
15597 , wird als Beispiel in Tabelle
15598 \begin_inset space ~
15599 \end_inset
15600
15601
15602 \begin_inset CommandInset ref
15603 LatexCommand ref
15604 reference "tab:Eine-mit-colortbl"
15605
15606 \end_inset
15607
15608  verwendet.
15609 \end_layout
15610
15611 \begin_layout Standard
15612 \begin_inset VSpace medskip
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 Sie können auch eigene Farben definieren:
15620 \end_layout
15621
15622 \begin_layout Standard
15623
15624 \series bold
15625
15626 \backslash
15627 definecolor{Farbname}{Farbmodell}{Farbwerte}
15628 \end_layout
15629
15630 \begin_layout Standard
15631 Das Farbmodell kann eins der folgenden sein:
15632 \end_layout
15633
15634 \begin_layout Labeling
15635 \labelwidthstring 00.00.0000
15636 cmyk: cyan, magenta, yellow, black
15637 \end_layout
15638
15639 \begin_layout Labeling
15640 \labelwidthstring 00.00.0000
15641 rgb: red, green blue
15642 \end_layout
15643
15644 \begin_layout Labeling
15645 \labelwidthstring 00.00.0000
15646 gray: gray
15647 \end_layout
15648
15649 \begin_layout Standard
15650 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15651  die die entsprechende Farbe für das Farbmodell beschreiben.
15652 \end_layout
15653
15654 \begin_layout Standard
15655 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15656 \emph on
15657
15658 \begin_inset Quotes gld
15659 \end_inset
15660
15661 dunkelgruen
15662 \emph default
15663
15664 \begin_inset Quotes grd
15665 \end_inset
15666
15667  und 
15668 \begin_inset Quotes gld
15669 \end_inset
15670
15671
15672 \emph on
15673 hellgrau
15674 \emph default
15675
15676 \begin_inset Quotes grd
15677 \end_inset
15678
15679  folgendermaßen definieren:
15680 \end_layout
15681
15682 \begin_layout Standard
15683
15684 \series bold
15685
15686 \backslash
15687 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15688 \end_layout
15689
15690 \begin_layout Standard
15691
15692 \series bold
15693
15694 \backslash
15695 definecolor{hellgrau}{gray}{0.8}
15696 \end_layout
15697
15698 \begin_layout Standard
15699 \begin_inset VSpace medskip
15700 \end_inset
15701
15702
15703 \end_layout
15704
15705 \begin_layout Standard
15706 Linien werden mit dem Befehl
15707 \end_layout
15708
15709 \begin_layout Standard
15710
15711 \series bold
15712
15713 \backslash
15714 rowcolor{Farbname}
15715 \end_layout
15716
15717 \begin_layout Standard
15718 gefärbt, Zellen mit dem Befehl
15719 \end_layout
15720
15721 \begin_layout Standard
15722
15723 \series bold
15724
15725 \backslash
15726 cellcolor{Farbname}
15727 \end_layout
15728
15729 \begin_layout Standard
15730 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15731 \end_layout
15732
15733 \begin_layout Standard
15734 Um nur Text zu färben, machen Sie es wie 
15735 \begin_inset CommandInset ref
15736 LatexCommand vpageref
15737 reference "Wenn-Sie-nur"
15738
15739 \end_inset
15740
15741  beschrieben.
15742  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15743 \emph on
15744 markieren Sie nur den Text
15745 \emph default
15746 , sonst werden Sie LaTeX-Fehler erzeugen.
15747 \end_layout
15748
15749 \begin_layout Standard
15750 \begin_inset Note Greyedout
15751 status open
15752
15753 \begin_layout Plain Layout
15754
15755 \series bold
15756 Achtung:
15757 \series default
15758  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Standard
15767 \begin_inset VSpace medskip
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \begin_layout Standard
15774 Die Tabelle
15775 \begin_inset space ~
15776 \end_inset
15777
15778
15779 \begin_inset CommandInset ref
15780 LatexCommand ref
15781 reference "tab:Eine-mit-colortbl"
15782
15783 \end_inset
15784
15785  wurde folgendermaßen erstellt: die erste Spalte soll 
15786 \emph on
15787
15788 \begin_inset Quotes gld
15789 \end_inset
15790
15791 dunkelgruen
15792 \emph default
15793
15794 \begin_inset Quotes grd
15795 \end_inset
15796
15797  werden, also müssen Sie ins 
15798 \family sans
15799 LaTe
15800 \begin_inset ERT
15801 status collapsed
15802
15803 \begin_layout Plain Layout
15804
15805 {}
15806 \end_layout
15807
15808 \end_inset
15809
15810 X-Argument
15811 \family default
15812  der Zellen der ersten Spalte den Befehl
15813 \end_layout
15814
15815 \begin_layout Standard
15816
15817 \series bold
15818 >{
15819 \backslash
15820 columncolor{dunkelgruen}
15821 \backslash
15822 centering}c
15823 \end_layout
15824
15825 \begin_layout Standard
15826 schreiben.
15827  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15828 \end_layout
15829
15830 \begin_layout Standard
15831
15832 \series bold
15833
15834 \backslash
15835 rowcolor{cyan}
15836 \end_layout
15837
15838 \begin_layout Standard
15839 in die erste Zelle der ersten Zeile eingefügt.
15840  Diese Farbe ersetzt die Spaltenfarbe.
15841  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
15842  Das wird mit folgendem Befehl erreicht:
15843 \end_layout
15844
15845 \begin_layout Standard
15846
15847 \series bold
15848
15849 \backslash
15850 cellcolor{Maroon}
15851 \end_layout
15852
15853 \begin_layout Standard
15854 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15855 \family sans
15856 Textstil
15857 \family default
15858 -Dialog.
15859 \end_layout
15860
15861 \begin_layout Standard
15862 \begin_inset Float table
15863 placement h
15864 wide false
15865 sideways false
15866 status open
15867
15868 \begin_layout Plain Layout
15869 \begin_inset Caption
15870
15871 \begin_layout Plain Layout
15872 \begin_inset CommandInset label
15873 LatexCommand label
15874 name "tab:Eine-mit-colortbl"
15875
15876 \end_inset
15877
15878 Eine mit dem Paket 
15879 \series bold
15880 colortbl
15881 \series default
15882  gefärbte Tabelle
15883 \begin_inset Argument
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887 Tabelle mit 
15888 \family typewriter
15889 colortbl
15890 \end_layout
15891
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \begin_layout Plain Layout
15903 \align center
15904 \begin_inset Tabular
15905 <lyxtabular version="3" rows="3" columns="3">
15906 <features tabularvalignment="middle">
15907 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15908 <column alignment="center" valignment="top" width="0">
15909 <column alignment="center" valignment="top" width="0">
15910 <row>
15911 <cell alignment="center" valignment="top" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915 \begin_inset ERT
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920
15921 \backslash
15922 rowcolor{cyan}
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \color magenta
15929 a
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938
15939 \color red
15940 b
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949
15950 \color red
15951 c
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 <row>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \color yellow
15964 d
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973
15974 \color blue
15975 e
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984
15985 \color blue
15986 f
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row>
15993 <cell alignment="center" valignment="top" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \color yellow
15999 g
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \color blue
16010 h
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 \begin_inset ERT
16020 status collapsed
16021
16022 \begin_layout Plain Layout
16023
16024
16025 \backslash
16026 cellcolor{Maroon}
16027 \end_layout
16028
16029 \end_inset
16030
16031
16032 \color green
16033 i
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 </lyxtabular>
16040
16041 \end_inset
16042
16043
16044 \end_layout
16045
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \begin_inset ERT
16053 status collapsed
16054
16055 \begin_layout Plain Layout
16056
16057
16058 \backslash
16059 else
16060 \end_layout
16061
16062 \end_inset
16063
16064
16065 \begin_inset Note Note
16066 status open
16067
16068 \begin_layout Plain Layout
16069 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
16070 \series bold
16071 colortbl
16072 \series default
16073  nicht installiert ist:
16074 \end_layout
16075
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \begin_layout Standard
16082 Sie müssen das LaTeX-Paket 
16083 \series bold
16084 colortbl
16085 \series default
16086  installiert haben um den Inhalt dieses Abschnitts zu sehen.
16087 \end_layout
16088
16089 \begin_layout Standard
16090 \begin_inset ERT
16091 status collapsed
16092
16093 \begin_layout Plain Layout
16094
16095
16096 \backslash
16097 fi
16098 \end_layout
16099
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \begin_layout Subsection
16106 Farbige Linien
16107 \begin_inset Index idx
16108 status collapsed
16109
16110 \begin_layout Plain Layout
16111 farbige !  Tabellenlinien
16112 \end_layout
16113
16114 \end_inset
16115
16116
16117 \end_layout
16118
16119 \begin_layout Standard
16120 Wie in Abschnitt
16121 \begin_inset space ~
16122 \end_inset
16123
16124
16125 \begin_inset CommandInset ref
16126 LatexCommand ref
16127 reference "uab:Liniendicke"
16128
16129 \end_inset
16130
16131  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
16132 \series bold
16133
16134 \backslash
16135 arrayrulewidth
16136 \series default
16137  definiert werden.
16138  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
16139 \begin_inset space \thinspace{}
16140 \end_inset
16141
16142 pt gesetzt.
16143 \begin_inset ERT
16144 status collapsed
16145
16146 \begin_layout Plain Layout
16147
16148
16149 \backslash
16150 setlength{
16151 \backslash
16152 arrayrulewidth}{1.5pt}
16153 \end_layout
16154
16155 \end_inset
16156
16157
16158 \end_layout
16159
16160 \begin_layout Standard
16161 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
16162 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
16163 \begin_inset space ~
16164 \end_inset
16165
16166
16167 \begin_inset CommandInset ref
16168 LatexCommand ref
16169 reference "uab:Angepasste-Zellen-/Spaltenformate"
16170
16171 \end_inset
16172
16173  definiert:
16174 \end_layout
16175
16176 \begin_layout Standard
16177
16178 \series bold
16179
16180 \backslash
16181 newcolumntype{W}{!{
16182 \backslash
16183 color{green}
16184 \backslash
16185 vline}}
16186 \end_layout
16187
16188 \begin_layout Standard
16189 In Tabelle
16190 \begin_inset space ~
16191 \end_inset
16192
16193
16194 \begin_inset CommandInset ref
16195 LatexCommand ref
16196 reference "tab:Tabelle-mit-farbigen-vert"
16197
16198 \end_inset
16199
16200  wurde das LaTeX-Argument 
16201 \series bold
16202 WcW
16203 \series default
16204  für die letzte und 
16205 \series bold
16206 Wc
16207 \series default
16208  für die anderen Spalten benutzt.
16209 \end_layout
16210
16211 \begin_layout Standard
16212 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
16213 \end_layout
16214
16215 \begin_layout Standard
16216 \begin_inset Float table
16217 placement h
16218 wide false
16219 sideways false
16220 status open
16221
16222 \begin_layout Plain Layout
16223 \begin_inset Caption
16224
16225 \begin_layout Plain Layout
16226 \begin_inset CommandInset label
16227 LatexCommand label
16228 name "tab:Tabelle-mit-farbigen-vert"
16229
16230 \end_inset
16231
16232 Tabelle mit farbigen vertikalen Linien
16233 \end_layout
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \begin_layout Plain Layout
16241 \align center
16242 \begin_inset Tabular
16243 <lyxtabular version="3" rows="3" columns="3">
16244 <features tabularvalignment="middle">
16245 <column alignment="center" valignment="top" width="0" special="Wc">
16246 <column alignment="center" valignment="top" width="0" special="Wc">
16247 <column alignment="center" valignment="top" width="0" special="WcW">
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 sd
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 <row>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 sd
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 </row>
16306 <row>
16307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311
16312 \end_layout
16313
16314 \end_inset
16315 </cell>
16316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329 sd
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 </row>
16335 </lyxtabular>
16336
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \begin_layout Standard
16348 \begin_inset VSpace bigskip
16349 \end_inset
16350
16351 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16352 \begin_inset space ~
16353 \end_inset
16354
16355
16356 \begin_inset CommandInset ref
16357 LatexCommand ref
16358 reference "tab:Tabelle-mit-farbigen-horiz"
16359
16360 \end_inset
16361
16362 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16363  einfügen:
16364 \end_layout
16365
16366 \begin_layout Standard
16367
16368 \series bold
16369
16370 \backslash
16371 let
16372 \backslash
16373 myHlineC
16374 \backslash
16375 hline
16376 \begin_inset Newline newline
16377 \end_inset
16378
16379
16380 \backslash
16381 renewcommand{
16382 \backslash
16383 hline}
16384 \begin_inset Newline newline
16385 \end_inset
16386
16387
16388 \begin_inset Phantom HPhantom
16389 status open
16390
16391 \begin_layout Plain Layout
16392
16393 \series bold
16394 \begin_inset space ~
16395 \end_inset
16396
16397
16398 \end_layout
16399
16400 \end_inset
16401
16402 {
16403 \backslash
16404 arrayrulecolor{red}
16405 \backslash
16406 myHlineC
16407 \backslash
16408 arrayrulecolor{black}}
16409 \end_layout
16410
16411 \begin_layout Standard
16412 \begin_inset ERT
16413 status collapsed
16414
16415 \begin_layout Plain Layout
16416
16417
16418 \backslash
16419 let
16420 \backslash
16421 myHlineC
16422 \backslash
16423 hline
16424 \end_layout
16425
16426 \begin_layout Plain Layout
16427
16428
16429 \backslash
16430 renewcommand{
16431 \backslash
16432 hline}
16433 \end_layout
16434
16435 \begin_layout Plain Layout
16436
16437  {
16438 \backslash
16439 arrayrulecolor{red}
16440 \backslash
16441 myHlineC
16442 \backslash
16443 arrayrulecolor{black}}
16444 \end_layout
16445
16446 \end_inset
16447
16448
16449 \begin_inset Float table
16450 placement h
16451 wide false
16452 sideways false
16453 status open
16454
16455 \begin_layout Plain Layout
16456 \begin_inset Caption
16457
16458 \begin_layout Plain Layout
16459 \begin_inset CommandInset label
16460 LatexCommand label
16461 name "tab:Tabelle-mit-farbigen-horiz"
16462
16463 \end_inset
16464
16465 Tabelle mit farbigen horizontalen Linien
16466 \end_layout
16467
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \begin_layout Plain Layout
16474 \align center
16475 \begin_inset Tabular
16476 <lyxtabular version="3" rows="3" columns="3">
16477 <features tabularvalignment="middle">
16478 <column alignment="center" valignment="top" width="0">
16479 <column alignment="center" valignment="top" width="0">
16480 <column alignment="center" valignment="top" width="0">
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 sd
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 sd
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 sd
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 </lyxtabular>
16569
16570 \end_inset
16571
16572
16573 \end_layout
16574
16575 \end_inset
16576
16577
16578 \end_layout
16579
16580 \begin_layout Standard
16581 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16582  als TeX-Code hinter der Tabelle einfügen:
16583 \end_layout
16584
16585 \begin_layout Standard
16586
16587 \series bold
16588
16589 \backslash
16590 renewcommand{
16591 \backslash
16592 hline}{
16593 \backslash
16594 myHlineC}
16595 \end_layout
16596
16597 \begin_layout Standard
16598 Tabelle
16599 \begin_inset space ~
16600 \end_inset
16601
16602
16603 \begin_inset CommandInset ref
16604 LatexCommand ref
16605 reference "tab:Table-with-colored"
16606
16607 \end_inset
16608
16609  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset Float table
16614 placement h
16615 wide false
16616 sideways false
16617 status open
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Caption
16621
16622 \begin_layout Plain Layout
16623 \begin_inset CommandInset label
16624 LatexCommand label
16625 name "tab:Table-with-colored"
16626
16627 \end_inset
16628
16629 Tabelle mit farbigen Linien
16630 \end_layout
16631
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \begin_layout Plain Layout
16638 \align center
16639 \begin_inset Tabular
16640 <lyxtabular version="3" rows="3" columns="3">
16641 <features tabularvalignment="middle">
16642 <column alignment="center" valignment="top" width="0" special="Wc">
16643 <column alignment="center" valignment="top" width="0" special="Wc">
16644 <column alignment="center" valignment="top" width="0" special="WcW">
16645 <row>
16646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650 sd
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 </row>
16674 <row>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 sd
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row topspace="default">
16704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 sd
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 </row>
16732 </lyxtabular>
16733
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \end_inset
16740
16741
16742 \end_layout
16743
16744 \begin_layout Standard
16745 \begin_inset ERT
16746 status collapsed
16747
16748 \begin_layout Plain Layout
16749
16750
16751 \backslash
16752 renewcommand{
16753 \backslash
16754 hline}{
16755 \backslash
16756 myHlineC}
16757 \end_layout
16758
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \begin_layout Standard
16765 \begin_inset ERT
16766 status collapsed
16767
16768 \begin_layout Plain Layout
16769
16770
16771 \backslash
16772 setlength{
16773 \backslash
16774 arrayrulewidth}{0.4pt}
16775 \end_layout
16776
16777 \end_inset
16778
16779
16780 \begin_inset Note Note
16781 status collapsed
16782
16783 \begin_layout Plain Layout
16784 setzt die Liniendicke wieder auf ihren Standardwert zurück
16785 \end_layout
16786
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \begin_layout Section
16793 Tabellen-Anpassung
16794 \begin_inset Index idx
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 Tabellen ! Anpassung
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \begin_layout Subsection
16807 Zeilenabstand
16808 \begin_inset CommandInset label
16809 LatexCommand label
16810 name "uab:Zeilenabstand"
16811
16812 \end_inset
16813
16814
16815 \begin_inset Index idx
16816 status collapsed
16817
16818 \begin_layout Plain Layout
16819 Tabellen ! Zeilenabstand
16820 \end_layout
16821
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \begin_layout Standard
16828 Auf der Karteikarte 
16829 \family sans
16830 Rahmen
16831 \family default
16832  des 
16833 \family sans
16834 Tabellen-Einstellungen
16835 \family default
16836 -Dialogs können Sie 
16837 \family sans
16838 zusätzliche
16839 \begin_inset space ~
16840 \end_inset
16841
16842 Abstände
16843 \family default
16844  einfügen.
16845  Dabei haben Sie drei Möglichkeiten:
16846 \end_layout
16847
16848 \begin_layout Description
16849 Oberhalb
16850 \begin_inset space ~
16851 \end_inset
16852
16853 der
16854 \begin_inset space ~
16855 \end_inset
16856
16857 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16858  Bei einer formalen Tabelle
16859 \begin_inset Foot
16860 status collapsed
16861
16862 \begin_layout Plain Layout
16863 Formale Tabellen wurden in Abschnitt
16864 \begin_inset space ~
16865 \end_inset
16866
16867
16868 \begin_inset CommandInset ref
16869 LatexCommand ref
16870 reference "abs:Formale-Tabellen"
16871
16872 \end_inset
16873
16874  beschrieben.
16875 \end_layout
16876
16877 \end_inset
16878
16879  fügt LyX standardmäßig 0.5
16880 \begin_inset space \thinspace{}
16881 \end_inset
16882
16883 em Leerraum ein.
16884  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16885 \begin_inset VSpace medskip
16886 \end_inset
16887
16888
16889 \begin_inset Newline newline
16890 \end_inset
16891
16892
16893 \begin_inset space \hspace*{}
16894 \length 0pt
16895 \end_inset
16896
16897
16898 \begin_inset space \hfill{}
16899 \end_inset
16900
16901
16902 \begin_inset Tabular
16903 <lyxtabular version="3" rows="3" columns="1">
16904 <features tabularvalignment="middle">
16905 <column alignment="center" valignment="top" width="0">
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 A
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row topspace="3mm">
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 3
16923 \begin_inset space \thinspace{}
16924 \end_inset
16925
16926 mm Leerraum oberhalb der Zeile
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 C
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 </lyxtabular>
16944
16945 \end_inset
16946
16947
16948 \begin_inset space \hfill{}
16949 \end_inset
16950
16951
16952 \begin_inset space \hspace*{}
16953 \length 0pt
16954 \end_inset
16955
16956
16957 \begin_inset VSpace medskip
16958 \end_inset
16959
16960
16961 \begin_inset Newline newline
16962 \end_inset
16963
16964 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16965 n Linien verwenden.
16966 \end_layout
16967
16968 \begin_layout Description
16969 Unterhalb
16970 \begin_inset space ~
16971 \end_inset
16972
16973 der
16974 \begin_inset space ~
16975 \end_inset
16976
16977 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16978  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16979 \begin_inset space \thinspace{}
16980 \end_inset
16981
16982 em Leerraum ein.
16983  Bei normalen Tabellen ist der Standardwert 2
16984 \begin_inset space \thinspace{}
16985 \end_inset
16986
16987 pt.
16988 \end_layout
16989
16990 \begin_layout Description
16991 Zwischen
16992 \begin_inset space ~
16993 \end_inset
16994
16995 den
16996 \begin_inset space ~
16997 \end_inset
16998
16999 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
17000  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
17001 \begin_inset space \thinspace{}
17002 \end_inset
17003
17004 em Leerraum ein.
17005  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
17006 \begin_inset VSpace medskip
17007 \end_inset
17008
17009
17010 \begin_inset Newline newline
17011 \end_inset
17012
17013
17014 \begin_inset space \hspace*{}
17015 \length 0pt
17016 \end_inset
17017
17018
17019 \begin_inset space \hfill{}
17020 \end_inset
17021
17022
17023 \begin_inset Tabular
17024 <lyxtabular version="3" rows="3" columns="1">
17025 <features tabularvalignment="middle">
17026 <column alignment="center" valignment="top" width="0">
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 A
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row interlinespace="3mm">
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $\downarrow$
17044 \end_inset
17045
17046  3
17047 \begin_inset space \thinspace{}
17048 \end_inset
17049
17050 mm Leerraum zwischen den Zeilen 
17051 \begin_inset Formula $\downarrow$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 <row>
17061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Formula $\uparrow$
17066 \end_inset
17067
17068  3
17069 \begin_inset space \thinspace{}
17070 \end_inset
17071
17072 mm Leerraum zwischen den Zeilen 
17073 \begin_inset Formula $\uparrow$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 </lyxtabular>
17083
17084 \end_inset
17085
17086
17087 \begin_inset space \hfill{}
17088 \end_inset
17089
17090
17091 \begin_inset space \hspace*{}
17092 \length 0pt
17093 \end_inset
17094
17095
17096 \begin_inset VSpace medskip
17097 \end_inset
17098
17099
17100 \begin_inset Newline newline
17101 \end_inset
17102
17103 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
17104 n Linien verwenden.
17105 \end_layout
17106
17107 \begin_layout Standard
17108 \begin_inset VSpace bigskip
17109 \end_inset
17110
17111 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
17112  Befehlen im LaTeX-Vorspann machen:
17113 \end_layout
17114
17115 \begin_layout Standard
17116
17117 \series bold
17118
17119 \backslash
17120 @ifundefined{extrarowheight}
17121 \begin_inset Newline newline
17122 \end_inset
17123
17124
17125 \begin_inset Phantom HPhantom
17126 status open
17127
17128 \begin_layout Plain Layout
17129
17130 \series bold
17131 \begin_inset space ~
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138
17139 {
17140 \backslash
17141 usepackage{array}}{}
17142 \begin_inset Newline newline
17143 \end_inset
17144
17145
17146 \backslash
17147 setlength{
17148 \backslash
17149 extrarowheight}{Höhe}
17150 \end_layout
17151
17152 \begin_layout Standard
17153 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
17154  ausgerichtet sind.
17155  (Das Paket 
17156 \series bold
17157 array
17158 \series default
17159  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
17160  verwenden.
17161  Der Befehl 
17162 \series bold
17163
17164 \backslash
17165 @ifundefined
17166 \series default
17167  vermeidet, dass es in diesem Fall doppelt geladen wird.)
17168 \end_layout
17169
17170 \begin_layout Standard
17171 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
17172  zu nah an den Buchstaben.
17173  Das kann korrigiert werden, indem man den Befehl 
17174 \series bold
17175
17176 \backslash
17177 strut
17178 \series default
17179  als TeX-Code am Anfang einer Tabellenzeile einfügt.
17180  Tabelle
17181 \begin_inset space ~
17182 \end_inset
17183
17184
17185 \begin_inset CommandInset ref
17186 LatexCommand ref
17187 reference "tab:Vertikale-Ausrichtung-von"
17188
17189 \end_inset
17190
17191  zeigt den Effekt.
17192 \end_layout
17193
17194 \begin_layout Standard
17195 \noindent
17196 \begin_inset Float table
17197 placement h
17198 wide false
17199 sideways false
17200 status open
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Caption
17204
17205 \begin_layout Plain Layout
17206 \begin_inset CommandInset label
17207 LatexCommand label
17208 name "tab:Vertikale-Ausrichtung-von"
17209
17210 \end_inset
17211
17212 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
17213 \end_layout
17214
17215 \end_inset
17216
17217
17218 \end_layout
17219
17220 \begin_layout Plain Layout
17221 \begin_inset space \hfill{}
17222 \end_inset
17223
17224
17225 \begin_inset Float table
17226 wide false
17227 sideways false
17228 status collapsed
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Caption
17232
17233 \begin_layout Plain Layout
17234 Normale Tabelle.
17235 \end_layout
17236
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \begin_layout Plain Layout
17243 \noindent
17244 \align center
17245 \begin_inset Tabular
17246 <lyxtabular version="3" rows="6" columns="1">
17247 <features tabularvalignment="middle">
17248 <column alignment="left" valignment="top" width="0">
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 Normal, g
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 </row>
17260 <row>
17261 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265
17266 \size large
17267 Groß, g
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 </row>
17273 <row>
17274 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278
17279 \size larger
17280 Größer, g
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \size largest
17293 noch Größer, g
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \size huge
17306 Riesig
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 </row>
17312 <row>
17313 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317
17318 \size giant
17319 Gigantisch
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 </lyxtabular>
17326
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \end_inset
17333
17334
17335 \begin_inset space \hfill{}
17336 \end_inset
17337
17338
17339 \begin_inset Float table
17340 wide false
17341 sideways false
17342 status collapsed
17343
17344 \begin_layout Plain Layout
17345 \begin_inset Caption
17346
17347 \begin_layout Plain Layout
17348 Tabelle bei der der Befehl 
17349 \series bold
17350
17351 \backslash
17352 strut
17353 \series default
17354  verwendet wurde.
17355 \end_layout
17356
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \begin_layout Plain Layout
17363 \noindent
17364 \align center
17365 \begin_inset Tabular
17366 <lyxtabular version="3" rows="6" columns="1">
17367 <features tabularvalignment="middle">
17368 <column alignment="left" valignment="top" width="0">
17369 <row>
17370 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 Normal, 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 large
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 Groß, 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 larger
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 Größer, g
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 <row>
17431 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435
17436 \size largest
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 noch Größer, g
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 <row>
17456 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460
17461 \size huge
17462 \begin_inset ERT
17463 status collapsed
17464
17465 \begin_layout Plain Layout
17466
17467
17468 \backslash
17469 strut 
17470 \end_layout
17471
17472 \end_inset
17473
17474 Riesig
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 </row>
17480 <row>
17481 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485
17486 \size giant
17487 \begin_inset ERT
17488 status collapsed
17489
17490 \begin_layout Plain Layout
17491
17492
17493 \backslash
17494 strut 
17495 \end_layout
17496
17497 \end_inset
17498
17499 Gigantisch
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 </lyxtabular>
17506
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \begin_inset space \hfill{}
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \begin_layout Subsection
17527 Besondere Zellenausrichtung
17528 \begin_inset CommandInset label
17529 LatexCommand label
17530 name "sub:Besondere-Zellenausrichtung"
17531
17532 \end_inset
17533
17534
17535 \begin_inset Index idx
17536 status collapsed
17537
17538 \begin_layout Plain Layout
17539 Tabellen ! Zellenausrichtung
17540 \end_layout
17541
17542 \end_inset
17543
17544
17545 \end_layout
17546
17547 \begin_layout Standard
17548 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17549  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17550 \begin_inset space ~
17551 \end_inset
17552
17553
17554 \begin_inset CommandInset ref
17555 LatexCommand ref
17556 reference "tab:Tabellenzellen-sind-auf"
17557
17558 \end_inset
17559
17560 .
17561  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
17562  dann entweder den Werkzeugleistenknopf 
17563 \begin_inset Graphics
17564         filename ../../images/tabular-feature_align-decimal.png
17565         scale 85
17566         scaleBeforeRotation
17567
17568 \end_inset
17569
17570  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
17571 \family sans
17572 Am
17573 \begin_inset space ~
17574 \end_inset
17575
17576 Dezimaltrenner
17577 \family default
17578  setzt.
17579  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
17580  frei wählen.
17581 \end_layout
17582
17583 \begin_layout Standard
17584 \begin_inset Float table
17585 placement h
17586 wide false
17587 sideways false
17588 status open
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Caption
17592
17593 \begin_layout Plain Layout
17594 \begin_inset CommandInset label
17595 LatexCommand label
17596 name "tab:Tabellenzellen-sind-auf"
17597
17598 \end_inset
17599
17600 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17601 \end_layout
17602
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \begin_layout Plain Layout
17609 \align center
17610 \begin_inset Tabular
17611 <lyxtabular version="3" rows="4" columns="1">
17612 <features booktabs="true" tabularvalignment="middle">
17613 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17614 <row>
17615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619 Überschrift
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 </row>
17625 <row>
17626 <cell alignment="center" valignment="top" topline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 12,6
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 </row>
17636 <row>
17637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 0,68
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 -123,0
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 </row>
17658 </lyxtabular>
17659
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Standard
17671 \begin_inset Float table
17672 placement h
17673 wide false
17674 sideways false
17675 status open
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Caption
17679
17680 \begin_layout Plain Layout
17681 \begin_inset CommandInset label
17682 LatexCommand label
17683 name "tab:Tabellenzellen-Operator"
17684
17685 \end_inset
17686
17687 Tabellenzellen sind auf den Operator ausgerichtet
17688 \end_layout
17689
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \begin_layout Plain Layout
17696 \align center
17697 \begin_inset Tabular
17698 <lyxtabular version="3" rows="4" columns="2">
17699 <features booktabs="true" tabularvalignment="middle">
17700 <column alignment="right" valignment="top" width="0pt">
17701 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17702 <row>
17703 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 Überschrift
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 <row>
17723 <cell alignment="center" valignment="top" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 \begin_inset Formula $12\,+$
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739 \begin_inset Formula $\,6$
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 </row>
17748 <row>
17749 <cell alignment="center" valignment="top" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753 \begin_inset Formula $0\,-$
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell alignment="center" valignment="top" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765 \begin_inset Formula $\,68$
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 </row>
17774 <row>
17775 <cell alignment="center" valignment="top" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 \begin_inset Formula $-123\,/$
17780 \end_inset
17781
17782
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 <cell alignment="center" valignment="top" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791 \begin_inset Formula $\,0$
17792 \end_inset
17793
17794
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 </row>
17800 </lyxtabular>
17801
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \begin_layout Standard
17813 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
17814  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
17815  Formeln erlaubt.
17816  In diesem Fall verwendet man die Methode von Tabelle
17817 \begin_inset space ~
17818 \end_inset
17819
17820
17821 \begin_inset CommandInset ref
17822 LatexCommand ref
17823 reference "tab:Tabellenzellen-Operator"
17824
17825 \end_inset
17826
17827 .
17828  Diese Tabelle wurde als 4×2 Tabelle erstellt.
17829  Die Überschrift ist eine zentrierte Mehrfachspalte.
17830  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
17831  und den Operator.
17832  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
17833  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
17834  um den üblichen Leerraum um einen Operator zu erhalten.
17835  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
17836  für die zweite Spalte folgendes eingefügt:
17837 \end_layout
17838
17839 \begin_layout Standard
17840
17841 \series bold
17842 @{}l
17843 \end_layout
17844
17845 \begin_layout Standard
17846 Tabelle
17847 \begin_inset space ~
17848 \end_inset
17849
17850
17851 \begin_inset CommandInset ref
17852 LatexCommand ref
17853 reference "tab:Verschiedene-Ausrichtungen"
17854
17855 \end_inset
17856
17857  zeigt einige Ausrichtungen.
17858  Für die Ausrichtung der Relationen wurde ein kleiner 
17859 \family sans
17860 Leerraum
17861 \family default
17862  eingefügt; wie in der zweiten Spalte von Tabelle
17863 \begin_inset space ~
17864 \end_inset
17865
17866
17867 \begin_inset CommandInset ref
17868 LatexCommand ref
17869 reference "tab:Tabellenzellen-Operator"
17870
17871 \end_inset
17872
17873 .
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \color black
17879 \begin_inset Float table
17880 placement h
17881 wide false
17882 sideways false
17883 status open
17884
17885 \begin_layout Plain Layout
17886
17887 \color black
17888 \begin_inset Caption
17889
17890 \begin_layout Plain Layout
17891
17892 \color black
17893 \begin_inset CommandInset label
17894 LatexCommand label
17895 name "tab:Verschiedene-Ausrichtungen"
17896
17897 \end_inset
17898
17899
17900 \color inherit
17901 Verschiedene Ausrichtungen
17902 \end_layout
17903
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \begin_layout Plain Layout
17910 \align center
17911 \begin_inset Tabular
17912 <lyxtabular version="3" rows="4" columns="6">
17913 <features tabularvalignment="middle">
17914 <column alignment="right" valignment="top" width="0">
17915 <column alignment="left" valignment="top" width="0" special="@{}l">
17916 <column alignment="right" valignment="top" width="0">
17917 <column alignment="left" valignment="top" width="0" special="@{}l">
17918 <column alignment="right" valignment="top" width="0">
17919 <column alignment="left" valignment="top" width="0" special="@{}l">
17920 <row>
17921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 Einheiten
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 Exponenten
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 Relationen
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 </row>
17976 <row>
17977 <cell alignment="center" valignment="top" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 12×
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 24
17991 \begin_inset space \thinspace{}
17992 \end_inset
17993
17994 Flaschen
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 \begin_inset Formula $10\cdot$
18004 \end_inset
18005
18006
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 \begin_inset Formula $10^{\mbox{-}17}$
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 \begin_inset Formula $\Gamma(t)\propto$
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 \begin_inset Formula $\:\Upsilon(t)$
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 </row>
18048 <row>
18049 <cell alignment="center" valignment="top" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 1024×
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 768
18063 \begin_inset space \thinspace{}
18064 \end_inset
18065
18066 Pixel
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 \begin_inset Formula $5.78\cdot$
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 \begin_inset Formula $10^{7}$
18088 \end_inset
18089
18090
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 <cell alignment="center" valignment="top" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 \begin_inset Formula $A\ne$
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 \begin_inset Formula $\: B_{\mathrm{red}}$
18112 \end_inset
18113
18114
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 </row>
18120 <row>
18121 <cell alignment="center" valignment="top" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 32×
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 6
18135 \begin_inset space \thinspace{}
18136 \end_inset
18137
18138 cm
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 -
18148 \begin_inset Formula $33.5\cdot$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 \begin_inset Formula $10^{4}$
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172 \begin_inset Formula $\sin(\alpha)\ge$
18173 \end_inset
18174
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 \begin_inset Formula $\:\sin(\beta)$
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 </row>
18193 </lyxtabular>
18194
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \begin_layout Subsection
18206 Angepasste Zellen-/Spaltenformate
18207 \begin_inset CommandInset label
18208 LatexCommand label
18209 name "uab:Angepasste-Zellen-/Spaltenformate"
18210
18211 \end_inset
18212
18213
18214 \begin_inset Index idx
18215 status collapsed
18216
18217 \begin_layout Plain Layout
18218 Tabellen ! Spaltenformat
18219 \end_layout
18220
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \begin_layout Standard
18227 Wenn man wie in Abschnitt
18228 \begin_inset space ~
18229 \end_inset
18230
18231
18232 \begin_inset CommandInset ref
18233 LatexCommand ref
18234 reference "uab:Mehrfachspalten-Berechnungen"
18235
18236 \end_inset
18237
18238  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18239  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18240  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18241  definieren:
18242 \end_layout
18243
18244 \begin_layout Standard
18245
18246 \series bold
18247
18248 \backslash
18249 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18254 \emph on
18255 b
18256 \emph default
18257
18258 \emph on
18259 c
18260 \emph default
18261
18262 \emph on
18263 l
18264 \emph default
18265
18266 \emph on
18267 m
18268 \emph default
18269
18270 \emph on
18271 p
18272 \emph default
18273  oder 
18274 \emph on
18275 r
18276 \emph default
18277 , weil diese vordefiniert sind.
18278  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18279 \end_layout
18280
18281 \begin_layout Standard
18282 \begin_inset VSpace medskip
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Standard
18289 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18290  Breite könnte das Format so aussehen:
18291 \end_layout
18292
18293 \begin_layout Standard
18294
18295 \series bold
18296
18297 \backslash
18298 newcolumntype{M}[1]{>{
18299 \backslash
18300 centering
18301 \backslash
18302 hspace{0pt}}m{#1}}
18303 \end_layout
18304
18305 \begin_layout Standard
18306 wobei 
18307 \series bold
18308
18309 \backslash
18310 hspace{0pt}
18311 \series default
18312  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18313  Abschnitt
18314 \begin_inset space ~
18315 \end_inset
18316
18317
18318 \begin_inset CommandInset ref
18319 LatexCommand ref
18320 reference "uab:Mehrfache-Zeilen-in"
18321
18322 \end_inset
18323
18324  beschrieben.
18325  Jetzt können Sie mit
18326 \end_layout
18327
18328 \begin_layout Standard
18329
18330 \series bold
18331 M{Breite}
18332 \end_layout
18333
18334 \begin_layout Standard
18335 im 
18336 \family sans
18337 LaTeX-Argument
18338 \family default
18339  im 
18340 \family sans
18341 Tabellen-Einstellungen
18342 \family default
18343 -Dialog eine Mehrfachspalte definieren.
18344 \end_layout
18345
18346 \begin_layout Standard
18347 \begin_inset VSpace bigskip
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Standard
18354 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18355  Format definieren:
18356 \end_layout
18357
18358 \begin_layout Standard
18359
18360 \series bold
18361
18362 \backslash
18363 newcolumntype{S}[2]{>{
18364 \backslash
18365 centering
18366 \backslash
18367 hspace{0pt}}
18368 \begin_inset Newline newline
18369 \end_inset
18370
18371
18372 \begin_inset Phantom HPhantom
18373 status open
18374
18375 \begin_layout Plain Layout
18376
18377 \series bold
18378
18379 \backslash
18380 newcolumntype
18381 \end_layout
18382
18383 \end_inset
18384
18385 m{(#1+(2
18386 \backslash
18387 tabcolsep+
18388 \backslash
18389 arrayrulewidth)*(1-#2))/#2}}
18390 \end_layout
18391
18392 \begin_layout Standard
18393 Dieses Format benutzt Gleichung
18394 \begin_inset space ~
18395 \end_inset
18396
18397
18398 \begin_inset CommandInset ref
18399 LatexCommand ref
18400 reference "eq:Wgn"
18401
18402 \end_inset
18403
18404 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18405  breit ist.
18406 \end_layout
18407
18408 \begin_layout Standard
18409 Jetzt können Sie im 
18410 \family sans
18411 LaTeX-Argument
18412 \family default
18413  im 
18414 \family sans
18415 Tabellen-Einstellungen
18416 \family default
18417 -Dialog folgendes einfügen:
18418 \end_layout
18419
18420 \begin_layout Standard
18421
18422 \series bold
18423 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18424 \end_layout
18425
18426 \begin_layout Standard
18427 \begin_inset VSpace bigskip
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Standard
18434 Für farbige Spalten können Sie folgendes einfügen:
18435 \end_layout
18436
18437 \begin_layout Standard
18438
18439 \series bold
18440
18441 \backslash
18442 newcolumntype{K}[1]{>{
18443 \backslash
18444 columncolor{#1}
18445 \backslash
18446 hspace{0pt}}c}
18447 \end_layout
18448
18449 \begin_layout Standard
18450 Das 
18451 \begin_inset Quotes gld
18452 \end_inset
18453
18454 c
18455 \begin_inset Quotes grd
18456 \end_inset
18457
18458  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18459  zentriert ist.
18460  Jetzt können Sie als 
18461 \family sans
18462 LaTeX-Argument
18463 \family default
18464  folgendes einfügen:
18465 \end_layout
18466
18467 \begin_layout Standard
18468
18469 \series bold
18470 K{Farbname}
18471 \end_layout
18472
18473 \begin_layout Standard
18474 \begin_inset VSpace bigskip
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Standard
18481 Für Tabelle
18482 \begin_inset space ~
18483 \end_inset
18484
18485
18486 \begin_inset CommandInset ref
18487 LatexCommand ref
18488 reference "tab:Tabelle-mit-benutzerdefinierte"
18489
18490 \end_inset
18491
18492  wurden folgende 
18493 \family sans
18494 LaTeX-Argumente
18495 \family default
18496  benutzt:
18497 \end_layout
18498
18499 \begin_layout Standard
18500
18501 \series bold
18502 M{2.5cm}
18503 \end_layout
18504
18505 \begin_layout Standard
18506 für die erste Spalte und die Mehrfachspalte,
18507 \end_layout
18508
18509 \begin_layout Standard
18510
18511 \series bold
18512 K{red}
18513 \end_layout
18514
18515 \begin_layout Standard
18516 für die letzte Spalte und
18517 \end_layout
18518
18519 \begin_layout Standard
18520
18521 \series bold
18522 S{2.5cm}{2}
18523 \end_layout
18524
18525 \begin_layout Standard
18526 für die Spalten in der zweiten Mehrfachspalte.
18527 \end_layout
18528
18529 \begin_layout Standard
18530 \begin_inset Float table
18531 placement h
18532 wide false
18533 sideways false
18534 status open
18535
18536 \begin_layout Plain Layout
18537 \begin_inset Caption
18538
18539 \begin_layout Plain Layout
18540 \begin_inset CommandInset label
18541 LatexCommand label
18542 name "tab:Tabelle-mit-benutzerdefinierte"
18543
18544 \end_inset
18545
18546 Tabelle mit benutzerdefinierten Formaten
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Plain Layout
18555 \align center
18556 \begin_inset Tabular
18557 <lyxtabular version="3" rows="3" columns="4">
18558 <features tabularvalignment="middle">
18559 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18560 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18561 <column alignment="center" valignment="middle" width="0">
18562 <column alignment="center" valignment="middle" width="0" special="K{red}">
18563 <row>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 einsehrlangesWort
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 Mehrfachspalte mit mehreren Zeilen
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 c
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 </row>
18601 <row>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 d
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 e
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624 f
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633 g
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 </row>
18639 <row>
18640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 h
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 i
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 j
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671 k
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 </row>
18677 </lyxtabular>
18678
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \begin_layout Subsection
18690 Liniendicke
18691 \begin_inset CommandInset label
18692 LatexCommand label
18693 name "uab:Liniendicke"
18694
18695 \end_inset
18696
18697
18698 \begin_inset Index idx
18699 status collapsed
18700
18701 \begin_layout Plain Layout
18702 Tabellen  ! Linien ! -dicke
18703 \end_layout
18704
18705 \end_inset
18706
18707
18708 \end_layout
18709
18710 \begin_layout Standard
18711 Die Liniendicke für alle Linien einer Tabelle kann mit 
18712 \series bold
18713
18714 \backslash
18715 arrayrulewidth
18716 \series default
18717  eingestellt werden.
18718  Um eine Liniendicke von 1.5
18719 \begin_inset space \thinspace{}
18720 \end_inset
18721
18722 pt wie in Tabelle
18723 \begin_inset space ~
18724 \end_inset
18725
18726
18727 \begin_inset CommandInset ref
18728 LatexCommand ref
18729 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18730
18731 \end_inset
18732
18733  zu bekommen, geben Sie den Befehl
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \series bold
18739
18740 \backslash
18741 setlength{
18742 \backslash
18743 arrayrulewidth}{1.5pt}
18744 \end_layout
18745
18746 \begin_layout Standard
18747 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18748  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18749  Mit
18750 \end_layout
18751
18752 \begin_layout Standard
18753
18754 \series bold
18755
18756 \backslash
18757 setlength{
18758 \backslash
18759 arrayrulewidth}{0.4pt}
18760 \end_layout
18761
18762 \begin_layout Standard
18763 bekommen Sie wieder die Standarddicke.
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \begin_inset ERT
18768 status collapsed
18769
18770 \begin_layout Plain Layout
18771
18772
18773 \backslash
18774 setlength{
18775 \backslash
18776 arrayrulewidth}{1.5pt}
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \begin_inset Float table
18783 placement H
18784 wide false
18785 sideways false
18786 status open
18787
18788 \begin_layout Plain Layout
18789 \begin_inset Caption
18790
18791 \begin_layout Plain Layout
18792 \begin_inset CommandInset label
18793 LatexCommand label
18794 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18795
18796 \end_inset
18797
18798 Tabelle mit 1.5
18799 \begin_inset space \thinspace{}
18800 \end_inset
18801
18802 pt Liniendicke
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \end_layout
18809
18810 \begin_layout Plain Layout
18811 \align center
18812 \begin_inset Tabular
18813 <lyxtabular version="3" rows="3" columns="3">
18814 <features tabularvalignment="middle">
18815 <column alignment="center" valignment="top" width="0">
18816 <column alignment="center" valignment="top" width="0">
18817 <column alignment="center" valignment="top" width="0">
18818 <row>
18819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823 sd
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18838 \begin_inset Text
18839
18840 \begin_layout Plain Layout
18841
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 </row>
18847 <row>
18848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 sd
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 </row>
18876 <row>
18877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 sd
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 </row>
18905 </lyxtabular>
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \begin_inset ERT
18916 status collapsed
18917
18918 \begin_layout Plain Layout
18919
18920
18921 \backslash
18922 setlength{
18923 \backslash
18924 arrayrulewidth}{0.4pt}
18925 \end_layout
18926
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \begin_layout Standard
18933 \begin_inset VSpace bigskip
18934 \end_inset
18935
18936 Um eine Liniendicke von 1.5
18937 \begin_inset space \thinspace{}
18938 \end_inset
18939
18940 pt nur für horizontale Linien zu bekommen wie in Tabelle
18941 \begin_inset space ~
18942 \end_inset
18943
18944
18945 \begin_inset CommandInset ref
18946 LatexCommand ref
18947 reference "tab:Tabelle-mit-1.5pt-horiz"
18948
18949 \end_inset
18950
18951 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18952  einfügen:
18953 \end_layout
18954
18955 \begin_layout Standard
18956
18957 \series bold
18958
18959 \backslash
18960 let
18961 \backslash
18962 myHline
18963 \backslash
18964 hline
18965 \begin_inset Newline newline
18966 \end_inset
18967
18968
18969 \backslash
18970 renewcommand{
18971 \backslash
18972 hline}
18973 \begin_inset Newline newline
18974 \end_inset
18975
18976  {
18977 \backslash
18978 noalign{
18979 \backslash
18980 global
18981 \backslash
18982 arrayrulewidth 1.5pt}
18983 \begin_inset Newline newline
18984 \end_inset
18985
18986  
18987 \backslash
18988 myHline
18989 \backslash
18990 noalign{
18991 \backslash
18992 global
18993 \backslash
18994 arrayrulewidth 0.4pt}}
18995 \end_layout
18996
18997 \begin_layout Standard
18998 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18999  der (Gleit\SpecialChar \-
19000 objekt-)Tabelle zurück:
19001 \end_layout
19002
19003 \begin_layout Standard
19004
19005 \series bold
19006
19007 \backslash
19008 renewcommand{
19009 \backslash
19010 hline}{
19011 \backslash
19012 myHline}
19013 \end_layout
19014
19015 \begin_layout Standard
19016 \begin_inset ERT
19017 status collapsed
19018
19019 \begin_layout Plain Layout
19020
19021
19022 \backslash
19023 let
19024 \backslash
19025 myHline
19026 \backslash
19027 hline
19028 \end_layout
19029
19030 \begin_layout Plain Layout
19031
19032
19033 \backslash
19034 renewcommand{
19035 \backslash
19036 hline}
19037 \end_layout
19038
19039 \begin_layout Plain Layout
19040
19041  {
19042 \backslash
19043 noalign{
19044 \backslash
19045 global
19046 \backslash
19047 arrayrulewidth 1.5pt}
19048 \end_layout
19049
19050 \begin_layout Plain Layout
19051
19052   
19053 \backslash
19054 myHline
19055 \backslash
19056 noalign{
19057 \backslash
19058 global
19059 \backslash
19060 arrayrulewidth 0.4pt}}
19061 \end_layout
19062
19063 \end_inset
19064
19065
19066 \begin_inset Float table
19067 placement h
19068 wide false
19069 sideways false
19070 status open
19071
19072 \begin_layout Plain Layout
19073 \begin_inset Caption
19074
19075 \begin_layout Plain Layout
19076 \begin_inset CommandInset label
19077 LatexCommand label
19078 name "tab:Tabelle-mit-1.5pt-horiz"
19079
19080 \end_inset
19081
19082 Tabelle mit 1.5
19083 \begin_inset space \thinspace{}
19084 \end_inset
19085
19086 pt dicken horizontalen Linien
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Plain Layout
19095 \align center
19096 \begin_inset Tabular
19097 <lyxtabular version="3" rows="3" columns="3">
19098 <features tabularvalignment="middle">
19099 <column alignment="center" valignment="top" width="0">
19100 <column alignment="center" valignment="top" width="0">
19101 <column alignment="center" valignment="top" width="0">
19102 <row>
19103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 sd
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 </row>
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 sd
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 sd
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 </lyxtabular>
19190
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \begin_inset ERT
19200 status collapsed
19201
19202 \begin_layout Plain Layout
19203
19204
19205 \backslash
19206 renewcommand{
19207 \backslash
19208 hline}{
19209 \backslash
19210 myHline}
19211 \end_layout
19212
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \begin_layout Standard
19219 \begin_inset VSpace bigskip
19220 \end_inset
19221
19222 Um die Liniendicke von 1.5
19223 \begin_inset space \thinspace{}
19224 \end_inset
19225
19226 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19227  Spaltenformat entsprechend der Beschreibung in Abschnitt
19228 \begin_inset space ~
19229 \end_inset
19230
19231
19232 \begin_inset CommandInset ref
19233 LatexCommand ref
19234 reference "uab:Angepasste-Zellen-/Spaltenformate"
19235
19236 \end_inset
19237
19238  definieren:
19239 \end_layout
19240
19241 \begin_layout Standard
19242
19243 \series bold
19244
19245 \backslash
19246 newcolumntype{V}{!{
19247 \backslash
19248 vrule width 1.5pt}}
19249 \end_layout
19250
19251 \begin_layout Standard
19252 In Tabelle
19253 \begin_inset space ~
19254 \end_inset
19255
19256
19257 \begin_inset CommandInset ref
19258 LatexCommand ref
19259 reference "tab:Tabelle-mit-1.5pt-vert"
19260
19261 \end_inset
19262
19263  wurde das 
19264 \family sans
19265 LaTe
19266 \begin_inset ERT
19267 status collapsed
19268
19269 \begin_layout Plain Layout
19270
19271 {}
19272 \end_layout
19273
19274 \end_inset
19275
19276 X-Argument
19277 \family default
19278 \series bold
19279  VcV
19280 \series default
19281  für die letzte Spalte und
19282 \series bold
19283  Vc
19284 \series default
19285  für die anderen benutzt.
19286 \end_layout
19287
19288 \begin_layout Standard
19289 \begin_inset Float table
19290 placement H
19291 wide false
19292 sideways false
19293 status open
19294
19295 \begin_layout Plain Layout
19296 \begin_inset Caption
19297
19298 \begin_layout Plain Layout
19299 \begin_inset CommandInset label
19300 LatexCommand label
19301 name "tab:Tabelle-mit-1.5pt-vert"
19302
19303 \end_inset
19304
19305 Tabelle mit 1.5
19306 \begin_inset space \thinspace{}
19307 \end_inset
19308
19309 pt dicken vertikalen Linien
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Plain Layout
19318 \align center
19319 \begin_inset Tabular
19320 <lyxtabular version="3" rows="3" columns="3">
19321 <features tabularvalignment="middle">
19322 <column alignment="center" valignment="top" width="0" special="Vc">
19323 <column alignment="center" valignment="top" width="0" special="Vc">
19324 <column alignment="center" valignment="top" width="0" special="VcV">
19325 <row>
19326 <cell alignment="center" valignment="top" topline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 sd
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 </row>
19354 <row>
19355 <cell alignment="center" valignment="top" topline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 sd
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 <row>
19384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 sd
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 </lyxtabular>
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \begin_layout Subsection
19425 Gestrichelte Linien
19426 \begin_inset Index idx
19427 status collapsed
19428
19429 \begin_layout Plain Layout
19430 Tabellen  ! Linien ! gestrichelte 
19431 \end_layout
19432
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \begin_layout Standard
19439 \begin_inset ERT
19440 status collapsed
19441
19442 \begin_layout Plain Layout
19443
19444
19445 \backslash
19446 ifarydshln
19447 \end_layout
19448
19449 \end_inset
19450
19451
19452 \begin_inset Note Note
19453 status open
19454
19455 \begin_layout Plain Layout
19456 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19457 \series bold
19458 arydshln
19459 \series default
19460  installiert ist.
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469 \begin_inset Float table
19470 placement h
19471 wide false
19472 sideways false
19473 status open
19474
19475 \begin_layout Plain Layout
19476 \begin_inset Caption
19477
19478 \begin_layout Plain Layout
19479 \begin_inset CommandInset label
19480 LatexCommand label
19481 name "tab:Tabelle-mit-gestrichelten"
19482
19483 \end_inset
19484
19485 Tabelle mit gestrichelten Linien
19486 \end_layout
19487
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \begin_layout Plain Layout
19494 \align center
19495 \begin_inset Tabular
19496 <lyxtabular version="3" rows="5" columns="5">
19497 <features tabularvalignment="middle">
19498 <column alignment="center" valignment="top" width="0">
19499 <column alignment="center" valignment="top" width="0">
19500 <column alignment="center" valignment="top" width="0" special=":c">
19501 <column alignment="center" valignment="top" width="0">
19502 <column alignment="center" valignment="top" width="0">
19503 <row>
19504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508 a
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 b
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 c
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 d
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 e
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 </row>
19550 <row>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 f
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 g
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 h
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 i
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 j
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 </row>
19597 <row>
19598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602 \begin_inset ERT
19603 status collapsed
19604
19605 \begin_layout Plain Layout
19606
19607
19608 \backslash
19609 hdashline 
19610 \end_layout
19611
19612 \end_inset
19613
19614 k
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 l
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 m
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 n
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 o
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 </row>
19656 <row>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset ERT
19662 status collapsed
19663
19664 \begin_layout Plain Layout
19665
19666
19667 \backslash
19668 cdashline{4-5}
19669 \end_layout
19670
19671 \end_inset
19672
19673 p
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 q
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 r
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 s
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 t
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 u
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738 v
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 w
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 x
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 </row>
19762 </lyxtabular>
19763
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \begin_layout Standard
19775 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19776  TeX-Code benutzen.
19777  Zunächst müssen Sie das LaTeX-Paket 
19778 \series bold
19779 arydshln
19780 \series default
19781
19782 \begin_inset Index idx
19783 status collapsed
19784
19785 \begin_layout Plain Layout
19786 LaTeX-Pakete ! arydshln
19787 \end_layout
19788
19789 \end_inset
19790
19791  im LaTeX-Vorspann laden:
19792 \end_layout
19793
19794 \begin_layout Standard
19795
19796 \series bold
19797
19798 \backslash
19799 usepackage{arydshln}
19800 \end_layout
19801
19802 \begin_layout Standard
19803 Um senkrechte Linien zu stricheln, müssen Sie im 
19804 \family sans
19805 LaTe
19806 \begin_inset ERT
19807 status collapsed
19808
19809 \begin_layout Plain Layout
19810
19811 {}
19812 \end_layout
19813
19814 \end_inset
19815
19816 X-Argument
19817 \family default
19818  des 
19819 \family sans
19820 Tabellen-Einstellungen
19821 \family default
19822 -Dialogs 
19823 \begin_inset Quotes gld
19824 \end_inset
19825
19826 :
19827 \begin_inset Quotes grd
19828 \end_inset
19829
19830 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19831 \end_layout
19832
19833 \begin_layout Standard
19834 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19835 \end_layout
19836
19837 \begin_layout Standard
19838
19839 \series bold
19840
19841 \backslash
19842 hdashline
19843 \end_layout
19844
19845 \begin_layout Standard
19846 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19847 \end_layout
19848
19849 \begin_layout Standard
19850 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19851 \end_layout
19852
19853 \begin_layout Standard
19854
19855 \series bold
19856
19857 \backslash
19858 cdashline{Anfangsspalte-Endspalte}
19859 \end_layout
19860
19861 \begin_layout Standard
19862 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19863  Wenn Sie z.
19864 \begin_inset space \thinspace{}
19865 \end_inset
19866
19867 B.
19868  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19869  gestrichelte Linie haben, fügen Sie den Befehl
19870 \end_layout
19871
19872 \begin_layout Standard
19873
19874 \series bold
19875
19876 \backslash
19877 cdashline{2-4}
19878 \end_layout
19879
19880 \begin_layout Standard
19881 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19882 \end_layout
19883
19884 \begin_layout Standard
19885 \begin_inset VSpace bigskip
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \begin_layout Standard
19892 In Tabelle
19893 \begin_inset space ~
19894 \end_inset
19895
19896
19897 \begin_inset CommandInset ref
19898 LatexCommand ref
19899 reference "tab:Tabelle-mit-gestrichelten"
19900
19901 \end_inset
19902
19903  wurde in der dritten Spalte der Befehl
19904 \series bold
19905  
19906 \series default
19907
19908 \begin_inset Quotes gld
19909 \end_inset
19910
19911
19912 \series bold
19913 :c
19914 \begin_inset Quotes grd
19915 \end_inset
19916
19917
19918 \series default
19919  benutzt.
19920  Der Befehl 
19921 \series bold
19922
19923 \backslash
19924 hdashline
19925 \series default
19926  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19927 \begin_inset Newline newline
19928 \end_inset
19929
19930  
19931 \series bold
19932
19933 \backslash
19934 cdashline{4-5} 
19935 \series default
19936 wurde in die erste Zelle der vierten Zeile eingefügt.
19937 \end_layout
19938
19939 \begin_layout Standard
19940 \begin_inset Note Greyedout
19941 status open
19942
19943 \begin_layout Plain Layout
19944
19945 \series bold
19946 Bemerkung:
19947 \series default
19948  Das LaTeX-Paket 
19949 \series bold
19950 arydshln
19951 \series default
19952  ist nicht kompatibel dem LaTeX-Paket 
19953 \series bold
19954 colortbl
19955 \series default
19956
19957 \begin_inset Index idx
19958 status collapsed
19959
19960 \begin_layout Plain Layout
19961 LaTeX-Pakete ! colortbl
19962 \end_layout
19963
19964 \end_inset
19965
19966 , das für die farbigen Tabellen in Abschnitt
19967 \begin_inset space ~
19968 \end_inset
19969
19970
19971 \begin_inset CommandInset ref
19972 LatexCommand ref
19973 reference "abs:Farbige-Tabellen"
19974
19975 \end_inset
19976
19977  benutzt wurde.
19978  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19979 \end_layout
19980
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \begin_layout Standard
19987 \begin_inset ERT
19988 status collapsed
19989
19990 \begin_layout Plain Layout
19991
19992
19993 \backslash
19994 else
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \begin_inset Note Note
20001 status open
20002
20003 \begin_layout Plain Layout
20004 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
20005 \series bold
20006 arydshln
20007 \series default
20008  nicht installiert ist:
20009 \end_layout
20010
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \begin_layout Standard
20017 Sie müssen das LaTeX-Paket 
20018 \series bold
20019 arydshln
20020 \series default
20021  installiert haben um den Inhalt dieses Abschnitts zu sehen.
20022 \end_layout
20023
20024 \begin_layout Standard
20025 \begin_inset ERT
20026 status collapsed
20027
20028 \begin_layout Plain Layout
20029
20030
20031 \backslash
20032 fi
20033 \end_layout
20034
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \begin_layout Chapter
20041 Gleitobjekte
20042 \begin_inset CommandInset label
20043 LatexCommand label
20044 name "chap:Gleitobjekte"
20045
20046 \end_inset
20047
20048
20049 \begin_inset Index idx
20050 status collapsed
20051
20052 \begin_layout Plain Layout
20053 Gleitobjekte
20054 \end_layout
20055
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \begin_layout Section
20062 Einleitung
20063 \begin_inset CommandInset label
20064 LatexCommand label
20065 name "abs:Gleitobjekte-Einleitung"
20066
20067 \end_inset
20068
20069
20070 \begin_inset Index idx
20071 status collapsed
20072
20073 \begin_layout Plain Layout
20074 Gleitobjekte ! Einleitung
20075 \end_layout
20076
20077 \end_inset
20078
20079
20080 \end_layout
20081
20082 \begin_layout Standard
20083 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
20084  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
20085  der beste Platz ist.
20086  
20087 \family sans
20088 Fußnoten
20089 \family default
20090  und 
20091 \family sans
20092 Randnotizen
20093 \family default
20094  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
20095  wenn auf ihrer Seite schon zu viele sind.
20096 \end_layout
20097
20098 \begin_layout Standard
20099 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
20100  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
20101  um weiße Flächen und Seiten ohne Text zu vermeiden.
20102  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
20103 löst,
20104  kann im Text auf ein Gleitobjekt verwiesen werden.
20105  Gleitobjekte sind deshalb nummeriert.
20106  Querverweise werden in Abschnitt
20107 \begin_inset space ~
20108 \end_inset
20109
20110
20111 \begin_inset CommandInset ref
20112 LatexCommand ref
20113 reference "abs:Auf-Gleitobjekte-verweisen"
20114
20115 \end_inset
20116
20117  beschrieben.
20118 \end_layout
20119
20120 \begin_layout Standard
20121 Ein Gleitobjekt wird mit 
20122 \family sans
20123 Einfügen\SpecialChar \menuseparator
20124 Gleitobjekt\SpecialChar \menuseparator
20125 Algorithmus/Abbildung/Ta\SpecialChar \-
20126 belle/Um\SpecialChar \-
20127 flos\SpecialChar \-
20128 se\SpecialChar \-
20129 nes
20130 \begin_inset space ~
20131 \end_inset
20132
20133 Gleitobjekt
20134 \family default
20135  eingefügt.
20136  Für Abbildungen oder Tabellen können Sie auch auf 
20137 \begin_inset Graphics
20138         filename ../../images/float-insert_figure.png
20139         scale 70
20140         scaleBeforeRotation
20141
20142 \end_inset
20143
20144  oder 
20145 \begin_inset Graphics
20146         filename ../../images/float-insert_table.png
20147         scale 70
20148         scaleBeforeRotation
20149
20150 \end_inset
20151
20152  klicken.
20153  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
20154  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
20155  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
20156  #:).
20157  Statt # sehen Sie die von LyX vergebene Nummer.
20158  In das schmale Feld nach der Marke können Sie den Titel schreiben.
20159  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
20160  eingefügt.
20161  In Abschnitt
20162 \begin_inset space ~
20163 \end_inset
20164
20165
20166 \begin_inset CommandInset ref
20167 LatexCommand ref
20168 reference "abs:Titel-Platzierung"
20169
20170 \end_inset
20171
20172  finden Sie mehr über die Platzierung des Titels.
20173  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
20174  auch wieder geöffnet.
20175  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
20176 \begin_inset Graphics
20177         filename clipart/GleitobjektQt4.png
20178         scale 70
20179         scaleBeforeRotation
20180
20181 \end_inset
20182
20183  – ein graues Kästchen mit roter Beschriftung.
20184 \end_layout
20185
20186 \begin_layout Standard
20187 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
20188  Gleitobjekte in einem eigenen Absatz einzufügen.
20189 \end_layout
20190
20191 \begin_layout Standard
20192 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
20193  indem Sie sie markieren und dann auf 
20194 \begin_inset Graphics
20195         filename ../../images/float-insert_figure.png
20196         scale 70
20197         scaleBeforeRotation
20198
20199 \end_inset
20200
20201  oder 
20202 \begin_inset Graphics
20203         filename ../../images/float-insert_table.png
20204         scale 70
20205         scaleBeforeRotation
20206
20207 \end_inset
20208
20209  klicken.
20210 \end_layout
20211
20212 \begin_layout Section
20213 Gleitobjekt-Typen
20214 \begin_inset Index idx
20215 status collapsed
20216
20217 \begin_layout Plain Layout
20218 Gleitobjekte ! Typen
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \begin_layout Standard
20227 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
20228 \begin_inset space ~
20229 \end_inset
20230
20231
20232 \begin_inset CommandInset ref
20233 LatexCommand ref
20234 reference "abs:Gleitende-Abbildungen"
20235
20236 \end_inset
20237
20238  und 
20239 \begin_inset CommandInset ref
20240 LatexCommand ref
20241 reference "abs:Gleitende-Tabellen"
20242
20243 \end_inset
20244
20245  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20246  Letztere sind in Abschnitt
20247 \begin_inset space ~
20248 \end_inset
20249
20250
20251 \begin_inset CommandInset ref
20252 LatexCommand ref
20253 reference "sec:Umflossene-Gleitobjekte"
20254
20255 \end_inset
20256
20257  beschrieben.
20258 \end_layout
20259
20260 \begin_layout Subsection
20261 Algorithmen-Gleitobjekt
20262 \begin_inset Index idx
20263 status collapsed
20264
20265 \begin_layout Plain Layout
20266 Gleitobjekte ! Algorithmen
20267 \end_layout
20268
20269 \end_inset
20270
20271
20272 \begin_inset CommandInset label
20273 LatexCommand label
20274 name "uab:Gleitobjekt-Algorithmen"
20275
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \begin_layout Standard
20282 \begin_inset Float algorithm
20283 placement h
20284 wide false
20285 sideways false
20286 status open
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Caption
20290
20291 \begin_layout Plain Layout
20292 \begin_inset CommandInset label
20293 LatexCommand label
20294 name "alg:Ein-Gleitobjekt-Algorithmus"
20295
20296 \end_inset
20297
20298 Ein Gleitobjekt-Algorithmus 
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout LyX-Code
20307 for I in 1..N loop
20308 \begin_inset Newline newline
20309 \end_inset
20310
20311  Sum:= Sum + A(I); /*Kommentar*/
20312 \begin_inset Newline newline
20313 \end_inset
20314
20315 end loop
20316 \begin_inset VSpace -4mm
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \begin_layout Standard
20328 Dieser Typ wird mit 
20329 \family sans
20330 Einfügen\SpecialChar \menuseparator
20331 Gleitobjekt\SpecialChar \menuseparator
20332 Algorithmus
20333 \family default
20334  eingefügt.
20335  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20336  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20337 \begin_inset space ~
20338 \end_inset
20339
20340
20341 \begin_inset CommandInset ref
20342 LatexCommand ref
20343 reference "kap:Programm-Code-Listen"
20344
20345 \end_inset
20346
20347 .
20348  Eine mögliche Absatz-Umgebung hier für ist 
20349 \family sans
20350 LyX-Code
20351 \family default
20352 , beschrieben im 
20353 \emph on
20354 Benutzerhandbuch
20355 \emph default
20356 .
20357  In Algorithmus
20358 \begin_inset space ~
20359 \end_inset
20360
20361
20362 \begin_inset CommandInset ref
20363 LatexCommand ref
20364 reference "alg:Ein-Gleitobjekt-Algorithmus"
20365
20366 \end_inset
20367
20368  wurden am Ende -4
20369 \begin_inset space \thinspace{}
20370 \end_inset
20371
20372 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20373  letzten Zeile gedruckt wird.
20374 \end_layout
20375
20376 \begin_layout Standard
20377 Die Marke 
20378 \emph on
20379 Algorithmus
20380 \emph default
20381  wird nicht automatisch in die druckbare Version übernommen, sondern das
20382  englische Wort 
20383 \emph on
20384 Algorithm
20385 \emph default
20386  verwendet.
20387  Soll
20388 \emph on
20389  Algorithmus
20390 \emph default
20391  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20392 \end_layout
20393
20394 \begin_layout Standard
20395
20396 \series bold
20397
20398 \backslash
20399 floatname{algorithm}{Algorithmus}
20400 \end_layout
20401
20402 \begin_layout Standard
20403 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20404  Sprache wie die LyX Menünamen haben, das Menü 
20405 \family sans
20406 Einfügen\SpecialChar \menuseparator
20407 Liste
20408 \begin_inset space \thinspace{}
20409 \end_inset
20410
20411 /
20412 \begin_inset space \thinspace{}
20413 \end_inset
20414
20415 Inhaltsverzeichnis\SpecialChar \menuseparator
20416 Algorithmenverzeichnis
20417 \family default
20418  verwendet werden.
20419  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20420  eingefügt werden:
20421 \end_layout
20422
20423 \begin_layout Standard
20424
20425 \series bold
20426
20427 \backslash
20428 listof{algorithm}{Algorithmenverzeichnis}
20429 \end_layout
20430
20431 \begin_layout Standard
20432 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20433  nach dem Schema 
20434 \begin_inset Quotes gld
20435 \end_inset
20436
20437 Kapitelnummer.Algorithmusnummer
20438 \begin_inset Quotes grd
20439 \end_inset
20440
20441  nummeriert.
20442  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20443  einfügen:
20444 \end_layout
20445
20446 \begin_layout Standard
20447
20448 \series bold
20449
20450 \backslash
20451 numberwithin{algorithm}{chapter}
20452 \end_layout
20453
20454 \begin_layout Standard
20455 Um 
20456 \series bold
20457
20458 \backslash
20459 numberwithin
20460 \series default
20461  benutzen zu können, muss in den 
20462 \family sans
20463 Mathe
20464 \begin_inset space ~
20465 \end_inset
20466
20467 Optionen
20468 \family default
20469  der 
20470 \family sans
20471 Dokument-Einstellungen
20472 \family default
20473  
20474 \family sans
20475 AMS
20476 \begin_inset space ~
20477 \end_inset
20478
20479 Mathe
20480 \begin_inset space ~
20481 \end_inset
20482
20483 Paket
20484 \family default
20485
20486 \begin_inset space ~
20487 \end_inset
20488
20489
20490 \family sans
20491 verwenden
20492 \family default
20493  angekreuzt sein.
20494 \end_layout
20495
20496 \begin_layout Section
20497 Gleitobjekt-Nummerierung
20498 \begin_inset Index idx
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502 Gleitobjekte ! Nummerierung
20503 \end_layout
20504
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \begin_layout Standard
20511 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20512  nummeriert oder nach dem Schema 
20513 \begin_inset Quotes gld
20514 \end_inset
20515
20516 Kapitelnummer.Gleitobjektnummer
20517 \begin_inset Quotes grd
20518 \end_inset
20519
20520  oder 
20521 \begin_inset Quotes gld
20522 \end_inset
20523
20524 Abschnittsnummer.Gleitobjektnummer
20525 \begin_inset Quotes grd
20526 \end_inset
20527
20528 .
20529  Das hängt von der Dokumentklasse ab.
20530 \end_layout
20531
20532 \begin_layout Standard
20533 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20534  in den LaTeX-Vorspann einfügen:
20535 \end_layout
20536
20537 \begin_layout Standard
20538
20539 \series bold
20540
20541 \backslash
20542 renewcommand{
20543 \backslash
20544 thetable}{
20545 \backslash
20546 roman{table}}
20547 \end_layout
20548
20549 \begin_layout Standard
20550
20551 \series bold
20552
20553 \backslash
20554 thetable
20555 \series default
20556  ist der Befehl, der die Tabellennummer druckt.
20557  Für Abbildungen ist das 
20558 \series bold
20559
20560 \backslash
20561 thefigure
20562 \series default
20563 .
20564  Der Befehl 
20565 \series bold
20566
20567 \backslash
20568 roman
20569 \series default
20570  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20571 \end_layout
20572
20573 \begin_layout Standard
20574 Um das Nummerierungsschema zum Beispiel auf 
20575 \begin_inset Quotes gld
20576 \end_inset
20577
20578 Unterabschnittsnummer.Num\SpecialChar \-
20579 mer
20580 \begin_inset Quotes grd
20581 \end_inset
20582
20583  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20584 \end_layout
20585
20586 \begin_layout Standard
20587
20588 \series bold
20589
20590 \backslash
20591 numberwithin{table}{subsection}
20592 \end_layout
20593
20594 \begin_layout Standard
20595 Um den Befehl 
20596 \series bold
20597
20598 \backslash
20599 numberwithin
20600 \series default
20601  benutzen zu können, müssen Sie in den 
20602 \family sans
20603 Mathe
20604 \begin_inset space ~
20605 \end_inset
20606
20607 Optionen
20608 \family default
20609  der 
20610 \family sans
20611 Dokument-Einstellungen
20612 \family default
20613  
20614 \family sans
20615 AMS
20616 \begin_inset space ~
20617 \end_inset
20618
20619 Mathe
20620 \begin_inset space ~
20621 \end_inset
20622
20623 Paket
20624 \family default
20625
20626 \begin_inset space ~
20627 \end_inset
20628
20629
20630 \family sans
20631 verwenden
20632 \family default
20633  ankreuzen.
20634 \end_layout
20635
20636 \begin_layout Standard
20637 Sehen Sie sich bitte auch Abschnitt
20638 \begin_inset space ~
20639 \end_inset
20640
20641
20642 \begin_inset CommandInset ref
20643 LatexCommand ref
20644 reference "uab:Fußnoten-Nummerierung"
20645
20646 \end_inset
20647
20648  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20649 \end_layout
20650
20651 \begin_layout Section
20652 Auf Gleitobjekte verweisen
20653 \begin_inset CommandInset label
20654 LatexCommand label
20655 name "abs:Auf-Gleitobjekte-verweisen"
20656
20657 \end_inset
20658
20659
20660 \begin_inset Index idx
20661 status collapsed
20662
20663 \begin_layout Plain Layout
20664 Gleitobjekte ! Querverweise
20665 \end_layout
20666
20667 \end_inset
20668
20669
20670 \begin_inset Index idx
20671 status collapsed
20672
20673 \begin_layout Plain Layout
20674 Querverweise ! auf Gleitobjekte
20675 \end_layout
20676
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \begin_layout Standard
20683 Zunächst müssen Sie mit 
20684 \family sans
20685 Einfügen\SpecialChar \menuseparator
20686 Marke
20687 \family default
20688  oder einen Klick auf 
20689 \family sans
20690
20691 \begin_inset Info
20692 type  "icon"
20693 arg   "label-insert"
20694 \end_inset
20695
20696
20697 \family default
20698  eine Marke im Titel einfügen.
20699  Im 
20700 \family sans
20701 Marke
20702 \family default
20703 -Dialog schreiben Sie einen Text in das Feld 
20704 \family sans
20705 Marke
20706 \family default
20707  oder übernehmen den vorgeschlagenen.
20708  Die Marke sieht in LyX dann so aus:
20709 \end_layout
20710
20711 \begin_layout Standard
20712 \begin_inset Graphics
20713         filename clipart/Marke.png
20714         lyxscale 80
20715         scale 50
20716         scaleBeforeRotation
20717
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 Die Marke wird als Anker und Name für den Querverweis benutzt.
20725  Mit 
20726 \family sans
20727 Einfügen\SpecialChar \menuseparator
20728 Querverweis
20729 \family default
20730  oder einen Klick auf 
20731 \family sans
20732
20733 \begin_inset Info
20734 type  "icon"
20735 arg   "dialog-show-new-inset ref"
20736 \end_inset
20737
20738
20739 \family default
20740  können Sie dann auf die Marke verweisen.
20741  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20742  angezeigt:
20743 \end_layout
20744
20745 \begin_layout Standard
20746 \begin_inset Graphics
20747         filename clipart/Querverweis.png
20748         lyxscale 80
20749         scale 50
20750         scaleBeforeRotation
20751
20752 \end_inset
20753
20754
20755 \begin_inset Newline newline
20756 \end_inset
20757
20758  Mehr zu Querverweisen finden Sie im 
20759 \emph on
20760 Benutzerhandbuch
20761 \emph default
20762 .
20763 \end_layout
20764
20765 \begin_layout Standard
20766 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20767  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20768  durch einen Zeilenumbruch getrennt werden können.
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20773  LyX passt die Querverweise automatisch an.
20774 \end_layout
20775
20776 \begin_layout Standard
20777 Ein Klick auf den Schalter 
20778 \family sans
20779 Gehe
20780 \begin_inset space ~
20781 \end_inset
20782
20783 zur
20784 \begin_inset space ~
20785 \end_inset
20786
20787 Marke
20788 \family default
20789  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20790  Der Text der Schaltfläche heißt jetzt 
20791 \family sans
20792 Gehe
20793 \begin_inset space ~
20794 \end_inset
20795
20796 zurück
20797 \family default
20798  und ein Klick darauf macht genau dies.
20799   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20800  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20801  Dann ist auch kein 
20802 \family sans
20803 Gehe
20804 \begin_inset space ~
20805 \end_inset
20806
20807 zurück
20808 \family default
20809  möglich.
20810 \end_layout
20811
20812 \begin_layout Subsection
20813 Querverweis-Formate
20814 \begin_inset CommandInset label
20815 LatexCommand label
20816 name "uab:Querverweis-Formate"
20817
20818 \end_inset
20819
20820
20821 \begin_inset Index idx
20822 status collapsed
20823
20824 \begin_layout Plain Layout
20825 Querverweise ! Formate
20826 \end_layout
20827
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \begin_layout Standard
20834 Es gibt sechs verschiedene Querverweisstile:
20835 \end_layout
20836
20837 \begin_layout Description
20838 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20839  
20840 \begin_inset CommandInset ref
20841 LatexCommand ref
20842 reference "abb:Zwei-Teilabbildungen"
20843
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \begin_layout Description
20850 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20851  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20852  verwendet wird, speziell wenn der Name 
20853 \begin_inset Quotes gld
20854 \end_inset
20855
20856 Gleichung
20857 \begin_inset Quotes grd
20858 \end_inset
20859
20860  weggelassen wird: 
20861 \begin_inset CommandInset ref
20862 LatexCommand eqref
20863 reference "eq:Wgn"
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Description
20871 <Seite>: druckt die Seitennummer: Seite
20872 \begin_inset space ~
20873 \end_inset
20874
20875
20876 \begin_inset CommandInset ref
20877 LatexCommand pageref
20878 reference "abb:Zwei-Teilabbildungen"
20879
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \begin_layout Description
20886 auf
20887 \begin_inset space ~
20888 \end_inset
20889
20890 Seite
20891 \begin_inset space ~
20892 \end_inset
20893
20894 <Seite>: druckt den Text 
20895 \begin_inset Quotes gld
20896 \end_inset
20897
20898 auf Seite
20899 \begin_inset Quotes grd
20900 \end_inset
20901
20902  und die Seitennummer: 
20903 \begin_inset CommandInset ref
20904 LatexCommand vpageref
20905 reference "abb:Zwei-Teilabbildungen"
20906
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \begin_layout Description
20913 <Querverweis>
20914 \begin_inset space ~
20915 \end_inset
20916
20917 auf
20918 \begin_inset space ~
20919 \end_inset
20920
20921 Seite
20922 \begin_inset space ~
20923 \end_inset
20924
20925 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20926 \begin_inset Quotes gld
20927 \end_inset
20928
20929 auf Seite
20930 \begin_inset Quotes grd
20931 \end_inset
20932
20933 , und die Seitennummer: 
20934 \begin_inset CommandInset ref
20935 LatexCommand vref
20936 reference "abb:Zwei-Teilabbildungen"
20937
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \begin_layout Description
20944 Formatierter
20945 \begin_inset space ~
20946 \end_inset
20947
20948 Querverweis: druckt ein selbst definiertes Querverweisformat
20949 \begin_inset Newline newline
20950 \end_inset
20951
20952
20953 \begin_inset Note Greyedout
20954 status open
20955
20956 \begin_layout Plain Layout
20957
20958 \series bold
20959 Bemerkung:
20960 \series default
20961  Dies ist nur möglich, wenn das LaTeX-Paket 
20962 \series bold
20963 prettyref
20964 \series default
20965  oder 
20966 \series bold
20967 refstyle
20968 \series default
20969
20970 \begin_inset Index idx
20971 status collapsed
20972
20973 \begin_layout Plain Layout
20974 LaTeX-Pakete ! prettyref
20975 \end_layout
20976
20977 \end_inset
20978
20979
20980 \begin_inset Index idx
20981 status collapsed
20982
20983 \begin_layout Plain Layout
20984 LaTeX-Pakete ! refstyle
20985 \end_layout
20986
20987 \end_inset
20988
20989  installiert ist.
20990 \end_layout
20991
20992 \end_inset
20993
20994
20995 \begin_inset Newline newline
20996 \end_inset
20997
20998 Sie können duch setzen der Option 
20999 \family sans
21000 Verwende refstyle (nicht prettyref) für Querverweise
21001 \family default
21002  im Menü 
21003 \family sans
21004 Dokument\SpecialChar \menuseparator
21005 Einstellungen\SpecialChar \menuseparator
21006 Dokumentklasse
21007 \family default
21008  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
21009  Das Format wird definiert, indem man den Befehl 
21010 \series bold
21011
21012 \backslash
21013 newrefformat
21014 \series default
21015  (prettyref) oder 
21016 \series bold
21017
21018 \backslash
21019 newref
21020 \series default
21021  (refstyle) in die Dokumentpräambel einfügt.
21022  Z.
21023 \begin_inset space \thinspace{}
21024 \end_inset
21025
21026 B.
21027  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
21028  
21029 \begin_inset Quotes eld
21030 \end_inset
21031
21032
21033 \family sans
21034 abb
21035 \family default
21036
21037 \begin_inset Quotes erd
21038 \end_inset
21039
21040 ) mit dem Befehle
21041 \begin_inset Newline newline
21042 \end_inset
21043
21044
21045 \series bold
21046
21047 \backslash
21048 newref{abb}{refcmd={Bild auf Seite 
21049 \backslash
21050 pageref{#1}}}
21051 \series default
21052
21053 \begin_inset Newline newline
21054 \end_inset
21055
21056 geändert werden.
21057  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
21058 en verwiesen, 
21059 \begin_inset CommandInset citation
21060 LatexCommand cite
21061 key "prettyref,refstyle"
21062
21063 \end_inset
21064
21065 .
21066 \end_layout
21067
21068 \begin_layout Description
21069 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
21070 \begin_inset CommandInset ref
21071 LatexCommand nameref
21072 reference "abb:Zwei-Teilabbildungen"
21073
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \begin_layout Standard
21080
21081 \family sans
21082 <Seite>
21083 \family default
21084  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
21085  vorherigen, der selben oder der nächsten Seite befindet.
21086  Stattdessen wird z.
21087 \begin_inset space \thinspace{}
21088 \end_inset
21089
21090 B.
21091  der Text 
21092 \begin_inset Quotes gld
21093 \end_inset
21094
21095
21096 \family sans
21097 auf dieser Seite
21098 \family default
21099
21100 \begin_inset Quotes grd
21101 \end_inset
21102
21103  gedruckt.
21104  Der Stil 
21105 \family sans
21106 <Querverweis>
21107 \begin_inset space ~
21108 \end_inset
21109
21110 auf
21111 \begin_inset space ~
21112 \end_inset
21113
21114 Seite
21115 \begin_inset space ~
21116 \end_inset
21117
21118 <Seite>
21119 \family default
21120  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
21121  Seite ist.
21122 \end_layout
21123
21124 \begin_layout Standard
21125 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21126  automatisch von LaTeX berechnet.
21127  Die Stile können im Feld 
21128 \family sans
21129 Format
21130 \family default
21131  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21132  einen Querverweis klicken.
21133 \end_layout
21134
21135 \begin_layout Standard
21136 \begin_inset Note Greyedout
21137 status open
21138
21139 \begin_layout Plain Layout
21140
21141 \series bold
21142 Bemerkung:
21143 \series default
21144  Es wird empfohlen, das LaTeX-Paket 
21145 \series bold
21146 refstyle
21147 \series default
21148
21149 \begin_inset Index idx
21150 status collapsed
21151
21152 \begin_layout Plain Layout
21153 LaTeX-Pakete ! refstyle
21154 \end_layout
21155
21156 \end_inset
21157
21158  zu verwenden, da 
21159 \series bold
21160 prettyref
21161 \series default
21162
21163 \begin_inset Index idx
21164 status collapsed
21165
21166 \begin_layout Plain Layout
21167 LaTeX-Pakete ! prettyref
21168 \end_layout
21169
21170 \end_inset
21171
21172  nicht alle möglichen LyX Marken-Kürzel
21173 \begin_inset Foot
21174 status collapsed
21175
21176 \begin_layout Plain Layout
21177  
21178 \begin_inset Quotes gld
21179 \end_inset
21180
21181 abb:
21182 \begin_inset Quotes grd
21183 \end_inset
21184
21185  ist z.
21186 \begin_inset space \thinspace{}
21187 \end_inset
21188
21189 B.
21190  LyXs Kürzel für Marken in Bildbeschriftungen.
21191 \end_layout
21192
21193 \end_inset
21194
21195  kennt und auch nicht internationalisiert ist.
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \begin_layout Subsection
21204 Automatische Querverweisnamen
21205 \begin_inset Index idx
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209 Querverweise ! Automatische Namen 
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \begin_layout Standard
21218 Das LaTeX-Paket 
21219 \series bold
21220 hyperref
21221 \series default
21222
21223 \begin_inset Index idx
21224 status collapsed
21225
21226 \begin_layout Plain Layout
21227 LaTeX-Pakete ! hyperref
21228 \end_layout
21229
21230 \end_inset
21231
21232 , das in den
21233 \family sans
21234  PDF-Eigenschaften
21235 \family default
21236  im 
21237 \family sans
21238 Dokument-Einstellungen
21239 \family default
21240  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21241  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21242  wie 
21243 \emph on
21244 Abschnitt
21245 \emph default
21246 ).
21247  Sie müssen damit z.
21248 \begin_inset space \thinspace{}
21249 \end_inset
21250
21251 B.
21252  nicht mehr den Namen 
21253 \begin_inset Quotes gld
21254 \end_inset
21255
21256 Abbildung
21257 \begin_inset Quotes grd
21258 \end_inset
21259
21260  vor jeden Querverweis auf eine Abbildung schreiben.
21261  Um diese Funktion benutzen zu können, aktivieren Sie 
21262 \series bold
21263 hyperref
21264 \series default
21265  und fügen diese Zeile in den LaTeX-Vorspann ein:
21266 \end_layout
21267
21268 \begin_layout Standard
21269
21270 \series bold
21271
21272 \backslash
21273 AtBeginDocument{
21274 \backslash
21275 renewcommand{
21276 \backslash
21277 ref}[1]{
21278 \backslash
21279 mbox{
21280 \backslash
21281 autoref{#1}}}}
21282 \end_layout
21283
21284 \begin_layout Standard
21285 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21286 \begin_inset space \thinspace{}
21287 \end_inset
21288
21289 B.
21290  statt 
21291 \begin_inset Quotes gld
21292 \end_inset
21293
21294 Abschnitt
21295 \begin_inset Quotes grd
21296 \end_inset
21297
21298  den Namen 
21299 \begin_inset Quotes gld
21300 \end_inset
21301
21302 Kap.
21303 \begin_inset space \thinspace{}
21304 \end_inset
21305
21306
21307 \begin_inset Quotes grd
21308 \end_inset
21309
21310 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21311 \end_layout
21312
21313 \begin_layout Standard
21314
21315 \series bold
21316
21317 \backslash
21318 addto
21319 \backslash
21320 extrasngerman{
21321 \backslash
21322 renewcommand{
21323 \backslash
21324 sectionautorefname}
21325 \begin_inset Newline newline
21326 \end_inset
21327
21328
21329 \begin_inset Phantom HPhantom
21330 status open
21331
21332 \begin_layout Plain Layout
21333
21334 \series bold
21335 \begin_inset space ~
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342
21343 {Kap.
21344 \backslash
21345 negthinspace}}
21346 \end_layout
21347
21348 \begin_layout Standard
21349 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21350 \begin_inset Newline newline
21351 \end_inset
21352
21353
21354 \series bold
21355
21356 \backslash
21357 extrasngerman
21358 \series default
21359  durch 
21360 \series bold
21361
21362 \backslash
21363 extras***
21364 \series default
21365 , wobei *** der Name der verwendeten Sprache ist.
21366 \end_layout
21367
21368 \begin_layout Standard
21369 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21370  z.
21371 \begin_inset space \thinspace{}
21372 \end_inset
21373
21374 B.
21375  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21376 \end_layout
21377
21378 \begin_layout Standard
21379
21380 \series bold
21381
21382 \backslash
21383 newlength{
21384 \backslash
21385 abc}
21386 \begin_inset Newline newline
21387 \end_inset
21388
21389
21390 \backslash
21391 settowidth{
21392 \backslash
21393 abc}{
21394 \backslash
21395 space}
21396 \begin_inset Newline newline
21397 \end_inset
21398
21399
21400 \backslash
21401 addto
21402 \backslash
21403 extrasenglish{
21404 \backslash
21405 renewcommand{
21406 \backslash
21407 equationautorefname}
21408 \begin_inset Newline newline
21409 \end_inset
21410
21411
21412 \begin_inset Phantom HPhantom
21413 status open
21414
21415 \begin_layout Plain Layout
21416
21417 \series bold
21418 \begin_inset space ~
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425
21426 {
21427 \backslash
21428 hspace{-
21429 \backslash
21430 abc}}
21431 \end_layout
21432
21433 \begin_layout Standard
21434 Mehr über dieses Thema finden Sie in der 
21435 \series bold
21436 hyperref
21437 \series default
21438 -Dokumentation 
21439 \begin_inset CommandInset citation
21440 LatexCommand cite
21441 key "hyperref"
21442
21443 \end_inset
21444
21445 .
21446 \end_layout
21447
21448 \begin_layout Standard
21449 \begin_inset Note Greyedout
21450 status open
21451
21452 \begin_layout Plain Layout
21453
21454 \series bold
21455 Bemerkung:
21456 \series default
21457  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21458  als Querverweisstil 
21459 \family sans
21460 Formatierter
21461 \begin_inset space ~
21462 \end_inset
21463
21464 Querverweis
21465 \family default
21466  benutzen, wie in Abschnitt
21467 \begin_inset space ~
21468 \end_inset
21469
21470
21471 \begin_inset CommandInset ref
21472 LatexCommand ref
21473 reference "uab:Querverweis-Formate"
21474
21475 \end_inset
21476
21477  beschrieben.
21478 \end_layout
21479
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \begin_layout Standard
21486 Das 
21487 \emph on
21488 Mathe
21489 \emph default
21490  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21491 \end_layout
21492
21493 \begin_layout Subsection
21494 Querverweis-Position
21495 \begin_inset CommandInset label
21496 LatexCommand label
21497 name "uab:Querverweis-Position"
21498
21499 \end_inset
21500
21501
21502 \begin_inset Index idx
21503 status collapsed
21504
21505 \begin_layout Plain Layout
21506 Querverweise !  Position
21507 \end_layout
21508
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \begin_layout Standard
21515 Wenn Sie 
21516 \series bold
21517 hyperref
21518 \series default
21519
21520 \begin_inset Index idx
21521 status collapsed
21522
21523 \begin_layout Plain Layout
21524 LaTeX-Pakete ! hyperref
21525 \end_layout
21526
21527 \end_inset
21528
21529  in den
21530 \family sans
21531  PDF-Eigenschaften
21532 \family default
21533  im 
21534 \family sans
21535 Dokument-Einstellungen
21536 \family default
21537  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21538  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21539  und Sie werden das Bild ohne Scrollen nicht sehen.
21540  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21541  ist.
21542  Wenn Sie das  LaTeX-Paket 
21543 \series bold
21544 hypcap
21545 \series default
21546
21547 \begin_inset Index idx
21548 status collapsed
21549
21550 \begin_layout Plain Layout
21551 LaTeX-Pakete ! hypcap
21552 \end_layout
21553
21554 \end_inset
21555
21556 , das Teil des LaTeX-Pakets 
21557 \series bold
21558 oberdiek
21559 \series default
21560
21561 \begin_inset Index idx
21562 status collapsed
21563
21564 \begin_layout Plain Layout
21565 LaTeX-Pakete ! oberdiek
21566 \end_layout
21567
21568 \end_inset
21569
21570  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21571  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21572 \series bold
21573 hypcap
21574 \series default
21575  zunächst in den LaTeX-Vorspann laden:
21576 \end_layout
21577
21578 \begin_layout Standard
21579
21580 \series bold
21581
21582 \backslash
21583 usepackage[figure]{hypcap}
21584 \end_layout
21585
21586 \begin_layout Standard
21587 Sie können 
21588 \series bold
21589 hypcap
21590 \series default
21591  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21592  nicht empfohlen.
21593  Weitere Informationen finden Sie im
21594 \series bold
21595  hypcap
21596 \series default
21597 -Handbuch 
21598 \begin_inset CommandInset citation
21599 LatexCommand cite
21600 key "hypcap"
21601
21602 \end_inset
21603
21604 .
21605 \end_layout
21606
21607 \begin_layout Standard
21608 \begin_inset Note Greyedout
21609 status open
21610
21611 \begin_layout Plain Layout
21612
21613 \series bold
21614 Bemerkung:
21615 \series default
21616  
21617 \series bold
21618 hypcap
21619 \series medium
21620  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21621 \end_layout
21622
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \begin_layout Section
21629 Gleitobjekt-Platzierung
21630 \begin_inset CommandInset label
21631 LatexCommand label
21632 name "abs:Gleitobjekt-Platzierung"
21633
21634 \end_inset
21635
21636
21637 \begin_inset Index idx
21638 status collapsed
21639
21640 \begin_layout Plain Layout
21641 Gleitobjekte ! Platzierung
21642 \end_layout
21643
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \begin_layout Standard
21650 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21651 \family sans
21652 Gleitobjekt-Einstellungen
21653 \family default
21654 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21655  können.
21656 \begin_inset Newline newline
21657 \end_inset
21658
21659 Die Option 
21660 \family sans
21661 Spalten
21662 \begin_inset space ~
21663 \end_inset
21664
21665 überspannen
21666 \family default
21667  ist nur bei zweispaltigen Dokumenten sinnvoll.
21668  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21669 \begin_inset Newline newline
21670 \end_inset
21671
21672 Die Option 
21673 \family sans
21674 Seitwärts
21675 \begin_inset space ~
21676 \end_inset
21677
21678 drehen
21679 \family default
21680  ist in Abschnitt 
21681 \begin_inset CommandInset ref
21682 LatexCommand ref
21683 reference "abs:Gedrehte-Gleitobjekte"
21684
21685 \end_inset
21686
21687  beschrieben.
21688 \end_layout
21689
21690 \begin_layout Standard
21691 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21692  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21693  Sie die Option 
21694 \family sans
21695 Standard-Platzierung
21696 \begin_inset space ~
21697 \end_inset
21698
21699 verwenden
21700 \family default
21701  nicht verwenden:
21702 \end_layout
21703
21704 \begin_layout Description
21705 Hier
21706 \begin_inset space ~
21707 \end_inset
21708
21709 wenn
21710 \begin_inset space ~
21711 \end_inset
21712
21713 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21714 \end_layout
21715
21716 \begin_layout Description
21717 Anfang
21718 \begin_inset space ~
21719 \end_inset
21720
21721 der
21722 \begin_inset space ~
21723 \end_inset
21724
21725 Seite
21726 \family sans
21727  
21728 \family default
21729 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21730  Gleitobjekte, die maximal 70
21731 \begin_inset space \thinspace{}
21732 \end_inset
21733
21734 % einer Seite benötigen, dürfen oben platziert werden.
21735  Dies kann durch die Variable 
21736 \series bold
21737
21738 \backslash
21739 topfraction
21740 \series default
21741  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21742 \end_layout
21743
21744 \begin_deeper
21745 \begin_layout Standard
21746
21747 \series bold
21748
21749 \backslash
21750 renewcommand{
21751 \backslash
21752 topfraction}{0.9}
21753 \family typewriter
21754 \series default
21755  
21756 \end_layout
21757
21758 \end_deeper
21759 \begin_layout Description
21760 Ende
21761 \begin_inset space ~
21762 \end_inset
21763
21764 der
21765 \begin_inset space ~
21766 \end_inset
21767
21768 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21769  Gleitobjekte, die maximal 30
21770 \begin_inset space \thinspace{}
21771 \end_inset
21772
21773 % einer Seite benötigen, dürfen unten platziert werden.
21774  Dies kann durch die Variable 
21775 \series bold
21776
21777 \backslash
21778 bottomfraction
21779 \series default
21780  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21781 \end_layout
21782
21783 \begin_deeper
21784 \begin_layout Standard
21785
21786 \series bold
21787
21788 \backslash
21789 renewcommand{
21790 \backslash
21791 bottomfraction}{0.5}
21792 \end_layout
21793
21794 \begin_layout Standard
21795 die oftmals zu kleine untere Grenze auf 50
21796 \begin_inset space \thinspace{}
21797 \end_inset
21798
21799 %.
21800 \end_layout
21801
21802 \end_deeper
21803 \begin_layout Description
21804 Seite
21805 \begin_inset space ~
21806 \end_inset
21807
21808 mit
21809 \begin_inset space ~
21810 \end_inset
21811
21812 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21813  Nur wenn mehr als 50
21814 \begin_inset space \thinspace{}
21815 \end_inset
21816
21817 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21818  Gleitobjekte bereitgestellt.
21819  Dies kann durch die Variable 
21820 \series bold
21821
21822 \backslash
21823 floatpagefraction 
21824 \series default
21825 im LaTeX-Vorspann überschrieben werden.
21826 \end_layout
21827
21828 \begin_layout Standard
21829 Die Reihenfolge der obigen Optionen wird 
21830 \emph on
21831 immer
21832 \emph default
21833  von LaTeX verwendet.
21834  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21835  versuchen 
21836 \family sans
21837 Hier
21838 \begin_inset space \space{}
21839 \end_inset
21840
21841 wenn
21842 \begin_inset space \space{}
21843 \end_inset
21844
21845 möglich
21846 \family default
21847 , dann 
21848 \family sans
21849 Anfang
21850 \begin_inset space ~
21851 \end_inset
21852
21853 der
21854 \begin_inset space ~
21855 \end_inset
21856
21857 Seite
21858 \family default
21859  und dann die anderen Optionen anzuwenden.
21860  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21861  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21862  Reihenfolge.
21863  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21864 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21865 \end_layout
21866
21867 \begin_layout Standard
21868 Die Option 
21869 \family sans
21870 Hier,
21871 \begin_inset space ~
21872 \end_inset
21873
21874 auf
21875 \begin_inset space ~
21876 \end_inset
21877
21878 jeden
21879 \begin_inset space ~
21880 \end_inset
21881
21882 Fall
21883 \family default
21884  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21885  fast druckreif ist.
21886  Denn mit der Option kann das Objekt nicht mehr 
21887 \emph on
21888 gleiten
21889 \emph default
21890 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21891  oftmals zerstört.
21892 \end_layout
21893
21894 \begin_layout Standard
21895 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21896  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21897 \begin_inset VSpace bigskip
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \begin_layout Standard
21904 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21905 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21906  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21907  Das kann mit dem LaTeX-Befehl
21908 \series bold
21909  
21910 \backslash
21911 suppressfloats
21912 \series default
21913  verhindert werden.
21914  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21915  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21916  gesetzt wird.
21917  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21918 \end_layout
21919
21920 \begin_layout Standard
21921
21922 \series bold
21923
21924 \backslash
21925 let
21926 \backslash
21927 meinAbschnitt
21928 \backslash
21929 section
21930 \begin_inset Newline newline
21931 \end_inset
21932
21933
21934 \backslash
21935 renewcommand{
21936 \backslash
21937 section}{
21938 \backslash
21939 suppressfloats[t]
21940 \backslash
21941 meinAbschnitt}
21942 \end_layout
21943
21944 \begin_layout Standard
21945 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21946  Unterabschnitten festlegen.
21947  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21948  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21949 \end_layout
21950
21951 \begin_layout Standard
21952 Es gibt auch noch das LaTeX-Paket 
21953 \series bold
21954 flafter
21955 \series default
21956
21957 \begin_inset Index idx
21958 status collapsed
21959
21960 \begin_layout Plain Layout
21961 LaTeX-Pakete ! flafter
21962 \end_layout
21963
21964 \end_inset
21965
21966  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21967  gedruckt wird.
21968 \end_layout
21969
21970 \begin_layout Standard
21971 \begin_inset VSpace bigskip
21972 \end_inset
21973
21974 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21975  Dafür gibt es das LaTeX-Paket 
21976 \series bold
21977 endfloat
21978 \series default
21979
21980 \begin_inset Index idx
21981 status collapsed
21982
21983 \begin_layout Plain Layout
21984 LaTeX-Pakete ! endfloat
21985 \end_layout
21986
21987 \end_inset
21988
21989 .
21990  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21991  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21992  
21993 \family sans
21994
21995 \begin_inset Quotes gld
21996 \end_inset
21997
21998 [Abbildung
21999 \begin_inset space ~
22000 \end_inset
22001
22002 3.2 ist ungefähr hier.]
22003 \family default
22004
22005 \begin_inset Quotes grd
22006 \end_inset
22007
22008  finden.
22009  Das 
22010 \series bold
22011 endfloat
22012 \series default
22013 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
22014 \end_layout
22015
22016 \begin_layout Standard
22017
22018 \series bold
22019
22020 \backslash
22021 usepackage[Optionen]{endfloat}
22022 \end_layout
22023
22024 \begin_layout Standard
22025 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
22026  Tabellen-Abschnitte, die Sie in der 
22027 \series bold
22028 endfloat
22029 \series default
22030 -Dokumentation 
22031 \begin_inset CommandInset citation
22032 LatexCommand cite
22033 key "endfloat"
22034
22035 \end_inset
22036
22037  nachlesen können.
22038 \begin_inset Newline newline
22039 \end_inset
22040
22041
22042 \begin_inset Note Greyedout
22043 status open
22044
22045 \begin_layout Plain Layout
22046
22047 \series bold
22048 Bemerkung
22049 \begin_inset space ~
22050 \end_inset
22051
22052 1: endfloat
22053 \series default
22054  übersetzt den Hinweistext nicht automatisch.
22055  Abschnitt
22056 \begin_inset space ~
22057 \end_inset
22058
22059 4 in 
22060 \begin_inset CommandInset citation
22061 LatexCommand cite
22062 key "endfloat"
22063
22064 \end_inset
22065
22066  beschreibt, wie es geht.
22067 \end_layout
22068
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Standard
22075 \begin_inset Note Greyedout
22076 status open
22077
22078 \begin_layout Plain Layout
22079
22080 \series bold
22081 Bemerkung
22082 \begin_inset space ~
22083 \end_inset
22084
22085 2: 
22086 \series default
22087 Die aktuelle Version von 
22088 \series bold
22089 endfloat
22090 \series default
22091  hat einen Fehler, wenn die Überschrift ein 
22092 \begin_inset Quotes gld
22093 \end_inset
22094
22095 ß
22096 \begin_inset Quotes grd
22097 \end_inset
22098
22099  enthält.
22100  Sie müssen stattdessen den Befehl 
22101 \series bold
22102
22103 \backslash
22104 ss
22105 \series default
22106  als TeX-Code benutzen.
22107 \end_layout
22108
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \begin_layout Standard
22115 \begin_inset VSpace bigskip
22116 \end_inset
22117
22118 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
22119  wie 
22120 \begin_inset CommandInset citation
22121 LatexCommand cite
22122 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
22123
22124 \end_inset
22125
22126 .
22127 \end_layout
22128
22129 \begin_layout Section
22130 Gedrehte Gleitobjekte
22131 \begin_inset CommandInset label
22132 LatexCommand label
22133 name "abs:Gedrehte-Gleitobjekte"
22134
22135 \end_inset
22136
22137
22138 \begin_inset Index idx
22139 status collapsed
22140
22141 \begin_layout Plain Layout
22142 Gleitobjekte ! drehen
22143 \end_layout
22144
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \begin_layout Standard
22151 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22152 t drehen.
22153  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22154  und die Option 
22155 \family sans
22156 Seitwärts
22157 \begin_inset space ~
22158 \end_inset
22159
22160 drehen
22161 \family default
22162  wählen.
22163 \end_layout
22164
22165 \begin_layout Standard
22166 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22167  sie ein mehrspaltiges Dokument haben) gedruckt.
22168  Sie können mehrere Spalten überspannen, wenn die Option 
22169 \family sans
22170 Spalten
22171 \begin_inset space ~
22172 \end_inset
22173
22174 überspannen
22175 \family default
22176  in den Gleitobjekt Einstellungen gewählt ist.
22177  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22178  werden können.
22179  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22180  Option 
22181 \series bold
22182 figuresleft
22183 \series default
22184  oder 
22185 \series bold
22186 figuresright
22187 \series default
22188  zu den Dokumentklassen-Optionen hinzu.
22189 \end_layout
22190
22191 \begin_layout Standard
22192 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22193  Tabelle
22194 \begin_inset space ~
22195 \end_inset
22196
22197
22198 \begin_inset CommandInset ref
22199 LatexCommand ref
22200 reference "tab:Gedrehte-Tabelle"
22201
22202 \end_inset
22203
22204  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22205 \end_layout
22206
22207 \begin_layout Standard
22208 \begin_inset Note Greyedout
22209 status open
22210
22211 \begin_layout Plain Layout
22212
22213 \series bold
22214 Bemerkung:
22215 \series default
22216  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22217 \end_layout
22218
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \begin_layout Standard
22225 \begin_inset Float table
22226 wide false
22227 sideways true
22228 status open
22229
22230 \begin_layout Plain Layout
22231 \begin_inset Caption
22232
22233 \begin_layout Plain Layout
22234 \begin_inset CommandInset label
22235 LatexCommand label
22236 name "tab:Gedrehte-Tabelle"
22237
22238 \end_inset
22239
22240 Gedrehte Tabelle
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \begin_layout Plain Layout
22249 \align center
22250 \begin_inset Tabular
22251 <lyxtabular version="3" rows="1" columns="5">
22252 <features tabularvalignment="middle">
22253 <column alignment="center" valignment="top" width="0">
22254 <column alignment="center" valignment="top" width="0">
22255 <column alignment="center" valignment="top" width="0">
22256 <column alignment="center" valignment="top" width="0">
22257 <column alignment="center" valignment="top" width="0">
22258 <row>
22259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263 Test
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 b
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 c
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290 d
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 e
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 </row>
22305 </lyxtabular>
22306
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \begin_layout Section
22318 Untergleitobjekte
22319 \begin_inset Index idx
22320 status collapsed
22321
22322 \begin_layout Plain Layout
22323 Gleitobjekte ! Untergleitobjekte
22324 \end_layout
22325
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \begin_layout Standard
22332 Untergleitobjekte werden z.
22333 \begin_inset space \thinspace{}
22334 \end_inset
22335
22336 B.
22337  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22338  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22339  eingefügt wird.
22340  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22341  in Tabelle
22342 \begin_inset space ~
22343 \end_inset
22344
22345
22346 \begin_inset CommandInset ref
22347 LatexCommand ref
22348 reference "tab:Untertabellen-nebeneinander"
22349
22350 \end_inset
22351
22352  und 
22353 \begin_inset CommandInset ref
22354 LatexCommand ref
22355 reference "tab:Untertabellen-übereinander"
22356
22357 \end_inset
22358
22359 .
22360 \end_layout
22361
22362 \begin_layout Standard
22363 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22364 \begin_inset space ~
22365 \end_inset
22366
22367
22368 \begin_inset CommandInset ref
22369 LatexCommand ref
22370 reference "tab:Untertabelle-a"
22371
22372 \end_inset
22373
22374  und 
22375 \begin_inset CommandInset ref
22376 LatexCommand ref
22377 reference "tab:Untertabelle-b"
22378
22379 \end_inset
22380
22381  sind Untertabellen von Tabelle
22382 \begin_inset space ~
22383 \end_inset
22384
22385
22386 \begin_inset CommandInset ref
22387 LatexCommand ref
22388 reference "tab:Untertabellen-nebeneinander"
22389
22390 \end_inset
22391
22392 .
22393 \end_layout
22394
22395 \begin_layout Standard
22396 \begin_inset Float table
22397 wide false
22398 sideways false
22399 status open
22400
22401 \begin_layout Plain Layout
22402 \begin_inset Caption
22403
22404 \begin_layout Plain Layout
22405 \begin_inset CommandInset label
22406 LatexCommand label
22407 name "tab:Untertabellen-nebeneinander"
22408
22409 \end_inset
22410
22411 Zwei Untertabellen nebeneinander.
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \begin_layout Plain Layout
22420 \align center
22421 \begin_inset space \hfill{}
22422 \end_inset
22423
22424
22425 \begin_inset Float table
22426 wide false
22427 sideways false
22428 status collapsed
22429
22430 \begin_layout Plain Layout
22431 \begin_inset Caption
22432
22433 \begin_layout Plain Layout
22434 \begin_inset CommandInset label
22435 LatexCommand label
22436 name "tab:Untertabelle-a"
22437
22438 \end_inset
22439
22440 Dies ist Untertabelle a.
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \begin_layout Plain Layout
22449 \align center
22450 \begin_inset Tabular
22451 <lyxtabular version="3" rows="1" columns="5">
22452 <features tabularvalignment="middle">
22453 <column alignment="center" valignment="top" width="0">
22454 <column alignment="center" valignment="top" width="0">
22455 <column alignment="center" valignment="top" width="0">
22456 <column alignment="center" valignment="top" width="0">
22457 <column alignment="center" valignment="top" width="0">
22458 <row>
22459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 Test
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 b
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 c
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 d
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 e
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 </row>
22505 </lyxtabular>
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513
22514
22515 \begin_inset space \hfill{}
22516 \end_inset
22517
22518
22519 \begin_inset Float table
22520 wide false
22521 sideways false
22522 status collapsed
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Caption
22526
22527 \begin_layout Plain Layout
22528 \begin_inset CommandInset label
22529 LatexCommand label
22530 name "tab:Untertabelle-b"
22531
22532 \end_inset
22533
22534 Dies ist Untertabelle b.
22535 \end_layout
22536
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \begin_layout Plain Layout
22543 \align center
22544 \begin_inset Tabular
22545 <lyxtabular version="3" rows="1" columns="5">
22546 <features tabularvalignment="middle">
22547 <column alignment="center" valignment="top" width="0">
22548 <column alignment="center" valignment="top" width="0">
22549 <column alignment="center" valignment="top" width="0">
22550 <column alignment="center" valignment="top" width="0">
22551 <column alignment="center" valignment="top" width="0">
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 e
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 d
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 c
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 b
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 Test
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 </row>
22599 </lyxtabular>
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607
22608
22609 \begin_inset space \hfill{}
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \begin_layout Standard
22621 \begin_inset Float table
22622 wide false
22623 sideways false
22624 status open
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Caption
22628
22629 \begin_layout Plain Layout
22630 \begin_inset CommandInset label
22631 LatexCommand label
22632 name "tab:Untertabellen-übereinander"
22633
22634 \end_inset
22635
22636 Zwei Untertabellen übereinander.
22637  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22638 \end_layout
22639
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \begin_layout Plain Layout
22646 \align center
22647 \begin_inset Float table
22648 wide false
22649 sideways false
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653 \begin_inset Caption
22654
22655 \begin_layout Plain Layout
22656
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \begin_layout Plain Layout
22665 \align center
22666 \begin_inset Tabular
22667 <lyxtabular version="3" rows="1" columns="4">
22668 <features tabularvalignment="middle">
22669 <column alignment="center" valignment="top" width="0">
22670 <column alignment="center" valignment="top" width="0">
22671 <column alignment="center" valignment="top" width="0">
22672 <column alignment="center" valignment="top" width="0">
22673 <row>
22674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 Test
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 Test
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 Test
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 Test
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 </lyxtabular>
22712
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \begin_layout Plain Layout
22724 \align center
22725 \begin_inset Float table
22726 wide false
22727 sideways false
22728 status collapsed
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Caption
22732
22733 \begin_layout Plain Layout
22734
22735 \end_layout
22736
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \begin_layout Plain Layout
22743 \align center
22744 \begin_inset Tabular
22745 <lyxtabular version="3" rows="1" columns="5">
22746 <features tabularvalignment="middle">
22747 <column alignment="center" valignment="top" width="0">
22748 <column alignment="center" valignment="top" width="0">
22749 <column alignment="center" valignment="top" width="0">
22750 <column alignment="center" valignment="top" width="0">
22751 <column alignment="center" valignment="top" width="0">
22752 <row>
22753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757 a
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 b
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 c
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 d
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 e
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 </lyxtabular>
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \begin_layout Section
22817 Gleitobjekte nebeneinander
22818 \begin_inset Index idx
22819 status collapsed
22820
22821 \begin_layout Plain Layout
22822 Gleitobjekte ! nebeneinander
22823 \end_layout
22824
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \begin_layout Standard
22831 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22832 \begin_inset space ~
22833 \end_inset
22834
22835
22836 \begin_inset CommandInset ref
22837 LatexCommand ref
22838 reference "abb:Gleitobjekt-links"
22839
22840 \end_inset
22841
22842  und 
22843 \begin_inset CommandInset ref
22844 LatexCommand ref
22845 reference "abb:Gleitobjekt-rechts"
22846
22847 \end_inset
22848
22849  wird nur 
22850 \emph on
22851 ein
22852 \emph default
22853  Gleitobjekt verwendet.
22854  In dieses werden zwei Minipage Boxen eingefügt.
22855 \begin_inset Foot
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859 Minipages sind in Abschnitt
22860 \begin_inset space ~
22861 \end_inset
22862
22863
22864 \begin_inset CommandInset ref
22865 LatexCommand ref
22866 reference "abs:Minipage"
22867
22868 \end_inset
22869
22870  erklärt.
22871 \end_layout
22872
22873 \end_inset
22874
22875  Die Breite wird für jede Minipage auf 45
22876 \begin_inset space \thinspace{}
22877 \end_inset
22878
22879 -50
22880 \begin_inset space \thinspace{}
22881 \end_inset
22882
22883 Spalten% und die Box Ausrichtung auf 
22884 \family sans
22885 Unten
22886 \family default
22887  gesetzt.
22888  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22889  Gleitobjekt.
22890  Der einzige Unterschied ist, dass die Bildeinheit 
22891 \family sans
22892 Spaltenbreite
22893 \begin_inset space ~
22894 \end_inset
22895
22896 %
22897 \family default
22898  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22899 \end_layout
22900
22901 \begin_layout Standard
22902 \begin_inset Float figure
22903 wide false
22904 sideways false
22905 status open
22906
22907 \begin_layout Plain Layout
22908 \begin_inset Box Frameless
22909 position "b"
22910 hor_pos "c"
22911 has_inner_box 1
22912 inner_pos "t"
22913 use_parbox 0
22914 use_makebox 0
22915 width "45col%"
22916 special "none"
22917 height "1in"
22918 height_special "totalheight"
22919 status open
22920
22921 \begin_layout Plain Layout
22922 \align center
22923 \begin_inset Graphics
22924         filename ../clipart/mobius.eps
22925         lyxscale 50
22926         width 100col%
22927         scaleBeforeRotation
22928
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \begin_layout Plain Layout
22935 \begin_inset Caption
22936
22937 \begin_layout Plain Layout
22938 \begin_inset CommandInset label
22939 LatexCommand label
22940 name "abb:Gleitobjekt-links"
22941
22942 \end_inset
22943
22944 Gleitobjekt auf der linken Seite.
22945 \end_layout
22946
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \end_inset
22953
22954
22955 \begin_inset space \hfill{}
22956 \end_inset
22957
22958
22959 \begin_inset Box Frameless
22960 position "b"
22961 hor_pos "c"
22962 has_inner_box 1
22963 inner_pos "t"
22964 use_parbox 0
22965 use_makebox 0
22966 width "45col%"
22967 special "none"
22968 height "1in"
22969 height_special "totalheight"
22970 status open
22971
22972 \begin_layout Plain Layout
22973 \align center
22974 \begin_inset Graphics
22975         filename ../clipart/platypus.eps
22976         lyxscale 50
22977         width 100col%
22978         scaleBeforeRotation
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Plain Layout
22986 \begin_inset Caption
22987
22988 \begin_layout Plain Layout
22989 \begin_inset CommandInset label
22990 LatexCommand label
22991 name "abb:Gleitobjekt-rechts"
22992
22993 \end_inset
22994
22995 Gleitobjekt auf der rechten Seite.
22996 \end_layout
22997
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \begin_layout Section
23014 Beschriftungs-Formatierung
23015 \begin_inset CommandInset label
23016 LatexCommand label
23017 name "abs:Titel-Formatierung"
23018
23019 \end_inset
23020
23021
23022 \begin_inset Index idx
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026 Gleitobjekte ! Beschriftung ! Formatierung
23027 \end_layout
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \begin_layout Standard
23035
23036 \family sans
23037 Legende
23038 \family default
23039  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
23040  In LyX sehen Titel so aus:  
23041 \family sans
23042
23043 \begin_inset Quotes gld
23044 \end_inset
23045
23046 Abbildung xyz:
23047 \family default
23048
23049 \begin_inset Quotes grd
23050 \end_inset
23051
23052 , gefolgt vom Beschriftungstext, wobei 
23053 \family sans
23054 xyz
23055 \family default
23056  die von LyX vergebene Nummer ist.
23057  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
23058  gedruckt.
23059  Dies ist nicht immer brauchbar.
23060 \end_layout
23061
23062 \begin_layout Standard
23063 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
23064  
23065 \series bold
23066 caption
23067 \series default
23068
23069 \begin_inset Index idx
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 LaTeX-Pakete ! caption
23074 \end_layout
23075
23076 \end_inset
23077
23078  in den LaTeX-Vorspann laden:
23079 \end_layout
23080
23081 \begin_layout Standard
23082
23083 \series bold
23084
23085 \backslash
23086 usepackage[Format-Definition]{caption}
23087 \end_layout
23088
23089 \begin_layout Standard
23090 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
23091  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
23092 \end_layout
23093
23094 \begin_layout Standard
23095
23096 \series bold
23097
23098 \backslash
23099 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23100 \end_layout
23101
23102 \begin_layout Standard
23103 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
23104  definieren.
23105  Dazu laden Sie das 
23106 \series bold
23107 caption
23108 \series default
23109 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
23110  dem Befehl
23111 \end_layout
23112
23113 \begin_layout Standard
23114
23115 \series bold
23116
23117 \backslash
23118 captionsetup[Gleitobjekt-Typ]{Format-Definition}
23119 \end_layout
23120
23121 \begin_layout Standard
23122 Für Abbildung
23123 \begin_inset space ~
23124 \end_inset
23125
23126
23127 \begin_inset CommandInset ref
23128 LatexCommand ref
23129 reference "abb:Langer-Abb-Titel"
23130
23131 \end_inset
23132
23133  und Tabelle
23134 \begin_inset space ~
23135 \end_inset
23136
23137
23138 \begin_inset CommandInset ref
23139 LatexCommand ref
23140 reference "tab:Langer-Tab-Titel"
23141
23142 \end_inset
23143
23144  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
23145  werden:
23146 \end_layout
23147
23148 \begin_layout Standard
23149
23150 \series bold
23151
23152 \backslash
23153 usepackage[tableposition=top]{caption}
23154 \begin_inset Newline newline
23155 \end_inset
23156
23157
23158 \backslash
23159 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23160 \begin_inset Newline newline
23161 \end_inset
23162
23163
23164 \begin_inset Phantom HPhantom
23165 status open
23166
23167 \begin_layout Plain Layout
23168
23169 \series bold
23170
23171 \backslash
23172 captionsetup[figure]{
23173 \end_layout
23174
23175 \end_inset
23176
23177 labelsep=period}
23178 \begin_inset Newline newline
23179 \end_inset
23180
23181
23182 \backslash
23183 captionsetup[table]{labelfont={bf,sf}}
23184 \end_layout
23185
23186 \begin_layout Standard
23187 \begin_inset Note Greyedout
23188 status open
23189
23190 \begin_layout Plain Layout
23191
23192 \series bold
23193 Bemerkung:
23194 \series default
23195  Die Option 
23196 \series bold
23197 tableposition=top
23198 \series default
23199  hat keine Auswirkung, wenn eine 
23200 \series bold
23201 KOMA-Script
23202 \series default
23203
23204 \begin_inset Index idx
23205 status collapsed
23206
23207 \begin_layout Plain Layout
23208 LaTeX-Pakete ! KOMA-Script
23209 \end_layout
23210
23211 \end_inset
23212
23213 -Dokumentklasse verwendet wird.
23214  Hier muss die Option 
23215 \series bold
23216 captions=tableheading
23217 \series default
23218  benutzt werden.
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \begin_layout Standard
23227 Weitere Informationen über das Paket
23228 \series bold
23229  caption
23230 \series default
23231  finden Sie in seiner Dokumentation 
23232 \begin_inset CommandInset citation
23233 LatexCommand cite
23234 key "caption"
23235
23236 \end_inset
23237
23238 .
23239 \end_layout
23240
23241 \begin_layout Standard
23242 Wenn Sie den Namen von 
23243 \begin_inset Quotes gld
23244 \end_inset
23245
23246 Abbildung
23247 \begin_inset Quotes grd
23248 \end_inset
23249
23250  auf 
23251 \begin_inset Quotes gld
23252 \end_inset
23253
23254 Bild
23255 \begin_inset Quotes grd
23256 \end_inset
23257
23258  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23259 \end_layout
23260
23261 \begin_layout Standard
23262
23263 \series bold
23264
23265 \backslash
23266 renewcommand{
23267 \backslash
23268 fnum@figure}{Bild~
23269 \backslash
23270 thefigure}
23271 \end_layout
23272
23273 \begin_layout Standard
23274 wobei 
23275 \series bold
23276
23277 \backslash
23278 thefigure
23279 \series default
23280  die Bildnummer einsetzt und
23281 \series bold
23282  ~
23283 \series default
23284  ein geschütztes Leerzeichen ist.
23285 \end_layout
23286
23287 \begin_layout Standard
23288 \begin_inset VSpace bigskip
23289 \end_inset
23290
23291 Wenn Sie eine 
23292 \series bold
23293 KOMA-Script
23294 \series default
23295
23296 \begin_inset Index idx
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300 LaTeX-Pakete ! KOMA-Script
23301 \end_layout
23302
23303 \end_inset
23304
23305 -Dokumentklasse (
23306 \family sans
23307 article (KOMA-Script)
23308 \family default
23309
23310 \family sans
23311 book (KOMA-Script)
23312 \family default
23313
23314 \family sans
23315 letter (KOMA-Script)
23316 \family default
23317  oder 
23318 \family sans
23319 report (KOMA-Script)
23320 \family default
23321 ) benutzen, können Sie anstatt des 
23322 \series bold
23323 caption
23324 \series default
23325 -Paketes den eingebauten Befehl 
23326 \series bold
23327
23328 \backslash
23329 setkomafont
23330 \series default
23331  von 
23332 \series bold
23333 KOMA-Script
23334 \series default
23335  benutzen.
23336  Der Befehl
23337 \end_layout
23338
23339 \begin_layout Standard
23340
23341 \series bold
23342
23343 \backslash
23344 setkomafont{captionlabel}{
23345 \backslash
23346 bfseries}
23347 \end_layout
23348
23349 \begin_layout Standard
23350 im LaTeX-Vorspann druckt den Namen fett.
23351 \end_layout
23352
23353 \begin_layout Standard
23354 Weitere Informationen über 
23355 \series bold
23356
23357 \backslash
23358 setkomafont
23359 \series default
23360  finden Sie in der 
23361 \series bold
23362 KOMA-Script
23363 \series default
23364 -Do\SpecialChar \-
23365 ku\SpecialChar \-
23366 men\SpecialChar \-
23367 ta\SpecialChar \-
23368 tion 
23369 \begin_inset CommandInset citation
23370 LatexCommand cite
23371 key "KOMA-Script"
23372
23373 \end_inset
23374
23375 .
23376 \end_layout
23377
23378 \begin_layout Standard
23379 \begin_inset ERT
23380 status collapsed
23381
23382 \begin_layout Plain Layout
23383
23384
23385 \backslash
23386 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23387 }
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \begin_inset Note Note
23394 status open
23395
23396 \begin_layout Plain Layout
23397 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \begin_layout Standard
23406 \begin_inset Float figure
23407 placement !p
23408 wide false
23409 sideways false
23410 status open
23411
23412 \begin_layout Plain Layout
23413 \align center
23414 \begin_inset Graphics
23415         filename ../clipart/mobius.eps
23416         lyxscale 50
23417         scale 50
23418         scaleBeforeRotation
23419
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Caption
23427
23428 \begin_layout Plain Layout
23429 \begin_inset CommandInset label
23430 LatexCommand label
23431 name "abb:Langer-Abb-Titel"
23432
23433 \end_inset
23434
23435 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23436  ist, um das andere Beschriftungsformat zu zeigen.
23437  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23438 \begin_inset Argument
23439 status collapsed
23440
23441 \begin_layout Plain Layout
23442 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23443  ist.
23444 \end_layout
23445
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \begin_layout Standard
23462 \begin_inset ERT
23463 status collapsed
23464
23465 \begin_layout Plain Layout
23466
23467
23468 \backslash
23469 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23470 on}
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \begin_layout Standard
23479 \begin_inset Float table
23480 placement !p
23481 wide false
23482 sideways false
23483 status open
23484
23485 \begin_layout Plain Layout
23486 \begin_inset Caption
23487
23488 \begin_layout Plain Layout
23489 \begin_inset CommandInset label
23490 LatexCommand label
23491 name "tab:Langer-Tab-Titel"
23492
23493 \end_inset
23494
23495 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23496  ist, um das andere Beschriftungsformat zu zeigen.
23497  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23498  benutzt.
23499 \begin_inset Argument
23500 status collapsed
23501
23502 \begin_layout Plain Layout
23503 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23504  ist.
23505 \end_layout
23506
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513
23514
23515 \end_layout
23516
23517 \begin_layout Plain Layout
23518 \align center
23519 \begin_inset Tabular
23520 <lyxtabular version="3" rows="1" columns="5">
23521 <features tabularvalignment="middle">
23522 <column alignment="center" valignment="top" width="0">
23523 <column alignment="center" valignment="top" width="0">
23524 <column alignment="center" valignment="top" width="0">
23525 <column alignment="center" valignment="top" width="0">
23526 <column alignment="center" valignment="top" width="0">
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 a
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 b
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 c
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 d
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 e
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 </row>
23574 </lyxtabular>
23575
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \begin_layout Section
23587 Beschriftungs-Platzierung
23588 \begin_inset CommandInset label
23589 LatexCommand label
23590 name "abs:Titel-Platzierung"
23591
23592 \end_inset
23593
23594
23595 \begin_inset Index idx
23596 status collapsed
23597
23598 \begin_layout Plain Layout
23599 Gleitobjekte ! Beschriftung ! Platzierung
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \begin_layout Standard
23608 Normalerweise werden die Beschriftungen wie folgt platziert:
23609 \end_layout
23610
23611 \begin_layout Description
23612 Abbildung: darunter
23613 \end_layout
23614
23615 \begin_layout Description
23616 Tabelle: darüber
23617 \end_layout
23618
23619 \begin_layout Standard
23620 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23621  Das heißt wenn Sie eine der Dokument-Klassen 
23622 \family sans
23623 article
23624 \family default
23625
23626 \family sans
23627 book
23628 \family default
23629
23630 \family sans
23631 letter
23632 \family default
23633  oder 
23634 \family sans
23635 report
23636 \family default
23637  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23638  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23639 \series bold
23640 caption
23641 \series default
23642  im LaTeX-Vorspann folgendes schreiben:
23643 \begin_inset Foot
23644 status collapsed
23645
23646 \begin_layout Plain Layout
23647 In Abschnitt
23648 \begin_inset space ~
23649 \end_inset
23650
23651
23652 \begin_inset CommandInset ref
23653 LatexCommand ref
23654 reference "abs:Titel-Formatierung"
23655
23656 \end_inset
23657
23658  steht mehr über das Paket 
23659 \series bold
23660 caption
23661 \series default
23662 .
23663 \end_layout
23664
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \begin_layout Standard
23671
23672 \series bold
23673 tableposition=top
23674 \end_layout
23675
23676 \begin_layout Standard
23677 Wenn Sie eine 
23678 \series bold
23679 KOMA-Script
23680 \series default
23681
23682 \begin_inset Index idx
23683 status collapsed
23684
23685 \begin_layout Plain Layout
23686 LaTeX-Pakete ! KOMA-Script
23687 \end_layout
23688
23689 \end_inset
23690
23691 -Dokumentklasse (
23692 \family sans
23693 article (KOMA-Script)
23694 \family default
23695
23696 \family sans
23697 book (KOMA-Script)
23698 \family default
23699
23700 \family sans
23701 letter (KOMA-Script)
23702 \family default
23703  oder 
23704 \family sans
23705 report (KOMA-Script)
23706 \family default
23707 ) benutzen, können Sie alternativ zum 
23708 \series bold
23709 caption
23710 \series default
23711 -Paket die Option 
23712 \series bold
23713 captions=tableheading
23714 \series default
23715  benutzen.
23716 \end_layout
23717
23718 \begin_layout Standard
23719 \begin_inset VSpace bigskip
23720 \end_inset
23721
23722 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23723  Das bewirkt das LaTeX-Paket 
23724 \series bold
23725 sidecap
23726 \series default
23727
23728 \begin_inset Index idx
23729 status collapsed
23730
23731 \begin_layout Plain Layout
23732 LaTeX-Pakete ! sidecap
23733 \end_layout
23734
23735 \end_inset
23736
23737 , das so in den LaTeX-Vorspann geladen wird:
23738 \end_layout
23739
23740 \begin_layout Standard
23741
23742 \series bold
23743
23744 \backslash
23745 usepackage[Option]{sidecap}
23746 \end_layout
23747
23748 \begin_layout Standard
23749 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23750  Mit 
23751 \series bold
23752 innercaption
23753 \series default
23754  wird die Beschriftung innen gedruckt.
23755  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23756  
23757 \series bold
23758 rightcaption
23759 \series default
23760  oder 
23761 \series bold
23762 leftcaption
23763 \series default
23764 .
23765 \end_layout
23766
23767 \begin_layout Standard
23768 \begin_inset ERT
23769 status collapsed
23770
23771 \begin_layout Plain Layout
23772
23773
23774 \backslash
23775 ifsidecap
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \begin_inset Note Note
23782 status open
23783
23784 \begin_layout Plain Layout
23785 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23786 \series bold
23787 sidecap
23788 \series default
23789  installiert ist.
23790 \end_layout
23791
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \begin_layout Standard
23798 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23799  in den LaTeX-Vorspann schreiben:
23800 \end_layout
23801
23802 \begin_layout Standard
23803 \noindent
23804 \begin_inset CommandInset line
23805 LatexCommand rule
23806 offset "0.5ex"
23807 width "100line%"
23808 height "1pt"
23809
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \begin_layout Standard
23816
23817 \series bold
23818
23819 \backslash
23820 newcommand{
23821 \backslash
23822 TabBesBeg}[1][1.0]{%
23823 \begin_inset Newline newline
23824 \end_inset
23825
23826
23827 \begin_inset Phantom HPhantom
23828 status open
23829
23830 \begin_layout Plain Layout
23831 \begin_inset space ~
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \backslash
23841 let
23842 \backslash
23843 MyTable
23844 \backslash
23845 table
23846 \begin_inset Newline newline
23847 \end_inset
23848
23849
23850 \begin_inset Phantom HPhantom
23851 status open
23852
23853 \begin_layout Plain Layout
23854
23855 \series medium
23856 \begin_inset space ~
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863
23864
23865 \backslash
23866 let
23867 \backslash
23868 MyEndtable
23869 \backslash
23870 endtable
23871 \begin_inset Newline newline
23872 \end_inset
23873
23874
23875 \begin_inset Phantom HPhantom
23876 status open
23877
23878 \begin_layout Plain Layout
23879
23880 \series medium
23881 \begin_inset space ~
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \end_inset
23888
23889
23890 \backslash
23891 renewenvironment{table}[1]{
23892 \backslash
23893 begin{SCtable}[#1]##1}{
23894 \backslash
23895 end{SCtable}}}
23896 \end_layout
23897
23898 \begin_layout Standard
23899
23900 \series bold
23901
23902 \backslash
23903 newcommand{
23904 \backslash
23905 TabBesEnd}{%
23906 \begin_inset Newline newline
23907 \end_inset
23908
23909
23910 \begin_inset Phantom HPhantom
23911 status open
23912
23913 \begin_layout Plain Layout
23914 \begin_inset space ~
23915 \end_inset
23916
23917
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \backslash
23924 let
23925 \backslash
23926 table
23927 \backslash
23928 MyTable
23929 \begin_inset Newline newline
23930 \end_inset
23931
23932
23933 \begin_inset Phantom HPhantom
23934 status open
23935
23936 \begin_layout Plain Layout
23937 \begin_inset space ~
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \end_inset
23944
23945
23946 \backslash
23947 let
23948 \backslash
23949 endtable
23950 \backslash
23951 MyEndtable
23952 \end_layout
23953
23954 \begin_layout Standard
23955
23956 \series bold
23957
23958 \backslash
23959 newcommand{
23960 \backslash
23961 FigBesBeg}[1][1.0]{%
23962 \begin_inset Newline newline
23963 \end_inset
23964
23965
23966 \begin_inset Phantom HPhantom
23967 status open
23968
23969 \begin_layout Plain Layout
23970 \begin_inset space ~
23971 \end_inset
23972
23973
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \backslash
23980 let
23981 \backslash
23982 MyFigure
23983 \backslash
23984 figure
23985 \begin_inset Newline newline
23986 \end_inset
23987
23988
23989 \begin_inset Phantom HPhantom
23990 status open
23991
23992 \begin_layout Plain Layout
23993 \begin_inset space ~
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \end_inset
24000
24001
24002 \backslash
24003 let
24004 \backslash
24005 MyEndfigure
24006 \backslash
24007 endfigure
24008 \begin_inset Newline newline
24009 \end_inset
24010
24011
24012 \begin_inset Phantom HPhantom
24013 status open
24014
24015 \begin_layout Plain Layout
24016 \begin_inset space ~
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \backslash
24026 renewenvironment{figure}[1]{
24027 \backslash
24028 begin{SCfigure}[#1]##1}{
24029 \backslash
24030 end{SCfigure}}}
24031 \end_layout
24032
24033 \begin_layout Standard
24034
24035 \series bold
24036
24037 \backslash
24038 newcommand{
24039 \backslash
24040 FigBesEnd}{%
24041 \begin_inset Newline newline
24042 \end_inset
24043
24044
24045 \begin_inset Phantom HPhantom
24046 status open
24047
24048 \begin_layout Plain Layout
24049 \begin_inset space ~
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \end_inset
24056
24057
24058 \backslash
24059 let
24060 \backslash
24061 figure
24062 \backslash
24063 MyFigure
24064 \begin_inset Newline newline
24065 \end_inset
24066
24067
24068 \begin_inset Phantom HPhantom
24069 status open
24070
24071 \begin_layout Plain Layout
24072 \begin_inset space ~
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \backslash
24082 let
24083 \backslash
24084 endfigure
24085 \backslash
24086 MyEndfigure}
24087 \end_layout
24088
24089 \begin_layout Standard
24090 \noindent
24091 \begin_inset CommandInset line
24092 LatexCommand rule
24093 offset "0.5ex"
24094 width "100line%"
24095 height "1pt"
24096
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \begin_layout Standard
24103 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
24104 ungen seitlich gedruckt werden.
24105  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
24106 \end_layout
24107
24108 \begin_layout Standard
24109
24110 \series bold
24111
24112 \backslash
24113 FigBesBeg
24114 \end_layout
24115
24116 \begin_layout Standard
24117 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
24118 \end_layout
24119
24120 \begin_layout Standard
24121
24122 \series bold
24123
24124 \backslash
24125 FigBesEnd
24126 \end_layout
24127
24128 \begin_layout Standard
24129 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
24130  zurückkehren wollen.
24131 \end_layout
24132
24133 \begin_layout Standard
24134 Bei Gleitobjekt-Tabellen heißen die Befehle
24135 \end_layout
24136
24137 \begin_layout Standard
24138
24139 \series bold
24140
24141 \backslash
24142 TabBesBeg
24143 \series default
24144  und 
24145 \series bold
24146
24147 \backslash
24148 TabBesEnd
24149 \series default
24150 .
24151 \end_layout
24152
24153 \begin_layout Standard
24154 Abbildung
24155 \begin_inset space ~
24156 \end_inset
24157
24158
24159 \begin_inset CommandInset ref
24160 LatexCommand ref
24161 reference "abb:Beschriftung-neben"
24162
24163 \end_inset
24164
24165  und Tabelle
24166 \begin_inset space ~
24167 \end_inset
24168
24169
24170 \begin_inset CommandInset ref
24171 LatexCommand ref
24172 reference "tab:Beschriftung-neben"
24173
24174 \end_inset
24175
24176  sind Beispiele für seitliche Beschriftungen.
24177 \end_layout
24178
24179 \begin_layout Standard
24180 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24181  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24182  der Abbildung.
24183  Das kann man mit dem Befehl
24184 \end_layout
24185
24186 \begin_layout Standard
24187
24188 \series bold
24189
24190 \backslash
24191 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24192 \end_layout
24193
24194 \begin_layout Standard
24195 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24196  Der Gleitobjekt-Typ ist entweder 
24197 \family sans
24198 figure
24199 \family default
24200  oder 
24201 \family sans
24202 table
24203 \family default
24204 , die
24205 \family sans
24206  
24207 \family default
24208 Platzierung ist 
24209 \family typewriter
24210 t
24211 \family default
24212  für oben, 
24213 \family typewriter
24214 c
24215 \family default
24216  für zentriert oder 
24217 \family typewriter
24218 b
24219 \family default
24220  für unten.
24221  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24222  lautet der Befehl
24223 \end_layout
24224
24225 \begin_layout Standard
24226
24227 \series bold
24228
24229 \backslash
24230 sidecaptionvpos{figure}{c}
24231 \end_layout
24232
24233 \begin_layout Standard
24234 Das wurde in Abbildung
24235 \begin_inset space ~
24236 \end_inset
24237
24238
24239 \begin_inset CommandInset ref
24240 LatexCommand ref
24241 reference "abb:cap-beside-fig-2"
24242
24243 \end_inset
24244
24245  benutzt.
24246 \end_layout
24247
24248 \begin_layout Standard
24249 \begin_inset VSpace medskip
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \begin_layout Standard
24256 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
24257  Für schmale Bilder/Tabellen, wie in Tabelle
24258 \begin_inset space ~
24259 \end_inset
24260
24261
24262 \begin_inset CommandInset ref
24263 LatexCommand ref
24264 reference "tab:Beschriftung-neben"
24265
24266 \end_inset
24267
24268 , führt dies zu zu schmalen Beschriftungen.
24269  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
24270  Breite des Bildes/der Tabelle multipliziert wird.
24271  Das Ergebnis ist die Beschriftungsbreite.
24272  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
24273  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
24274  Der 
24275 \emph on
24276 Faktor
24277 \emph default
24278  kann entweder als optionales Argument für 
24279 \series bold
24280
24281 \backslash
24282 FigBesBeg
24283 \series default
24284  angegeben werden:
24285 \end_layout
24286
24287 \begin_layout Standard
24288
24289 \series bold
24290
24291 \backslash
24292 FigBesBeg[Faktor]
24293 \end_layout
24294
24295 \begin_layout Standard
24296 oder indem man in der Definition von 
24297 \series bold
24298
24299 \backslash
24300 FigBesBeg
24301 \series default
24302  die 
24303 \series bold
24304 1.0
24305 \series default
24306  mit einem anderen Wert ersetzt.
24307  Bei letzterem ist der angegebene Faktor der Standard wenn 
24308 \series bold
24309
24310 \backslash
24311 FigBesBeg
24312 \series default
24313  ohne Argument verwendet wird.
24314  Für Tabelle
24315 \begin_inset space ~
24316 \end_inset
24317
24318
24319 \begin_inset CommandInset ref
24320 LatexCommand ref
24321 reference "tab:Beschriftung-neben-breiter"
24322
24323 \end_inset
24324
24325  und Abbildung
24326 \begin_inset space ~
24327 \end_inset
24328
24329
24330 \begin_inset CommandInset ref
24331 LatexCommand ref
24332 reference "abb:cap-beside-fig-2"
24333
24334 \end_inset
24335
24336  wurde der Faktor 5 verwendet.
24337 \end_layout
24338
24339 \begin_layout Standard
24340 \begin_inset Note Greyedout
24341 status open
24342
24343 \begin_layout Plain Layout
24344
24345 \series bold
24346 Achtung:
24347 \series default
24348  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
24349 erungsoption 
24350 \family sans
24351 Hier,
24352 \begin_inset space ~
24353 \end_inset
24354
24355 auf
24356 \begin_inset space ~
24357 \end_inset
24358
24359 jeden
24360 \begin_inset space ~
24361 \end_inset
24362
24363 Fall
24364 \family default
24365  nicht verwendet werden werden, da diese von 
24366 \series bold
24367 sidecap
24368 \series default
24369  nicht unterstützt wird.
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \begin_layout Standard
24378 \begin_inset VSpace medskip
24379 \end_inset
24380
24381 Weitere Informationen über das Paket
24382 \series bold
24383  sidecap
24384 \series default
24385  finden Sie in seiner Dokumentation 
24386 \begin_inset CommandInset citation
24387 LatexCommand cite
24388 key "sidecap"
24389
24390 \end_inset
24391
24392 .
24393 \end_layout
24394
24395 \begin_layout Standard
24396 \begin_inset Note Greyedout
24397 status open
24398
24399 \begin_layout Plain Layout
24400
24401 \series bold
24402 Bemerkung:
24403 \series default
24404  Das LaTeX-Paket 
24405 \series bold
24406 hypcap
24407 \series default
24408 ,
24409 \begin_inset Index idx
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 LaTeX-Pakete ! hypcap
24414 \end_layout
24415
24416 \end_inset
24417
24418  das in Abschnitt
24419 \begin_inset space ~
24420 \end_inset
24421
24422
24423 \begin_inset CommandInset ref
24424 LatexCommand ref
24425 reference "uab:Querverweis-Position"
24426
24427 \end_inset
24428
24429  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24430  Beschriftungen.
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Standard
24439 \begin_inset ERT
24440 status collapsed
24441
24442 \begin_layout Plain Layout
24443
24444
24445 \backslash
24446 FigBesBeg 
24447 \end_layout
24448
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \begin_layout Standard
24455 \begin_inset Float figure
24456 wide false
24457 sideways false
24458 status open
24459
24460 \begin_layout Plain Layout
24461 \begin_inset Graphics
24462         filename ../clipart/escher-lsd.eps
24463         scale 75
24464         scaleBeforeRotation
24465
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \begin_layout Plain Layout
24472 \begin_inset Caption
24473
24474 \begin_layout Plain Layout
24475 \begin_inset CommandInset label
24476 LatexCommand label
24477 name "abb:Beschriftung-neben"
24478
24479 \end_inset
24480
24481 Dies ist eine Beschriftung neben einer Abbildung.
24482 \end_layout
24483
24484 \end_inset
24485
24486
24487 \end_layout
24488
24489 \end_inset
24490
24491
24492 \end_layout
24493
24494 \begin_layout Standard
24495 \begin_inset ERT
24496 status collapsed
24497
24498 \begin_layout Plain Layout
24499
24500
24501 \backslash
24502 FigBesEnd
24503 \end_layout
24504
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \begin_layout Standard
24511 \begin_inset ERT
24512 status collapsed
24513
24514 \begin_layout Plain Layout
24515
24516
24517 \backslash
24518 TabBesBeg 
24519 \end_layout
24520
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \begin_layout Standard
24527 \begin_inset Float table
24528 wide false
24529 sideways false
24530 status open
24531
24532 \begin_layout Plain Layout
24533 \begin_inset Caption
24534
24535 \begin_layout Plain Layout
24536 \begin_inset CommandInset label
24537 LatexCommand label
24538 name "tab:Beschriftung-neben"
24539
24540 \end_inset
24541
24542 Dies ist eine Beschriftung neben einer Tabelle.
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Plain Layout
24551 \begin_inset Tabular
24552 <lyxtabular version="3" rows="4" columns="5">
24553 <features tabularvalignment="middle">
24554 <column alignment="center" valignment="top" width="0">
24555 <column alignment="center" valignment="top" width="0">
24556 <column alignment="center" valignment="top" width="0">
24557 <column alignment="center" valignment="top" width="0">
24558 <column alignment="center" valignment="top" width="0">
24559 <row>
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564 a
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 b
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 c
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 </row>
24606 <row>
24607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 d
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 e
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 </row>
24653 <row>
24654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 f
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 g
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 h
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 </row>
24700 <row>
24701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 i
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 j
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 </row>
24747 </lyxtabular>
24748
24749 \end_inset
24750
24751
24752 \end_layout
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Standard
24760 \begin_inset ERT
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764
24765
24766 \backslash
24767 TabBesEnd
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \begin_layout Standard
24776 \begin_inset ERT
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780
24781
24782 \backslash
24783 FigBesBeg[5] 
24784 \end_layout
24785
24786 \end_inset
24787
24788
24789 \end_layout
24790
24791 \begin_layout Standard
24792 \begin_inset ERT
24793 status collapsed
24794
24795 \begin_layout Plain Layout
24796
24797
24798 \backslash
24799 sidecaptionvpos{figure}{c}
24800 \end_layout
24801
24802 \end_inset
24803
24804
24805 \begin_inset Float figure
24806 wide false
24807 sideways false
24808 status open
24809
24810 \begin_layout Plain Layout
24811 \begin_inset Graphics
24812         filename ../clipart/escher-lsd.eps
24813         scale 75
24814         scaleBeforeRotation
24815
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \begin_layout Plain Layout
24822 \begin_inset Caption
24823
24824 \begin_layout Plain Layout
24825 \begin_inset CommandInset label
24826 LatexCommand label
24827 name "abb:cap-beside-fig-2"
24828
24829 \end_inset
24830
24831 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24832 \end_layout
24833
24834 \end_inset
24835
24836
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Standard
24845 \begin_inset ERT
24846 status collapsed
24847
24848 \begin_layout Plain Layout
24849
24850
24851 \backslash
24852 FigBesEnd
24853 \end_layout
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 \begin_inset ERT
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865
24866
24867 \backslash
24868 TabBesBeg[5]
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Standard
24877 \begin_inset Float table
24878 wide false
24879 sideways false
24880 status open
24881
24882 \begin_layout Plain Layout
24883 \begin_inset Caption
24884
24885 \begin_layout Plain Layout
24886 \begin_inset CommandInset label
24887 LatexCommand label
24888 name "tab:Beschriftung-neben-breiter"
24889
24890 \end_inset
24891
24892 Diese Beschriftung ist breiter als die in Tabelle
24893 \begin_inset space ~
24894 \end_inset
24895
24896
24897 \begin_inset CommandInset ref
24898 LatexCommand ref
24899 reference "tab:Beschriftung-neben"
24900
24901 \end_inset
24902
24903 .
24904 \end_layout
24905
24906 \end_inset
24907
24908
24909 \end_layout
24910
24911 \begin_layout Plain Layout
24912 \begin_inset Tabular
24913 <lyxtabular version="3" rows="4" columns="5">
24914 <features tabularvalignment="middle">
24915 <column alignment="center" valignment="top" width="0">
24916 <column alignment="center" valignment="top" width="0">
24917 <column alignment="center" valignment="top" width="0">
24918 <column alignment="center" valignment="top" width="0">
24919 <column alignment="center" valignment="top" width="0">
24920 <row>
24921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 a
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Plain Layout
24943 b
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961 c
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 </row>
24967 <row>
24968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 d
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 e
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 </row>
25014 <row>
25015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019 f
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037 g
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055 h
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 </row>
25061 <row>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075 i
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 j
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 </row>
25108 </lyxtabular>
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \begin_layout Standard
25121 \begin_inset ERT
25122 status collapsed
25123
25124 \begin_layout Plain Layout
25125
25126
25127 \backslash
25128 TabBesEnd
25129 \end_layout
25130
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \begin_inset ERT
25138 status collapsed
25139
25140 \begin_layout Plain Layout
25141
25142
25143 \backslash
25144 else
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \begin_inset Note Note
25151 status open
25152
25153 \begin_layout Plain Layout
25154 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
25155 \series bold
25156 sidecap
25157 \series default
25158  nicht installiert ist:
25159 \end_layout
25160
25161 \end_inset
25162
25163
25164 \end_layout
25165
25166 \begin_layout Standard
25167 Das LaTeX-Paket 
25168 \series bold
25169 sidecap
25170 \series default
25171  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
25172 \end_layout
25173
25174 \begin_layout Standard
25175 \begin_inset ERT
25176 status collapsed
25177
25178 \begin_layout Plain Layout
25179
25180
25181 \backslash
25182 fi
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \begin_layout Section
25191 Gleitobjekt-Verzeichnisse
25192 \begin_inset Index idx
25193 status collapsed
25194
25195 \begin_layout Plain Layout
25196 Gleitobjekte ! Verzeichnisse
25197 \end_layout
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \begin_layout Standard
25205 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
25206  Sie können mit den Untermenüs von 
25207 \family sans
25208 Einfügen\SpecialChar \menuseparator
25209 Liste
25210 \begin_inset space ~
25211 \end_inset
25212
25213 /
25214 \begin_inset space ~
25215 \end_inset
25216
25217 Inhaltsverzeichnis
25218 \family default
25219  eingefügt werden.
25220 \end_layout
25221
25222 \begin_layout Standard
25223 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
25224  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
25225 \end_layout
25226
25227 \begin_layout Standard
25228 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
25229  und ein Tabellen-Verzeichnis.
25230 \end_layout
25231
25232 \begin_layout Chapter
25233 Notizen
25234 \end_layout
25235
25236 \begin_layout Section
25237 LyX-Notizen
25238 \begin_inset Index idx
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242 Notizen ! LyX-Notizen
25243 \end_layout
25244
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \begin_layout Standard
25251 Notizen werden mit einem Klick auf 
25252 \family sans
25253
25254 \begin_inset Info
25255 type  "icon"
25256 arg   "note-insert"
25257 \end_inset
25258
25259
25260 \family default
25261  oder 
25262 \family sans
25263 Einfügen\SpecialChar \menuseparator
25264 Notiz
25265 \family default
25266  eingefügt.
25267  Es gibt drei Arten:
25268 \end_layout
25269
25270 \begin_layout Description
25271 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
25272  Eine 
25273 \family sans
25274 LyX-Notiz
25275 \family default
25276  sieht so aus:
25277 \begin_inset Newline newline
25278 \end_inset
25279
25280
25281 \begin_inset Newline newline
25282 \end_inset
25283
25284
25285 \begin_inset Graphics
25286         filename clipart/LyXNotizQt4.png
25287         display false
25288         scale 60
25289         scaleBeforeRotation
25290
25291 \end_inset
25292
25293  
25294 \begin_inset Note Note
25295 status open
25296
25297 \begin_layout Plain Layout
25298 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
25299 \end_layout
25300
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Description
25307 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
25308  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
25309 \family sans
25310 Datei\SpecialChar \menuseparator
25311 Ex\SpecialChar \-
25312 por\SpecialChar \-
25313 tie\SpecialChar \-
25314 ren\SpecialChar \menuseparator
25315 LaTe
25316 \begin_inset ERT
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320
25321 {}
25322 \end_layout
25323
25324 \end_inset
25325
25326 X (pdflatex) / (normal)
25327 \family default
25328 .
25329  Ein Kommentar sieht so aus:
25330 \begin_inset Newline newline
25331 \end_inset
25332
25333
25334 \begin_inset Newline newline
25335 \end_inset
25336
25337
25338 \begin_inset Graphics
25339         filename clipart/KommentarQt4.png
25340         display false
25341         scale 60
25342         scaleBeforeRotation
25343
25344 \end_inset
25345
25346  
25347 \begin_inset Note Comment
25348 status open
25349
25350 \begin_layout Plain Layout
25351 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
25352 \end_layout
25353
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \begin_layout Description
25360 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
25361 \begin_inset Newline newline
25362 \end_inset
25363
25364
25365 \begin_inset Newline newline
25366 \end_inset
25367
25368
25369 \begin_inset Graphics
25370         filename clipart/GrauschriftNotizQt4.png
25371         display false
25372         scale 60
25373         scaleBeforeRotation
25374
25375 \end_inset
25376
25377
25378 \begin_inset Newline newline
25379 \end_inset
25380
25381
25382 \begin_inset ERT
25383 status collapsed
25384
25385 \begin_layout Plain Layout
25386
25387
25388 \backslash
25389 renewenvironment{lyxgreyedout}
25390 \end_layout
25391
25392 \begin_layout Plain Layout
25393
25394 {
25395 \backslash
25396 textcolor[gray]{0.4}
25397 \backslash
25398 bgroup}{
25399 \backslash
25400 egroup}
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \begin_inset Note Greyedout
25407 status open
25408
25409 \begin_layout Plain Layout
25410 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
25411 \begin_inset Foot
25412 status open
25413
25414 \begin_layout Plain Layout
25415 Dies ist eine Fußnote in einer Grauschrift-Notiz.
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \begin_inset ERT
25427 status collapsed
25428
25429 \begin_layout Plain Layout
25430
25431
25432 \backslash
25433 renewenvironment{lyxgreyedout}
25434 \end_layout
25435
25436 \begin_layout Plain Layout
25437
25438 {
25439 \backslash
25440 textcolor{blue}
25441 \backslash
25442 bgroup}{
25443 \backslash
25444 egroup}
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \begin_inset Note Note
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
25455  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
25456  
25457 \end_layout
25458
25459 \end_inset
25460
25461
25462 \begin_inset Newline newline
25463 \end_inset
25464
25465
25466 \begin_inset Newline newline
25467 \end_inset
25468
25469 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
25470  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
25471 \end_layout
25472
25473 \begin_layout Standard
25474 \begin_inset VSpace bigskip
25475 \end_inset
25476
25477 Wenn Sie auf den Werkzeugleistenknopf 
25478 \family sans
25479
25480 \begin_inset Info
25481 type  "icon"
25482 arg   "note-insert"
25483 \end_inset
25484
25485
25486 \family default
25487  klicken, wird zunächst eine 
25488 \family sans
25489 LyX-Notiz
25490 \family default
25491  eingefügt.
25492  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
25493  anderen Möglichkeiten auswählen.
25494  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
25495  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
25496  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
25497  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
25498  am Ende der Notiz ist.
25499 \end_layout
25500
25501 \begin_layout Standard
25502 \begin_inset VSpace bigskip
25503 \end_inset
25504
25505 Die Textfarbe von Grauschrift-Boxen kann im Menü 
25506 \family sans
25507 Dokument\SpecialChar \menuseparator
25508 Einstellungen\SpecialChar \menuseparator
25509 Farben
25510 \family default
25511  geändert werden.
25512 \end_layout
25513
25514 \begin_layout Section
25515 Fußnoten
25516 \begin_inset CommandInset label
25517 LatexCommand label
25518 name "abs:Fußnoten"
25519
25520 \end_inset
25521
25522
25523 \begin_inset Index idx
25524 status collapsed
25525
25526 \begin_layout Plain Layout
25527 Notizen ! Fußnoten
25528 \end_layout
25529
25530 \end_inset
25531
25532
25533 \begin_inset Index idx
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537 Fußnoten
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Fußnoten werden über den Werkzeugleistenknopf 
25547 \family sans
25548
25549 \begin_inset Info
25550 type  "icon"
25551 arg   "footnote-insert"
25552 \end_inset
25553
25554
25555 \family default
25556  oder das Menü 
25557 \family sans
25558 Einfügen\SpecialChar \menuseparator
25559 Fußnote
25560 \family default
25561  eingefügt.
25562  Man sieht dann diese Fußnotenbox: 
25563 \begin_inset Graphics
25564         filename clipart/FussnoteQt4.png
25565         scale 80
25566         scaleBeforeRotation
25567
25568 \end_inset
25569
25570  in die der Fußnotentext eingegeben wird.
25571  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
25572  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
25573  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
25574 \family sans
25575 Backspace
25576 \family default
25577  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
25578 \family sans
25579 Entf
25580 \family default
25581  wenn der Cursor am Ende der Fußnote ist.
25582 \end_layout
25583
25584 \begin_layout Standard
25585 Hier ist eine Beispielfußnote:
25586 \color black
25587
25588 \begin_inset Foot
25589 status open
25590
25591 \begin_layout Plain Layout
25592 \begin_inset CommandInset label
25593 LatexCommand label
25594 name "fuss:Fußnoten-Beispiel"
25595
25596 \end_inset
25597
25598 Dies ist eine Fußnote.
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \color inherit
25605
25606 \begin_inset ERT
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610
25611
25612 \backslash
25613 newcounter{MyRepeatFoot}
25614 \end_layout
25615
25616 \begin_layout Plain Layout
25617
25618
25619 \backslash
25620 setcounter{MyRepeatFoot}{
25621 \backslash
25622 thefootnote}
25623 \end_layout
25624
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \begin_layout Standard
25631 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25632  wurde, eine hochgestellte Zahl.
25633  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25634  hochgestellt dem Text vorangeht.
25635  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25636  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25637  werden.
25638 \end_layout
25639
25640 \begin_layout Standard
25641 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25642  der Fußnote eine Marke eingefügt wurde.
25643  Dies ist ein Querverweis auf Fußnote
25644 \begin_inset space ~
25645 \end_inset
25646
25647
25648 \begin_inset CommandInset ref
25649 LatexCommand ref
25650 reference "fuss:Fußnoten-Beispiel"
25651
25652 \end_inset
25653
25654 .
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset VSpace defskip
25659 \end_inset
25660
25661 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25662  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25663  wird der Befehl 
25664 \series bold
25665
25666 \backslash
25667 footnotemark{}
25668 \series default
25669  als TeX-Code eingefügt.
25670  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25671 \series bold
25672
25673 \backslash
25674 footnotetext
25675 \series default
25676  nach der Tabelle eingegeben.
25677 \begin_inset Newline newline
25678 \end_inset
25679
25680 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25681 \end_layout
25682
25683 \begin_layout Standard
25684
25685 \series bold
25686
25687 \backslash
25688 footnotetext{
25689 \series default
25690 Gedruckte Tabellenfußnote.
25691 \series bold
25692 }
25693 \end_layout
25694
25695 \begin_layout Standard
25696 \begin_inset Tabular
25697 <lyxtabular version="3" rows="2" columns="1">
25698 <features tabularvalignment="middle">
25699 <column alignment="center" valignment="top" width="0">
25700 <row>
25701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25702 \begin_inset Text
25703
25704 \begin_layout Plain Layout
25705 Dies ist ein Beispieltext.
25706 \begin_inset Foot
25707 status open
25708
25709 \begin_layout Plain Layout
25710 Diese Fußnote wird nicht gedruckt!
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 </row>
25721 <row>
25722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726 Dies ist ein Beispieltext.
25727 \begin_inset ERT
25728 status collapsed
25729
25730 \begin_layout Plain Layout
25731
25732
25733 \backslash
25734 footnotemark{}
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 </row>
25745 </lyxtabular>
25746
25747 \end_inset
25748
25749
25750 \begin_inset ERT
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754
25755
25756 \backslash
25757 footnotetext{
25758 \end_layout
25759
25760 \end_inset
25761
25762 Gedruckte Tabellenfußnote.
25763 \begin_inset ERT
25764 status collapsed
25765
25766 \begin_layout Plain Layout
25767
25768 }
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \begin_layout Standard
25777 Fußnoten in langen Tabellen sind in Abschnitt
25778 \begin_inset space ~
25779 \end_inset
25780
25781
25782 \begin_inset CommandInset ref
25783 LatexCommand ref
25784 reference "uab:Fußnoten-in-langen"
25785
25786 \end_inset
25787
25788  beschrieben.
25789 \end_layout
25790
25791 \begin_layout Standard
25792 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25793  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25794  innerhalb einer Seite ist.
25795  (Mehr über Minipages ist in Abschnitt
25796 \begin_inset space ~
25797 \end_inset
25798
25799
25800 \begin_inset CommandInset ref
25801 LatexCommand ref
25802 reference "abs:Minipage"
25803
25804 \end_inset
25805
25806  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25807  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25808  Methode mit 
25809 \series bold
25810
25811 \backslash
25812 footnotemark{}
25813 \series default
25814  und 
25815 \series bold
25816
25817 \backslash
25818 footnotetext
25819 \series default
25820 .
25821 \end_layout
25822
25823 \begin_layout Standard
25824 \begin_inset Box Frameless
25825 position "t"
25826 hor_pos "c"
25827 has_inner_box 1
25828 inner_pos "t"
25829 use_parbox 0
25830 use_makebox 0
25831 width "100col%"
25832 special "none"
25833 height "1in"
25834 height_special "totalheight"
25835 status open
25836
25837 \begin_layout Plain Layout
25838 Dies ist ein Beispieltext.in einer Minipage.
25839 \begin_inset Foot
25840 status open
25841
25842 \begin_layout Plain Layout
25843 Fußnote in einer Minipage.
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Plain Layout
25852 Dies ist ein Beispieltext.
25853  in einer Minipage.
25854 \begin_inset ERT
25855 status collapsed
25856
25857 \begin_layout Plain Layout
25858
25859
25860 \backslash
25861 footnotemark{}
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Standard
25875 \begin_inset ERT
25876 status collapsed
25877
25878 \begin_layout Plain Layout
25879
25880
25881 \backslash
25882 footnotetext{
25883 \end_layout
25884
25885 \end_inset
25886
25887 Fußnote außerhalb der Minipage.
25888 \begin_inset ERT
25889 status collapsed
25890
25891 \begin_layout Plain Layout
25892
25893 }
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 \begin_inset VSpace defskip
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25910  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25911 \series bold
25912
25913 \backslash
25914 footnotemark[Nummer]
25915 \series default
25916 .
25917 \begin_inset Newline newline
25918 \end_inset
25919
25920 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25921  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25922  Hinter Fußnote
25923 \begin_inset space ~
25924 \end_inset
25925
25926
25927 \begin_inset CommandInset ref
25928 LatexCommand ref
25929 reference "fuss:Fußnoten-Beispiel"
25930
25931 \end_inset
25932
25933  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25934 \end_layout
25935
25936 \begin_layout Standard
25937
25938 \series bold
25939
25940 \backslash
25941 newcounter{MyRepeatFoot}
25942 \begin_inset Newline newline
25943 \end_inset
25944
25945
25946 \backslash
25947 setcounter{MyRepeatFoot}{
25948 \backslash
25949 thefootnote}
25950 \end_layout
25951
25952 \begin_layout Standard
25953 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25954 \end_layout
25955
25956 \begin_layout Standard
25957
25958 \series bold
25959
25960 \backslash
25961 footnotemark[
25962 \backslash
25963 theMyRepeatFoot]
25964 \end_layout
25965
25966 \begin_layout Standard
25967 Hier ist eine wiederholte Fußnote:
25968 \begin_inset ERT
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972
25973
25974 \backslash
25975 footnotemark[
25976 \backslash
25977 theMyRepeatFoot]
25978 \end_layout
25979
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \begin_layout Standard
25986 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25987  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25988 \end_layout
25989
25990 \begin_layout Standard
25991
25992 \series bold
25993
25994 \backslash
25995 footnotemark[
25996 \backslash
25997 thefootnote]
25998 \end_layout
25999
26000 \begin_layout Standard
26001 Hier ist eine weitere wiederholte Fußnote:
26002 \begin_inset ERT
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006
26007
26008 \backslash
26009 footnotemark[
26010 \backslash
26011 thefootnote]
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Subsection
26020 Fußnoten-Nummerierung
26021 \begin_inset CommandInset label
26022 LatexCommand label
26023 name "uab:Fußnoten-Nummerierung"
26024
26025 \end_inset
26026
26027
26028 \begin_inset Index idx
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032 Fußnoten ! Nummerierung
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 Um Fußnoten nach jedem Abschnitt
26042 \family roman
26043  auf 1 zurückzusetzen, 
26044 \family default
26045 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
26046 \end_layout
26047
26048 \begin_layout Standard
26049
26050 \series bold
26051
26052 \backslash
26053 @addtoreset{footnote}{section}
26054 \end_layout
26055
26056 \begin_layout Standard
26057 \begin_inset VSpace bigskip
26058 \end_inset
26059
26060 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
26061  Zahlen:
26062 \end_layout
26063
26064 \begin_layout Standard
26065
26066 \series bold
26067
26068 \backslash
26069 renewcommand{
26070 \backslash
26071 thefootnote}{
26072 \backslash
26073 roman{footnote}}
26074 \end_layout
26075
26076 \begin_layout Standard
26077 \begin_inset ERT
26078 status collapsed
26079
26080 \begin_layout Plain Layout
26081
26082
26083 \backslash
26084 renewcommand{
26085 \backslash
26086 thefootnote}{
26087 \backslash
26088 roman{footnote}}
26089 \end_layout
26090
26091 \end_inset
26092
26093  Hier ist ein Beispiel für solch eine Fußnote:
26094 \begin_inset Foot
26095 status open
26096
26097 \begin_layout Plain Layout
26098 Dies ist eine Fußnote mit kleinen römischen Zahlen
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
26108  in obigem Befehl 
26109 \series bold
26110
26111 \backslash
26112 roman
26113 \series default
26114  durch 
26115 \series bold
26116
26117 \backslash
26118 Roman
26119 \series default
26120 .
26121  Um Fußnoten mit großen oder kleinen Buchstaben zu 
26122 \begin_inset Quotes gld
26123 \end_inset
26124
26125 nummerieren
26126 \begin_inset Quotes grd
26127 \end_inset
26128
26129 , verwenden Sie die Befehle 
26130 \series bold
26131
26132 \backslash
26133 Alph
26134 \series default
26135  oder 
26136 \series bold
26137
26138 \backslash
26139 alph
26140 \series default
26141 .
26142  Für die 
26143 \begin_inset Quotes gld
26144 \end_inset
26145
26146 Nummerierung
26147 \begin_inset Quotes grd
26148 \end_inset
26149
26150  mit Symbolen steht der Befehl 
26151 \series bold
26152
26153 \backslash
26154 fnsymbol
26155 \series default
26156  zur Verfügung.
26157 \end_layout
26158
26159 \begin_layout Standard
26160 \begin_inset Note Greyedout
26161 status open
26162
26163 \begin_layout Plain Layout
26164
26165 \series bold
26166 Bemerkung 1:
26167 \series default
26168  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
26169  
26170 \emph on
26171 ein
26172 \emph default
26173  Buchstabe verwendet wird.
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \begin_inset Newline newline
26180 \end_inset
26181
26182
26183 \begin_inset Note Greyedout
26184 status open
26185
26186 \begin_layout Plain Layout
26187
26188 \series bold
26189 Bemerkung 2:
26190 \series default
26191  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
26192 \end_layout
26193
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \begin_layout Standard
26200 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
26201 \series bold
26202
26203 \backslash
26204 arabic
26205 \series default
26206  anstelle von 
26207 \series bold
26208
26209 \backslash
26210 roman
26211 \series default
26212  in obigem Befehl.
26213 \begin_inset ERT
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217
26218
26219 \backslash
26220 renewcommand{
26221 \backslash
26222 thefootnote}{
26223 \backslash
26224 arabic{footnote}}
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \begin_layout Standard
26233 \begin_inset VSpace bigskip
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Standard
26240 Wenn Sie wollen, dass Fußnoten nach dem Schema 
26241 \begin_inset Quotes gld
26242 \end_inset
26243
26244 Kapitel.Fußnote
26245 \begin_inset Quotes grd
26246 \end_inset
26247
26248  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
26249 \end_layout
26250
26251 \begin_layout Standard
26252
26253 \series bold
26254
26255 \backslash
26256 numberwithin{footnote}{chapter}
26257 \end_layout
26258
26259 \begin_layout Standard
26260 Um 
26261 \series bold
26262
26263 \backslash
26264 numberwithin
26265 \series default
26266  benutzen zu können, muss in den 
26267 \family sans
26268 Mathe
26269 \begin_inset space ~
26270 \end_inset
26271
26272 Optionen
26273 \family default
26274  der 
26275 \family sans
26276 Dokument-Einstellungen
26277 \family default
26278  
26279 \family sans
26280 AMS
26281 \begin_inset space ~
26282 \end_inset
26283
26284 Mathe
26285 \begin_inset space ~
26286 \end_inset
26287
26288 Paket
26289 \family default
26290
26291 \begin_inset space ~
26292 \end_inset
26293
26294
26295 \family sans
26296 verwenden
26297 \family default
26298  angekreuzt sein.
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 numberwithin{footnote}{chapter}
26307 \end_layout
26308
26309 \end_inset
26310
26311  Hier ist ein Beispiel für solch eine Fußnote.
26312 \series bold
26313
26314 \begin_inset Foot
26315 status open
26316
26317 \begin_layout Plain Layout
26318 Dies ist eine Fußnote nach dem Schema 
26319 \begin_inset Quotes gld
26320 \end_inset
26321
26322 Kapitel.Fußnote
26323 \begin_inset Quotes grd
26324 \end_inset
26325
26326 .
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \series default
26333
26334 \begin_inset ERT
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338
26339
26340 \backslash
26341 renewcommand{
26342 \backslash
26343 thefootnote}{
26344 \backslash
26345 arabic{footnote}}
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Standard
26354 \begin_inset Note Greyedout
26355 status open
26356
26357 \begin_layout Plain Layout
26358
26359 \series bold
26360 Bemerkung:
26361 \series default
26362  
26363 \series bold
26364
26365 \backslash
26366 numberwithin
26367 \series default
26368  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
26369  werden überschrieben.
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \begin_layout Standard
26378 Um also z.
26379 \begin_inset space \thinspace{}
26380 \end_inset
26381
26382 B.
26383  das Schema 
26384 \begin_inset Quotes gld
26385 \end_inset
26386
26387 Kapitel.
26388 \backslash
26389 Roman{footnote}
26390 \begin_inset Quotes grd
26391 \end_inset
26392
26393  zu erhalten, muss dieser Befehl anstelle von 
26394 \series bold
26395
26396 \backslash
26397 numberwithin
26398 \series default
26399  verwendet werden:
26400 \end_layout
26401
26402 \begin_layout Standard
26403
26404 \series bold
26405
26406 \backslash
26407 renewcommand{
26408 \backslash
26409 thefootnote}{
26410 \backslash
26411 thechapter.
26412 \backslash
26413 Roman{footnote}}
26414 \end_layout
26415
26416 \begin_layout Subsection
26417 Fußnoten-Platzierung
26418 \begin_inset Index idx
26419 status collapsed
26420
26421 \begin_layout Plain Layout
26422 Fußnoten ! Platzierung
26423 \end_layout
26424
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \begin_layout Standard
26431 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
26432  ohne Zwischenraum am Ende der Seite gedruckt.
26433  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
26434  LaTeX-Vorspann 1.5
26435 \begin_inset space \thinspace{}
26436 \end_inset
26437
26438 mm Zwischenraum einfügen:
26439 \end_layout
26440
26441 \begin_layout Standard
26442
26443 \series bold
26444
26445 \backslash
26446 let
26447 \backslash
26448 myFoot
26449 \backslash
26450 footnote
26451 \begin_inset Newline newline
26452 \end_inset
26453
26454
26455 \backslash
26456 renewcommand{
26457 \backslash
26458 footnote}[1]{
26459 \backslash
26460 myFoot{#1
26461 \backslash
26462 vspace{1.5mm}}}
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \begin_inset VSpace bigskip
26467 \end_inset
26468
26469 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
26470  Spalte gedruckt, Abbildung
26471 \begin_inset space ~
26472 \end_inset
26473
26474
26475 \begin_inset CommandInset ref
26476 LatexCommand ref
26477 reference "abb:Standard-Fußnoten-Platzierung-in"
26478
26479 \end_inset
26480
26481 .
26482  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
26483  in Abbildung
26484 \begin_inset space ~
26485 \end_inset
26486
26487
26488 \begin_inset CommandInset ref
26489 LatexCommand ref
26490 reference "abb:Fußnoten-Platzierung-in-einem"
26491
26492 \end_inset
26493
26494 , müssen Sie das LaTeX-Paket 
26495 \series bold
26496 ftnright
26497 \series default
26498
26499 \begin_inset Index idx
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503 LaTeX-Pakete ! ftnright
26504 \end_layout
26505
26506 \end_inset
26507
26508  mit folgendem Befehl im LaTeX-Vorspann einfügen:
26509 \end_layout
26510
26511 \begin_layout Standard
26512
26513 \series bold
26514
26515 \backslash
26516 usepackage{ftnright}
26517 \end_layout
26518
26519 \begin_layout Standard
26520 \begin_inset Float figure
26521 placement !h
26522 wide false
26523 sideways false
26524 status open
26525
26526 \begin_layout Plain Layout
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 framebox{
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \begin_inset Graphics
26541         filename ../clipart/without_fntright.pdf
26542         width 100col%
26543         scaleBeforeRotation
26544
26545 \end_inset
26546
26547
26548 \begin_inset ERT
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552
26553 }
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \begin_layout Plain Layout
26562 \begin_inset Caption
26563
26564 \begin_layout Plain Layout
26565 \begin_inset CommandInset label
26566 LatexCommand label
26567 name "abb:Standard-Fußnoten-Platzierung-in"
26568
26569 \end_inset
26570
26571 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26572 \begin_inset Argument
26573 status open
26574
26575 \begin_layout Plain Layout
26576 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \begin_layout Standard
26595 \begin_inset Float figure
26596 placement !h
26597 wide false
26598 sideways false
26599 status open
26600
26601 \begin_layout Plain Layout
26602 \begin_inset ERT
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606
26607
26608 \backslash
26609 framebox{
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \begin_inset Graphics
26616         filename ../clipart/with_fntright.pdf
26617         width 100col%
26618         scaleBeforeRotation
26619
26620 \end_inset
26621
26622
26623 \begin_inset ERT
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627
26628 }
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Plain Layout
26637 \begin_inset Caption
26638
26639 \begin_layout Plain Layout
26640 \begin_inset CommandInset label
26641 LatexCommand label
26642 name "abb:Fußnoten-Platzierung-in-einem"
26643
26644 \end_inset
26645
26646 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26647  
26648 \series bold
26649 ftnright
26650 \series default
26651 .
26652 \begin_inset Argument
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656 Fußnoten-Platzierung mit 
26657 \family typewriter
26658 ftnright
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \begin_layout Standard
26677 \begin_inset VSpace bigskip
26678 \end_inset
26679
26680 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26681  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26682 \begin_inset space ~
26683 \end_inset
26684
26685
26686 \begin_inset CommandInset ref
26687 LatexCommand ref
26688 reference "abb:endnotes"
26689
26690 \end_inset
26691
26692  gedruckt.
26693  Man nennt sie dann 
26694 \begin_inset Quotes gld
26695 \end_inset
26696
26697 Endnoten
26698 \begin_inset Quotes grd
26699 \end_inset
26700
26701 .
26702 \begin_inset Index idx
26703 status collapsed
26704
26705 \begin_layout Plain Layout
26706 Endnoten
26707 \end_layout
26708
26709 \end_inset
26710
26711  Um das zu erreichen, laden Sie im Menü 
26712 \family sans
26713 Dokument\SpecialChar \menuseparator
26714 Einstellungen\SpecialChar \menuseparator
26715 Module 
26716 \family default
26717 das Modul 
26718 \family sans
26719 Fußnote
26720 \begin_inset space ~
26721 \end_inset
26722
26723 als
26724 \begin_inset space ~
26725 \end_inset
26726
26727 Endnote
26728 \family default
26729 .
26730  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26731 \end_layout
26732
26733 \begin_layout Standard
26734
26735 \series bold
26736
26737 \backslash
26738 theendnotes
26739 \end_layout
26740
26741 \begin_layout Standard
26742 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26743 \end_layout
26744
26745 \begin_layout Standard
26746 \begin_inset Float figure
26747 wide false
26748 sideways false
26749 status open
26750
26751 \begin_layout Plain Layout
26752 \align center
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 framebox{
26761 \end_layout
26762
26763 \end_inset
26764
26765
26766 \begin_inset Graphics
26767         filename ../clipart/endnotes.pdf
26768         scaleBeforeRotation
26769
26770 \end_inset
26771
26772
26773 \begin_inset ERT
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777
26778 }
26779 \end_layout
26780
26781 \end_inset
26782
26783
26784 \end_layout
26785
26786 \begin_layout Plain Layout
26787 \begin_inset Caption
26788
26789 \begin_layout Plain Layout
26790 \begin_inset CommandInset label
26791 LatexCommand label
26792 name "abb:endnotes"
26793
26794 \end_inset
26795
26796
26797 \series bold
26798 endnotes
26799 \series default
26800  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26801  gedruckt.
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \begin_layout Standard
26815 \begin_inset VSpace medskip
26816 \end_inset
26817
26818 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26819 ache übersetzt.
26820  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26821 \begin_inset Quotes gld
26822 \end_inset
26823
26824 Notes
26825 \begin_inset Quotes grd
26826 \end_inset
26827
26828  in 
26829 \begin_inset Quotes gld
26830 \end_inset
26831
26832 Anmerkungen
26833 \begin_inset Quotes grd
26834 \end_inset
26835
26836 :
26837 \end_layout
26838
26839 \begin_layout Standard
26840
26841 \series bold
26842
26843 \backslash
26844 renewcommand{
26845 \backslash
26846 notesname}{Anmerkungen}
26847 \end_layout
26848
26849 \begin_layout Standard
26850 \begin_inset VSpace medskip
26851 \end_inset
26852
26853 Wenn Sie in den Befehlen von Abschnitt
26854 \begin_inset space ~
26855 \end_inset
26856
26857
26858 \begin_inset CommandInset ref
26859 LatexCommand ref
26860 reference "uab:Fußnoten-Nummerierung"
26861
26862 \end_inset
26863
26864  
26865 \series bold
26866
26867 \backslash
26868 thefootnote
26869 \series default
26870  durch 
26871 \series bold
26872
26873 \backslash
26874 theendnote
26875 \series default
26876  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26877  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26878 \series bold
26879
26880 \backslash
26881 @addtoreset
26882 \series default
26883  wie in Abschnitt
26884 \begin_inset space \space{}
26885 \end_inset
26886
26887
26888 \begin_inset CommandInset ref
26889 LatexCommand ref
26890 reference "uab:Fußnoten-Nummerierung"
26891
26892 \end_inset
26893
26894  beschrieben und ersetzen 
26895 \series bold
26896 footnote
26897 \series default
26898  durch 
26899 \series bold
26900 endnote
26901 \series default
26902 .
26903 \end_layout
26904
26905 \begin_layout Standard
26906 Für Endnoten gibt es den Befehl 
26907 \series bold
26908
26909 \backslash
26910 endnotemark[Nummer]
26911 \series default
26912  analog zum Befehl 
26913 \series bold
26914
26915 \backslash
26916 footnotemark
26917 \series default
26918  der in Abschnitt
26919 \begin_inset space ~
26920 \end_inset
26921
26922
26923 \begin_inset CommandInset ref
26924 LatexCommand ref
26925 reference "abs:Fußnoten"
26926
26927 \end_inset
26928
26929  beschrieben ist.
26930 \end_layout
26931
26932 \begin_layout Standard
26933 \begin_inset VSpace bigskip
26934 \end_inset
26935
26936 Mit dem LaTeX-Paket 
26937 \series bold
26938 footmisc
26939 \series default
26940
26941 \begin_inset Index idx
26942 status collapsed
26943
26944 \begin_layout Plain Layout
26945 LaTeX-Pakete ! footmisc
26946 \end_layout
26947
26948 \end_inset
26949
26950  (
26951 \begin_inset CommandInset citation
26952 LatexCommand cite
26953 key "footmisc"
26954
26955 \end_inset
26956
26957 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26958 \end_layout
26959
26960 \begin_layout Standard
26961 In LaTeX-Büchern, 
26962 \begin_inset CommandInset citation
26963 LatexCommand cite
26964 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26965
26966 \end_inset
26967
26968 , finden Sie weiteres zu Fußnoten.
26969  Wenn Sie eine 
26970 \series bold
26971 KOMA-Script
26972 \series default
26973
26974 \begin_inset Index idx
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978 LaTeX-Pakete ! KOMA-Script
26979 \end_layout
26980
26981 \end_inset
26982
26983  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
26984 zifische Befehle anpassen, siehe 
26985 \begin_inset CommandInset citation
26986 LatexCommand cite
26987 key "KOMA-Script"
26988
26989 \end_inset
26990
26991 .
26992 \end_layout
26993
26994 \begin_layout Section
26995 Randnotizen
26996 \begin_inset Index idx
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000 Randnotizen
27001 \end_layout
27002
27003 \end_inset
27004
27005
27006 \begin_inset Index idx
27007 status collapsed
27008
27009 \begin_layout Plain Layout
27010 Notizen ! Randnotizen
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \end_layout
27017
27018 \begin_layout Standard
27019 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
27020  Sie fügen sie mit einem Klick auf den Schalter 
27021 \family sans
27022
27023 \begin_inset Info
27024 type  "icon"
27025 arg   "marginalnote-insert"
27026 \end_inset
27027
27028
27029 \family default
27030  oder über 
27031 \family sans
27032 Einfügen\SpecialChar \menuseparator
27033 Randnotiz
27034 \family default
27035  ein.
27036  Ein graues Kästchen mit der Aufschrift 
27037 \begin_inset Quotes gld
27038 \end_inset
27039
27040 Rand
27041 \begin_inset Quotes grd
27042 \end_inset
27043
27044  erscheint
27045 \family roman
27046 \series medium
27047 , und dort, wo der Cursor steht, können Sie Text eingeben.
27048 \end_layout
27049
27050 \begin_layout Standard
27051 Hier am Rand sehen Sie eine Randnotiz.
27052  
27053 \begin_inset Marginal
27054 status open
27055
27056 \begin_layout Plain Layout
27057 Dies ist eine Randnotiz.
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \begin_layout Standard
27066 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
27067  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
27068  Seiten und rechts auf den ungeraden.
27069  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
27070  wird und umgekehrt.
27071  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
27072  wurde.
27073 \end_layout
27074
27075 \begin_layout Standard
27076 \begin_inset VSpace bigskip
27077 \end_inset
27078
27079 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
27080 \end_layout
27081
27082 \begin_layout Standard
27083
27084 \series bold
27085
27086 \backslash
27087 reversemarginpar
27088 \end_layout
27089
27090 \begin_layout Standard
27091 als TeX-Code vor einer Randnotiz ein.
27092  Das gilt dann für alle folgenden Randnotizen.
27093  
27094 \begin_inset ERT
27095 status collapsed
27096
27097 \begin_layout Plain Layout
27098
27099
27100 \backslash
27101 reversemarginpar 
27102 \end_layout
27103
27104 \end_inset
27105
27106
27107 \begin_inset Marginal
27108 status open
27109
27110 \begin_layout Plain Layout
27111 Hier ist ein Beispiel im inneren Rand.
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \begin_inset Newline newline
27118 \end_inset
27119
27120
27121 \begin_inset Note Greyedout
27122 status open
27123
27124 \begin_layout Plain Layout
27125  
27126 \series bold
27127 Achtung:
27128 \series default
27129  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
27130 \end_layout
27131
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Standard
27138 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
27139 \end_layout
27140
27141 \begin_layout Standard
27142
27143 \series bold
27144
27145 \backslash
27146 normalmarginpar
27147 \end_layout
27148
27149 \begin_layout Standard
27150 als TeX-Code ein.
27151 \begin_inset ERT
27152 status collapsed
27153
27154 \begin_layout Plain Layout
27155
27156
27157 \backslash
27158 normalmarginpar 
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Standard
27167 \begin_inset Note Greyedout
27168 status open
27169
27170 \begin_layout Plain Layout
27171
27172 \series bold
27173 Achtung:
27174 \series default
27175  Der Befehl wird missachtet, wenn er im selben Absatz wie 
27176 \series bold
27177
27178 \backslash
27179 reversemarginpar
27180 \series default
27181  verwendet wird.
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \end_layout
27188
27189 \begin_layout Standard
27190 \begin_inset VSpace bigskip
27191 \end_inset
27192
27193
27194 \begin_inset Marginal
27195 status open
27196
27197 \begin_layout Plain Layout
27198
27199 \family roman
27200 \series medium
27201 EinSehrLangesWort am Anfang, das umgebrochen wird.
27202 \end_layout
27203
27204 \end_inset
27205
27206  Ähnlich wie in Abschnitt
27207 \begin_inset space ~
27208 \end_inset
27209
27210
27211 \begin_inset CommandInset ref
27212 LatexCommand ref
27213 reference "uab:Mehrfache-Zeilen-in"
27214
27215 \end_inset
27216
27217  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
27218  Wort der Randnotiz sind.
27219  Um das zu vermeiden, fügen sie 0
27220 \begin_inset space \thinspace{}
27221 \end_inset
27222
27223 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
27224 \begin_inset Marginal
27225 status open
27226
27227 \begin_layout Plain Layout
27228 \begin_inset space \hspace{}
27229 \length 0pt
27230 \end_inset
27231
27232
27233 \family roman
27234 \series medium
27235 EinSehrLangesWort am Anfang, das umgebrochen wird.
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Standard
27244 \begin_inset VSpace bigskip
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \begin_layout Standard
27251 \begin_inset Note Greyedout
27252 status open
27253
27254 \begin_layout Plain Layout
27255
27256 \series bold
27257 Bemerkung:
27258 \series default
27259  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
27260  verwendet werden.
27261 \end_layout
27262
27263 \end_inset
27264
27265
27266 \end_layout
27267
27268 \begin_layout Standard
27269 \begin_inset VSpace bigskip
27270 \end_inset
27271
27272
27273 \end_layout
27274
27275 \begin_layout Standard
27276 \begin_inset ERT
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280
27281
27282 \backslash
27283 ifmarginnote
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \begin_inset Note Note
27290 status open
27291
27292 \begin_layout Plain Layout
27293 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27294 \series bold
27295 marginnote
27296 \series default
27297  installiert ist.
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \begin_layout Standard
27306 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
27307 \series bold
27308 marginnote
27309 \series default
27310
27311 \begin_inset Index idx
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315 LaTeX-Pakete ! marginnote
27316 \end_layout
27317
27318 \end_inset
27319
27320  verwendet wird.
27321  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
27322  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
27323  des Pakets 
27324 \series bold
27325 marginnote
27326 \series default
27327  für Randnotizen verwendet wird:
27328 \end_layout
27329
27330 \begin_layout Standard
27331
27332 \series bold
27333
27334 \backslash
27335 usepackage{marginnote}
27336 \begin_inset Newline newline
27337 \end_inset
27338
27339
27340 \backslash
27341 let
27342 \backslash
27343 marginpar
27344 \backslash
27345 marginnote
27346 \end_layout
27347
27348 \begin_layout Standard
27349 Dies wird auch in diesem Dokument verwendet, denn 
27350 \series bold
27351 marginnote
27352 \series default
27353  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
27354  für Randnotizen angeben.
27355  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
27356 n zu dicht beieinander sind.
27357  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
27358  Schema
27359 \end_layout
27360
27361 \begin_layout Standard
27362
27363 \series bold
27364 [Versatz]
27365 \end_layout
27366
27367 \begin_layout Standard
27368 angegeben.
27369  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
27370 \begin_inset space ~
27371 \end_inset
27372
27373
27374 \begin_inset CommandInset ref
27375 LatexCommand ref
27376 reference "tab:Maßeinheiten"
27377
27378 \end_inset
27379
27380  aufgelistet sind.
27381  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
27382  nach unten.
27383  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
27384 \begin_inset space \thinspace{}
27385 \end_inset
27386
27387 cm mit dem TeX-Code-Befehl  
27388 \begin_inset Quotes gld
27389 \end_inset
27390
27391
27392 \series bold
27393 [-1.5cm]
27394 \series default
27395
27396 \begin_inset Quotes grd
27397 \end_inset
27398
27399  nach oben versetzt.
27400 \begin_inset Marginal
27401 status open
27402
27403 \begin_layout Plain Layout
27404 Diese Randnotiz ist 1.5
27405 \begin_inset space \thinspace{}
27406 \end_inset
27407
27408 cm von ihrer Originalposition nach oben versetzt.
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \begin_inset ERT
27415 status collapsed
27416
27417 \begin_layout Plain Layout
27418
27419 [-1.5cm]
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Standard
27428 \begin_inset VSpace medskip
27429 \end_inset
27430
27431 Mit 
27432 \series bold
27433 marginnote
27434 \series default
27435  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
27436  Zum Beispiel setzen die Befehle
27437 \end_layout
27438
27439 \begin_layout Standard
27440
27441 \series bold
27442
27443 \backslash
27444 renewcommand*{
27445 \backslash
27446 raggedleftmarginnote}{
27447 \backslash
27448 centering}
27449 \begin_inset Newline newline
27450 \end_inset
27451
27452
27453 \backslash
27454 renewcommand*{
27455 \backslash
27456 raggedrightmarginnote}{
27457 \backslash
27458 centering}
27459 \end_layout
27460
27461 \begin_layout Standard
27462 die Ausrichtung auf zentriert.
27463  
27464 \series bold
27465
27466 \backslash
27467 raggedleftmarginnote
27468 \series default
27469  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
27470  
27471 \begin_inset ERT
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475
27476
27477 \backslash
27478 renewcommand*{
27479 \backslash
27480 raggedleftmarginnote}{
27481 \backslash
27482 centering}
27483 \end_layout
27484
27485 \begin_layout Plain Layout
27486
27487
27488 \backslash
27489 renewcommand*{
27490 \backslash
27491 raggedrightmarginnote}{
27492 \backslash
27493 centering}
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \begin_inset Marginal
27500 status open
27501
27502 \begin_layout Plain Layout
27503 Der Text dieser Randnotiz ist zentriert ausgerichtet.
27504 \end_layout
27505
27506 \end_inset
27507
27508  Die Voreinstellung ist
27509 \end_layout
27510
27511 \begin_layout Standard
27512
27513 \series bold
27514
27515 \backslash
27516 renewcommand*{
27517 \backslash
27518 raggedleftmarginnote}{
27519 \backslash
27520 raggedleft}
27521 \begin_inset Newline newline
27522 \end_inset
27523
27524
27525 \backslash
27526 renewcommand*{
27527 \backslash
27528 raggedrightmarginnote}{
27529 \backslash
27530 raggedright}
27531 \series default
27532
27533 \begin_inset ERT
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537
27538
27539 \backslash
27540 renewcommand*{
27541 \backslash
27542 raggedleftmarginnote}{
27543 \backslash
27544 raggedleft}
27545 \end_layout
27546
27547 \begin_layout Plain Layout
27548
27549
27550 \backslash
27551 renewcommand*{
27552 \backslash
27553 raggedrightmarginnote}{
27554 \backslash
27555 raggedright}
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Standard
27564 \begin_inset VSpace medskip
27565 \end_inset
27566
27567 Für weitere Fähigkeiten des Pakets 
27568 \series bold
27569 marginnote
27570 \series default
27571  sei auf dessen Dokumentation verwiesen 
27572 \begin_inset CommandInset citation
27573 LatexCommand cite
27574 key "marginnote"
27575
27576 \end_inset
27577
27578 .
27579 \end_layout
27580
27581 \begin_layout Standard
27582 \begin_inset VSpace bigskip
27583 \end_inset
27584
27585 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
27586  geändert werden.
27587  Um z.
27588 \begin_inset space \thinspace{}
27589 \end_inset
27590
27591 B.
27592  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
27593  und fettgedruckten Text 
27594 \begin_inset Quotes eld
27595 \end_inset
27596
27597
27598 \family sans
27599 \series bold
27600 \bar under
27601 Achtung!
27602 \family default
27603 \series default
27604 \bar default
27605
27606 \begin_inset Quotes erd
27607 \end_inset
27608
27609  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27610 \end_layout
27611
27612 \begin_layout Standard
27613
27614 \series bold
27615
27616 \backslash
27617 let
27618 \backslash
27619 myMarginpar
27620 \backslash
27621 marginpar
27622 \begin_inset Newline newline
27623 \end_inset
27624
27625
27626 \backslash
27627 renewcommand{
27628 \backslash
27629 marginpar}[1]{
27630 \backslash
27631 myMarginpar{%
27632 \begin_inset Newline newline
27633 \end_inset
27634
27635
27636 \begin_inset Phantom HPhantom
27637 status open
27638
27639 \begin_layout Plain Layout
27640
27641 \series bold
27642 \begin_inset space ~
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \backslash
27652 hspace{0pt}
27653 \backslash
27654 textsf{
27655 \backslash
27656 textbf{
27657 \backslash
27658 underbar{Achtung!}}}%
27659 \begin_inset Newline newline
27660 \end_inset
27661
27662
27663 \begin_inset Phantom HPhantom
27664 status open
27665
27666 \begin_layout Plain Layout
27667
27668 \series bold
27669 \begin_inset space ~
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \end_inset
27676
27677
27678 \backslash
27679 vspace{1.5mm}
27680 \backslash
27681
27682 \backslash
27683 #1}}
27684 \end_layout
27685
27686 \begin_layout Standard
27687 \begin_inset ERT
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691
27692
27693 \backslash
27694 let
27695 \backslash
27696 myMarginpar
27697 \backslash
27698 marginpar
27699 \end_layout
27700
27701 \begin_layout Plain Layout
27702
27703
27704 \backslash
27705 renewcommand{
27706 \backslash
27707 marginpar}[1]{
27708 \backslash
27709 myMarginpar{%
27710 \end_layout
27711
27712 \begin_layout Plain Layout
27713
27714    
27715 \backslash
27716 textsf{
27717 \backslash
27718 textbf{
27719 \backslash
27720 underbar{Achtung!}}}%
27721 \end_layout
27722
27723 \begin_layout Plain Layout
27724
27725    
27726 \backslash
27727 vspace{1.5mm}
27728 \backslash
27729
27730 \backslash
27731 #1}}
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \begin_inset Marginal
27738 status open
27739
27740 \begin_layout Plain Layout
27741 Dies ist eine Randnotiz mit einer definierten Überschrift.
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \begin_inset ERT
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751
27752 [-1.5cm]
27753 \end_layout
27754
27755 \end_inset
27756
27757
27758 \begin_inset ERT
27759 status collapsed
27760
27761 \begin_layout Plain Layout
27762
27763
27764 \backslash
27765 renewcommand{
27766 \backslash
27767 marginpar}[1]{
27768 \backslash
27769 myMarginpar{#1}}
27770 \end_layout
27771
27772 \end_inset
27773
27774
27775 \begin_inset Note Note
27776 status open
27777
27778 \begin_layout Plain Layout
27779 Das Format wurde nur für dieses Beispiel geändert.
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Standard
27788 \begin_inset ERT
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792
27793
27794 \backslash
27795 else
27796 \end_layout
27797
27798 \end_inset
27799
27800
27801 \begin_inset Note Note
27802 status open
27803
27804 \begin_layout Plain Layout
27805 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27806 \series bold
27807 marginnote
27808 \series default
27809  nicht installiert ist:
27810 \end_layout
27811
27812 \end_inset
27813
27814
27815 \end_layout
27816
27817 \begin_layout Standard
27818 Das LaTeX-Paket 
27819 \series bold
27820 marginnote
27821 \series default
27822  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27823 \end_layout
27824
27825 \begin_layout Standard
27826 \begin_inset ERT
27827 status collapsed
27828
27829 \begin_layout Plain Layout
27830
27831
27832 \backslash
27833 fi
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \begin_layout Chapter
27842 Boxen
27843 \end_layout
27844
27845 \begin_layout Section
27846 Einleitung
27847 \begin_inset Index idx
27848 status collapsed
27849
27850 \begin_layout Plain Layout
27851 Boxen ! Einleitung
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \begin_layout Standard
27860 Boxen werden benutzt, um einen Textblock zu formatieren.
27861  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27862  siehe Abschnitt
27863 \begin_inset space ~
27864 \end_inset
27865
27866
27867 \begin_inset CommandInset ref
27868 LatexCommand ref
27869 reference "abs:Minipage"
27870
27871 \end_inset
27872
27873 , um Text zu umrahmen, siehe Abschnitt
27874 \begin_inset space ~
27875 \end_inset
27876
27877
27878 \begin_inset CommandInset ref
27879 LatexCommand ref
27880 reference "uab:Verzierung"
27881
27882 \end_inset
27883
27884 , um Silbentrennung zu verhindern, siehe Abschnitt
27885 \begin_inset space ~
27886 \end_inset
27887
27888
27889 \begin_inset CommandInset ref
27890 LatexCommand ref
27891 reference "abs:Silbentrennung-unterbinden"
27892
27893 \end_inset
27894
27895 , um Text senkrecht auszurichten, siehe Abschnitt
27896 \begin_inset space ~
27897 \end_inset
27898
27899
27900 \begin_inset CommandInset ref
27901 LatexCommand ref
27902 reference "uab:Vertikale-Ausrichtung"
27903
27904 \end_inset
27905
27906  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27907 \begin_inset space ~
27908 \end_inset
27909
27910
27911 \begin_inset CommandInset ref
27912 LatexCommand ref
27913 reference "abs:Farbige-Boxen"
27914
27915 \end_inset
27916
27917 .
27918 \end_layout
27919
27920 \begin_layout Standard
27921 Boxen werden mit 
27922 \family sans
27923 Einfügen\SpecialChar \menuseparator
27924 Box
27925 \family default
27926  oder dem Schalter 
27927 \family sans
27928
27929 \begin_inset Info
27930 type  "icon"
27931 arg   "box-insert Frameless"
27932 \end_inset
27933
27934
27935 \family default
27936  eingefügt.
27937  Ein graues Kästchen mit der Aufschrift 
27938 \begin_inset Quotes gld
27939 \end_inset
27940
27941 Box (Minipage)
27942 \begin_inset Quotes grd
27943 \end_inset
27944
27945  erscheint: 
27946 \begin_inset Graphics
27947         filename clipart/StandardBoxQt4.png
27948         scale 85
27949         scaleBeforeRotation
27950
27951 \end_inset
27952
27953  Mit einem Rechts\SpecialChar \-
27954 klick auf das graue Kästchen und der Auswahl von 
27955 \family sans
27956 Einstellungen
27957 \family default
27958  kann der Typ spezifiziert werden.
27959  Das Dialogfenster bietet bei 
27960 \family sans
27961 Innere
27962 \begin_inset space ~
27963 \end_inset
27964
27965 Box
27966 \family default
27967  die Typen 
27968 \family sans
27969 Makebox
27970 \family default
27971
27972 \family sans
27973 Parbox
27974 \family default
27975  und 
27976 \family sans
27977 Minipage
27978 \family default
27979  an.
27980  
27981 \family sans
27982 Minipage
27983 \family default
27984  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27985 \begin_inset space ~
27986 \end_inset
27987
27988
27989 \begin_inset CommandInset ref
27990 LatexCommand ref
27991 reference "abs:Minipage"
27992
27993 \end_inset
27994
27995  beschrieben, 
27996 \family sans
27997 Parbox
27998 \family default
27999  in Abschnitt
28000 \begin_inset space ~
28001 \end_inset
28002
28003
28004 \begin_inset CommandInset ref
28005 LatexCommand ref
28006 reference "abs:Parbox"
28007
28008 \end_inset
28009
28010  und 
28011 \family sans
28012 Makebox
28013 \family default
28014  in 
28015 \begin_inset CommandInset ref
28016 LatexCommand ref
28017 reference "abs:Silbentrennung-unterbinden"
28018
28019 \end_inset
28020
28021 .
28022 \end_layout
28023
28024 \begin_layout Standard
28025 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
28026  wie auf Gleitobjekte und Fußnoten.
28027 \end_layout
28028
28029 \begin_layout Standard
28030 \begin_inset Note Greyedout
28031 status open
28032
28033 \begin_layout Plain Layout
28034
28035 \series bold
28036 Bemerkung
28037 \begin_inset space ~
28038 \end_inset
28039
28040 1:
28041 \series default
28042  Boxen dürfen in 
28043 \family sans
28044 List-
28045 \family default
28046  oder 
28047 \family sans
28048 Beschreibung-
28049 \family default
28050 Umgebungen nicht verwendet werden.
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 \begin_inset Note Greyedout
28060 status open
28061
28062 \begin_layout Plain Layout
28063
28064 \series bold
28065 Bemerkung
28066 \begin_inset space ~
28067 \end_inset
28068
28069 2:
28070 \series default
28071  Boxen ohne 
28072 \family sans
28073 Innere
28074 \begin_inset space ~
28075 \end_inset
28076
28077 Box
28078 \family default
28079  und ohne Rahmen werden in Abschnitt
28080 \begin_inset space ~
28081 \end_inset
28082
28083
28084 \begin_inset CommandInset ref
28085 LatexCommand ref
28086 reference "abs:Silbentrennung-unterbinden"
28087
28088 \end_inset
28089
28090  beschrieben.
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \begin_layout Section
28099 Das Box-Einstellungen-Fenster
28100 \begin_inset CommandInset label
28101 LatexCommand label
28102 name "abs:Box-Dialog"
28103
28104 \end_inset
28105
28106
28107 \begin_inset Index idx
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111 Boxen ! Box-Dialog-Fenster
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Subsection
28120 Box-Größe
28121 \begin_inset Index idx
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Boxen ! Größe
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Standard
28134 Im 
28135 \family sans
28136 Box-Einstellungen
28137 \family default
28138 -Fenster können Sie die Größe der Box mit 
28139 \family sans
28140 Breite
28141 \family default
28142  und 
28143 \family sans
28144 Höhe 
28145 \family default
28146 festlegen.
28147  Die verfügbaren Einheiten werden in Tabelle
28148 \begin_inset space ~
28149 \end_inset
28150
28151
28152 \begin_inset CommandInset ref
28153 LatexCommand ref
28154 reference "tab:Maßeinheiten"
28155
28156 \end_inset
28157
28158  aufgelistet.
28159  Das Feld
28160 \family sans
28161  Höhe
28162 \family default
28163  bietet die folgenden zusätzlichen Größen:
28164 \end_layout
28165
28166 \begin_layout Description
28167 Tiefe Dies ist die reine Text-
28168 \begin_inset Quotes gld
28169 \end_inset
28170
28171 Höhe
28172 \begin_inset Quotes grd
28173 \end_inset
28174
28175 .
28176  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
28177 \begin_inset Newline newline
28178 \end_inset
28179
28180
28181 \begin_inset Newline newline
28182 \end_inset
28183
28184
28185 \begin_inset Newline newline
28186 \end_inset
28187
28188
28189 \begin_inset Box Boxed
28190 position "c"
28191 hor_pos "c"
28192 has_inner_box 1
28193 inner_pos "c"
28194 use_parbox 0
28195 use_makebox 0
28196 width "12col%"
28197 special "none"
28198 height "1in"
28199 height_special "depth"
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 \align center
28204 Box-Höhe = 1
28205 \begin_inset space \thinspace{}
28206 \end_inset
28207
28208 Tiefe
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \begin_inset Newline newline
28215 \end_inset
28216
28217
28218 \begin_inset Newline newline
28219 \end_inset
28220
28221
28222 \end_layout
28223
28224 \begin_layout Description
28225 Höhe Dies ist die Texthöhe innerhalb der Box.
28226  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
28227  Texthöhe setzen: 
28228 \begin_inset Box Boxed
28229 position "c"
28230 hor_pos "c"
28231 has_inner_box 1
28232 inner_pos "c"
28233 use_parbox 0
28234 use_makebox 0
28235 width "20col%"
28236 special "none"
28237 height "2in"
28238 height_special "height"
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242 \align center
28243 Boxhöhe = 2
28244 \begin_inset space \thinspace{}
28245 \end_inset
28246
28247 Höhe
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Description
28256 Gesamthöhe Dies ist Höhe
28257 \begin_inset space \thinspace{}
28258 \end_inset
28259
28260 +
28261 \begin_inset space \thinspace{}
28262 \end_inset
28263
28264 Tiefe: 
28265 \begin_inset Box Boxed
28266 position "c"
28267 hor_pos "c"
28268 has_inner_box 1
28269 inner_pos "c"
28270 use_parbox 0
28271 use_makebox 0
28272 width "20col%"
28273 special "none"
28274 height "1in"
28275 height_special "totalheight"
28276 status collapsed
28277
28278 \begin_layout Plain Layout
28279 \align center
28280 Boxhöhe = 1
28281 \begin_inset space \thinspace{}
28282 \end_inset
28283
28284 Gesamthöhe
28285 \end_layout
28286
28287 \end_inset
28288
28289
28290 \end_layout
28291
28292 \begin_layout Description
28293 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
28294 \begin_inset Box Boxed
28295 position "c"
28296 hor_pos "c"
28297 has_inner_box 1
28298 inner_pos "c"
28299 use_parbox 0
28300 use_makebox 0
28301 width "12col%"
28302 special "none"
28303 height "1in"
28304 height_special "width"
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308 \align center
28309 Boxhöhe = 1
28310 \begin_inset space \thinspace{}
28311 \end_inset
28312
28313 Breite
28314 \end_layout
28315
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \begin_layout Subsection
28322 Ausrichtung
28323 \begin_inset Index idx
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327 Boxen ! Ausrichtung
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Standard
28336 Wenn Sie eine 
28337 \family sans
28338 Innere
28339 \begin_inset space ~
28340 \end_inset
28341
28342 Box
28343 \family default
28344  gewählt haben, kann die Box mit folgenden Werten für 
28345 \family sans
28346 Box
28347 \family default
28348  senkrecht ausgerichtet werden:
28349 \end_layout
28350
28351 \begin_layout Description
28352 Oben Dies ist ein Beispieltext.
28353  
28354 \begin_inset Box Boxed
28355 position "t"
28356 hor_pos "c"
28357 has_inner_box 1
28358 inner_pos "c"
28359 use_parbox 0
28360 use_makebox 0
28361 width "20col%"
28362 special "none"
28363 height "1in"
28364 height_special "totalheight"
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368 \align center
28369 Die Ober\SpecialChar \-
28370 kante der Box ist in der Zeile.
28371 \end_layout
28372
28373 \end_inset
28374
28375  Dies ist ein Beispieltext.
28376 \end_layout
28377
28378 \begin_layout Description
28379 Mitte Dies ist ein Beispieltext.
28380  
28381 \begin_inset Box Boxed
28382 position "c"
28383 hor_pos "c"
28384 has_inner_box 1
28385 inner_pos "c"
28386 use_parbox 0
28387 use_makebox 0
28388 width "20col%"
28389 special "none"
28390 height "1in"
28391 height_special "totalheight"
28392 status collapsed
28393
28394 \begin_layout Plain Layout
28395 \align center
28396 Die Mitte der Box ist in der Zeile.
28397 \end_layout
28398
28399 \end_inset
28400
28401  Dies ist ein Beispieltext.
28402 \end_layout
28403
28404 \begin_layout Description
28405 Unten Dies ist ein Beispieltext.
28406  
28407 \begin_inset Box Boxed
28408 position "b"
28409 hor_pos "c"
28410 has_inner_box 1
28411 inner_pos "c"
28412 use_parbox 0
28413 use_makebox 0
28414 width "20col%"
28415 special "none"
28416 height "1in"
28417 height_special "totalheight"
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421 \align center
28422 Die Unter\SpecialChar \-
28423 kante der Box ist in der Zeile.
28424 \end_layout
28425
28426 \end_inset
28427
28428  Dies ist ein Beispieltext.
28429 \end_layout
28430
28431 \begin_layout Standard
28432 \begin_inset Note Greyedout
28433 status open
28434
28435 \begin_layout Plain Layout
28436
28437 \series bold
28438 Bemerkung:
28439 \series default
28440  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
28441  Boxen in einer Zeile sind und eine Box z.
28442 \begin_inset space \thinspace{}
28443 \end_inset
28444
28445 B.
28446  schattiert ist, die andere aber nicht.
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Standard
28455 Eine Box kann mit dem Dialog 
28456 \family sans
28457 Absatz-Einstellungen
28458 \family default
28459  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
28460 \end_layout
28461
28462 \begin_layout Standard
28463 \begin_inset VSpace bigskip
28464 \end_inset
28465
28466 Wenn Sie eine 
28467 \family sans
28468 Innere
28469 \begin_inset space ~
28470 \end_inset
28471
28472 Box
28473 \family default
28474  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
28475 \family sans
28476 Inhalt
28477 \family default
28478  senkrecht ausgerichtet werden:
28479 \end_layout
28480
28481 \begin_layout Description
28482 Oben Dies ist ein Beispieltext.
28483  
28484 \begin_inset Box Boxed
28485 position "c"
28486 hor_pos "c"
28487 has_inner_box 1
28488 inner_pos "t"
28489 use_parbox 0
28490 use_makebox 0
28491 width "20col%"
28492 special "none"
28493 height "1.5in"
28494 height_special "totalheight"
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498 \align center
28499 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
28500 \end_layout
28501
28502 \end_inset
28503
28504  Dies ist ein Beispieltext.
28505 \end_layout
28506
28507 \begin_layout Description
28508 Mitte Dies ist ein Beispieltext.
28509  
28510 \begin_inset Box Boxed
28511 position "c"
28512 hor_pos "c"
28513 has_inner_box 1
28514 inner_pos "c"
28515 use_parbox 0
28516 use_makebox 0
28517 width "20col%"
28518 special "none"
28519 height "1.5in"
28520 height_special "totalheight"
28521 status collapsed
28522
28523 \begin_layout Plain Layout
28524 \align center
28525 Der Boxinhalt ist zentriert ausgerichtet.
28526 \end_layout
28527
28528 \end_inset
28529
28530  Dies ist ein Beispieltext.
28531 \end_layout
28532
28533 \begin_layout Description
28534 Unten Dies ist ein Beispieltext.
28535  
28536 \begin_inset Box Boxed
28537 position "c"
28538 hor_pos "c"
28539 has_inner_box 1
28540 inner_pos "b"
28541 use_parbox 0
28542 use_makebox 0
28543 width "20col%"
28544 special "none"
28545 height "1.5in"
28546 height_special "totalheight"
28547 status collapsed
28548
28549 \begin_layout Plain Layout
28550 \align center
28551 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
28552 \end_layout
28553
28554 \end_inset
28555
28556  Dies ist ein Beispieltext.
28557 \end_layout
28558
28559 \begin_layout Description
28560 Dehnen Dies ist ein Beispieltext.
28561  
28562 \begin_inset Box Boxed
28563 position "c"
28564 hor_pos "c"
28565 has_inner_box 1
28566 inner_pos "s"
28567 use_parbox 0
28568 use_makebox 0
28569 width "20col%"
28570 special "none"
28571 height "1in"
28572 height_special "totalheight"
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576 \align center
28577 Der Boxinhalt
28578 \end_layout
28579
28580 \begin_layout Plain Layout
28581 \align center
28582 ist über die
28583 \end_layout
28584
28585 \begin_layout Plain Layout
28586 \align center
28587 Boxhöhe
28588 \end_layout
28589
28590 \begin_layout Plain Layout
28591 \align center
28592 gleichmäßig verteilt.
28593 \end_layout
28594
28595 \end_inset
28596
28597  Dies ist ein Beispieltext.
28598 \end_layout
28599
28600 \begin_layout Standard
28601 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28602  besteht.
28603  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28604 \end_layout
28605
28606 \begin_layout Standard
28607 Ein Boxinhalt kann mit dem Dialog 
28608 \family sans
28609 Absatz-Einstellungen
28610 \family default
28611  waagerecht ausgerichtet werden, wenn Sie eine
28612 \family sans
28613  Innere
28614 \begin_inset space ~
28615 \end_inset
28616
28617 Box
28618 \family default
28619  gewählt haben.
28620 \end_layout
28621
28622 \begin_layout Standard
28623 \align center
28624 \begin_inset Box Boxed
28625 position "c"
28626 hor_pos "c"
28627 has_inner_box 1
28628 inner_pos "s"
28629 use_parbox 0
28630 use_makebox 0
28631 width "30col%"
28632 special "none"
28633 height "1.25in"
28634 height_special "totalheight"
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638 \align left
28639 Hier ist jede Zeile
28640 \end_layout
28641
28642 \begin_layout Plain Layout
28643 \align center
28644 anders
28645 \end_layout
28646
28647 \begin_layout Plain Layout
28648 \align right
28649 ausgerichtet.
28650 \end_layout
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \begin_layout Standard
28658 Wenn Sie keine
28659 \family sans
28660  Innere
28661 \begin_inset space ~
28662 \end_inset
28663
28664 Box
28665 \family default
28666  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28667 \family sans
28668 Box-Einstellungen-
28669 \family default
28670 Dialog ausrichten
28671 \end_layout
28672
28673 \begin_layout Standard
28674 \align center
28675 \begin_inset Box Boxed
28676 position "c"
28677 hor_pos "s"
28678 has_inner_box 0
28679 inner_pos "s"
28680 use_parbox 0
28681 use_makebox 0
28682 width "90col%"
28683 special "none"
28684 height "1.25in"
28685 height_special "totalheight"
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 Dieser Boxinhalt wurde horizontal gedehnt.
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Subsection
28698 Verzierung
28699 \begin_inset CommandInset label
28700 LatexCommand label
28701 name "uab:Verzierung"
28702
28703 \end_inset
28704
28705
28706 \begin_inset Index idx
28707 status collapsed
28708
28709 \begin_layout Plain Layout
28710 Boxen ! Verzierung
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \end_layout
28717
28718 \begin_layout Standard
28719 Im 
28720 \family sans
28721 Box-Einstellungen-
28722 \family default
28723 Dialog können Sie mit der 
28724 \family sans
28725 Verzierung
28726 \family default
28727  den Typ der Box auswählen:
28728 \end_layout
28729
28730 \begin_layout Description
28731 Kein
28732 \begin_inset space ~
28733 \end_inset
28734
28735 Rahmen Nichts wird gezeichnet.
28736 \end_layout
28737
28738 \begin_layout Description
28739 Einfacher
28740 \begin_inset space ~
28741 \end_inset
28742
28743 rechteckiger
28744 \begin_inset space ~
28745 \end_inset
28746
28747 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28748  Die Rahmendicke wird durch 
28749 \series bold
28750
28751 \backslash
28752 fboxrule
28753 \series default
28754  festgelegt.
28755  
28756 \begin_inset Box Boxed
28757 position "c"
28758 hor_pos "c"
28759 has_inner_box 1
28760 inner_pos "c"
28761 use_parbox 0
28762 use_makebox 0
28763 width "21col%"
28764 special "none"
28765 height "1in"
28766 height_special "totalheight"
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770
28771 \series medium
28772 Rechteckige
28773 \begin_inset space ~
28774 \end_inset
28775
28776 Box
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \end_layout
28783
28784 \begin_layout Description
28785 erlaube
28786 \begin_inset space ~
28787 \end_inset
28788
28789 Seitenumbrüche 
28790 \end_layout
28791
28792 \begin_layout Description
28793 Ovaler
28794 \begin_inset space ~
28795 \end_inset
28796
28797 Rahmen,
28798 \begin_inset space ~
28799 \end_inset
28800
28801 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28802  Die Rahmendicke ist 0.4
28803 \begin_inset space \thinspace{}
28804 \end_inset
28805
28806 pt.
28807  
28808 \begin_inset Box ovalbox
28809 position "c"
28810 hor_pos "c"
28811 has_inner_box 1
28812 inner_pos "c"
28813 use_parbox 0
28814 use_makebox 0
28815 width "20col%"
28816 special "none"
28817 height "1in"
28818 height_special "totalheight"
28819 status collapsed
28820
28821 \begin_layout Plain Layout
28822 Ovale
28823 \begin_inset space ~
28824 \end_inset
28825
28826 Box,
28827 \begin_inset space ~
28828 \end_inset
28829
28830 dünn
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Description
28839 Ovaler
28840 \begin_inset space ~
28841 \end_inset
28842
28843 Rahmen,
28844 \begin_inset space ~
28845 \end_inset
28846
28847 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28848  Die Rahmendicke ist 0.8
28849 \begin_inset space \thinspace{}
28850 \end_inset
28851
28852 pt.
28853  
28854 \begin_inset Box Ovalbox
28855 position "c"
28856 hor_pos "c"
28857 has_inner_box 1
28858 inner_pos "c"
28859 use_parbox 0
28860 use_makebox 0
28861 width "20col%"
28862 special "none"
28863 height "1in"
28864 height_special "totalheight"
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868 Ovale
28869 \begin_inset space ~
28870 \end_inset
28871
28872 Box,
28873 \begin_inset space ~
28874 \end_inset
28875
28876 dick
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \begin_layout Description
28885 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28886  Die Rahmendicke wird durch 
28887 \series bold
28888
28889 \backslash
28890 fboxrule
28891 \series default
28892  festgelegt, der Schatten ist 4
28893 \begin_inset space \thinspace{}
28894 \end_inset
28895
28896 pt breit.
28897 \begin_inset Newline newline
28898 \end_inset
28899
28900
28901 \begin_inset Box Shadowbox
28902 position "c"
28903 hor_pos "c"
28904 has_inner_box 1
28905 inner_pos "c"
28906 use_parbox 0
28907 use_makebox 0
28908 width "20col%"
28909 special "none"
28910 height "1in"
28911 height_special "totalheight"
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 Schattierte
28916 \begin_inset space ~
28917 \end_inset
28918
28919 Box
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \end_layout
28926
28927 \begin_layout Description
28928 Schattierter
28929 \begin_inset space ~
28930 \end_inset
28931
28932 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28933  Im Gegensatz zu farbigen Boxen
28934 \begin_inset Foot
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 siehe Abschnitt
28939 \begin_inset space ~
28940 \end_inset
28941
28942
28943 \begin_inset CommandInset ref
28944 LatexCommand ref
28945 reference "abs:Farbige-Boxen"
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \end_inset
28953
28954  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28955  die Box ist ein Absatz für sich.
28956  
28957 \begin_inset Box Shaded
28958 position "t"
28959 hor_pos "c"
28960 has_inner_box 0
28961 inner_pos "t"
28962 use_parbox 0
28963 use_makebox 0
28964 width "50col%"
28965 special "none"
28966 height "1in"
28967 height_special "totalheight"
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971 Schattierter Hintergrund Box
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Description
28980 Doppelter
28981 \begin_inset space ~
28982 \end_inset
28983
28984 rechteckiger
28985 \begin_inset space ~
28986 \end_inset
28987
28988 Rahmen zeichnet einen doppelten Rahmen um die Box.
28989  Der innere Rahmen ist 0.75
28990 \begin_inset space \thinspace{}
28991 \end_inset
28992
28993
28994 \series bold
28995
28996 \backslash
28997 fboxrule
28998 \series default
28999  breit, der äußere 1.5
29000 \begin_inset space \thinspace{}
29001 \end_inset
29002
29003
29004 \series bold
29005
29006 \backslash
29007 fboxrule
29008 \series default
29009 , der Zwischenraum 1.5
29010 \begin_inset space \thinspace{}
29011 \end_inset
29012
29013
29014 \series bold
29015
29016 \backslash
29017 fboxrule
29018 \series default
29019
29020 \begin_inset space \thinspace{}
29021 \end_inset
29022
29023 +
29024 \begin_inset space \thinspace{}
29025 \end_inset
29026
29027 0.5
29028 \begin_inset space \thinspace{}
29029 \end_inset
29030
29031 pt.
29032  
29033 \begin_inset Box Doublebox
29034 position "c"
29035 hor_pos "c"
29036 has_inner_box 1
29037 inner_pos "c"
29038 use_parbox 0
29039 use_makebox 0
29040 width "20col%"
29041 special "none"
29042 height "1in"
29043 height_special "totalheight"
29044 status collapsed
29045
29046 \begin_layout Plain Layout
29047 Doppelt
29048 \begin_inset space ~
29049 \end_inset
29050
29051 gerahmte
29052 \begin_inset space ~
29053 \end_inset
29054
29055 Box
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \begin_layout Standard
29064 \begin_inset VSpace bigskip
29065 \end_inset
29066
29067 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
29068  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
29069 \series bold
29070 fancybox
29071 \series default
29072
29073 \begin_inset Index idx
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077 LaTeX-Pakete ! fancybox
29078 \end_layout
29079
29080 \end_inset
29081
29082  installiert sein.
29083 \end_layout
29084
29085 \begin_layout Standard
29086 \begin_inset VSpace bigskip
29087 \end_inset
29088
29089 Wenn Sie die Verzierung 
29090 \family sans
29091 Einfacher rechteckiger Rahmen
29092 \family default
29093  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
29094  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
29095  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
29096  für sich ist und 
29097 \series bold
29098
29099 \backslash
29100 fboxrule
29101 \series default
29102  und 
29103 \series bold
29104
29105 \backslash
29106 fboxsep
29107 \series default
29108  keinen Einfluss auf diesen Box Typ haben.
29109  Die Rahmendicke wird durch 
29110 \series bold
29111
29112 \backslash
29113 FrameRule
29114 \series default
29115  festgelegt.
29116  
29117 \begin_inset Box Framed
29118 position "t"
29119 hor_pos "c"
29120 has_inner_box 0
29121 inner_pos "t"
29122 use_parbox 0
29123 use_makebox 0
29124 width "100col%"
29125 special "none"
29126 height "1in"
29127 height_special "totalheight"
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 Box erlaubt Seitenumbruch
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Section
29140 Box-Anpassung
29141 \begin_inset Index idx
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145 Boxen ! Anpassung
29146 \end_layout
29147
29148 \end_inset
29149
29150
29151 \end_layout
29152
29153 \begin_layout Standard
29154 Der Standardwert für 
29155 \series bold
29156
29157 \backslash
29158 fboxrule
29159 \series default
29160  ist 0.4
29161 \begin_inset space \thinspace{}
29162 \end_inset
29163
29164 pt.
29165  Mit dem folgenden TeX-Code-Befehl kann er auf 2
29166 \begin_inset space \thinspace{}
29167 \end_inset
29168
29169 pt gesetzt werden:
29170 \end_layout
29171
29172 \begin_layout Standard
29173
29174 \series bold
29175
29176 \backslash
29177 setlength{
29178 \backslash
29179 fboxrule}{2pt}
29180 \end_layout
29181
29182 \begin_layout Standard
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187
29188
29189 \backslash
29190 setlength{
29191 \backslash
29192 fboxrule}{2pt}
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \begin_inset Box Boxed
29199 position "c"
29200 hor_pos "c"
29201 has_inner_box 1
29202 inner_pos "c"
29203 use_parbox 0
29204 use_makebox 0
29205 width "30col%"
29206 special "none"
29207 height "1in"
29208 height_special "totalheight"
29209 status open
29210
29211 \begin_layout Plain Layout
29212 \align center
29213 Rechteckige Box mit einer Rahmenbreite von 2
29214 \begin_inset space \thinspace{}
29215 \end_inset
29216
29217 pt
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \begin_inset ERT
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227
29228
29229 \backslash
29230 setlength{
29231 \backslash
29232 fboxrule}{0.4pt}
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \begin_inset VSpace bigskip
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \begin_layout Standard
29245 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
29246 \begin_inset space \thinspace{}
29247 \end_inset
29248
29249 pt.
29250  Sie können das ändern, indem Sie den Wert von 
29251 \series bold
29252
29253 \backslash
29254 fboxsep
29255 \series default
29256  mit einem TeX-Code-Befehl ändern:
29257 \end_layout
29258
29259 \begin_layout Standard
29260
29261 \series bold
29262
29263 \backslash
29264 setlength{
29265 \backslash
29266 fboxsep}{10pt}
29267 \end_layout
29268
29269 \begin_layout Standard
29270 setzt den Wert auf 10
29271 \begin_inset space \thinspace{}
29272 \end_inset
29273
29274 pt, wie in der folgenden Box:
29275 \end_layout
29276
29277 \begin_layout Standard
29278 \begin_inset ERT
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282
29283
29284 \backslash
29285 setlength{
29286 \backslash
29287 fboxsep}{10pt}
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \begin_inset Box Boxed
29294 position "c"
29295 hor_pos "c"
29296 has_inner_box 1
29297 inner_pos "c"
29298 use_parbox 0
29299 use_makebox 0
29300 width "25col%"
29301 special "none"
29302 height "1in"
29303 height_special "totalheight"
29304 status open
29305
29306 \begin_layout Plain Layout
29307 \align center
29308 Rechteckige Box mit 
29309 \series bold
29310
29311 \backslash
29312 fboxsep
29313 \series default
29314
29315 \begin_inset space \thinspace{}
29316 \end_inset
29317
29318 =
29319 \begin_inset space \thinspace{}
29320 \end_inset
29321
29322 10
29323 \begin_inset space \thinspace{}
29324 \end_inset
29325
29326 pt
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \begin_inset ERT
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336
29337
29338 \backslash
29339 setlength{
29340 \backslash
29341 fboxsep}{3pt}
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \begin_layout Standard
29350 \noindent
29351 \begin_inset VSpace bigskip
29352 \end_inset
29353
29354 Der Durchmesser der abgerundeten Ecken kann mit 
29355 \series bold
29356
29357 \backslash
29358 cornersize
29359 \series default
29360  gesetzt werden.
29361  Der TeX-Code-Befehl
29362 \end_layout
29363
29364 \begin_layout Standard
29365
29366 \series bold
29367
29368 \backslash
29369 cornersize*{1cm}
29370 \end_layout
29371
29372 \begin_layout Standard
29373 setzt den Durchmesser auf 1
29374 \begin_inset space \thinspace{}
29375 \end_inset
29376
29377 cm.
29378  Der TeX-Code-Befehl
29379 \end_layout
29380
29381 \begin_layout Standard
29382
29383 \series bold
29384
29385 \backslash
29386 cornersize{num}
29387 \end_layout
29388
29389 \begin_layout Standard
29390 setzt den Durchmesser auf 
29391 \family sans
29392 num
29393 \begin_inset space \thinspace{}
29394 \end_inset
29395
29396 ×
29397 \begin_inset space \thinspace{}
29398 \end_inset
29399
29400 Minimum(Breite der Box, Höhe der Box)
29401 \family default
29402 .
29403  Der Standardwert ist 
29404 \series bold
29405
29406 \backslash
29407 cornersize{0.5}
29408 \series default
29409 .
29410 \end_layout
29411
29412 \begin_layout Standard
29413 \begin_inset ERT
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417
29418
29419 \backslash
29420 cornersize*{1.5cm}
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \begin_inset Box Ovalbox
29427 position "c"
29428 hor_pos "c"
29429 has_inner_box 1
29430 inner_pos "c"
29431 use_parbox 0
29432 use_makebox 0
29433 width "30col%"
29434 special "none"
29435 height "1in"
29436 height_special "totalheight"
29437 status open
29438
29439 \begin_layout Plain Layout
29440 \align center
29441 Ovale Box, dicker Rand, mit 
29442 \series bold
29443
29444 \backslash
29445 cornersize
29446 \series default
29447
29448 \begin_inset space \thinspace{}
29449 \end_inset
29450
29451 =
29452 \begin_inset space \thinspace{}
29453 \end_inset
29454
29455 1.5
29456 \begin_inset space \thinspace{}
29457 \end_inset
29458
29459 cm
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \begin_inset ERT
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469
29470
29471 \backslash
29472 cornersize{0.5}
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Standard
29481 \begin_inset VSpace bigskip
29482 \end_inset
29483
29484 Die Breite des Schattens wird mit 
29485 \series bold
29486
29487 \backslash
29488 shadowsize
29489 \series default
29490  festgelegt.
29491  Mit dem TeX-Code-Befehl
29492 \end_layout
29493
29494 \begin_layout Standard
29495
29496 \series bold
29497
29498 \backslash
29499 setlength{
29500 \backslash
29501 shadowsize}{2pt}
29502 \end_layout
29503
29504 \begin_layout Standard
29505 wird er für die folgende Box auf 2
29506 \begin_inset space \thinspace{}
29507 \end_inset
29508
29509 pt festgelegt.
29510 \end_layout
29511
29512 \begin_layout Standard
29513 \begin_inset ERT
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517
29518
29519 \backslash
29520 setlength{
29521 \backslash
29522 shadowsize}{2pt}
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \begin_inset Box Shadowbox
29529 position "c"
29530 hor_pos "c"
29531 has_inner_box 1
29532 inner_pos "c"
29533 use_parbox 0
29534 use_makebox 0
29535 width "25col%"
29536 special "none"
29537 height "1in"
29538 height_special "totalheight"
29539 status open
29540
29541 \begin_layout Plain Layout
29542 \align center
29543 Schattierte Box mit 
29544 \series bold
29545
29546 \backslash
29547 shadowsize
29548 \series default
29549
29550 \begin_inset space \thinspace{}
29551 \end_inset
29552
29553 =
29554 \begin_inset space \thinspace{}
29555 \end_inset
29556
29557 2
29558 \begin_inset space \thinspace{}
29559 \end_inset
29560
29561 pt
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \begin_inset ERT
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571
29572
29573 \backslash
29574 setlength{
29575 \backslash
29576 shadowsize}{4pt}
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \end_layout
29583
29584 \begin_layout Standard
29585 \begin_inset VSpace bigskip
29586 \end_inset
29587
29588 Der Standardwert für 
29589 \series bold
29590
29591 \backslash
29592 FrameRule
29593 \series default
29594  ist 0.4
29595 \begin_inset space \thinspace{}
29596 \end_inset
29597
29598 pt.
29599  Der Standard-Abstand zwischen Rahmen und Text ist 9
29600 \begin_inset space \thinspace{}
29601 \end_inset
29602
29603 pt und kann mit dem Wert für 
29604 \series bold
29605
29606 \backslash
29607 FrameSep
29608 \series default
29609  geändert werden.
29610  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29611  TeX-Code Befehlen geändert:
29612 \end_layout
29613
29614 \begin_layout Standard
29615
29616 \series bold
29617
29618 \backslash
29619 setlength{
29620 \backslash
29621 FrameRule}{5pt}
29622 \begin_inset Newline newline
29623 \end_inset
29624
29625
29626 \backslash
29627 setlength{
29628 \backslash
29629 FrameSep}{0.5cm}
29630 \end_layout
29631
29632 \begin_layout Standard
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 setlength{
29641 \backslash
29642 FrameRule}{5pt}
29643 \end_layout
29644
29645 \begin_layout Plain Layout
29646
29647
29648 \backslash
29649 setlength{
29650 \backslash
29651 FrameSep}{0.5cm}
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \begin_inset Box Framed
29658 position "t"
29659 hor_pos "c"
29660 has_inner_box 0
29661 inner_pos "t"
29662 use_parbox 0
29663 use_makebox 0
29664 width "100col%"
29665 special "none"
29666 height "1in"
29667 height_special "totalheight"
29668 status open
29669
29670 \begin_layout Plain Layout
29671 Dies ist Text in einer 
29672 \family sans
29673 Seitenumbruch erlaubt
29674 \family default
29675  Box.
29676 \end_layout
29677
29678 \end_inset
29679
29680
29681 \begin_inset ERT
29682 status collapsed
29683
29684 \begin_layout Plain Layout
29685
29686
29687 \backslash
29688 setlength{
29689 \backslash
29690 FrameRule}{0.4pt}
29691 \end_layout
29692
29693 \begin_layout Plain Layout
29694
29695
29696 \backslash
29697 setlength{
29698 \backslash
29699 FrameSep}{9pt}
29700 \end_layout
29701
29702 \end_inset
29703
29704
29705 \end_layout
29706
29707 \begin_layout Standard
29708 \begin_inset VSpace bigskip
29709 \end_inset
29710
29711 Für Boxen mit 
29712 \family sans
29713 schattiertem Hintergrund
29714 \family default
29715  beträgt der Abstand zwischen Rand und Text 3
29716 \begin_inset space \thinspace{}
29717 \end_inset
29718
29719 pt und kann mit 
29720 \series bold
29721
29722 \backslash
29723 fboxsep
29724 \series default
29725  geändert werden.
29726  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29727  
29728 \series bold
29729
29730 \backslash
29731 definecolor{shadecolor}
29732 \series default
29733  oder global über das Menü 
29734 \family sans
29735 Werkzeuge\SpecialChar \menuseparator
29736 Einstellungen\SpecialChar \menuseparator
29737 Farben\SpecialChar \menuseparator
29738 Schattierte
29739 \begin_inset space ~
29740 \end_inset
29741
29742 Box
29743 \family default
29744  geändert werden.
29745  Das Schema des 
29746 \series bold
29747
29748 \backslash
29749 definecolor
29750 \series default
29751  Befehls ist  in Abschnitt
29752 \begin_inset space ~
29753 \end_inset
29754
29755
29756 \begin_inset CommandInset ref
29757 LatexCommand ref
29758 reference "abs:Farbige-Tabellen"
29759
29760 \end_inset
29761
29762  erklärt.
29763 \begin_inset Foot
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767 Beachten Sie, dass 
29768 \series bold
29769
29770 \backslash
29771 definecolor
29772 \series default
29773  das LaTeX-Paket 
29774 \series bold
29775 color
29776 \series default
29777  im LaTeX-Vorspann benötigt, siehe Abschnitt
29778 \begin_inset space ~
29779 \end_inset
29780
29781
29782 \begin_inset CommandInset ref
29783 LatexCommand ref
29784 reference "abs:Farbige-Boxen"
29785
29786 \end_inset
29787
29788 .
29789 \end_layout
29790
29791 \end_inset
29792
29793  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29794 \end_layout
29795
29796 \begin_layout Standard
29797
29798 \series bold
29799
29800 \backslash
29801 setlength{
29802 \backslash
29803 fboxsep}{0.5cm}
29804 \begin_inset Newline newline
29805 \end_inset
29806
29807
29808 \backslash
29809 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29810 \end_layout
29811
29812 \begin_layout Standard
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818
29819 \backslash
29820 setlength{
29821 \backslash
29822 fboxsep}{0.5cm}
29823 \end_layout
29824
29825 \begin_layout Plain Layout
29826
29827
29828 \backslash
29829 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29830 \end_layout
29831
29832 \end_inset
29833
29834
29835 \begin_inset Box Shaded
29836 position "t"
29837 hor_pos "c"
29838 has_inner_box 0
29839 inner_pos "t"
29840 use_parbox 0
29841 use_makebox 0
29842 width "100col%"
29843 special "none"
29844 height "1in"
29845 height_special "totalheight"
29846 status open
29847
29848 \begin_layout Plain Layout
29849
29850 \color yellow
29851 Dies ist gelber Text in einer 
29852 \family sans
29853 schattierten Hintergrund
29854 \begin_inset space ~
29855 \end_inset
29856
29857
29858 \family default
29859 Box auf dunkelgrünem Hintergrund.
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870
29871 \backslash
29872 setlength{
29873 \backslash
29874 fboxsep}{3pt}
29875 \end_layout
29876
29877 \begin_layout Plain Layout
29878
29879
29880 \backslash
29881 definecolor{shadecolor}{rgb}{1,0,0}
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Standard
29890 \begin_inset VSpace bigskip
29891 \end_inset
29892
29893 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29894  der sie ändert.
29895 \end_layout
29896
29897 \begin_layout Section
29898 Minipage
29899 \begin_inset CommandInset label
29900 LatexCommand label
29901 name "abs:Minipage"
29902
29903 \end_inset
29904
29905
29906 \begin_inset Index idx
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910 Boxen ! Minipage
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \end_layout
29917
29918 \begin_layout Standard
29919 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29920  deshalb unter anderem eigene Fußnoten haben.
29921 \end_layout
29922
29923 \begin_layout Standard
29924 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29925 \end_layout
29926
29927 \begin_layout Standard
29928 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29929  Ihre Breite ist 45 Spaltenbreite
29930 \begin_inset space ~
29931 \end_inset
29932
29933 %, und sie sind durch einen 
29934 \family sans
29935 HFill
29936 \family default
29937  getrennt (
29938 \family sans
29939 Einfügen\SpecialChar \menuseparator
29940 Formatierung\SpecialChar \menuseparator
29941 Horizontaler
29942 \begin_inset space \space{}
29943 \end_inset
29944
29945 Abstand\SpecialChar \menuseparator
29946 Abstand\SpecialChar \menuseparator
29947 Variabler
29948 \begin_inset space ~
29949 \end_inset
29950
29951 horiz.
29952 \begin_inset space ~
29953 \end_inset
29954
29955 Abstand
29956 \family default
29957 ).
29958 \begin_inset Newpage newpage
29959 \end_inset
29960
29961
29962 \end_layout
29963
29964 \begin_layout Standard
29965 \noindent
29966 \begin_inset Box Frameless
29967 position "t"
29968 hor_pos "c"
29969 has_inner_box 1
29970 inner_pos "c"
29971 use_parbox 0
29972 use_makebox 0
29973 width "45col%"
29974 special "none"
29975 height "1in"
29976 height_special "totalheight"
29977 status open
29978
29979 \begin_layout Plain Layout
29980 Dies ist ein deutscher Text.
29981  Dies ist ein deutscher Text.
29982  Dies ist ein deutscher Text.
29983  Dies ist ein deutscher Text.
29984  Dies ist ein deutscher Text.
29985  Dies ist ein deutscher Text.
29986  Dies ist ein deutscher Text.
29987  Dies ist ein deutscher Text.
29988  Dies ist ein deutscher Text.
29989  Dies ist ein deutscher Text.
29990  Dies ist ein deutscher Text.
29991  Dies ist ein deutscher Text.
29992  Dies ist ein deutscher Text
29993 \begin_inset Foot
29994 status open
29995
29996 \begin_layout Plain Layout
29997 Dies ist eine deutsche Fußnote.
29998 \end_layout
29999
30000 \end_inset
30001
30002 .
30003  Dies ist ein deutscher Text.
30004  Dies ist ein deutscher Text.
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \begin_inset space \hfill{}
30011 \end_inset
30012
30013
30014 \begin_inset Box Frameless
30015 position "t"
30016 hor_pos "c"
30017 has_inner_box 1
30018 inner_pos "c"
30019 use_parbox 0
30020 use_makebox 0
30021 width "45col%"
30022 special "none"
30023 height "1in"
30024 height_special "totalheight"
30025 status open
30026
30027 \begin_layout Plain Layout
30028
30029 \lang english
30030 This is an English Text.
30031  This is an English Text.
30032  This is an English Text.
30033  This is an English Text.
30034  This is an English Text.
30035  This is an English Text.
30036  This is an English Text.
30037  This is an English Text.
30038  This is an English Text.
30039  This is an English Text.
30040  This is an English Text.
30041  This is an English Text.
30042  This is an English Text.
30043  This is an English Text.
30044  This is an English Text.
30045  This is an English Text.
30046 \begin_inset Foot
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050
30051 \lang english
30052 This is an English footnote.
30053 \end_layout
30054
30055 \end_inset
30056
30057  This is an English Text.
30058  
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \end_layout
30065
30066 \begin_layout Standard
30067 \begin_inset VSpace bigskip
30068 \end_inset
30069
30070 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
30071  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
30072  Absätze nicht eingerückt werden, obwohl Sie das in 
30073 \family sans
30074 Dokument
30075 \family default
30076 \SpecialChar \menuseparator
30077
30078 \family sans
30079 Einstellun\SpecialChar \-
30080 gen\SpecialChar \menuseparator
30081 Textformat
30082 \family default
30083  festgelegt haben.
30084  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
30085  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
30086 \series bold
30087
30088 \backslash
30089 hspace*{1em}
30090 \series default
30091 .
30092 \end_layout
30093
30094 \begin_layout Standard
30095 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
30096  zu verpassen, siehe Abschnitt
30097 \begin_inset space ~
30098 \end_inset
30099
30100
30101 \begin_inset CommandInset ref
30102 LatexCommand ref
30103 reference "uab:Farbe-für-Absätze"
30104
30105 \end_inset
30106
30107 .
30108 \end_layout
30109
30110 \begin_layout Standard
30111 \begin_inset Note Greyedout
30112 status open
30113
30114 \begin_layout Plain Layout
30115
30116 \series bold
30117 Bemerkung:
30118 \series default
30119  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
30120  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \end_layout
30127
30128 \begin_layout Section
30129 Parbox
30130 \begin_inset CommandInset label
30131 LatexCommand label
30132 name "abs:Parbox"
30133
30134 \end_inset
30135
30136
30137 \begin_inset Index idx
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141 Boxen ! Parbox
30142 \end_layout
30143
30144 \end_inset
30145
30146
30147 \end_layout
30148
30149 \begin_layout Standard
30150 Parbox ist eine Abkürzung für 
30151 \begin_inset Quotes gld
30152 \end_inset
30153
30154 paragraph box
30155 \begin_inset Quotes grd
30156 \end_inset
30157
30158 , was Absatzbox bedeutet.
30159  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
30160  in Parboxen nicht ausgegeben werden:
30161 \end_layout
30162
30163 \begin_layout Standard
30164 \align center
30165 \begin_inset Box Frameless
30166 position "t"
30167 hor_pos "c"
30168 has_inner_box 1
30169 inner_pos "t"
30170 use_parbox 1
30171 use_makebox 0
30172 width "33col%"
30173 special "none"
30174 height "1in"
30175 height_special "totalheight"
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179 Dies ist Text in einer Parbox.
30180  Dies ist Text in einer Parbox.
30181 \end_layout
30182
30183 \begin_layout Plain Layout
30184 Diese Fußnote wird nicht gedruckt:
30185 \begin_inset Foot
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \end_layout
30201
30202 \begin_layout Section
30203 Boxen für Worte und Buchstaben
30204 \begin_inset Index idx
30205 status collapsed
30206
30207 \begin_layout Plain Layout
30208 Boxen ! für Buchstaben
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \end_layout
30215
30216 \begin_layout Subsection
30217 Silbentrennung unterbinden
30218 \begin_inset CommandInset label
30219 LatexCommand label
30220 name "abs:Silbentrennung-unterbinden"
30221
30222 \end_inset
30223
30224
30225 \begin_inset Index idx
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229 Boxen ! zur Vermeidung von Silbentrennung
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \begin_layout Standard
30238 Sie können den Boxtyp 
30239 \family sans
30240 Makebox
30241 \family default
30242  benutzen, um Silbentrennungen zu unterbinden.
30243 \begin_inset Newline newline
30244 \end_inset
30245
30246 Hier ist ein Beispiel: 
30247 \end_layout
30248
30249 \begin_layout Standard
30250 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
30251 \begin_inset Quotes gld
30252 \end_inset
30253
30254 einsehrsehrsehrlangeswort
30255 \begin_inset Quotes grd
30256 \end_inset
30257
30258 .
30259 \end_layout
30260
30261 \begin_layout Standard
30262 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
30263  Innere
30264 \begin_inset space ~
30265 \end_inset
30266
30267 Box auf Makebox und deren Breite auf 1
30268 \begin_inset space \thinspace{}
30269 \end_inset
30270
30271 Width.
30272 \end_layout
30273
30274 \begin_layout Standard
30275 Hier ist das Ergebnis:
30276 \end_layout
30277
30278 \begin_layout Standard
30279 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
30280 \begin_inset Box Frameless
30281 position "t"
30282 hor_pos "c"
30283 has_inner_box 1
30284 inner_pos "t"
30285 use_parbox 0
30286 use_makebox 1
30287 width "1in"
30288 special "width"
30289 height "1in"
30290 height_special "totalheight"
30291 status open
30292
30293 \begin_layout Plain Layout
30294 \begin_inset Quotes gld
30295 \end_inset
30296
30297 einsehrsehrsehrlangeswort
30298 \begin_inset Quotes grd
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \end_inset
30305
30306 .
30307 \end_layout
30308
30309 \begin_layout Standard
30310 Alternativ dazu kann man auch den Befehl 
30311 \begin_inset Quotes gld
30312 \end_inset
30313
30314
30315 \series bold
30316
30317 \backslash
30318 -
30319 \series default
30320
30321 \begin_inset Quotes grd
30322 \end_inset
30323
30324  als TeX-Code direkt vor das Wort setzen:
30325 \end_layout
30326
30327 \begin_layout Standard
30328 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
30329 \begin_inset Quotes gld
30330 \end_inset
30331
30332
30333 \begin_inset ERT
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337
30338
30339 \backslash
30340 -
30341 \end_layout
30342
30343 \end_inset
30344
30345 einsehrsehrsehrlangeswort
30346 \begin_inset Quotes grd
30347 \end_inset
30348
30349 .
30350 \end_layout
30351
30352 \begin_layout Standard
30353 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
30354  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
30355 \family sans
30356 Strg-Eingabe
30357 \family default
30358 ) einfügen: 
30359 \end_layout
30360
30361 \begin_layout Standard
30362 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
30363 \begin_inset Newline newline
30364 \end_inset
30365
30366
30367 \begin_inset Box Frameless
30368 position "t"
30369 hor_pos "c"
30370 has_inner_box 1
30371 inner_pos "t"
30372 use_parbox 0
30373 use_makebox 1
30374 width "1in"
30375 special "width"
30376 height "1in"
30377 height_special "totalheight"
30378 status open
30379
30380 \begin_layout Plain Layout
30381 \begin_inset Quotes gld
30382 \end_inset
30383
30384 einsehrsehrsehrlangeswort
30385 \begin_inset Quotes grd
30386 \end_inset
30387
30388
30389 \end_layout
30390
30391 \end_inset
30392
30393 .
30394 \end_layout
30395
30396 \begin_layout Subsection
30397 Vertikale Ausrichtung
30398 \begin_inset CommandInset label
30399 LatexCommand label
30400 name "uab:Vertikale-Ausrichtung"
30401
30402 \end_inset
30403
30404
30405 \begin_inset Index idx
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409 Boxen ! für Vertikale Ausrichtung
30410 \end_layout
30411
30412 \end_inset
30413
30414
30415 \begin_inset Index idx
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 Boxen ! raisebox
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Standard
30428 Mit dem LaTeX-Befehl 
30429 \series bold
30430
30431 \backslash
30432 raisebox
30433 \series default
30434  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
30435 n Textes ausrichten.
30436  
30437 \series bold
30438
30439 \backslash
30440 raisebox
30441 \series default
30442  wird folgendermaßen benutzt:
30443 \end_layout
30444
30445 \begin_layout Standard
30446
30447 \series bold
30448
30449 \backslash
30450 raisebox{Verschiebung}[oben][unten]{Text}
30451 \end_layout
30452
30453 \begin_layout Standard
30454 Positive Werte für Verschiebung
30455 \series bold
30456  
30457 \series default
30458 verschieben die Box nach oben, negative nach unten.
30459  Die beiden optionalen Parameter 
30460 \family typewriter
30461 oben
30462 \family default
30463  und 
30464 \family typewriter
30465 unten
30466 \family default
30467  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
30468  hinausgeht, wenn sie nicht verschoben ist.
30469 \end_layout
30470
30471 \begin_layout Standard
30472 Um zum Beispiel das Wort 
30473 \begin_inset Quotes gld
30474 \end_inset
30475
30476 provokant
30477 \begin_inset Quotes grd
30478 \end_inset
30479
30480  mit seinem 
30481 \begin_inset Quotes gld
30482 \end_inset
30483
30484 niedrigsten
30485 \begin_inset Quotes grd
30486 \end_inset
30487
30488  Buchstaben 
30489 \begin_inset Quotes gld
30490 \end_inset
30491
30492 p
30493 \begin_inset Quotes grd
30494 \end_inset
30495
30496  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
30497 \end_layout
30498
30499 \begin_layout Standard
30500
30501 \series bold
30502
30503 \backslash
30504 raisebox{
30505 \backslash
30506 depth}{
30507 \end_layout
30508
30509 \begin_layout Standard
30510 vor dem Wort einfügen und 
30511 \begin_inset Quotes gld
30512 \end_inset
30513
30514
30515 \series bold
30516 }
30517 \series default
30518
30519 \begin_inset Quotes grd
30520 \end_inset
30521
30522  als TeX-Code dahinter:
30523 \end_layout
30524
30525 \begin_layout Standard
30526 Dies ist eine Zeile, in der das Wort 
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532
30533 \backslash
30534 raisebox{
30535 \backslash
30536 depth}{
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \begin_inset Quotes gld
30543 \end_inset
30544
30545 provokant
30546 \begin_inset Quotes grd
30547 \end_inset
30548
30549
30550 \begin_inset ERT
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554
30555 }
30556 \end_layout
30557
30558 \end_inset
30559
30560  nach oben verschoben wurde.
30561 \end_layout
30562
30563 \begin_layout Standard
30564 \begin_inset VSpace bigskip
30565 \end_inset
30566
30567 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
30568  gedehnt:
30569 \end_layout
30570
30571 \begin_layout Standard
30572 Dies ist eine Zeile, in der das Wort 
30573 \begin_inset ERT
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577
30578
30579 \backslash
30580 raisebox{-
30581 \backslash
30582 depth}{
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \begin_inset Quotes gld
30589 \end_inset
30590
30591 provokant
30592 \begin_inset Quotes grd
30593 \end_inset
30594
30595
30596 \begin_inset ERT
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600
30601 }
30602 \end_layout
30603
30604 \end_inset
30605
30606  nach unten verschoben wurde.
30607 \end_layout
30608
30609 \begin_layout Standard
30610 Dies ist eine Zeile, in der das Wort 
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616
30617 \backslash
30618 raisebox{0.5cm}{
30619 \end_layout
30620
30621 \end_inset
30622
30623
30624 \begin_inset Quotes gld
30625 \end_inset
30626
30627 testen
30628 \begin_inset Quotes grd
30629 \end_inset
30630
30631
30632 \begin_inset ERT
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636
30637 }
30638 \end_layout
30639
30640 \end_inset
30641
30642  um 0.5
30643 \begin_inset space \thinspace{}
30644 \end_inset
30645
30646 cm nach oben verschoben wurde.
30647 \end_layout
30648
30649 \begin_layout Standard
30650 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30651 \end_layout
30652
30653 \begin_layout Standard
30654
30655 \series bold
30656
30657 \backslash
30658 raisebox{-
30659 \backslash
30660 depth}[0pt]{
30661 \end_layout
30662
30663 \begin_layout Standard
30664 Dies ist eine Zeile, in der das Wort 
30665 \begin_inset ERT
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669
30670
30671 \backslash
30672 raisebox{-
30673 \backslash
30674 depth}[0pt]{
30675 \end_layout
30676
30677 \end_inset
30678
30679
30680 \begin_inset Quotes gld
30681 \end_inset
30682
30683 provokant
30684 \begin_inset Quotes grd
30685 \end_inset
30686
30687
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693 }
30694 \end_layout
30695
30696 \end_inset
30697
30698  nach unten verschoben wurde.
30699 \end_layout
30700
30701 \begin_layout Standard
30702 Dies ist eine Zeile, in der das Wort 
30703 \begin_inset ERT
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707
30708
30709 \backslash
30710 raisebox{0.5cm}[0pt]{
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \begin_inset Quotes gld
30717 \end_inset
30718
30719 testen
30720 \begin_inset Quotes grd
30721 \end_inset
30722
30723
30724 \begin_inset ERT
30725 status collapsed
30726
30727 \begin_layout Plain Layout
30728
30729 }
30730 \end_layout
30731
30732 \end_inset
30733
30734  um 0.5
30735 \begin_inset space \thinspace{}
30736 \end_inset
30737
30738 cm nach oben verschoben wurde.
30739  Jetzt überschneiden sich die verschobenen Worte.
30740 \end_layout
30741
30742 \begin_layout Section
30743 Farbige Boxen
30744 \begin_inset CommandInset label
30745 LatexCommand label
30746 name "abs:Farbige-Boxen"
30747
30748 \end_inset
30749
30750
30751 \begin_inset Index idx
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755 Boxen ! farbige
30756 \end_layout
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Subsection
30764 Text-Hintergrundfarbe
30765 \begin_inset Index idx
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769 Farbe ! für Text-Hintergrund
30770 \end_layout
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \begin_layout Standard
30778 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30779  so genannten 
30780 \begin_inset Quotes gld
30781 \end_inset
30782
30783 colorbox
30784 \begin_inset Quotes grd
30785 \end_inset
30786
30787  stehen.
30788  Dafür muss das LaTeX-Paket 
30789 \series bold
30790 color
30791 \series default
30792
30793 \begin_inset Index idx
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797 LaTeX-Pakete ! color
30798 \end_layout
30799
30800 \end_inset
30801
30802  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30803 \end_layout
30804
30805 \begin_layout Standard
30806
30807 \series bold
30808
30809 \backslash
30810 @ifundefined{textcolor}
30811 \begin_inset Newline newline
30812 \end_inset
30813
30814
30815 \begin_inset Phantom HPhantom
30816 status open
30817
30818 \begin_layout Plain Layout
30819
30820 \series bold
30821 \begin_inset space ~
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \end_inset
30828
30829 {
30830 \backslash
30831 usepackage{color}}{}
30832 \end_layout
30833
30834 \begin_layout Standard
30835 Wenn Sie Text einfärben, lädt LyX das Paket 
30836 \series bold
30837 color
30838 \series default
30839  automatisch.
30840 \begin_inset Foot
30841 status collapsed
30842
30843 \begin_layout Plain Layout
30844 Der Befehl 
30845 \series bold
30846
30847 \backslash
30848 @ifundefined
30849 \series default
30850  vermeidet, dass es in diesem Fall doppelt geladen wird.
30851 \end_layout
30852
30853 \end_inset
30854
30855
30856 \end_layout
30857
30858 \begin_layout Standard
30859 \begin_inset VSpace medskip
30860 \end_inset
30861
30862 Colorboxen werden mit dem Befehl 
30863 \series bold
30864
30865 \backslash
30866 colorbox
30867 \series default
30868  erzeugt:
30869 \end_layout
30870
30871 \begin_layout Standard
30872
30873 \series bold
30874
30875 \backslash
30876 colorbox{Farbe}{Boxinhalt}
30877 \end_layout
30878
30879 \begin_layout Standard
30880 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30881  Boxen sein.
30882 \end_layout
30883
30884 \begin_layout Standard
30885 Die folgenden Farben sind vordefiniert:
30886 \family sans
30887  schwarz
30888 \family default
30889
30890 \family sans
30891 wei
30892 \family default
30893 ß, 
30894 \family sans
30895 rot
30896 \family default
30897 \series bold
30898 ,
30899 \series default
30900  
30901 \family sans
30902 grün
30903 \family default
30904
30905 \family sans
30906 blau
30907 \family default
30908
30909 \family sans
30910 türkis
30911 \family default
30912
30913 \family sans
30914 purpurrot
30915 \family default
30916  und 
30917 \family sans
30918 gelb
30919 \family default
30920 .
30921 \end_layout
30922
30923 \begin_layout Standard
30924 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30925 \begin_inset space ~
30926 \end_inset
30927
30928
30929 \begin_inset CommandInset ref
30930 LatexCommand ref
30931 reference "abs:Farbige-Tabellen"
30932
30933 \end_inset
30934
30935  beschrieben.
30936 \end_layout
30937
30938 \begin_layout Standard
30939 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30940  den TeX-Code-Befehl
30941 \end_layout
30942
30943 \begin_layout Standard
30944
30945 \series bold
30946
30947 \backslash
30948 colorbox{red}{
30949 \end_layout
30950
30951 \begin_layout Standard
30952 vor dem Wort ein.
30953  Hinter dem Wort fügen Sie 
30954 \series bold
30955
30956 \begin_inset Quotes gld
30957 \end_inset
30958
30959 }
30960 \series default
30961
30962 \begin_inset Quotes grd
30963 \end_inset
30964
30965  als TeX-Code ein.
30966  Hier ist das Ergebnis:
30967 \end_layout
30968
30969 \begin_layout Standard
30970 In dieser Zeile hat 
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 colorbox{red}{
30979 \end_layout
30980
30981 \end_inset
30982
30983 Achtung!
30984 \begin_inset ERT
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988
30989 }
30990 \end_layout
30991
30992 \end_inset
30993
30994  einen roten Hintergrund.
30995 \end_layout
30996
30997 \begin_layout Standard
30998 \begin_inset VSpace bigskip
30999 \end_inset
31000
31001 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
31002  
31003 \series bold
31004
31005 \backslash
31006 fcolorbox
31007 \series default
31008  verwenden:
31009 \end_layout
31010
31011 \begin_layout Standard
31012
31013 \series bold
31014
31015 \backslash
31016 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \series bold
31022
31023 \backslash
31024 fcolorbox
31025 \series default
31026  ist eine Erweiterung von 
31027 \series bold
31028
31029 \backslash
31030 colorbox
31031 \series default
31032 .
31033  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
31034  
31035 \series bold
31036
31037 \backslash
31038 fboxrule
31039 \series default
31040  und 
31041 \series bold
31042
31043 \backslash
31044 fboxsep
31045 \series default
31046  gesteuert werden, wie in Abschnitt
31047 \begin_inset space ~
31048 \end_inset
31049
31050
31051 \begin_inset CommandInset ref
31052 LatexCommand ref
31053 reference "uab:Verzierung"
31054
31055 \end_inset
31056
31057  beschrieben.
31058 \end_layout
31059
31060 \begin_layout Standard
31061 Für das folgende Beispiel wurde der Befehl
31062 \end_layout
31063
31064 \begin_layout Standard
31065
31066 \series bold
31067
31068 \backslash
31069 fcolorbox{cyan}{magenta}{
31070 \end_layout
31071
31072 \begin_layout Standard
31073 benutzt.
31074  Hier wurden die Rahmendicke und der Abstand auf 1
31075 \begin_inset space \thinspace{}
31076 \end_inset
31077
31078 mm gesetzt:
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 fboxrule 1mm 
31091 \backslash
31092 fboxsep 1mm
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \begin_inset ERT
31099 status collapsed
31100
31101 \begin_layout Plain Layout
31102
31103
31104 \backslash
31105 fcolorbox{cyan}{green}{
31106 \end_layout
31107
31108 \end_inset
31109
31110 Dies ist Text in einer farbigen, gerahmten Box.
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116 }
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125 \begin_inset VSpace bigskip
31126 \end_inset
31127
31128 Natürlich gibt es auch farbigen Text in einer Colorbox:
31129 \begin_inset Newline newline
31130 \end_inset
31131
31132
31133 \begin_inset ERT
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137
31138
31139 \backslash
31140 fcolorbox{cyan}{green}{
31141 \end_layout
31142
31143 \end_inset
31144
31145
31146 \color yellow
31147 Dies ist farbiger Text in einer farbigen, gerahmten Box.
31148 \color none
31149
31150 \begin_inset ERT
31151 status collapsed
31152
31153 \begin_layout Plain Layout
31154
31155 }
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \begin_inset ERT
31162 status collapsed
31163
31164 \begin_layout Plain Layout
31165
31166
31167 \backslash
31168 fboxrule 0.4pt 
31169 \backslash
31170 fboxsep 3pt
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Standard
31179 \begin_inset VSpace bigskip
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \begin_layout Standard
31186 \begin_inset Note Greyedout
31187 status open
31188
31189 \begin_layout Plain Layout
31190 \noindent
31191
31192 \series bold
31193 Bemerkung:
31194 \series default
31195  Text in Colorboxen kann nicht umgebrochen werden.
31196  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
31197  wie im folgenden beschrieben.
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Subsection
31206 Farbe für Absätze
31207 \begin_inset CommandInset label
31208 LatexCommand label
31209 name "uab:Farbe-für-Absätze"
31210
31211 \end_inset
31212
31213
31214 \begin_inset Index idx
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 Farbe ! für Absätze
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \end_layout
31225
31226 \begin_layout Standard
31227 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
31228  den Text in eine Minipage stellen.
31229  Vor der Minipage fügen Sie den TeX-Code-Befehl
31230 \end_layout
31231
31232 \begin_layout Standard
31233
31234 \series bold
31235
31236 \backslash
31237 colorbox{color}{
31238 \end_layout
31239
31240 \begin_layout Standard
31241 ein.
31242  Hinter der Minipage fügen Sie 
31243 \series bold
31244
31245 \begin_inset Quotes gld
31246 \end_inset
31247
31248 }
31249 \series default
31250
31251 \begin_inset Quotes grd
31252 \end_inset
31253
31254  als TeX-Code ein.
31255 \end_layout
31256
31257 \begin_layout Standard
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263
31264 \backslash
31265 colorbox{hellgrau}{
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \begin_inset Box Frameless
31272 position "t"
31273 hor_pos "c"
31274 has_inner_box 1
31275 inner_pos "t"
31276 use_parbox 0
31277 use_makebox 0
31278 width "100col%"
31279 special "none"
31280 height "1in"
31281 height_special "totalheight"
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285 Dies ist Text mit einer Hintergrundfarbe.
31286  Dies ist Text mit einer Hintergrundfarbe.
31287 \end_layout
31288
31289 \begin_layout Plain Layout
31290 Der Text kann Fußnoten
31291 \begin_inset Foot
31292 status open
31293
31294 \begin_layout Plain Layout
31295 Eine weitere Fußnote
31296 \end_layout
31297
31298 \end_inset
31299
31300  und Tabellen und Abbildungen enthalten.
31301 \end_layout
31302
31303 \begin_layout Plain Layout
31304 \align center
31305 \begin_inset Tabular
31306 <lyxtabular version="3" rows="3" columns="3">
31307 <features tabularvalignment="middle">
31308 <column alignment="center" valignment="top" width="0">
31309 <column alignment="center" valignment="top" width="0">
31310 <column alignment="center" valignment="top" width="0">
31311 <row>
31312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316 a
31317 \end_layout
31318
31319 \end_inset
31320 </cell>
31321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31322 \begin_inset Text
31323
31324 \begin_layout Plain Layout
31325 !
31326 \end_layout
31327
31328 \end_inset
31329 </cell>
31330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31331 \begin_inset Text
31332
31333 \begin_layout Plain Layout
31334 3
31335 \end_layout
31336
31337 \end_inset
31338 </cell>
31339 </row>
31340 <row>
31341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31342 \begin_inset Text
31343
31344 \begin_layout Plain Layout
31345 <
31346 \end_layout
31347
31348 \end_inset
31349 </cell>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354 b2
31355 \begin_inset Quotes erd
31356 \end_inset
31357
31358 |
31359 \end_layout
31360
31361 \end_inset
31362 </cell>
31363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31364 \begin_inset Text
31365
31366 \begin_layout Plain Layout
31367 >
31368 \end_layout
31369
31370 \end_inset
31371 </cell>
31372 </row>
31373 <row>
31374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Plain Layout
31378 1
31379 \end_layout
31380
31381 \end_inset
31382 </cell>
31383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31384 \begin_inset Text
31385
31386 \begin_layout Plain Layout
31387 §
31388 \end_layout
31389
31390 \end_inset
31391 </cell>
31392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31393 \begin_inset Text
31394
31395 \begin_layout Plain Layout
31396 c
31397 \end_layout
31398
31399 \end_inset
31400 </cell>
31401 </row>
31402 </lyxtabular>
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \begin_inset ERT
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416
31417 }
31418 \end_layout
31419
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \begin_layout Section
31426 Rotierte und skalierte Boxen
31427 \end_layout
31428
31429 \begin_layout Standard
31430 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
31431 \series bold
31432 graphicx
31433 \series default
31434
31435 \begin_inset Index idx
31436 status collapsed
31437
31438 \begin_layout Plain Layout
31439 LaTeX-Pakete ! graphicx
31440 \end_layout
31441
31442 \end_inset
31443
31444  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
31445 \end_layout
31446
31447 \begin_layout Standard
31448
31449 \series bold
31450
31451 \backslash
31452 @ifundefined{rotatebox}
31453 \begin_inset Newline newline
31454 \end_inset
31455
31456
31457 \begin_inset Phantom HPhantom
31458 status open
31459
31460 \begin_layout Plain Layout
31461
31462 \series bold
31463 \begin_inset space ~
31464 \end_inset
31465
31466
31467 \end_layout
31468
31469 \end_inset
31470
31471 {
31472 \backslash
31473 usepackage{graphicx}}{}
31474 \end_layout
31475
31476 \begin_layout Standard
31477 \begin_inset Note Greyedout
31478 status open
31479
31480 \begin_layout Plain Layout
31481
31482 \series bold
31483 Bemerkung:
31484 \series default
31485  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
31486  darstellen.
31487  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \end_layout
31494
31495 \begin_layout Standard
31496 \begin_inset Note Greyedout
31497 status open
31498
31499 \begin_layout Plain Layout
31500
31501 \series bold
31502 Bemerkung:
31503 \series default
31504  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Subsection
31513 Rotierte Boxen
31514 \begin_inset Index idx
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518 Boxen ! rotierte
31519 \end_layout
31520
31521 \end_inset
31522
31523
31524 \begin_inset Index idx
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528 Rotiertes Material
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \begin_inset Index idx
31535 status collapsed
31536
31537 \begin_layout Plain Layout
31538 Abbildungen ! rotierte
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \begin_inset Index idx
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548 Tabellen ! rotierte
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Standard
31557 Um Text zu drehen, verwendet man den Befehl 
31558 \series bold
31559
31560 \backslash
31561 rotatebox
31562 \series default
31563  im TeX-Code nach folgendem Schema:
31564 \end_layout
31565
31566 \begin_layout Standard
31567
31568 \series bold
31569
31570 \backslash
31571 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
31572 \end_layout
31573
31574 \begin_layout Standard
31575 Der Drehpunkt wird mit 
31576 \series bold
31577 origin=Position
31578 \series default
31579  angegeben.
31580  Folgende Positionen sind möglich: 
31581 \emph on
31582 c
31583 \emph default
31584  (mittig), 
31585 \emph on
31586 l
31587 \emph default
31588  (links), 
31589 \emph on
31590 r
31591 \emph default
31592  (rechts), 
31593 \emph on
31594 b
31595 \emph default
31596  (unten), 
31597 \emph on
31598 t
31599 \emph default
31600  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31601  Z.
31602 \begin_inset space \thinspace{}
31603 \end_inset
31604
31605 B.
31606  bedeutet 
31607 \emph on
31608 lt
31609 \emph default
31610 , dass sich der Drehpunkt links oben befindet.
31611  Wird kein Drehpunkt angegeben, wird die Position 
31612 \emph on
31613 l
31614 \emph default
31615  verwendet.
31616  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31617  Gedreht wird gegen den Uhrzeigersinn.
31618 \end_layout
31619
31620 \begin_layout Standard
31621 Im folgenden Beispiel wurde vor dem Text der Befehl 
31622 \series bold
31623
31624 \backslash
31625 rotatebox[origin=c]{60}{
31626 \series default
31627  im TeX-Modus eingegeben.
31628  Nach dem Text wurde die schließende Klammer 
31629 \series bold
31630 }
31631 \series default
31632  wiederum im TeX-Modus eingegeben.
31633 \end_layout
31634
31635 \begin_layout Standard
31636 Dies ist eine Zeile 
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 rotatebox[origin=c]{60}{
31645 \end_layout
31646
31647 \end_inset
31648
31649 mit rotiertem
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655 }
31656 \end_layout
31657
31658 \end_inset
31659
31660  Text.
31661 \end_layout
31662
31663 \begin_layout Standard
31664 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31665 \end_layout
31666
31667 \begin_layout Standard
31668 Dies ist eine Zeile 
31669 \begin_inset ERT
31670 status collapsed
31671
31672 \begin_layout Plain Layout
31673
31674
31675 \backslash
31676 rotatebox[origin=r]{-60}{
31677 \end_layout
31678
31679 \end_inset
31680
31681
31682 \begin_inset Box Doublebox
31683 position "c"
31684 hor_pos "c"
31685 has_inner_box 0
31686 inner_pos "c"
31687 use_parbox 0
31688 use_makebox 0
31689 width "1in"
31690 special "width"
31691 height "1in"
31692 height_special "totalheight"
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696 mit rotiertem
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \begin_inset ERT
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706
31707 }
31708 \end_layout
31709
31710 \end_inset
31711
31712  umrandeten Text 
31713 \begin_inset ERT
31714 status collapsed
31715
31716 \begin_layout Plain Layout
31717
31718
31719 \backslash
31720 rotatebox[origin=lb]{60}{
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31727 \end_inset
31728
31729
31730 \begin_inset ERT
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734
31735 }
31736 \end_layout
31737
31738 \end_inset
31739
31740  und einer Formel.
31741 \end_layout
31742
31743 \begin_layout Standard
31744 Oder ein Bild oder Tabelle:
31745 \end_layout
31746
31747 \begin_layout Standard
31748 Dies ist eine Zeile 
31749 \begin_inset ERT
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753
31754
31755 \backslash
31756 rotatebox[origin=lb]{90}{
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \begin_inset Graphics
31763         filename ../clipart/platypus.eps
31764         lyxscale 50
31765         width 25col%
31766
31767 \end_inset
31768
31769
31770 \begin_inset ERT
31771 status collapsed
31772
31773 \begin_layout Plain Layout
31774
31775 }
31776 \end_layout
31777
31778 \end_inset
31779
31780  mit einem rotierten Bild 
31781 \begin_inset ERT
31782 status collapsed
31783
31784 \begin_layout Plain Layout
31785
31786
31787 \backslash
31788 rotatebox[origin=l]{-90}{
31789 \end_layout
31790
31791 \end_inset
31792
31793
31794 \begin_inset Tabular
31795 <lyxtabular version="3" rows="2" columns="2">
31796 <features tabularvalignment="middle">
31797 <column alignment="center" valignment="top" width="0">
31798 <column alignment="center" valignment="top" width="0">
31799 <row>
31800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 q
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 w
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 </row>
31819 <row>
31820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31821 \begin_inset Text
31822
31823 \begin_layout Plain Layout
31824 e
31825 \end_layout
31826
31827 \end_inset
31828 </cell>
31829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833 r
31834 \end_layout
31835
31836 \end_inset
31837 </cell>
31838 </row>
31839 </lyxtabular>
31840
31841 \end_inset
31842
31843
31844 \begin_inset ERT
31845 status collapsed
31846
31847 \begin_layout Plain Layout
31848
31849 }
31850 \end_layout
31851
31852 \end_inset
31853
31854  und Tabelle.
31855 \end_layout
31856
31857 \begin_layout Subsection
31858 Skalierte Boxen
31859 \begin_inset Index idx
31860 status collapsed
31861
31862 \begin_layout Plain Layout
31863 Boxen ! skalierte
31864 \end_layout
31865
31866 \end_inset
31867
31868
31869 \begin_inset Index idx
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873 Skaliertes Material
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \begin_inset Index idx
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883 Abbildungen ! skalierte
31884 \end_layout
31885
31886 \end_inset
31887
31888
31889 \begin_inset Index idx
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893 Tabellen ! skalierte
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \begin_layout Standard
31902 Um Text zu skalieren, kann man die Befehle 
31903 \series bold
31904
31905 \backslash
31906 scalebox
31907 \series default
31908  und 
31909 \series bold
31910
31911 \backslash
31912 resizebox
31913 \series default
31914  im TeX-Modus verwenden.
31915 \end_layout
31916
31917 \begin_layout Standard
31918
31919 \series bold
31920
31921 \backslash
31922 scalebox
31923 \series default
31924  wird nach folgendem Schema verwendet:
31925 \end_layout
31926
31927 \begin_layout Standard
31928
31929 \series bold
31930
31931 \backslash
31932 scalebox{horizontal}[vertikal]{Boxinhalt}
31933 \end_layout
31934
31935 \begin_layout Standard
31936 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31937  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31938  verwendet.
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Z.
31943 \begin_inset space \thinspace{}
31944 \end_inset
31945
31946 B.
31947  ergibt der Befehl 
31948 \series bold
31949
31950 \backslash
31951 scalebox{2}{Hallo}
31952 \series default
31953  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31954 \begin_inset ERT
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958
31959
31960 \backslash
31961 scalebox{2}{
31962 \end_layout
31963
31964 \end_inset
31965
31966 Hallo
31967 \begin_inset ERT
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971
31972 }
31973 \end_layout
31974
31975 \end_inset
31976
31977 .
31978 \end_layout
31979
31980 \begin_layout Standard
31981
31982 \series bold
31983
31984 \backslash
31985 scalebox{2}[1]{Hallo}
31986 \series default
31987  verzerrt hingegen das 
31988 \begin_inset ERT
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992
31993
31994 \backslash
31995 scalebox{2}[1]{
31996 \end_layout
31997
31998 \end_inset
31999
32000 Hallo
32001 \begin_inset ERT
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005
32006 }
32007 \end_layout
32008
32009 \end_inset
32010
32011 .
32012 \end_layout
32013
32014 \begin_layout Standard
32015 Die Skalierungsfaktoren dürfen auch negativ sein.
32016  In diesem Fall wird der Boxinhalt gespiegelt.
32017 \end_layout
32018
32019 \begin_layout Standard
32020 Daher lässt sich mit dem Befehl 
32021 \series bold
32022
32023 \backslash
32024 scalebox{-1}[1]{Hallo}
32025 \series default
32026  Spiegelschrift erstellen: 
32027 \begin_inset ERT
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031
32032
32033 \backslash
32034 scalebox{-1}[1]{
32035 \end_layout
32036
32037 \end_inset
32038
32039 Hallo
32040 \begin_inset ERT
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044
32045 }
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \end_layout
32052
32053 \begin_layout Standard
32054
32055 \series bold
32056
32057 \backslash
32058 scalebox{1}[-1]{Hallo}
32059 \series default
32060  spiegelt das 
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 scalebox{1}[-1]{
32069 \end_layout
32070
32071 \end_inset
32072
32073 Hallo
32074 \begin_inset ERT
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078
32079 }
32080 \end_layout
32081
32082 \end_inset
32083
32084  an der Grundlinie.
32085 \end_layout
32086
32087 \begin_layout Standard
32088 Zu 
32089 \series bold
32090
32091 \backslash
32092 scalebox{-1}[1]{Boxinhalt}
32093 \series default
32094  gibt es den äquivalenten Befehl
32095 \begin_inset Newline newline
32096 \end_inset
32097
32098
32099 \series bold
32100
32101 \backslash
32102 reflectbox{Boxinhalt}
32103 \series default
32104 .
32105 \end_layout
32106
32107 \begin_layout Standard
32108 \begin_inset VSpace bigskip
32109 \end_inset
32110
32111
32112 \series bold
32113
32114 \backslash
32115 resizebox
32116 \series default
32117  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
32118  skalieren.
32119  Das Befehlsschema ist folgendes:
32120 \end_layout
32121
32122 \begin_layout Standard
32123
32124 \series bold
32125
32126 \backslash
32127 resizebox{Breite}{Höhe}{Boxinhalt}
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
32132 \series bold
32133 !
32134 \series default
32135  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
32136  wird.
32137 \end_layout
32138
32139 \begin_layout Standard
32140 Der Befehl 
32141 \series bold
32142
32143 \backslash
32144 resizebox{2cm}{1cm}{Hallo}
32145 \series default
32146  ergibt: 
32147 \begin_inset ERT
32148 status collapsed
32149
32150 \begin_layout Plain Layout
32151
32152
32153 \backslash
32154 resizebox{2cm}{1cm}{
32155 \end_layout
32156
32157 \end_inset
32158
32159 Hallo
32160 \begin_inset ERT
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164
32165 }
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \begin_inset Newline newline
32172 \end_inset
32173
32174 Der Befehl 
32175 \series bold
32176
32177 \backslash
32178 resizebox{2cm}{!}{Hallo}
32179 \series default
32180  ergibt: 
32181 \begin_inset ERT
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185
32186
32187 \backslash
32188 resizebox{2cm}{!}{
32189 \end_layout
32190
32191 \end_inset
32192
32193 Hallo
32194 \begin_inset ERT
32195 status collapsed
32196
32197 \begin_layout Plain Layout
32198
32199 }
32200 \end_layout
32201
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \begin_layout Standard
32208 \begin_inset VSpace bigskip
32209 \end_inset
32210
32211
32212 \begin_inset Note Greyedout
32213 status open
32214
32215 \begin_layout Plain Layout
32216
32217 \series bold
32218 Bemerkung:
32219 \series default
32220  Wurde in Argumenten von 
32221 \series bold
32222
32223 \backslash
32224 scalebox
32225 \series default
32226  oder 
32227 \series bold
32228
32229 \backslash
32230 resizebox
32231 \series default
32232  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
32233  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
32234  werden.
32235 \end_layout
32236
32237 \end_inset
32238
32239
32240 \end_layout
32241
32242 \begin_layout Standard
32243 \begin_inset VSpace bigskip
32244 \end_inset
32245
32246
32247 \end_layout
32248
32249 \begin_layout Standard
32250 Alle Boxen können beliebig miteinander kombiniert werden.
32251  So ergibt z.
32252 \begin_inset space \thinspace{}
32253 \end_inset
32254
32255 B.
32256  der Befehl
32257 \begin_inset Newline newline
32258 \end_inset
32259
32260
32261 \series bold
32262
32263 \backslash
32264 rotatebox[origin=c]{-45}{
32265 \backslash
32266 resizebox{2cm}{!}{
32267 \backslash
32268 reflectbox{Hallo}}}
32269 \series default
32270 :
32271 \end_layout
32272
32273 \begin_layout Standard
32274 \align center
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279
32280
32281 \backslash
32282 rotatebox[origin=c]{-45}{
32283 \backslash
32284 resizebox{2cm}{!}{
32285 \backslash
32286 reflectbox{
32287 \end_layout
32288
32289 \end_inset
32290
32291 Hallo
32292 \begin_inset ERT
32293 status collapsed
32294
32295 \begin_layout Plain Layout
32296
32297 }}}
32298 \end_layout
32299
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \begin_layout Standard
32306 \noindent
32307 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
32308 \end_layout
32309
32310 \begin_layout Standard
32311 \align center
32312 \begin_inset ERT
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316
32317
32318 \backslash
32319 rotatebox[origin=c]{-30}{
32320 \backslash
32321 resizebox{2cm}{!}{
32322 \backslash
32323 reflectbox{
32324 \end_layout
32325
32326 \end_inset
32327
32328
32329 \begin_inset Graphics
32330         filename ../clipart/platypus.eps
32331         lyxscale 50
32332         width 25col%
32333
32334 \end_inset
32335
32336
32337 \begin_inset ERT
32338 status collapsed
32339
32340 \begin_layout Plain Layout
32341
32342 }}}
32343 \end_layout
32344
32345 \end_inset
32346
32347
32348 \begin_inset ERT
32349 status collapsed
32350
32351 \begin_layout Plain Layout
32352
32353
32354 \backslash
32355 rotatebox[origin=c]{-45}{
32356 \backslash
32357 resizebox{2cm}{!}{
32358 \backslash
32359 reflectbox{
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \begin_inset Tabular
32366 <lyxtabular version="3" rows="2" columns="2">
32367 <features tabularvalignment="middle">
32368 <column alignment="center" valignment="top" width="0">
32369 <column alignment="center" valignment="top" width="0">
32370 <row>
32371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32372 \begin_inset Text
32373
32374 \begin_layout Plain Layout
32375 q
32376 \end_layout
32377
32378 \end_inset
32379 </cell>
32380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32381 \begin_inset Text
32382
32383 \begin_layout Plain Layout
32384 w
32385 \end_layout
32386
32387 \end_inset
32388 </cell>
32389 </row>
32390 <row>
32391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32392 \begin_inset Text
32393
32394 \begin_layout Plain Layout
32395 e
32396 \end_layout
32397
32398 \end_inset
32399 </cell>
32400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32401 \begin_inset Text
32402
32403 \begin_layout Plain Layout
32404 r
32405 \end_layout
32406
32407 \end_inset
32408 </cell>
32409 </row>
32410 </lyxtabular>
32411
32412 \end_inset
32413
32414
32415 \begin_inset ERT
32416 status collapsed
32417
32418 \begin_layout Plain Layout
32419
32420 }}}
32421 \end_layout
32422
32423 \end_inset
32424
32425
32426 \begin_inset ERT
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430
32431
32432 \backslash
32433 rotatebox[origin=c]{-45}{
32434 \backslash
32435 resizebox{2cm}{!}{
32436 \backslash
32437 reflectbox{
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32444 \end_inset
32445
32446
32447 \begin_inset ERT
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451
32452 }}}
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \begin_layout Standard
32461 Hat man den globalen Formelstil 
32462 \series bold
32463 fleqn
32464 \series default
32465
32466 \begin_inset Foot
32467 status collapsed
32468
32469 \begin_layout Plain Layout
32470 Wenn 
32471 \begin_inset Quotes gld
32472 \end_inset
32473
32474 fleqn
32475 \begin_inset Quotes grd
32476 \end_inset
32477
32478  zu den Dokumentklassen-Optionen hinzugefügt wurde.
32479 \end_layout
32480
32481 \end_inset
32482
32483  gewählt, kann man auch abgesetzte Formeln skalieren.
32484 \end_layout
32485
32486 \begin_layout Chapter
32487 Umflossene Objekte
32488 \begin_inset Index idx
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492 Umflossene Objekte
32493 \end_layout
32494
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \begin_layout Section
32501 Umflossene Gleitobjekte
32502 \begin_inset CommandInset label
32503 LatexCommand label
32504 name "sec:Umflossene-Gleitobjekte"
32505
32506 \end_inset
32507
32508
32509 \begin_inset Index idx
32510 status collapsed
32511
32512 \begin_layout Plain Layout
32513 Gleitobjekte ! umflossene
32514 \end_layout
32515
32516 \end_inset
32517
32518
32519 \begin_inset Index idx
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523 Umflossene Objekte ! Gleitobjekte
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \begin_layout Standard
32532 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
32533  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
32534  den die Abbildung bzw.
32535 \begin_inset space ~
32536 \end_inset
32537
32538 Tabelle übrig lässt.
32539  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
32540  Sie werden über das Menü
32541 \family sans
32542  Einfügen\SpecialChar \menuseparator
32543 Gleitobjekt\SpecialChar \menuseparator
32544 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
32545 objekt
32546 \family default
32547  eingefügt, wenn das LaTeX-Paket 
32548 \series bold
32549 wrapfig
32550 \series default
32551
32552 \begin_inset Index idx
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556 LaTeX-Pakete ! wrapfig
32557 \begin_inset ERT
32558 status collapsed
32559
32560 \begin_layout Plain Layout
32561
32562
32563 \backslash
32564 vspace{4mm}
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \end_inset
32573
32574  installiert ist.
32575 \begin_inset Foot
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
32580 \emph on
32581 LaTeX-Konfiguration
32582 \emph default
32583  beschrieben.
32584 \end_layout
32585
32586 \end_inset
32587
32588  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
32589  Box des Gleitobjekts geändert werden.
32590  
32591 \begin_inset Wrap figure
32592 lines 0
32593 placement l
32594 overhang 1cm
32595 width "40col%"
32596 status open
32597
32598 \begin_layout Plain Layout
32599 \begin_inset Graphics
32600         filename ../clipart/mobius.eps
32601         width 40col%
32602         scaleBeforeRotation
32603         rotateOrigin center
32604
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \begin_layout Plain Layout
32611 \begin_inset Caption
32612
32613 \begin_layout Plain Layout
32614 \begin_inset CommandInset label
32615 LatexCommand label
32616 name "abb:Dies-ist-eine"
32617
32618 \end_inset
32619
32620 Dies ist eine umflossene Gleitobjekt-Abbildung
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \end_inset
32629
32630  Obligatorische Einstellungen sind die 
32631 \family sans
32632 Breite
32633 \family default
32634  und 
32635 \family sans
32636 Platzierung
32637 \family default
32638  des Gleitobjekts.
32639  Optional sind der 
32640 \family sans
32641 Überhang 
32642 \family default
32643 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
32644 \begin_inset space \thinspace{}
32645 \end_inset
32646
32647 /
32648 \begin_inset space \thinspace{}
32649 \end_inset
32650
32651 der Seite ragt und die 
32652 \family sans
32653 benötigten Zeilen
32654 \family default
32655 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
32656  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
32657  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
32658  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
32659  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
32660  zu lassen.
32661  Abbildung
32662 \begin_inset space ~
32663 \end_inset
32664
32665
32666 \begin_inset CommandInset ref
32667 LatexCommand ref
32668 reference "abb:Dies-ist-eine"
32669
32670 \end_inset
32671
32672  ist zum Beispiel ein umflossenes Bild, das 40
32673 \begin_inset space \thinspace{}
32674 \end_inset
32675
32676 % der Spaltenbreite einnimmt, 1
32677 \begin_inset space \thinspace{}
32678 \end_inset
32679
32680 cm in den Rand ragt und links gesetzt wurde.
32681 \end_layout
32682
32683 \begin_layout Standard
32684 \begin_inset Note Greyedout
32685 status open
32686
32687 \begin_layout Plain Layout
32688
32689 \series bold
32690 Bemerkung:
32691 \series default
32692  Umflossene Objekte sind fragil! Wenn die Abbildung z.
32693 \begin_inset space \thinspace{}
32694 \end_inset
32695
32696 B.
32697  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
32698  oder über anderen Text gedruckt wird.
32699 \end_layout
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 Allgemein gilt für umflossene Gleitobjekte:
32708 \end_layout
32709
32710 \begin_layout Itemize
32711 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
32712  fortgesetzt werden.
32713  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
32714  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
32715 \end_layout
32716
32717 \begin_layout Itemize
32718 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
32719  werden oder darin.
32720 \end_layout
32721
32722 \begin_layout Itemize
32723 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
32724  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
32725 \end_layout
32726
32727 \begin_layout Itemize
32728 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
32729 \end_layout
32730
32731 \begin_layout Itemize
32732 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
32733 \begin_inset space \thinspace{}
32734 \end_inset
32735
32736
32737 \begin_inset CommandInset ref
32738 LatexCommand ref
32739 reference "chap:Gleitobjekte"
32740
32741 \end_inset
32742
32743  beschrieben.
32744 \end_layout
32745
32746 \begin_layout Section
32747 Umflossene Fixe Objekte
32748 \begin_inset Index idx
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752 Umflossene Objekte ! Fixe Objekte
32753 \end_layout
32754
32755 \end_inset
32756
32757
32758 \end_layout
32759
32760 \begin_layout Standard
32761 Die in Abschnitt
32762 \begin_inset space ~
32763 \end_inset
32764
32765
32766 \begin_inset CommandInset ref
32767 LatexCommand ref
32768 reference "sec:Umflossene-Gleitobjekte"
32769
32770 \end_inset
32771
32772  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
32773 \end_layout
32774
32775 \begin_layout Standard
32776 \noindent
32777 \align center
32778 \begin_inset Tabular
32779 <lyxtabular version="3" rows="2" columns="2">
32780 <features tabularvalignment="middle">
32781 <column alignment="center" valignment="top" width="0">
32782 <column alignment="center" valignment="top" width="0">
32783 <row>
32784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32785 \begin_inset Text
32786
32787 \begin_layout Plain Layout
32788 \begin_inset Graphics
32789         filename ../../images/dialog-show-new-inset_graphics.png
32790         scale 70
32791         scaleBeforeRotation
32792
32793 \end_inset
32794
32795
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 Text
32805 \end_layout
32806
32807 \end_inset
32808 </cell>
32809 </row>
32810 <row>
32811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout Plain Layout
32815 Text
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32821 \begin_inset Text
32822
32823 \begin_layout Plain Layout
32824 Text
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 </row>
32830 </lyxtabular>
32831
32832 \end_inset
32833
32834  oder 
32835 \begin_inset Tabular
32836 <lyxtabular version="3" rows="2" columns="2">
32837 <features tabularvalignment="middle">
32838 <column alignment="center" valignment="top" width="0">
32839 <column alignment="center" valignment="top" width="0">
32840 <row>
32841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32842 \begin_inset Text
32843
32844 \begin_layout Plain Layout
32845 Text
32846 \end_layout
32847
32848 \end_inset
32849 </cell>
32850 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854 \begin_inset Graphics
32855         filename ../../images/dialog-show-new-inset_graphics.png
32856         scale 70
32857         scaleBeforeRotation
32858
32859 \end_inset
32860
32861
32862 \end_layout
32863
32864 \end_inset
32865 </cell>
32866 </row>
32867 <row>
32868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32869 \begin_inset Text
32870
32871 \begin_layout Plain Layout
32872 Text
32873 \end_layout
32874
32875 \end_inset
32876 </cell>
32877 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32878 \begin_inset Text
32879
32880 \begin_layout Plain Layout
32881 Text
32882 \end_layout
32883
32884 \end_inset
32885 </cell>
32886 </row>
32887 </lyxtabular>
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \begin_layout Standard
32895 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
32896  wurde, um z.
32897 \begin_inset space \thinspace{}
32898 \end_inset
32899
32900 B.
32901  solche Positionen zu erhalten:
32902 \begin_inset VSpace defskip
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \begin_layout Standard
32909 \noindent
32910 \align center
32911 \begin_inset Tabular
32912 <lyxtabular version="3" rows="2" columns="2">
32913 <features tabularvalignment="middle">
32914 <column alignment="center" valignment="top" width="0">
32915 <column alignment="center" valignment="top" width="0">
32916 <row>
32917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32918 \begin_inset Text
32919
32920 \begin_layout Plain Layout
32921 Text
32922 \end_layout
32923
32924 \end_inset
32925 </cell>
32926 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32927 \begin_inset Text
32928
32929 \begin_layout Plain Layout
32930 Text
32931 \end_layout
32932
32933 \end_inset
32934 </cell>
32935 </row>
32936 <row>
32937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32938 \begin_inset Text
32939
32940 \begin_layout Plain Layout
32941 \begin_inset Graphics
32942         filename ../../images/dialog-show-new-inset_graphics.png
32943         scale 70
32944         scaleBeforeRotation
32945
32946 \end_inset
32947
32948
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 Text
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 </row>
32963 </lyxtabular>
32964
32965 \end_inset
32966
32967  
32968 \begin_inset Tabular
32969 <lyxtabular version="3" rows="2" columns="2">
32970 <features tabularvalignment="middle">
32971 <column alignment="center" valignment="top" width="0">
32972 <column alignment="center" valignment="top" width="0">
32973 <row>
32974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32975 \begin_inset Text
32976
32977 \begin_layout Plain Layout
32978 Text
32979 \end_layout
32980
32981 \end_inset
32982 </cell>
32983 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32984 \begin_inset Text
32985
32986 \begin_layout Plain Layout
32987 Text
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 </row>
32993 <row>
32994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32995 \begin_inset Text
32996
32997 \begin_layout Plain Layout
32998 Text
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007 \begin_inset Graphics
33008         filename ../../images/dialog-show-new-inset_graphics.png
33009         scale 70
33010         scaleBeforeRotation
33011
33012 \end_inset
33013
33014
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 </row>
33020 </lyxtabular>
33021
33022 \end_inset
33023
33024  
33025 \begin_inset Tabular
33026 <lyxtabular version="3" rows="2" columns="3">
33027 <features tabularvalignment="middle">
33028 <column alignment="center" valignment="top" width="0">
33029 <column alignment="center" valignment="top" width="0">
33030 <column alignment="center" valignment="top" width="0">
33031 <row>
33032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 Text
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 <cell alignment="center" valignment="top" topline="true" usebox="none">
33042 \begin_inset Text
33043
33044 \begin_layout Plain Layout
33045 \begin_inset Graphics
33046         filename ../../images/dialog-show-new-inset_graphics.png
33047         scale 70
33048         scaleBeforeRotation
33049
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 Text
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 </row>
33067 <row>
33068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 Text
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 Text
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 Text
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 </row>
33096 </lyxtabular>
33097
33098 \end_inset
33099
33100  
33101 \begin_inset Tabular
33102 <lyxtabular version="3" rows="2" columns="3">
33103 <features tabularvalignment="middle">
33104 <column alignment="center" valignment="top" width="0">
33105 <column alignment="center" valignment="top" width="0">
33106 <column alignment="center" valignment="top" width="0">
33107 <row>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 Text
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 <cell alignment="center" valignment="top" topline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121 Text
33122 \end_layout
33123
33124 \end_inset
33125 </cell>
33126 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 Text
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 </row>
33136 <row>
33137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 Text
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 \begin_inset Graphics
33151         filename ../../images/dialog-show-new-inset_graphics.png
33152         scale 70
33153         scaleBeforeRotation
33154
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166 Text
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 </row>
33172 </lyxtabular>
33173
33174 \end_inset
33175
33176
33177 \end_layout
33178
33179 \begin_layout Standard
33180 \noindent
33181 \align center
33182 \begin_inset Tabular
33183 <lyxtabular version="3" rows="3" columns="2">
33184 <features tabularvalignment="middle">
33185 <column alignment="center" valignment="top" width="0">
33186 <column alignment="center" valignment="top" width="0">
33187 <row>
33188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 Text
33193 \end_layout
33194
33195 \end_inset
33196 </cell>
33197 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 Text
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 </row>
33207 <row>
33208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33209 \begin_inset Text
33210
33211 \begin_layout Plain Layout
33212 \begin_inset Graphics
33213         filename ../../images/dialog-show-new-inset_graphics.png
33214         scale 70
33215         scaleBeforeRotation
33216
33217 \end_inset
33218
33219
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 Text
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 <row>
33235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 Text
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 Text
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 </row>
33254 </lyxtabular>
33255
33256 \end_inset
33257
33258  
33259 \begin_inset Tabular
33260 <lyxtabular version="3" rows="3" columns="3">
33261 <features tabularvalignment="middle">
33262 <column alignment="center" valignment="top" width="0">
33263 <column alignment="center" valignment="top" width="0">
33264 <column alignment="center" valignment="top" width="0">
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 Text
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" topline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 Text
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Plain Layout
33288 Text
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 </row>
33294 <row>
33295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 Text
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 <cell alignment="center" valignment="top" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 \begin_inset Graphics
33309         filename ../../images/dialog-show-new-inset_graphics.png
33310         scale 70
33311         scaleBeforeRotation
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \end_inset
33319 </cell>
33320 <cell alignment="center" valignment="top" rightline="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 </row>
33330 <row>
33331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33332 \begin_inset Text
33333
33334 \begin_layout Plain Layout
33335 Text
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 <cell alignment="center" valignment="top" bottomline="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" bottomline="true" rightline="true" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353 Text
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 </row>
33359 </lyxtabular>
33360
33361 \end_inset
33362
33363  
33364 \begin_inset Tabular
33365 <lyxtabular version="3" rows="3" columns="2">
33366 <features tabularvalignment="middle">
33367 <column alignment="center" valignment="top" width="0">
33368 <column alignment="center" valignment="top" width="0">
33369 <row>
33370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33371 \begin_inset Text
33372
33373 \begin_layout Plain Layout
33374 Text
33375 \end_layout
33376
33377 \end_inset
33378 </cell>
33379 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383 Text
33384 \end_layout
33385
33386 \end_inset
33387 </cell>
33388 </row>
33389 <row>
33390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33391 \begin_inset Text
33392
33393 \begin_layout Plain Layout
33394 Text
33395 \end_layout
33396
33397 \end_inset
33398 </cell>
33399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33400 \begin_inset Text
33401
33402 \begin_layout Plain Layout
33403 \begin_inset Graphics
33404         filename ../../images/dialog-show-new-inset_graphics.png
33405         scale 70
33406         scaleBeforeRotation
33407
33408 \end_inset
33409
33410
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 </row>
33416 <row>
33417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Plain Layout
33421 Text
33422 \end_layout
33423
33424 \end_inset
33425 </cell>
33426 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33427 \begin_inset Text
33428
33429 \begin_layout Plain Layout
33430 Text
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 </row>
33436 </lyxtabular>
33437
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \begin_layout Standard
33444 \noindent
33445 kann man das LaTeX-Paket 
33446 \series bold
33447 picinpar
33448 \series default
33449
33450 \begin_inset Index idx
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454 LaTeX-Pakete ! picinpar
33455 \end_layout
33456
33457 \end_inset
33458
33459  benutzen.
33460  Hier ist ein Beispiel:
33461 \end_layout
33462
33463 \begin_layout Standard
33464 \begin_inset ERT
33465 status collapsed
33466
33467 \begin_layout Plain Layout
33468
33469
33470 \backslash
33471 ifpicinpar
33472 \end_layout
33473
33474 \end_inset
33475
33476
33477 \begin_inset Note Note
33478 status open
33479
33480 \begin_layout Plain Layout
33481 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
33482 \series bold
33483 picinpar
33484 \series default
33485  installiert ist.
33486 \end_layout
33487
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Standard
33494 \begin_inset ERT
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498
33499
33500 \backslash
33501 begin{window}[2,c,{
33502 \end_layout
33503
33504 \end_inset
33505
33506
33507 \begin_inset Graphics
33508         filename ../clipart/mobius.eps
33509         lyxscale 60
33510         width 40col%
33511         scaleBeforeRotation
33512         rotateOrigin center
33513
33514 \end_inset
33515
33516
33517 \begin_inset ERT
33518 status collapsed
33519
33520 \begin_layout Plain Layout
33521
33522 },]
33523 \end_layout
33524
33525 \begin_layout Plain Layout
33526
33527 {}
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \size small
33534 \lang english
33535 It was in the spring of the year 1894 that all London was interested, and
33536  the fashionable world dismayed, by the murder of the Honourable Ronald
33537  Adair under most unusual and inexplicable circumstances.
33538  The public has already learned those particulars of the crime which
33539 \size default
33540
33541 \begin_inset ERT
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545
33546
33547 \backslash
33548 footnotemark{}
33549 \end_layout
33550
33551 \end_inset
33552
33553
33554 \size small
33555  came out in the police investigation, but a good deal was suppressed upon
33556  that occasion, since the case for the prosecution was so overwhelmingly
33557  strong that it was not necessary to bring forward all the facts.
33558  Only now, at the end of nearly ten years, am I allowed to supply those
33559  missing links which make up the whole of that remarkable chain.
33560 \size default
33561 \lang ngerman
33562
33563 \begin_inset ERT
33564 status collapsed
33565
33566 \begin_layout Plain Layout
33567
33568
33569 \backslash
33570 end{window}
33571 \end_layout
33572
33573 \end_inset
33574
33575
33576 \end_layout
33577
33578 \begin_layout Standard
33579 \begin_inset ERT
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583
33584
33585 \backslash
33586 footnotetext{
33587 \end_layout
33588
33589 \end_inset
33590
33591 Fußnote des Absatzes mit fixem Objekt.
33592 \begin_inset ERT
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596
33597 }
33598 \end_layout
33599
33600 \end_inset
33601
33602
33603 \end_layout
33604
33605 \begin_layout Standard
33606 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
33607  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
33608  vertikale Position im Text bestimmen kann.
33609  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
33610  beschriftet werden.
33611 \end_layout
33612
33613 \begin_layout Standard
33614 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
33615  Befehl
33616 \end_layout
33617
33618 \begin_layout Standard
33619
33620 \series bold
33621
33622 \backslash
33623 begin{window}[2,c,{
33624 \end_layout
33625
33626 \begin_layout Standard
33627 als TeX-Code einfügt.
33628  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
33629  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
33630  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
33631  Danach fügt man das Objekt ein.
33632  In diesem Beispiel wurde ein Bild der Breite von 40
33633 \begin_inset space \thinspace{}
33634 \end_inset
33635
33636 % der Textspaltenbreite eingefügt.
33637  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
33638  Nach dem Objekt fügt man den Befehl
33639 \end_layout
33640
33641 \begin_layout Standard
33642
33643 \series bold
33644 },Beschreibungstext]
33645 \begin_inset Newline newline
33646 \end_inset
33647
33648 {}
33649 \end_layout
33650
33651 \begin_layout Standard
33652 ein.
33653  Man beachte dass das 
33654 \begin_inset Quotes gld
33655 \end_inset
33656
33657
33658 \series bold
33659 {}
33660 \series default
33661
33662 \begin_inset Quotes grd
33663 \end_inset
33664
33665  in der zweiten Zeile steht.
33666  Der Beschreibungstext ist optional.
33667  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
33668  das Objekt befinden, also direkt nach dem 
33669 \series bold
33670 {}
33671 \series default
33672  beginnen.
33673  Am Ende des Absatzes fügt man folgenden Befehl ein:
33674 \end_layout
33675
33676 \begin_layout Standard
33677
33678 \series bold
33679
33680 \backslash
33681 end{window}
33682 \end_layout
33683
33684 \begin_layout Standard
33685 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
33686  man muss stattdessen den Befehl 
33687 \series bold
33688
33689 \backslash
33690 footnotemark
33691 \series default
33692  verwenden.
33693  Außerhalb des Absatzes den Befehl 
33694 \series bold
33695
33696 \backslash
33697 footnotetext
33698 \series default
33699 , wie es in Abschnitt
33700 \begin_inset space ~
33701 \end_inset
33702
33703
33704 \begin_inset CommandInset ref
33705 LatexCommand ref
33706 reference "abs:Fußnoten"
33707
33708 \end_inset
33709
33710  beschrieben ist.
33711 \end_layout
33712
33713 \begin_layout Standard
33714 \begin_inset ERT
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718
33719
33720 \backslash
33721 else
33722 \end_layout
33723
33724 \end_inset
33725
33726
33727 \begin_inset Note Note
33728 status open
33729
33730 \begin_layout Plain Layout
33731 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
33732 \series bold
33733 picinpar
33734 \series default
33735  nicht installiert ist:
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744 Das LaTeX-Paket 
33745 \series bold
33746 picinpar
33747 \series default
33748  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33749 \end_layout
33750
33751 \begin_layout Standard
33752 \begin_inset ERT
33753 status collapsed
33754
33755 \begin_layout Plain Layout
33756
33757
33758 \backslash
33759 fi
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \begin_layout Section
33768 Initiale
33769 \begin_inset Index idx
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773 Initiale
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \begin_inset Index idx
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783 Umflossene Objekte ! Initiale
33784 \end_layout
33785
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \begin_layout Standard
33792 Für Initialen muss das LaTeX-Paket 
33793 \series bold
33794 lettrine
33795 \series default
33796
33797 \begin_inset Index idx
33798 status collapsed
33799
33800 \begin_layout Plain Layout
33801 LaTeX-Pakete ! lettrine
33802 \end_layout
33803
33804 \end_inset
33805
33806  installiert sein und das Modul 
33807 \family sans
33808 Initialen
33809 \family default
33810  im Dokument verwendet werden (Menü 
33811 \family sans
33812 Dokument\SpecialChar \menuseparator
33813 Einstellungen\SpecialChar \menuseparator
33814 Module
33815 \family default
33816 ).
33817  Um eine Initiale einzufügen, verwendet man den Stil 
33818 \family sans
33819 Initiale
33820 \family default
33821 .
33822  Dieser Stil hat ein obligatorisches und ein optionales Argument.
33823  Das obligatorische Argument wird über das Menü 
33824 \family sans
33825 Einfügen\SpecialChar \menuseparator
33826 Kurztitel
33827 \family default
33828  eingefügt und enthält den Buchstaben, der die Initiale bildet.
33829  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
33830  vor dem obligatorischen ein.
33831  Dieses enthält Parameter um die Initiale zu modifizieren.
33832  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
33833  von 
33834 \series bold
33835 lettrine
33836 \series default
33837
33838 \begin_inset CommandInset citation
33839 LatexCommand cite
33840 key "lettrine"
33841
33842 \end_inset
33843
33844 .
33845  Der Stil selbst enthält den Text, der die Initiale umgibt.
33846  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
33847  Initiale ist, in 
33848 \shape smallcaps
33849 Kapitälchen
33850 \shape default
33851  gedruckt wird.
33852  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
33853  schließende geschweifte Klammer '
33854 \series bold
33855 }
33856 \series default
33857 ' als TeX-Code ein.
33858  Am Ende des Stils muss eine öffnende geschweifte Klammer '
33859 \series bold
33860 {
33861 \series default
33862 ' als TeX-Code stehen.
33863 \end_layout
33864
33865 \begin_layout Standard
33866 \begin_inset Newpage newpage
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 Hier sind einige Beispiele:
33874 \end_layout
33875
33876 \begin_layout Standard
33877 \begin_inset ERT
33878 status collapsed
33879
33880 \begin_layout Plain Layout
33881
33882
33883 \backslash
33884 iflettrine
33885 \end_layout
33886
33887 \end_inset
33888
33889
33890 \begin_inset Note Note
33891 status open
33892
33893 \begin_layout Plain Layout
33894 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
33895 \series bold
33896 lettrine
33897 \series default
33898  installiert ist.
33899 \end_layout
33900
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \begin_layout Enumerate
33907 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
33908
33909 \begin_inset Formula $\mathfrak{Fraktur}$
33910 \end_inset
33911
33912 :
33913 \end_layout
33914
33915 \begin_deeper
33916 \begin_layout Initial
33917 \begin_inset Argument
33918 status open
33919
33920 \begin_layout Plain Layout
33921 \begin_inset Formula $\mathfrak{I}$
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \end_inset
33928
33929 t
33930 \begin_inset ERT
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934
33935 }
33936 \end_layout
33937
33938 \end_inset
33939
33940  
33941 \lang english
33942 was in the spring of the year 1894 that all London was interested, and the
33943  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33944  under most unusual and inexplicable circumstances.
33945  The public has already learned those particulars of the crime which came
33946  out in the police investigation, but a good deal was suppressed upon that
33947  occasion, since the case for the prosecution was so overwhelmingly strong
33948  that it was not necessary to bring forward all the facts.
33949 \lang ngerman
33950
33951 \begin_inset ERT
33952 status collapsed
33953
33954 \begin_layout Plain Layout
33955
33956 {
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \end_deeper
33965 \begin_layout Enumerate
33966 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
33967  besteht und kein Text ist in 
33968 \shape smallcaps
33969 Kapitälchen
33970 \shape default
33971 :
33972 \end_layout
33973
33974 \begin_deeper
33975 \begin_layout Initial
33976 \begin_inset Argument
33977 status open
33978
33979 \begin_layout Plain Layout
33980 lines=1
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \begin_inset Argument
33987 status open
33988
33989 \begin_layout Plain Layout
33990 It
33991 \end_layout
33992
33993 \end_inset
33994
33995
33996 \begin_inset ERT
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000
34001 }
34002 \end_layout
34003
34004 \end_inset
34005
34006  
34007 \lang english
34008 was in the spring of the year 1894 that all London was interested, and the
34009  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34010  under most unusual and inexplicable circumstances.
34011  The public has already learned those particulars of the crime which came
34012  out in the police investigation, but a good deal was suppressed upon that
34013  occasion, since the case for the prosecution was so overwhelmingly strong
34014  that it was not necessary to bring forward all the facts.
34015 \lang ngerman
34016
34017 \begin_inset ERT
34018 status collapsed
34019
34020 \begin_layout Plain Layout
34021
34022 {
34023 \end_layout
34024
34025 \end_inset
34026
34027
34028 \end_layout
34029
34030 \end_deeper
34031 \begin_layout Enumerate
34032 Magenta, hängende Initiale über 3
34033 \begin_inset space ~
34034 \end_inset
34035
34036 Zeilen in der Mathe-Schrift
34037 \begin_inset Newline newline
34038 \end_inset
34039
34040  
34041 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
34042 \end_inset
34043
34044 , der Text 
34045 \begin_inset Quotes gld
34046 \end_inset
34047
34048
34049 \lang english
34050 was in the spring
34051 \lang ngerman
34052
34053 \begin_inset Quotes erd
34054 \end_inset
34055
34056  ist in 
34057 \shape smallcaps
34058 Kapitälchen
34059 \shape default
34060 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
34061 \begin_inset Newline newline
34062 \end_inset
34063
34064
34065 \series bold
34066
34067 \backslash
34068 renewcommand{
34069 \backslash
34070 LettrineFontHook}{
34071 \backslash
34072 color{Farbe}}
34073 \series default
34074
34075 \begin_inset Newline newline
34076 \end_inset
34077
34078 wobei 
34079 \emph on
34080 Farbe
34081 \emph default
34082  
34083 \begin_inset Quotes gld
34084 \end_inset
34085
34086 red
34087 \begin_inset Quotes erd
34088 \end_inset
34089
34090
34091 \begin_inset Quotes gld
34092 \end_inset
34093
34094 blue
34095 \begin_inset Quotes erd
34096 \end_inset
34097
34098
34099 \begin_inset Quotes gld
34100 \end_inset
34101
34102 green
34103 \begin_inset Quotes erd
34104 \end_inset
34105
34106
34107 \begin_inset Quotes gld
34108 \end_inset
34109
34110 yellow
34111 \begin_inset Quotes erd
34112 \end_inset
34113
34114
34115 \begin_inset Quotes gld
34116 \end_inset
34117
34118 cyan
34119 \begin_inset Quotes erd
34120 \end_inset
34121
34122
34123 \begin_inset Quotes gld
34124 \end_inset
34125
34126 magenta
34127 \begin_inset Quotes erd
34128 \end_inset
34129
34130
34131 \begin_inset Quotes gld
34132 \end_inset
34133
34134 black
34135 \begin_inset Quotes erd
34136 \end_inset
34137
34138  oder 
34139 \begin_inset Quotes gld
34140 \end_inset
34141
34142 white
34143 \begin_inset Quotes erd
34144 \end_inset
34145
34146  sein kann, und diesen Befehl zur Dokument Präambel hinzufügen:
34147 \begin_inset Newline newline
34148 \end_inset
34149
34150
34151 \series bold
34152
34153 \backslash
34154 @ifundefined{textcolor}
34155 \begin_inset Newline newline
34156 \end_inset
34157
34158
34159 \begin_inset space ~
34160 \end_inset
34161
34162 {
34163 \backslash
34164 usepackage{color}}{}
34165 \end_layout
34166
34167 \begin_deeper
34168 \begin_layout Standard
34169 \begin_inset ERT
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173
34174
34175 \backslash
34176 renewcommand{
34177 \backslash
34178 LettrineFontHook}{
34179 \backslash
34180 color{magenta}}
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \begin_inset Note Note
34187 status open
34188
34189 \begin_layout Plain Layout
34190 macht die Initiale magenta
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Initial
34199 \begin_inset Argument
34200 status open
34201
34202 \begin_layout Plain Layout
34203 lines=3, lhang=0.33, loversize=0.25
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \begin_inset Argument
34210 status open
34211
34212 \begin_layout Plain Layout
34213 \begin_inset Formula $\mathcal{I}$
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \end_inset
34220
34221
34222 \lang english
34223 t was in the spring
34224 \lang ngerman
34225
34226 \begin_inset ERT
34227 status collapsed
34228
34229 \begin_layout Plain Layout
34230
34231 }
34232 \end_layout
34233
34234 \end_inset
34235
34236  
34237 \lang english
34238 of the year 1894 that all London was interested, and the fashionable world
34239  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34240  and inexplicable circumstances.
34241  The public has already learned those particulars of the crime which came
34242  out in the police investigation, but a good deal was suppressed upon that
34243  occasion, since the case for the prosecution was so overwhelmingly strong
34244  that it was not necessary to bring forward all the facts.
34245 \family sans
34246 \lang ngerman
34247
34248 \begin_inset ERT
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252
34253 {
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \end_deeper
34262 \begin_layout Standard
34263 \begin_inset ERT
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267
34268
34269 \backslash
34270 else
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \begin_inset Note Note
34277 status open
34278
34279 \begin_layout Plain Layout
34280 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
34281 \series bold
34282 lettrine
34283 \series default
34284  nicht installiert ist:
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \begin_layout Standard
34293 Das LaTeX-Paket 
34294 \series bold
34295 lettrine
34296 \series default
34297  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
34298 \end_layout
34299
34300 \begin_layout Standard
34301 \begin_inset ERT
34302 status collapsed
34303
34304 \begin_layout Plain Layout
34305
34306
34307 \backslash
34308 fi
34309 \end_layout
34310
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \begin_layout Chapter
34317 Externe Dateien
34318 \begin_inset Index idx
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 Dateien ! externe
34323 \end_layout
34324
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \begin_layout Standard
34331 Mit 
34332 \family sans
34333 Einfügen\SpecialChar \menuseparator
34334 Datei
34335 \family default
34336  können Sie fremdes Material in Ihr Dokument einsetzen.
34337  Das kann folgendes sein:
34338 \end_layout
34339
34340 \begin_layout Description
34341 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
34342  eingefügt.
34343 \end_layout
34344
34345 \begin_layout Description
34346 Einfacher
34347 \begin_inset space ~
34348 \end_inset
34349
34350 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
34351  eingefügt.
34352 \end_layout
34353
34354 \begin_layout Description
34355 Einfacher
34356 \begin_inset space ~
34357 \end_inset
34358
34359 Text,
34360 \begin_inset space ~
34361 \end_inset
34362
34363 Zeilen
34364 \begin_inset space ~
34365 \end_inset
34366
34367 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
34368  Leerzeilen trennen die Absätze.
34369 \end_layout
34370
34371 \begin_layout Description
34372 Externes
34373 \begin_inset space ~
34374 \end_inset
34375
34376 Material Dateien in verschiedenen Formaten.
34377 \end_layout
34378
34379 \begin_layout Description
34380 Unterdokument LyX- oder LaTeX-Dokumente.
34381 \end_layout
34382
34383 \begin_layout Section
34384 Externes Material
34385 \begin_inset Index idx
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 Externes Material
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \begin_layout Standard
34398 Mit 
34399 \family sans
34400 Einfügen\SpecialChar \menuseparator
34401 Datei\SpecialChar \menuseparator
34402  Externes Material
34403 \family default
34404  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
34405  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
34406  weil LyX sich darum kümmert.
34407  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
34408  eingefügt werden können.
34409  Wenn die Grafikvorschau in den LyX-Einstellungen unter
34410 \family sans
34411  Aussehen
34412 \begin_inset space ~
34413 \end_inset
34414
34415 &
34416 \begin_inset space ~
34417 \end_inset
34418
34419 Handhabung\SpecialChar \menuseparator
34420 Grafik
34421 \family default
34422 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
34423 \end_layout
34424
34425 \begin_layout Standard
34426 Zur Zeit können Sie folgende Dateitypen (
34427 \family sans
34428 Vorlagen
34429 \family default
34430 ) benutzen:
34431 \end_layout
34432
34433 \begin_layout Description
34434 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
34435 \series bold
34436
34437 \begin_inset CommandInset href
34438 LatexCommand href
34439 name "XBoard"
34440 target "http://de.wikipedia.org/wiki/XBoard"
34441
34442 \end_inset
34443
34444
34445 \series default
34446  erzeugt wurden.
34447 \end_layout
34448
34449 \begin_layout Description
34450 Datum fügt ein Datum mit dem Format 
34451 \emph on
34452 Tag-Monat-Jahr
34453 \emph default
34454  ein.
34455  Hier ist ein Beispiel: 
34456 \begin_inset External
34457         template Date
34458         filename .
34459
34460 \end_inset
34461
34462
34463 \begin_inset space ~
34464 \end_inset
34465
34466
34467 \begin_inset Note Note
34468 status open
34469
34470 \begin_layout Plain Layout
34471
34472 \lang english
34473 Remove the protected space when bug 4398 is fixed!
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \begin_inset Newline newline
34480 \end_inset
34481
34482 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
34483  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
34484  Menü 
34485 \family sans
34486 Einfügen\SpecialChar \menuseparator
34487 Datum
34488 \family default
34489  und mit dem LaTeX-Befehl 
34490 \series bold
34491
34492 \backslash
34493 today
34494 \series default
34495 .
34496  Die verschiedenen Methoden werden in Tabelle
34497 \begin_inset space ~
34498 \end_inset
34499
34500
34501 \begin_inset CommandInset ref
34502 LatexCommand ref
34503 reference "tab:Vergleich-der-Datums-Eingaben"
34504
34505 \end_inset
34506
34507  verglichen.
34508 \end_layout
34509
34510 \begin_layout Description
34511 Dia unterstützt Diagramme, die mit dem Programm 
34512 \series bold
34513
34514 \begin_inset CommandInset href
34515 LatexCommand href
34516 name "Dia"
34517 target "http://de.wikipedia.org/wiki/Dia_(Software)"
34518
34519 \end_inset
34520
34521
34522 \series default
34523  erzeugt wurden.
34524 \end_layout
34525
34526 \begin_layout Description
34527 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
34528 \series bold
34529
34530 \begin_inset CommandInset href
34531 LatexCommand href
34532 name "Gnumeric"
34533 target "http://de.wikipedia.org/wiki/Gnumeric"
34534
34535 \end_inset
34536
34537
34538 \series default
34539
34540 \begin_inset CommandInset href
34541 LatexCommand href
34542 name "OpenDocument"
34543 target "http://de.wikipedia.org/wiki/OpenDocument"
34544
34545 \end_inset
34546
34547
34548 \begin_inset CommandInset href
34549 LatexCommand href
34550 name "Microsoft Office XML"
34551 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
34552
34553 \end_inset
34554
34555  und 
34556 \begin_inset CommandInset href
34557 LatexCommand href
34558 name "Office Open XML"
34559 target "http://de.wikipedia.org/wiki/Office_Open_XML"
34560
34561 \end_inset
34562
34563  einfügen.
34564  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
34565 \family typewriter
34566 ssconvert
34567 \family default
34568  gefunden haben.
34569  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
34570  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
34571  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
34572 \emph on
34573 spreadsheet.lyx
34574 \emph default
34575 .
34576 \end_layout
34577
34578 \begin_layout Description
34579 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
34580  dem Notensatzprogramm 
34581 \series bold
34582
34583 \begin_inset CommandInset href
34584 LatexCommand href
34585 name "LilyPond"
34586 target "http://de.wikipedia.org/wiki/LilyPond"
34587
34588 \end_inset
34589
34590
34591 \series default
34592  gesetzt werden.
34593  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
34594  
34595 \emph on
34596 lilypond.lyx
34597 \emph default
34598 .
34599 \end_layout
34600
34601 \begin_layout Description
34602 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
34603  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
34604  
34605 \series bold
34606 pages
34607 \series default
34608  im Feld 
34609 \family sans
34610 Option
34611 \family default
34612  in der Karteikarte 
34613 \family sans
34614 LaTeX- und LyX-Optionen
34615 \family default
34616 .
34617  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
34618  (man gibt als Option 
34619 \series bold
34620 pages={3,5,6,8}
34621 \series default
34622  an), Seitenbereiche (
34623 \series bold
34624 pages={4-9}
34625 \series default
34626 ) oder eine Kombination davon enthält.
34627  Um leere Seiten einzufügen, verwendet man {}.
34628  Z.
34629 \begin_inset space \thinspace{}
34630 \end_inset
34631
34632 B.
34633  fügt 
34634 \series bold
34635 pages={3,{},8-11,15}
34636 \series default
34637  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
34638  Seitenbereiche werden mit der Syntax 
34639 \emph on
34640 Start
34641 \emph default
34642 -
34643 \emph on
34644 Stop
34645 \emph default
34646  angegeben.
34647  Dies wählt alle Seiten von 
34648 \emph on
34649 Start
34650 \emph default
34651  bis 
34652 \emph on
34653 Stop
34654 \emph default
34655  aus.
34656  Wird 
34657 \emph on
34658 Start
34659 \emph default
34660  weggelassen, wird stattdessen die erste Seite verwendet; wird 
34661 \emph on
34662 Stop
34663 \emph default
34664  weggelassen, wird stattdessen die letzte Seite verwendet.
34665  Die letzte Seite kann außerdem mit dem Schlagwort 
34666 \series bold
34667 last
34668 \series default
34669  ausgewählt werden.
34670  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
34671 \series bold
34672 pages=-
34673 \series default
34674  fügt also alle Seiten des Dokuments ein und 
34675 \series bold
34676 pages=last-1
34677 \series default
34678  fügt alle Seiten in umgekehrter Reihenfolge ein.
34679  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
34680  eingefügt.
34681 \begin_inset Newline newline
34682 \end_inset
34683
34684 Die Option 
34685 \series bold
34686 noautoscale
34687 \series default
34688  fügt die Seiten in ihrer Originalgröße ein.
34689  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
34690  dass sie die komplette Breite Ihres Dokuments einnehmen.
34691  In der Karteikarte 
34692 \family sans
34693 Größe und Drehung
34694 \family default
34695  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
34696  werden.
34697  Wird eine andere Breite als 100
34698 \begin_inset space \thinspace{}
34699 \end_inset
34700
34701 Größe% verwendet, wird die Option 
34702 \series bold
34703 noautoscale
34704 \series default
34705  überschrieben.
34706  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
34707  des LaTeX-Pakets 
34708 \series bold
34709 pdfpages
34710 \series default
34711  
34712 \begin_inset CommandInset citation
34713 LatexCommand cite
34714 key "pdfpages"
34715
34716 \end_inset
34717
34718 .
34719 \begin_inset Index idx
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723 LaTeX-Pakete ! pdfpages
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \begin_inset Newline newline
34730 \end_inset
34731
34732 Um diese Vorlage in einer 
34733 \family sans
34734 Beamer
34735 \family default
34736 -Präsentation zu verwenden, muss zuerst eine 
34737 \family sans
34738 BeendeRahmen
34739 \family default
34740  Umgebung eingefügt werden.
34741  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
34742 \series bold
34743
34744 \backslash
34745 setbeamertemplate{background canvas}{}
34746 \series default
34747 .
34748  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
34749  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
34750  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
34751  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
34752  sicher, dass die Ausrichtung 
34753 \family sans
34754 Standard
34755 \family default
34756  für den Absatz verwendet wird, der die Vorlage enthält.
34757 \begin_inset Newline newline
34758 \end_inset
34759
34760 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
34761 \begin_inset External
34762         template PDFPages
34763         filename ../clipart/Abstract.pdf
34764         extra LaTeX "pages=-"
34765         rotateAngle -5
34766         rotateOrigin bottomleft
34767         width 50col%
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \begin_layout Description
34775 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
34776  Die Bilddateien können im Dialogfenster 
34777 \family sans
34778 Externes
34779 \begin_inset space ~
34780 \end_inset
34781
34782 Material
34783 \family default
34784  genauso behandelt werden wie die mit dem normalen 
34785 \family sans
34786 Grafik
34787 \family default
34788 -Dialog eingefügten, siehe Abschnitt
34789 \begin_inset space ~
34790 \end_inset
34791
34792
34793 \begin_inset CommandInset ref
34794 LatexCommand ref
34795 reference "abs:Grafik-Dialog"
34796
34797 \end_inset
34798
34799 .
34800  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
34801  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
34802  Hier ist ein eingefügtes Rasterbild: 
34803 \begin_inset External
34804         template RasterImage
34805         filename ../clipart/ToolbarEnvBox.png
34806
34807 \end_inset
34808
34809
34810 \end_layout
34811
34812 \begin_layout Description
34813 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
34814 \series bold
34815
34816 \begin_inset CommandInset href
34817 LatexCommand href
34818 name "Xfig"
34819 target "http://de.wikipedia.org/wiki/Xfig"
34820
34821 \end_inset
34822
34823
34824 \series default
34825  erzeugt wurden.
34826 \end_layout
34827
34828 \begin_layout Standard
34829 \begin_inset Float table
34830 placement !h
34831 wide false
34832 sideways false
34833 status open
34834
34835 \begin_layout Plain Layout
34836 \begin_inset Caption
34837
34838 \begin_layout Plain Layout
34839 \begin_inset CommandInset label
34840 LatexCommand label
34841 name "tab:Vergleich-der-Datums-Eingaben"
34842
34843 \end_inset
34844
34845 Vergleich der Datums-Eingaben
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \begin_layout Plain Layout
34854 \align center
34855 \begin_inset Tabular
34856 <lyxtabular version="3" rows="4" columns="4">
34857 <features tabularvalignment="middle">
34858 <column alignment="center" valignment="top" width="0">
34859 <column alignment="center" valignment="top" width="0">
34860 <column alignment="center" valignment="top" width="0">
34861 <column alignment="center" valignment="top" width="0">
34862 <row>
34863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867 Dokumentformat
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876
34877 \family sans
34878 Externes Material\SpecialChar \menuseparator
34879 Datum
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888
34889 \family sans
34890 Einfügen\SpecialChar \menuseparator
34891 Datum
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900 Befehl 
34901 \series bold
34902
34903 \backslash
34904 today
34905 \end_layout
34906
34907 \end_inset
34908 </cell>
34909 </row>
34910 <row>
34911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 LyX
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924 als Box
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34930 \begin_inset Text
34931
34932 \begin_layout Plain Layout
34933 als Datum
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942 als TeX-Code
34943 \end_layout
34944
34945 \end_inset
34946 </cell>
34947 </row>
34948 <row>
34949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34950 \begin_inset Text
34951
34952 \begin_layout Plain Layout
34953 LaTeX
34954 \end_layout
34955
34956 \end_inset
34957 </cell>
34958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34959 \begin_inset Text
34960
34961 \begin_layout Plain Layout
34962 als Datum
34963 \end_layout
34964
34965 \end_inset
34966 </cell>
34967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971 als Datum
34972 \end_layout
34973
34974 \end_inset
34975 </cell>
34976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34977 \begin_inset Text
34978
34979 \begin_layout Plain Layout
34980 als Befehl
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 </row>
34986 <row>
34987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991 DVI, PDF, PS
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 als Datum
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009 als Datum
35010 \end_layout
35011
35012 \end_inset
35013 </cell>
35014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35015 \begin_inset Text
35016
35017 \begin_layout Plain Layout
35018 als Datum
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 </row>
35024 </lyxtabular>
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \begin_layout Standard
35037 Wenn Sie im Dialogfenster
35038 \family sans
35039  Externes
35040 \begin_inset space ~
35041 \end_inset
35042
35043 Material 
35044 \family default
35045 in der Karteikarte
35046 \family sans
35047  Datei
35048 \family default
35049  die Option 
35050 \family sans
35051 Entwurf
35052 \family default
35053  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
35054 \begin_inset Newline newline
35055 \end_inset
35056
35057 LyX kann externes Material entweder als Box wie hier: 
35058 \begin_inset Graphics
35059         filename clipart/ExternesMaterialQt4.png
35060         scale 85
35061         scaleBeforeRotation
35062
35063 \end_inset
35064
35065  oder als Bild darstellen.
35066  Das hängt davon ab, ob Sie im Dialog
35067 \family sans
35068  
35069 \family default
35070 in der Karteikarte 
35071 \family sans
35072 LaTeX- und LyX-Optionen
35073 \family default
35074  die Option 
35075 \family sans
35076 In
35077 \begin_inset space ~
35078 \end_inset
35079
35080 LyX
35081 \begin_inset space ~
35082 \end_inset
35083
35084 anzeigen
35085 \family default
35086  gewählt haben oder nicht.
35087 \end_layout
35088
35089 \begin_layout Standard
35090 Im LyX-Handbuch 
35091 \family sans
35092 \emph on
35093 Anpassung
35094 \family default
35095 \emph default
35096  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
35097 \end_layout
35098
35099 \begin_layout Section
35100 Unterdokumente
35101 \begin_inset CommandInset label
35102 LatexCommand label
35103 name "abs:Unterdokumente"
35104
35105 \end_inset
35106
35107
35108 \begin_inset Index idx
35109 status collapsed
35110
35111 \begin_layout Plain Layout
35112 Unterdokument
35113 \end_layout
35114
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \begin_layout Standard
35121 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
35122  oder Abschnitten bestehen.
35123  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
35124  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
35125  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
35126  z.
35127 \begin_inset space \thinspace{}
35128 \end_inset
35129
35130 B.
35131  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
35132 \end_layout
35133
35134 \begin_layout Standard
35135 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
35136  müssen, geben Sie im Unterdokument im Menü
35137 \family sans
35138  Dokument\SpecialChar \menuseparator
35139 Einstellungen\SpecialChar \menuseparator
35140 Dokumentklasse
35141 \family default
35142  das Hauptdokument an.
35143  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
35144  bearbeiten.
35145 \end_layout
35146
35147 \begin_layout Standard
35148 Unterdokumente werden in LyX als Box angezeigt: 
35149 \begin_inset Graphics
35150         filename clipart/UnterdokumentQt4.png
35151         scale 85
35152         scaleBeforeRotation
35153
35154 \end_inset
35155
35156  Sie werden über
35157 \family sans
35158  Einfügen\SpecialChar \menuseparator
35159 Datei\SpecialChar \menuseparator
35160 Unterdokument
35161 \family default
35162  eingebunden, was das Dialogfenster
35163 \family sans
35164  Unterdokument
35165 \family default
35166  öffnet.
35167  Für 
35168 \family sans
35169 die Art
35170 \begin_inset space ~
35171 \end_inset
35172
35173 der
35174 \begin_inset space ~
35175 \end_inset
35176
35177 Einbindung
35178 \family default
35179  gibt es dort vier Möglichkeiten:
35180 \end_layout
35181
35182 \begin_layout Description
35183 Include Sie können LyX- und LaTeX-Dokumente einbinden.
35184  Wenn Sie im Dialogfenster
35185 \family sans
35186  Unterdokument
35187 \family default
35188  auf 
35189 \family sans
35190 Öffnen
35191 \family default
35192  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
35193  und Sie können es editieren.
35194 \begin_inset Newline newline
35195 \end_inset
35196
35197
35198 \end_layout
35199
35200 \begin_layout Standard
35201 Hier wird ein Unterdokument
35202 \family sans
35203  
35204 \family default
35205 per 
35206 \family sans
35207 Include
35208 \family default
35209  eingebunden: 
35210 \begin_inset CommandInset include
35211 LatexCommand include
35212 filename "DummyDocument1.lyx"
35213
35214 \end_inset
35215
35216 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
35217  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
35218  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
35219 s.
35220  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
35221 \begin_inset space ~
35222 \end_inset
35223
35224
35225 \begin_inset CommandInset ref
35226 LatexCommand ref
35227 reference "uab:Externer-Unterabschnitt-1"
35228
35229 \end_inset
35230
35231 .
35232 \end_layout
35233
35234 \begin_layout Standard
35235 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
35236  wird benutzt.
35237  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
35238  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
35239  Unterdokumente, die per 
35240 \family sans
35241 Include
35242 \family default
35243  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
35244  und enden mit einem Seitenumbruch.
35245 \end_layout
35246
35247 \begin_layout Standard
35248 \begin_inset Note Greyedout
35249 status open
35250
35251 \begin_layout Plain Layout
35252
35253 \series bold
35254 Bemerkung:
35255 \series default
35256  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
35257  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
35258  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
35259  Ergebnissen führen wird.
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \end_layout
35266
35267 \begin_layout Description
35268 Input Diese Methode ist 
35269 \family sans
35270 Include
35271 \family default
35272  sehr ähnlich mit folgenden Unterschieden:
35273 \end_layout
35274
35275 \begin_deeper
35276 \begin_layout Itemize
35277 Unterdokumente, die per 
35278 \family sans
35279 Input
35280 \family default
35281  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
35282  Seite und enden NICHT mit einem Seitenumbruch.
35283 \end_layout
35284
35285 \begin_layout Itemize
35286 Unterdokumente, die per 
35287 \family sans
35288 Input
35289 \family default
35290  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
35291 \family sans
35292  Unterdokument Vorschau
35293 \begin_inset space ~
35294 \end_inset
35295
35296 anzeigen
35297 \family default
35298  angekreuzt wurde und in den LyX-Einstellungen unter
35299 \family sans
35300  Aussehen
35301 \begin_inset space ~
35302 \end_inset
35303
35304 &
35305 \begin_inset space ~
35306 \end_inset
35307
35308 Handhabung\SpecialChar \menuseparator
35309 Grafik\SpecialChar \menuseparator
35310 Sofortige
35311 \begin_inset space ~
35312 \end_inset
35313
35314 Vorschau
35315 \family default
35316  auf 
35317 \family sans
35318 An
35319 \family default
35320  gesetzt wurde.
35321  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
35322  aus.
35323 \end_layout
35324
35325 \begin_layout Itemize
35326 Unterdokumente, die per 
35327 \family sans
35328 Input
35329 \family default
35330  eingebunden werden, können nicht über das Menü 
35331 \family sans
35332 Dokument\SpecialChar \menuseparator
35333 Einstellungen\SpecialChar \menuseparator
35334 Unterdokumente
35335 \family default
35336  unterdrückt werden.
35337 \end_layout
35338
35339 \end_deeper
35340 \begin_layout Standard
35341 Hier ist ein Unterdokument, das mit
35342 \family sans
35343  Input
35344 \family default
35345  eingebunden wurde: 
35346 \begin_inset CommandInset include
35347 LatexCommand input
35348 filename "DummyDocument2.lyx"
35349
35350 \end_inset
35351
35352 .
35353 \end_layout
35354
35355 \begin_layout Description
35356 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
35357   In der Druckvorschau wird für den Text der Stil 
35358 \family typewriter
35359 Schreibmaschine
35360 \family default
35361  verwendet.
35362  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
35363  Wenn Sie im Dialogfenster
35364 \family sans
35365  Unterdokument Leerzeichen
35366 \begin_inset space ~
35367 \end_inset
35368
35369 bei
35370 \begin_inset space ~
35371 \end_inset
35372
35373 der
35374 \begin_inset space ~
35375 \end_inset
35376
35377 Ausgabe
35378 \begin_inset space ~
35379 \end_inset
35380
35381 kennzeichnen 
35382 \family default
35383 ankreuzen, wird in der Druckvorschau das Zeichen 
35384 \begin_inset Quotes gld
35385 \end_inset
35386
35387
35388 \begin_inset ERT
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392
35393
35394 \backslash
35395 textvisiblespace 
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \begin_inset Quotes grd
35402 \end_inset
35403
35404  für jedes Leerzeichen eingefügt.
35405 \begin_inset Newline newline
35406 \end_inset
35407
35408 Im Gegensatz zu 
35409 \family sans
35410 Einfügen\SpecialChar \menuseparator
35411 Datei\SpecialChar \menuseparator
35412 Einfacher
35413 \begin_inset space ~
35414 \end_inset
35415
35416 Text
35417 \family default
35418  wird bei 
35419 \family sans
35420 Unformatiert
35421 \family default
35422  der Dateiinhalt in LyX nicht dargestellt.
35423 \end_layout
35424
35425 \begin_layout Standard
35426 Hier ist ein Unterdokument, das mit
35427 \family sans
35428  Unformatiert
35429 \family default
35430  eingebunden wurde: 
35431 \begin_inset CommandInset include
35432 LatexCommand verbatiminput
35433 filename "DummyTextDocument.txt"
35434
35435 \end_inset
35436
35437
35438 \begin_inset VSpace bigskip
35439 \end_inset
35440
35441 Hier ist ein Unterdokument, das mit
35442 \family sans
35443  Unformatiert
35444 \family default
35445  eingebunden wurde und
35446 \family sans
35447  Leerzeichen
35448 \begin_inset space ~
35449 \end_inset
35450
35451 bei
35452 \begin_inset space ~
35453 \end_inset
35454
35455 der
35456 \begin_inset space ~
35457 \end_inset
35458
35459 Ausgabe
35460 \begin_inset space ~
35461 \end_inset
35462
35463 kennzeichnen
35464 \family default
35465  angekreuzt hat: 
35466 \begin_inset CommandInset include
35467 LatexCommand verbatiminput*
35468 filename "DummyTextDocument.txt"
35469
35470 \end_inset
35471
35472
35473 \end_layout
35474
35475 \begin_layout Standard
35476 \begin_inset VSpace bigskip
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Standard
35483 \begin_inset Note Greyedout
35484 status open
35485
35486 \begin_layout Plain Layout
35487
35488 \series bold
35489 Bemerkung:
35490 \series default
35491  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
35492  
35493 \family sans
35494 Unformatiert
35495 \family default
35496  eingebunden werden, am Zeilenende nicht umgebrochen.
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \begin_layout Description
35505 Listing Dieser Typ wird in Kapitel
35506 \begin_inset space ~
35507 \end_inset
35508
35509
35510 \begin_inset CommandInset ref
35511 LatexCommand ref
35512 reference "kap:Programm-Code-Listen"
35513
35514 \end_inset
35515
35516  beschrieben.
35517 \end_layout
35518
35519 \begin_layout Standard
35520 \begin_inset Note Greyedout
35521 status open
35522
35523 \begin_layout Plain Layout
35524
35525 \series bold
35526 Bemerkung:
35527 \series default
35528  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
35529  das zu LaTeX-Problemen führen.
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \begin_layout Standard
35538 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
35539  wollen, z.
35540 \begin_inset space \thinspace{}
35541 \end_inset
35542
35543 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
35544  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
35545  Dies geschieht über das Menü 
35546 \family sans
35547 Dokument\SpecialChar \menuseparator
35548 Einstellungen\SpecialChar \menuseparator
35549 Unterdokumente
35550 \family default
35551 .
35552  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
35553  in die Spalte 
35554 \family sans
35555 In Ausgabe einbinden
35556 \family default
35557  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
35558  für Unterdokumente möglich ist, die per 
35559 \family sans
35560 Input
35561 \family default
35562  eingebunden wurden).
35563  Wenn die Option 
35564 \family sans
35565 Zähler und Querverweise wahren
35566 \family default
35567  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
35568 \begin_inset space ~
35569 \end_inset
35570
35571 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
35572  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
35573  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
35574  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
35575  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
35576  sind, wählen sie die Option nicht.
35577 \end_layout
35578
35579 \begin_layout Standard
35580 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
35581 \begin_inset Foot
35582 status collapsed
35583
35584 \begin_layout Plain Layout
35585 Zweige sind im Kapitel 
35586 \emph on
35587 Zweige
35588 \emph default
35589  des LyX 
35590 \emph on
35591 Benutzerhandbuchs
35592 \emph default
35593  erklärt.
35594 \end_layout
35595
35596 \end_inset
35597
35598  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
35599  Dateien in der Ausgabe erscheinen.
35600  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
35601  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
35602  werden.
35603 \end_layout
35604
35605 \begin_layout Chapter
35606 Programm-Code-Listen
35607 \begin_inset CommandInset label
35608 LatexCommand label
35609 name "kap:Programm-Code-Listen"
35610
35611 \end_inset
35612
35613
35614 \begin_inset Index idx
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618 Listen
35619 \end_layout
35620
35621 \end_inset
35622
35623
35624 \begin_inset Index idx
35625 status collapsed
35626
35627 \begin_layout Plain Layout
35628 Programm-Code
35629 \end_layout
35630
35631 \end_inset
35632
35633
35634 \end_layout
35635
35636 \begin_layout Standard
35637 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
35638 \family sans
35639 Einfügen\SpecialChar \menuseparator
35640 Pro\SpecialChar \-
35641 grammlisting
35642 \family default
35643  verwenden.
35644  Das LaTeX-Paket 
35645 \series bold
35646 listings
35647 \series default
35648
35649 \begin_inset Index idx
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653 LaTeX-Pakete ! listings
35654 \end_layout
35655
35656 \end_inset
35657
35658  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
35659 \end_layout
35660
35661 \begin_layout Standard
35662 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
35663 rmat der Programm-Code-Liste festlegen.
35664 \end_layout
35665
35666 \begin_layout Standard
35667 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
35668  Die Platzierungsoption 
35669 \family sans
35670 Eingebettetes
35671 \begin_inset space ~
35672 \end_inset
35673
35674 Listing
35675 \family default
35676  druckt das Listing in der Zeile wie hier: 
35677 \begin_inset listings
35678 lstparams "language={C++}"
35679 inline true
35680 status open
35681
35682 \begin_layout Plain Layout
35683
35684 int a=5;
35685 \end_layout
35686
35687 \end_inset
35688
35689
35690 \begin_inset Newline newline
35691 \end_inset
35692
35693 Die Option 
35694 \family sans
35695 Gleitobjekt
35696 \family default
35697  erzeugt ein Listing-Gleitobjekt, dessen 
35698 \family sans
35699 Platzierung 
35700 \family default
35701 Sie mit 
35702 \family sans
35703 h
35704 \family default
35705
35706 \family sans
35707 t
35708 \family default
35709
35710 \family sans
35711 b
35712 \family default
35713  und 
35714 \family sans
35715 p
35716 \family default
35717 , analog zu den in Abschnitt
35718 \begin_inset space ~
35719 \end_inset
35720
35721
35722 \begin_inset CommandInset ref
35723 LatexCommand ref
35724 reference "abs:Gleitobjekt-Platzierung"
35725
35726 \end_inset
35727
35728  beschriebenen Platzierungsoptionen festlegen können.
35729  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
35730  hintereinander angegeben, z.
35731 \begin_inset space \thinspace{}
35732 \end_inset
35733
35734 B.
35735  
35736 \begin_inset Quotes gld
35737 \end_inset
35738
35739
35740 \family sans
35741 htbp
35742 \family default
35743
35744 \begin_inset Quotes grd
35745 \end_inset
35746
35747 .
35748  Die Option 
35749 \begin_inset Quotes gld
35750 \end_inset
35751
35752 h
35753 \begin_inset Quotes grd
35754 \end_inset
35755
35756  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
35757  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
35758 \end_layout
35759
35760 \begin_layout Standard
35761 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
35762  zu verweisen: Listing
35763 \begin_inset space ~
35764 \end_inset
35765
35766
35767 \begin_inset CommandInset ref
35768 LatexCommand ref
35769 reference "lst:Gleitendes-Programm-Listing"
35770
35771 \end_inset
35772
35773 .
35774 \end_layout
35775
35776 \begin_layout Standard
35777 \begin_inset listings
35778 lstparams "language=Python"
35779 inline false
35780 status open
35781
35782 \begin_layout Plain Layout
35783
35784 \begin_inset Caption
35785
35786 \begin_layout Plain Layout
35787 \begin_inset CommandInset label
35788 LatexCommand label
35789 name "lst:Gleitendes-Programm-Listing"
35790
35791 \end_inset
35792
35793 Gleitendes Programm-Listing
35794 \end_layout
35795
35796 \end_inset
35797
35798 # Gleitendes Programm-Listing
35799 \end_layout
35800
35801 \begin_layout Plain Layout
35802
35803 def func(param):
35804 \end_layout
35805
35806 \begin_layout Plain Layout
35807
35808     'Dies ist eine Python-Funktion'
35809 \end_layout
35810
35811 \begin_layout Plain Layout
35812
35813     pass
35814 \end_layout
35815
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \begin_layout Standard
35822 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
35823  der Sprache erkannt und besonders gedruckt, wie 
35824 \emph on
35825 #
35826 \emph default
35827
35828 \emph on
35829 def
35830 \emph default
35831  und 
35832 \emph on
35833 pass
35834 \emph default
35835  in Listing
35836 \begin_inset space ~
35837 \end_inset
35838
35839
35840 \begin_inset CommandInset ref
35841 LatexCommand ref
35842 reference "lst:Gleitendes-Programm-Listing"
35843
35844 \end_inset
35845
35846 .
35847 \end_layout
35848
35849 \begin_layout Standard
35850 \begin_inset Note Greyedout
35851 status open
35852
35853 \begin_layout Plain Layout
35854
35855 \series bold
35856 Bemerkung:
35857 \series default
35858  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
35859 \family typewriter
35860 Schreib\SpecialChar \-
35861 maschine
35862 \family default
35863  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
35864 h keine fett gedruckten Buchstaben.
35865  Wählen Sie in diesem Fall eine andere Schrift im Menü 
35866 \family sans
35867 Dokument\SpecialChar \menuseparator
35868 Einstellungen\SpecialChar \menuseparator
35869 Schriften
35870 \family default
35871 .
35872  (Die Schriften 
35873 \emph on
35874 LuxiMono, BeraMono
35875 \emph default
35876  und 
35877 \emph on
35878 Courier
35879 \emph default
35880  enthalten fett gedruckte Buchstaben.)
35881 \end_layout
35882
35883 \end_inset
35884
35885
35886 \end_layout
35887
35888 \begin_layout Standard
35889 Im Abschnitt 
35890 \family sans
35891 Zeilennummerierung
35892 \family default
35893  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
35894 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
35895  jede wievielte Zeile nummeriert werden soll und die 
35896 \family sans
35897 Schriftgröße
35898 \family default
35899  der Nummerierung.
35900 \end_layout
35901
35902 \begin_layout Standard
35903 Im Abschnitt 
35904 \family sans
35905 Bereich
35906 \family default
35907  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
35908  Im Abschnitt 
35909 \family sans
35910 Stil
35911 \family default
35912  legen Sie fest, wie die Liste ausgedruckt werden soll.
35913  Die Option 
35914 \family sans
35915 Erweiterte
35916 \begin_inset space ~
35917 \end_inset
35918
35919 Zeichentabelle
35920 \family default
35921  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
35922 \end_layout
35923
35924 \begin_layout Standard
35925 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
35926 \begin_inset Quotes gld
35927 \end_inset
35928
35929 3
35930 \begin_inset Quotes grd
35931 \end_inset
35932
35933 , Sprache 
35934 \begin_inset Quotes gld
35935 \end_inset
35936
35937 Python
35938 \begin_inset Quotes grd
35939 \end_inset
35940
35941 , Optionen 
35942 \begin_inset Quotes gld
35943 \end_inset
35944
35945 Erweiterte Zeichentabelle
35946 \begin_inset Quotes grd
35947 \end_inset
35948
35949  und 
35950 \begin_inset Quotes gld
35951 \end_inset
35952
35953 Leerzeichen als Symbol
35954 \begin_inset Quotes grd
35955 \end_inset
35956
35957  und Bereich Zeilen 3
35958 \begin_inset space \thinspace{}
35959 \end_inset
35960
35961 -
35962 \begin_inset space \thinspace{}
35963 \end_inset
35964
35965 8:
35966 \end_layout
35967
35968 \begin_layout Standard
35969 \begin_inset listings
35970 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
35971 inline false
35972 status open
35973
35974 \begin_layout Plain Layout
35975
35976 def func(param):
35977 \end_layout
35978
35979 \begin_layout Plain Layout
35980
35981     'Dies ist eine Python-Funktion'
35982 \end_layout
35983
35984 \begin_layout Plain Layout
35985
35986     pass
35987 \end_layout
35988
35989 \begin_layout Plain Layout
35990
35991 def func(param):
35992 \end_layout
35993
35994 \begin_layout Plain Layout
35995
35996 'Sonderzeichen: Tschüß'
35997 \end_layout
35998
35999 \begin_layout Plain Layout
36000
36001 pass
36002 \end_layout
36003
36004 \begin_layout Plain Layout
36005
36006 def func(param):
36007 \end_layout
36008
36009 \begin_layout Plain Layout
36010
36011 'Dies ist eine Python-Funktion'
36012 \end_layout
36013
36014 \begin_layout Plain Layout
36015
36016 pass
36017 \end_layout
36018
36019 \end_inset
36020
36021
36022 \end_layout
36023
36024 \begin_layout Standard
36025 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
36026 \family sans
36027 Tabulatorgröße
36028 \family default
36029  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
36030 \end_layout
36031
36032 \begin_layout Standard
36033 \noindent
36034 \begin_inset Note Greyedout
36035 status open
36036
36037 \begin_layout Plain Layout
36038
36039 \series bold
36040 Bemerkung:
36041 \series default
36042  Wegen eines Fehlers im 
36043 \series bold
36044 listings
36045 \series default
36046 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
36047  verschoben.
36048  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
36049  Listing nummeriert werden.
36050 \end_layout
36051
36052 \end_inset
36053
36054
36055 \end_layout
36056
36057 \begin_layout Standard
36058 \begin_inset VSpace bigskip
36059 \end_inset
36060
36061
36062 \end_layout
36063
36064 \begin_layout Standard
36065 \noindent
36066 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
36067  Das machen Sie mit
36068 \family sans
36069  Einfügen\SpecialChar \menuseparator
36070 Datei\SpecialChar \menuseparator
36071 Unterdokument
36072 \family default
36073  und der 
36074 \family sans
36075 Art
36076 \begin_inset space ~
36077 \end_inset
36078
36079 der
36080 \begin_inset space ~
36081 \end_inset
36082
36083 Einbindung
36084 \family default
36085  
36086 \family sans
36087 Listing
36088 \family default
36089 .
36090 \begin_inset Foot
36091 status collapsed
36092
36093 \begin_layout Plain Layout
36094 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
36095 \begin_inset space ~
36096 \end_inset
36097
36098
36099 \begin_inset CommandInset ref
36100 LatexCommand ref
36101 reference "abs:Unterdokumente"
36102
36103 \end_inset
36104
36105  beschrieben.
36106 \end_layout
36107
36108 \end_inset
36109
36110  Im Dialogfenster
36111 \family sans
36112  Unterdokument
36113 \family default
36114  können Sie die Listing-Parameter unter 
36115 \family sans
36116 Weitere
36117 \begin_inset space ~
36118 \end_inset
36119
36120 Parameter
36121 \family default
36122  eingeben.
36123  Wenn Sie dort ein Fragezeichen 
36124 \begin_inset Quotes gld
36125 \end_inset
36126
36127 ?
36128 \begin_inset Quotes grd
36129 \end_inset
36130
36131  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
36132 det.
36133 \end_layout
36134
36135 \begin_layout Standard
36136 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
36137  Text ins Feld 
36138 \family sans
36139 Marke
36140 \family default
36141 , auf die dann wie üblich verwiesen werden kann.
36142 \end_layout
36143
36144 \begin_layout Standard
36145 Listing
36146 \begin_inset space ~
36147 \end_inset
36148
36149
36150 \begin_inset CommandInset ref
36151 LatexCommand ref
36152 reference "lst:Datei-Listing"
36153
36154 \end_inset
36155
36156  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
36157 \begin_inset space \thinspace{}
36158 \end_inset
36159
36160 -
36161 \begin_inset space \thinspace{}
36162 \end_inset
36163
36164 15 gedruckt werden.
36165 \end_layout
36166
36167 \begin_layout Standard
36168 \begin_inset CommandInset include
36169 LatexCommand lstinputlisting
36170 filename "EmbeddedObjects.lyx"
36171 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
36172
36173 \end_inset
36174
36175
36176 \end_layout
36177
36178 \begin_layout Standard
36179 \begin_inset VSpace bigskip
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \begin_layout Standard
36186 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
36187 \end_layout
36188
36189 \begin_layout Enumerate
36190 Öffnen Sie die Listings-Einstellungen und fügen
36191 \begin_inset Newline newline
36192 \end_inset
36193
36194
36195 \family sans
36196 mathescape=true
36197 \family default
36198
36199 \begin_inset Newline newline
36200 \end_inset
36201
36202 in das Feld des Tabs 
36203 \family sans
36204 Erweitert
36205 \family default
36206  ein
36207 \end_layout
36208
36209 \begin_layout Enumerate
36210 Erstellen Sie eine Formel außerhalb des Listings
36211 \end_layout
36212
36213 \begin_layout Enumerate
36214 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
36215 blage (Tastenkürzel 
36216 \family sans
36217 Ctrl+C
36218 \family default
36219 )
36220 \end_layout
36221
36222 \begin_layout Enumerate
36223 Schreiben sie 
36224 \begin_inset Quotes gld
36225 \end_inset
36226
36227
36228 \family sans
36229 $$
36230 \family default
36231
36232 \begin_inset Quotes grd
36233 \end_inset
36234
36235  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
36236 hen (Tastenkürzel 
36237 \family sans
36238 Ctrl+V
36239 \family default
36240 )
36241 \end_layout
36242
36243 \begin_layout Standard
36244 \begin_inset listings
36245 lstparams "language=Python,mathescape=true"
36246 inline false
36247 status open
36248
36249 \begin_layout Plain Layout
36250
36251 \begin_inset Caption
36252
36253 \begin_layout Plain Layout
36254 Programm-Listing mit einer Formel
36255 \end_layout
36256
36257 \end_inset
36258
36259 # Beispiel-Programm-Listing
36260 \end_layout
36261
36262 \begin_layout Plain Layout
36263
36264 def func(param):
36265 \end_layout
36266
36267 \begin_layout Plain Layout
36268
36269     # $
36270 \backslash
36271 prod_{n=1}^{
36272 \backslash
36273 infty}
36274 \backslash
36275 ,
36276 \backslash
36277 frac{1}{x^{2}}$
36278 \end_layout
36279
36280 \begin_layout Plain Layout
36281
36282     pass
36283 \end_layout
36284
36285 \end_inset
36286
36287
36288 \end_layout
36289
36290 \begin_layout Standard
36291 \begin_inset VSpace bigskip
36292 \end_inset
36293
36294
36295 \end_layout
36296
36297 \begin_layout Standard
36298 \noindent
36299 Dokumentweite Listing-Eigenschaften können im Dialog 
36300 \family sans
36301 Dokument\SpecialChar \menuseparator
36302 Einstellungen\SpecialChar \menuseparator
36303 Listing
36304 \family default
36305  festgelegt werden.
36306  Dort bekommt man durch Eingabe eines Fragezeichens 
36307 \begin_inset Quotes gld
36308 \end_inset
36309
36310 ?
36311 \begin_inset Quotes grd
36312 \end_inset
36313
36314  eine Liste aller möglichen Parameter.
36315 \end_layout
36316
36317 \begin_layout Standard
36318 Weitere Informationen über das 
36319 \series bold
36320 listings
36321 \series default
36322 -Paket finden Sie in 
36323 \begin_inset CommandInset citation
36324 LatexCommand cite
36325 key "listings"
36326
36327 \end_inset
36328
36329 .
36330 \end_layout
36331
36332 \begin_layout Chapter
36333 \start_of_appendix
36334 In LyX verfügbare Maßeinheiten
36335 \begin_inset CommandInset label
36336 LatexCommand label
36337 name "kap:In-LyX-verfügbare"
36338
36339 \end_inset
36340
36341
36342 \begin_inset Index idx
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346 Einheiten
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \begin_layout Standard
36355 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
36356  Tabelle
36357 \begin_inset space ~
36358 \end_inset
36359
36360
36361 \begin_inset CommandInset ref
36362 LatexCommand ref
36363 reference "tab:Maßeinheiten"
36364
36365 \end_inset
36366
36367  alle in LyX verfügbaren Maßeinheiten.
36368 \end_layout
36369
36370 \begin_layout Standard
36371 \begin_inset Float table
36372 placement h
36373 wide false
36374 sideways false
36375 status open
36376
36377 \begin_layout Plain Layout
36378 \begin_inset Caption
36379
36380 \begin_layout Plain Layout
36381 \begin_inset CommandInset label
36382 LatexCommand label
36383 name "tab:Maßeinheiten"
36384
36385 \end_inset
36386
36387 Maßeinheiten
36388 \end_layout
36389
36390 \end_inset
36391
36392
36393 \end_layout
36394
36395 \begin_layout Plain Layout
36396 \begin_inset VSpace medskip
36397 \end_inset
36398
36399
36400 \end_layout
36401
36402 \begin_layout Plain Layout
36403 \align center
36404 \begin_inset Tabular
36405 <lyxtabular version="3" rows="20" columns="2">
36406 <features tabularvalignment="middle">
36407 <column alignment="center" valignment="top" width="0">
36408 <column alignment="center" valignment="top" width="0">
36409 <row>
36410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36411 \begin_inset Text
36412
36413 \begin_layout Plain Layout
36414
36415 \series bold
36416 Maßeinheit
36417 \end_layout
36418
36419 \end_inset
36420 </cell>
36421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36422 \begin_inset Text
36423
36424 \begin_layout Plain Layout
36425
36426 \series bold
36427 Name/Beschreibung
36428 \end_layout
36429
36430 \end_inset
36431 </cell>
36432 </row>
36433 <row>
36434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36435 \begin_inset Text
36436
36437 \begin_layout Plain Layout
36438 mm
36439 \end_layout
36440
36441 \end_inset
36442 </cell>
36443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36444 \begin_inset Text
36445
36446 \begin_layout Plain Layout
36447 Millimeter
36448 \end_layout
36449
36450 \end_inset
36451 </cell>
36452 </row>
36453 <row>
36454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36455 \begin_inset Text
36456
36457 \begin_layout Plain Layout
36458 cm
36459 \end_layout
36460
36461 \end_inset
36462 </cell>
36463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36464 \begin_inset Text
36465
36466 \begin_layout Plain Layout
36467 Zentimeter
36468 \end_layout
36469
36470 \end_inset
36471 </cell>
36472 </row>
36473 <row>
36474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36475 \begin_inset Text
36476
36477 \begin_layout Plain Layout
36478 in
36479 \end_layout
36480
36481 \end_inset
36482 </cell>
36483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36484 \begin_inset Text
36485
36486 \begin_layout Plain Layout
36487 Zoll (1
36488 \begin_inset space \thinspace{}
36489 \end_inset
36490
36491 in = 2.54
36492 \begin_inset space \thinspace{}
36493 \end_inset
36494
36495 cm
36496 \end_layout
36497
36498 \end_inset
36499 </cell>
36500 </row>
36501 <row>
36502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36503 \begin_inset Text
36504
36505 \begin_layout Plain Layout
36506 pt
36507 \end_layout
36508
36509 \end_inset
36510 </cell>
36511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36512 \begin_inset Text
36513
36514 \begin_layout Plain Layout
36515 Punkt (72.27
36516 \begin_inset space \thinspace{}
36517 \end_inset
36518
36519 pt = 1
36520 \begin_inset space \thinspace{}
36521 \end_inset
36522
36523 in)
36524 \end_layout
36525
36526 \end_inset
36527 </cell>
36528 </row>
36529 <row>
36530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36531 \begin_inset Text
36532
36533 \begin_layout Plain Layout
36534 pc
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543 Pica (1
36544 \begin_inset space \thinspace{}
36545 \end_inset
36546
36547 pc = 12
36548 \begin_inset space \thinspace{}
36549 \end_inset
36550
36551 pt)
36552 \end_layout
36553
36554 \end_inset
36555 </cell>
36556 </row>
36557 <row>
36558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36559 \begin_inset Text
36560
36561 \begin_layout Plain Layout
36562 sp
36563 \end_layout
36564
36565 \end_inset
36566 </cell>
36567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36568 \begin_inset Text
36569
36570 \begin_layout Plain Layout
36571 skalierter Punkt (65536
36572 \begin_inset space \thinspace{}
36573 \end_inset
36574
36575 sp = 1
36576 \begin_inset space \thinspace{}
36577 \end_inset
36578
36579 pt)
36580 \end_layout
36581
36582 \end_inset
36583 </cell>
36584 </row>
36585 <row>
36586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590 bp
36591 \end_layout
36592
36593 \end_inset
36594 </cell>
36595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36596 \begin_inset Text
36597
36598 \begin_layout Plain Layout
36599 großer Punkt (72
36600 \begin_inset space \thinspace{}
36601 \end_inset
36602
36603 bp = 1
36604 \begin_inset space \thinspace{}
36605 \end_inset
36606
36607 in)
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 </row>
36613 <row>
36614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36615 \begin_inset Text
36616
36617 \begin_layout Plain Layout
36618 dd
36619 \end_layout
36620
36621 \end_inset
36622 </cell>
36623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36624 \begin_inset Text
36625
36626 \begin_layout Plain Layout
36627 Didot (1
36628 \begin_inset space \thinspace{}
36629 \end_inset
36630
36631 dd 
36632 \begin_inset Formula $\approx$
36633 \end_inset
36634
36635  0,376
36636 \begin_inset space \thinspace{}
36637 \end_inset
36638
36639 mm)
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 </row>
36645 <row>
36646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650 cc
36651 \end_layout
36652
36653 \end_inset
36654 </cell>
36655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659 Cicero (1
36660 \begin_inset space \thinspace{}
36661 \end_inset
36662
36663 cc = 12
36664 \begin_inset space \thinspace{}
36665 \end_inset
36666
36667 dd)
36668 \end_layout
36669
36670 \end_inset
36671 </cell>
36672 </row>
36673 <row>
36674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36675 \begin_inset Text
36676
36677 \begin_layout Plain Layout
36678 Skalierung%
36679 \end_layout
36680
36681 \end_inset
36682 </cell>
36683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36684 \begin_inset Text
36685
36686 \begin_layout Plain Layout
36687 % der originalen Bildbreite
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 </row>
36693 <row>
36694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36695 \begin_inset Text
36696
36697 \begin_layout Plain Layout
36698 Textbreite %
36699 \end_layout
36700
36701 \end_inset
36702 </cell>
36703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36704 \begin_inset Text
36705
36706 \begin_layout Plain Layout
36707 % der Textbreite
36708 \end_layout
36709
36710 \end_inset
36711 </cell>
36712 </row>
36713 <row>
36714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718 Spaltenbreite %
36719 \end_layout
36720
36721 \end_inset
36722 </cell>
36723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36724 \begin_inset Text
36725
36726 \begin_layout Plain Layout
36727 % der Spaltenbreite
36728 \end_layout
36729
36730 \end_inset
36731 </cell>
36732 </row>
36733 <row>
36734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36735 \begin_inset Text
36736
36737 \begin_layout Plain Layout
36738 Seitenbreite %
36739 \end_layout
36740
36741 \end_inset
36742 </cell>
36743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747 % der Seitenbreite
36748 \end_layout
36749
36750 \end_inset
36751 </cell>
36752 </row>
36753 <row>
36754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36755 \begin_inset Text
36756
36757 \begin_layout Plain Layout
36758 Zeilenbreite %
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767 % der Zeilenbreite
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 </row>
36773 <row>
36774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36775 \begin_inset Text
36776
36777 \begin_layout Plain Layout
36778 Texthöhe %
36779 \end_layout
36780
36781 \end_inset
36782 </cell>
36783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36784 \begin_inset Text
36785
36786 \begin_layout Plain Layout
36787 % der Texthöhe
36788 \end_layout
36789
36790 \end_inset
36791 </cell>
36792 </row>
36793 <row>
36794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36795 \begin_inset Text
36796
36797 \begin_layout Plain Layout
36798 Seitenhöhe %
36799 \end_layout
36800
36801 \end_inset
36802 </cell>
36803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36804 \begin_inset Text
36805
36806 \begin_layout Plain Layout
36807 % der Seitenhöhe
36808 \end_layout
36809
36810 \end_inset
36811 </cell>
36812 </row>
36813 <row>
36814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36815 \begin_inset Text
36816
36817 \begin_layout Plain Layout
36818 ex
36819 \end_layout
36820
36821 \end_inset
36822 </cell>
36823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36824 \begin_inset Text
36825
36826 \begin_layout Plain Layout
36827 Die Höhe des Buchstabens 
36828 \emph on
36829 x
36830 \emph default
36831  im aktiven Zeichensatz
36832 \end_layout
36833
36834 \end_inset
36835 </cell>
36836 </row>
36837 <row>
36838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36839 \begin_inset Text
36840
36841 \begin_layout Plain Layout
36842 em
36843 \end_layout
36844
36845 \end_inset
36846 </cell>
36847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36848 \begin_inset Text
36849
36850 \begin_layout Plain Layout
36851 Die Breite des Buchstabens 
36852 \emph on
36853 M
36854 \emph default
36855  im aktiven Zeichensatz
36856 \end_layout
36857
36858 \end_inset
36859 </cell>
36860 </row>
36861 <row>
36862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36863 \begin_inset Text
36864
36865 \begin_layout Plain Layout
36866 mu
36867 \end_layout
36868
36869 \end_inset
36870 </cell>
36871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36872 \begin_inset Text
36873
36874 \begin_layout Plain Layout
36875 mathematische  Maßeinheit
36876 \series bold
36877  
36878 \series default
36879 (1
36880 \begin_inset space \thinspace{}
36881 \end_inset
36882
36883 mu = 1/18
36884 \begin_inset space \thinspace{}
36885 \end_inset
36886
36887 em)
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 </row>
36893 </lyxtabular>
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \end_inset
36901
36902
36903 \end_layout
36904
36905 \begin_layout Chapter
36906 Ausgabedatei-Formate mit Grafiken
36907 \begin_inset CommandInset label
36908 LatexCommand label
36909 name "kap:Ausgabedatei-Formate"
36910
36911 \end_inset
36912
36913
36914 \end_layout
36915
36916 \begin_layout Section
36917 DVI
36918 \begin_inset Index idx
36919 status collapsed
36920
36921 \begin_layout Plain Layout
36922 Dateiformat! DVI
36923 \end_layout
36924
36925 \end_inset
36926
36927
36928 \begin_inset Index idx
36929 status collapsed
36930
36931 \begin_layout Plain Layout
36932 DVI
36933 \end_layout
36934
36935 \end_inset
36936
36937
36938 \end_layout
36939
36940 \begin_layout Standard
36941 Dieser Dateityp hat die Erweiterung 
36942 \begin_inset Quotes gld
36943 \end_inset
36944
36945
36946 \family typewriter
36947 .dvi
36948 \family default
36949
36950 \begin_inset Quotes grd
36951 \end_inset
36952
36953  und wird 
36954 \begin_inset Quotes gld
36955 \end_inset
36956
36957 device independent
36958 \begin_inset Quotes grd
36959 \end_inset
36960
36961  genannt, weil er vollkommen portierbar ist.
36962  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
36963  dvi-Betrachter installiert hat.
36964  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
36965 ate wie PostScript benutzt.
36966 \end_layout
36967
36968 \begin_layout Standard
36969 \begin_inset Note Greyedout
36970 status open
36971
36972 \begin_layout Plain Layout
36973
36974 \series bold
36975 Bemerkung:
36976 \series default
36977  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
36978 \end_layout
36979
36980 \end_inset
36981
36982
36983 \end_layout
36984
36985 \begin_layout Standard
36986 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
36987  auf einen anderen Computer kopieren.
36988  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
36989  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
36990  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
36991 \family typewriter
36992  
36993 \family default
36994 blättern.
36995
36996 \family typewriter
36997  
36998 \family default
36999 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
37000  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
37001  
37002 \end_layout
37003
37004 \begin_layout Standard
37005 Sie können Ihr Dokument als DVI über das Menü 
37006 \family sans
37007 Datei\SpecialChar \menuseparator
37008 Exportieren\SpecialChar \menuseparator
37009 DVI
37010 \family default
37011  exportieren.
37012  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
37013 \family sans
37014 Ansicht
37015 \family default
37016  anschauen.
37017 \end_layout
37018
37019 \begin_layout Section
37020 PostScript
37021 \begin_inset CommandInset label
37022 LatexCommand label
37023 name "abs:PostScript"
37024
37025 \end_inset
37026
37027
37028 \begin_inset Index idx
37029 status collapsed
37030
37031 \begin_layout Plain Layout
37032 Dateiformat  ! PostScript
37033 \end_layout
37034
37035 \end_inset
37036
37037
37038 \begin_inset Index idx
37039 status collapsed
37040
37041 \begin_layout Plain Layout
37042 PostScript
37043 \end_layout
37044
37045 \end_inset
37046
37047
37048 \end_layout
37049
37050 \begin_layout Standard
37051 Dieser Dateityp hat die Erweiterung 
37052 \begin_inset Quotes gld
37053 \end_inset
37054
37055
37056 \family typewriter
37057 .ps
37058 \family default
37059
37060 \begin_inset Quotes grd
37061 \end_inset
37062
37063 .
37064  PostScript wurde von der Firma
37065 \family typewriter
37066  Adobe
37067 \family default
37068  als Druckersprache entwickelt.
37069  Die Datei enthält deshalb Druckbefehle.
37070  PostScript kann als 
37071 \begin_inset Quotes gld
37072 \end_inset
37073
37074 Programmiersprache
37075 \begin_inset Quotes grd
37076 \end_inset
37077
37078  angesehen werden.
37079  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
37080 \begin_inset Foot
37081 status collapsed
37082
37083 \begin_layout Plain Layout
37084 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
37085  von
37086 \series bold
37087  PSTricks
37088 \series default
37089  
37090 \begin_inset CommandInset citation
37091 LatexCommand cite
37092 key "pstricks"
37093
37094 \end_inset
37095
37096  oder 
37097 \begin_inset CommandInset citation
37098 LatexCommand cite
37099 key "latex-praxisbuch"
37100
37101 \end_inset
37102
37103  ansehen.
37104 \end_layout
37105
37106 \end_inset
37107
37108 .
37109  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
37110 \end_layout
37111
37112 \begin_layout Standard
37113 PostScript kann nur Bilder im Format EPS
37114 \begin_inset Index idx
37115 status collapsed
37116
37117 \begin_layout Plain Layout
37118 EPS
37119 \end_layout
37120
37121 \end_inset
37122
37123  (Encapsulated PostScript, Datei-Er\SpecialChar \-
37124 wei\SpecialChar \-
37125 ter\SpecialChar \-
37126 ung 
37127 \begin_inset Quotes gld
37128 \end_inset
37129
37130
37131 \family typewriter
37132 .eps
37133 \family default
37134
37135 \begin_inset Quotes grd
37136 \end_inset
37137
37138 ) enthalten.
37139  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
37140  intern nach EPS konvertieren.
37141  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
37142  verlangsamen.
37143  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
37144  konvertieren und direkt als EPS einfügen.
37145 \end_layout
37146
37147 \begin_layout Standard
37148 Sie können Ihr Dokument als PostScript über das Menü 
37149 \family sans
37150 Datei\SpecialChar \menuseparator
37151 Exportieren\SpecialChar \menuseparator
37152 Post\SpecialChar \-
37153 Script
37154 \family default
37155  exportieren.
37156  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
37157 \family sans
37158 Ansicht
37159 \family default
37160  oder den Werkzeugleistenknopf 
37161 \begin_inset Graphics
37162         filename ../../images/buffer-view_ps.png
37163         scale 70
37164         scaleBeforeRotation
37165
37166 \end_inset
37167
37168  anschauen.
37169 \end_layout
37170
37171 \begin_layout Section
37172 PDF
37173 \begin_inset Index idx
37174 status collapsed
37175
37176 \begin_layout Plain Layout
37177 Dateiformat! PDF
37178 \end_layout
37179
37180 \end_inset
37181
37182
37183 \begin_inset Index idx
37184 status collapsed
37185
37186 \begin_layout Plain Layout
37187 PDF
37188 \end_layout
37189
37190 \end_inset
37191
37192
37193 \end_layout
37194
37195 \begin_layout Standard
37196 Dieser Dateityp hat die Erweiterung 
37197 \begin_inset Quotes gld
37198 \end_inset
37199
37200
37201 \family typewriter
37202 .pdf
37203 \family default
37204
37205 \begin_inset Quotes grd
37206 \end_inset
37207
37208 .
37209  Das
37210 \emph on
37211  
37212 \emph default
37213
37214 \begin_inset Quotes gld
37215 \end_inset
37216
37217 Portable Document Format
37218 \begin_inset Quotes grd
37219 \end_inset
37220
37221  (PDF) wurde auch von der Firma 
37222 \family typewriter
37223 Adobe
37224 \family default
37225  als Derivat von PostScript entwickelt.
37226  Es ist komprimierter und benutzt weniger Befehle als PostScript.
37227  Wie der Begriff 
37228 \begin_inset Quotes gld
37229 \end_inset
37230
37231 portable
37232 \begin_inset Quotes grd
37233 \end_inset
37234
37235  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
37236  werden, und der Ausdruck sieht immer gleich aus.
37237 \end_layout
37238
37239 \begin_layout Standard
37240 PDF kann Bilder im eigenen PDF-Format, im Format 
37241 \begin_inset Quotes gld
37242 \end_inset
37243
37244 Joint Photographic Experts Group
37245 \begin_inset Quotes grd
37246 \end_inset
37247
37248  (JPEG
37249 \begin_inset Index idx
37250 status collapsed
37251
37252 \begin_layout Plain Layout
37253 JPG, JPEG
37254 \end_layout
37255
37256 \end_inset
37257
37258 , Datei-Erweiterung 
37259 \begin_inset Quotes gld
37260 \end_inset
37261
37262
37263 \family typewriter
37264 .jpg
37265 \family default
37266
37267 \begin_inset Quotes grd
37268 \end_inset
37269
37270  oder 
37271 \begin_inset Quotes gld
37272 \end_inset
37273
37274
37275 \family typewriter
37276 .jpeg
37277 \family default
37278
37279 \begin_inset Quotes grd
37280 \end_inset
37281
37282 ) und im Format 
37283 \begin_inset Quotes gld
37284 \end_inset
37285
37286 Portable Network Graphics
37287 \begin_inset Quotes grd
37288 \end_inset
37289
37290  (PNG
37291 \begin_inset Index idx
37292 status collapsed
37293
37294 \begin_layout Plain Layout
37295 PNG
37296 \end_layout
37297
37298 \end_inset
37299
37300 , Datei-Erweiterung 
37301 \begin_inset Quotes gld
37302 \end_inset
37303
37304
37305 \family typewriter
37306 .png
37307 \family default
37308
37309 \begin_inset Quotes grd
37310 \end_inset
37311
37312 ) enthalten.
37313  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
37314  Sie konvertieren wird.
37315  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
37316  wird, eines der drei erwähnten Bildformate zu benutzen.
37317 \end_layout
37318
37319 \begin_layout Standard
37320 PDF-Dateien können Sie über 
37321 \family sans
37322 Datei\SpecialChar \menuseparator
37323 Exportieren
37324 \family default
37325  auf drei Arten erzeugen:
37326 \end_layout
37327
37328 \begin_layout Description
37329 PDF
37330 \begin_inset space ~
37331 \end_inset
37332
37333 (ps2pdf) benutzt das Programm
37334 \family typewriter
37335  ps2pdf
37336 \family default
37337 , das eine PDF-Datei aus einer Post\SpecialChar \-
37338 Script®-Version Ihres Dokument erstellt.
37339  Die PostScript-Version wird mit dem Programm 
37340 \family typewriter
37341 dvips
37342 \family default
37343  aus einer DVI-Version erstellt.
37344  Es werden also drei Konvertierungen verwendet.
37345 \end_layout
37346
37347 \begin_layout Description
37348 PDF
37349 \begin_inset space ~
37350 \end_inset
37351
37352 (dvipdfm) benutzt das Programm 
37353 \family typewriter
37354 dvipdfm
37355 \family default
37356 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
37357  PDF konvertiert.
37358 \end_layout
37359
37360 \begin_layout Description
37361 PDF
37362 \begin_inset space ~
37363 \end_inset
37364
37365 (pdflatex) benutzt das Programm
37366 \family typewriter
37367  pdftex
37368 \family default
37369 , das Ihr Dokument direkt nach PDF konvertiert.
37370 \end_layout
37371
37372 \begin_layout Standard
37373
37374 \family sans
37375 PDF
37376 \begin_inset space ~
37377 \end_inset
37378
37379 (pdflatex)
37380 \family default
37381  wird empfohlen, weil
37382 \family typewriter
37383  pdftex
37384 \family default
37385  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
37386  ohne Probleme arbeitet.
37387  Das Programm 
37388 \family typewriter
37389 dvi\SpecialChar \-
37390 pdfm
37391 \family default
37392  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
37393 \end_layout
37394
37395 \begin_layout Standard
37396 Sie können Ihr Dokument als PDF über das Menü 
37397 \family sans
37398 Datei\SpecialChar \menuseparator
37399 Exportieren\SpecialChar \menuseparator
37400 PDF
37401 \family default
37402  exportieren.
37403  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
37404 \family sans
37405 Ansicht
37406 \family default
37407  oder den Werkzeugleistenknopf 
37408 \begin_inset Graphics
37409         filename ../../images/buffer-view_pdf2.png
37410         scale 70
37411         scaleBeforeRotation
37412
37413 \end_inset
37414
37415  anschauen 
37416 \family sans
37417 (
37418 \family default
37419 der 
37420 \family sans
37421 PDF
37422 \begin_inset space ~
37423 \end_inset
37424
37425 (pdflatex)
37426 \family default
37427  verwendet).
37428 \end_layout
37429
37430 \begin_layout Chapter
37431 Liste der dvips-Farbnamen
37432 \begin_inset CommandInset label
37433 LatexCommand label
37434 name "chap:Liste-der-dvips-Farbnamen"
37435
37436 \end_inset
37437
37438
37439 \end_layout
37440
37441 \begin_layout Standard
37442 \begin_inset Tabular
37443 <lyxtabular version="3" rows="17" columns="4">
37444 <features tabularvalignment="middle">
37445 <column alignment="left" valignment="top" width="0pt">
37446 <column alignment="left" valignment="top" width="0pt">
37447 <column alignment="left" valignment="top" width="0pt">
37448 <column alignment="left" valignment="top" width="0pt">
37449 <row>
37450 <cell alignment="left" valignment="top" usebox="none">
37451 \begin_inset Text
37452
37453 \begin_layout Plain Layout
37454 \begin_inset ERT
37455 status collapsed
37456
37457 \begin_layout Plain Layout
37458
37459
37460 \backslash
37461 fcolorbox{black}{
37462 \end_layout
37463
37464 \end_inset
37465
37466 white
37467 \begin_inset ERT
37468 status collapsed
37469
37470 \begin_layout Plain Layout
37471
37472 }{
37473 \end_layout
37474
37475 \end_inset
37476
37477 Farbe
37478 \begin_inset ERT
37479 status collapsed
37480
37481 \begin_layout Plain Layout
37482
37483 }
37484 \end_layout
37485
37486 \end_inset
37487
37488  Farbname
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
37493 <cell alignment="left" valignment="top" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497 \begin_inset ERT
37498 status collapsed
37499
37500 \begin_layout Plain Layout
37501
37502
37503 \backslash
37504 fcolorbox{black}{
37505 \end_layout
37506
37507 \end_inset
37508
37509 white
37510 \begin_inset ERT
37511 status collapsed
37512
37513 \begin_layout Plain Layout
37514
37515 }{
37516 \end_layout
37517
37518 \end_inset
37519
37520 Farbe
37521 \begin_inset ERT
37522 status collapsed
37523
37524 \begin_layout Plain Layout
37525
37526 }
37527 \end_layout
37528
37529 \end_inset
37530
37531  Farbname
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 <cell alignment="left" valignment="top" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540 \begin_inset ERT
37541 status collapsed
37542
37543 \begin_layout Plain Layout
37544
37545
37546 \backslash
37547 fcolorbox{black}{
37548 \end_layout
37549
37550 \end_inset
37551
37552 white
37553 \begin_inset ERT
37554 status collapsed
37555
37556 \begin_layout Plain Layout
37557
37558 }{
37559 \end_layout
37560
37561 \end_inset
37562
37563 Farbe
37564 \begin_inset ERT
37565 status collapsed
37566
37567 \begin_layout Plain Layout
37568
37569 }
37570 \end_layout
37571
37572 \end_inset
37573
37574  Farbname
37575 \end_layout
37576
37577 \end_inset
37578 </cell>
37579 <cell alignment="left" valignment="top" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583 \begin_inset ERT
37584 status collapsed
37585
37586 \begin_layout Plain Layout
37587
37588
37589 \backslash
37590 fcolorbox{black}{
37591 \end_layout
37592
37593 \end_inset
37594
37595 white
37596 \begin_inset ERT
37597 status collapsed
37598
37599 \begin_layout Plain Layout
37600
37601 }{
37602 \end_layout
37603
37604 \end_inset
37605
37606 Farbe
37607 \begin_inset ERT
37608 status collapsed
37609
37610 \begin_layout Plain Layout
37611
37612 }
37613 \end_layout
37614
37615 \end_inset
37616
37617  Farbname
37618 \end_layout
37619
37620 \end_inset
37621 </cell>
37622 </row>
37623 <row>
37624 <cell alignment="center" valignment="top" usebox="none">
37625 \begin_inset Text
37626
37627 \begin_layout Plain Layout
37628 \begin_inset ERT
37629 status collapsed
37630
37631 \begin_layout Plain Layout
37632
37633
37634 \backslash
37635 fcolorbox{black}{
37636 \end_layout
37637
37638 \end_inset
37639
37640 Apricot
37641 \begin_inset ERT
37642 status collapsed
37643
37644 \begin_layout Plain Layout
37645
37646 }{
37647 \end_layout
37648
37649 \end_inset
37650
37651
37652 \begin_inset Phantom Phantom
37653 status open
37654
37655 \begin_layout Plain Layout
37656 W
37657 \end_layout
37658
37659 \end_inset
37660
37661
37662 \begin_inset ERT
37663 status collapsed
37664
37665 \begin_layout Plain Layout
37666
37667 }
37668 \end_layout
37669
37670 \end_inset
37671
37672  Apricot
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 <cell alignment="center" valignment="top" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 \begin_inset ERT
37682 status collapsed
37683
37684 \begin_layout Plain Layout
37685
37686
37687 \backslash
37688 fcolorbox{black}{
37689 \end_layout
37690
37691 \end_inset
37692
37693 Aquamarine
37694 \begin_inset ERT
37695 status collapsed
37696
37697 \begin_layout Plain Layout
37698
37699 }{
37700 \end_layout
37701
37702 \end_inset
37703
37704
37705 \begin_inset Phantom Phantom
37706 status open
37707
37708 \begin_layout Plain Layout
37709 W
37710 \end_layout
37711
37712 \end_inset
37713
37714
37715 \begin_inset ERT
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719
37720 }
37721 \end_layout
37722
37723 \end_inset
37724
37725  Aquamarine
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 <cell alignment="center" valignment="top" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 \begin_inset ERT
37735 status collapsed
37736
37737 \begin_layout Plain Layout
37738
37739
37740 \backslash
37741 fcolorbox{black}{
37742 \end_layout
37743
37744 \end_inset
37745
37746 Bittersweet
37747 \begin_inset ERT
37748 status collapsed
37749
37750 \begin_layout Plain Layout
37751
37752 }{
37753 \end_layout
37754
37755 \end_inset
37756
37757
37758 \begin_inset Phantom Phantom
37759 status open
37760
37761 \begin_layout Plain Layout
37762 W
37763 \end_layout
37764
37765 \end_inset
37766
37767
37768 \begin_inset ERT
37769 status collapsed
37770
37771 \begin_layout Plain Layout
37772
37773 }
37774 \end_layout
37775
37776 \end_inset
37777
37778  Bittersweet
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 <cell alignment="center" valignment="top" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787 \begin_inset ERT
37788 status collapsed
37789
37790 \begin_layout Plain Layout
37791
37792
37793 \backslash
37794 fcolorbox{black}{
37795 \end_layout
37796
37797 \end_inset
37798
37799 BlueGreen
37800 \begin_inset ERT
37801 status collapsed
37802
37803 \begin_layout Plain Layout
37804
37805 }{
37806 \end_layout
37807
37808 \end_inset
37809
37810
37811 \begin_inset Phantom Phantom
37812 status open
37813
37814 \begin_layout Plain Layout
37815 W
37816 \end_layout
37817
37818 \end_inset
37819
37820
37821 \begin_inset ERT
37822 status collapsed
37823
37824 \begin_layout Plain Layout
37825
37826 }
37827 \end_layout
37828
37829 \end_inset
37830
37831  BlueGreen
37832 \end_layout
37833
37834 \end_inset
37835 </cell>
37836 </row>
37837 <row>
37838 <cell alignment="left" valignment="top" usebox="none">
37839 \begin_inset Text
37840
37841 \begin_layout Plain Layout
37842 \begin_inset ERT
37843 status collapsed
37844
37845 \begin_layout Plain Layout
37846
37847
37848 \backslash
37849 fcolorbox{black}{
37850 \end_layout
37851
37852 \end_inset
37853
37854 BlueViolet
37855 \begin_inset ERT
37856 status collapsed
37857
37858 \begin_layout Plain Layout
37859
37860 }{
37861 \end_layout
37862
37863 \end_inset
37864
37865
37866 \begin_inset Phantom Phantom
37867 status open
37868
37869 \begin_layout Plain Layout
37870 W
37871 \end_layout
37872
37873 \end_inset
37874
37875
37876 \begin_inset ERT
37877 status collapsed
37878
37879 \begin_layout Plain Layout
37880
37881 }
37882 \end_layout
37883
37884 \end_inset
37885
37886  BlueViolet
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 <cell alignment="left" valignment="top" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895 \begin_inset ERT
37896 status collapsed
37897
37898 \begin_layout Plain Layout
37899
37900
37901 \backslash
37902 fcolorbox{black}{
37903 \end_layout
37904
37905 \end_inset
37906
37907 BrickRed
37908 \begin_inset ERT
37909 status collapsed
37910
37911 \begin_layout Plain Layout
37912
37913 }{
37914 \end_layout
37915
37916 \end_inset
37917
37918
37919 \begin_inset Phantom Phantom
37920 status open
37921
37922 \begin_layout Plain Layout
37923 W
37924 \end_layout
37925
37926 \end_inset
37927
37928
37929 \begin_inset ERT
37930 status collapsed
37931
37932 \begin_layout Plain Layout
37933
37934 }
37935 \end_layout
37936
37937 \end_inset
37938
37939  BrickRed
37940 \end_layout
37941
37942 \end_inset
37943 </cell>
37944 <cell alignment="left" valignment="top" usebox="none">
37945 \begin_inset Text
37946
37947 \begin_layout Plain Layout
37948 \begin_inset ERT
37949 status collapsed
37950
37951 \begin_layout Plain Layout
37952
37953
37954 \backslash
37955 fcolorbox{black}{
37956 \end_layout
37957
37958 \end_inset
37959
37960 Brown
37961 \begin_inset ERT
37962 status collapsed
37963
37964 \begin_layout Plain Layout
37965
37966 }{
37967 \end_layout
37968
37969 \end_inset
37970
37971
37972 \begin_inset Phantom Phantom
37973 status open
37974
37975 \begin_layout Plain Layout
37976 W
37977 \end_layout
37978
37979 \end_inset
37980
37981
37982 \begin_inset ERT
37983 status collapsed
37984
37985 \begin_layout Plain Layout
37986
37987 }
37988 \end_layout
37989
37990 \end_inset
37991
37992  Brown
37993 \end_layout
37994
37995 \end_inset
37996 </cell>
37997 <cell alignment="left" valignment="top" usebox="none">
37998 \begin_inset Text
37999
38000 \begin_layout Plain Layout
38001 \begin_inset ERT
38002 status collapsed
38003
38004 \begin_layout Plain Layout
38005
38006
38007 \backslash
38008 fcolorbox{black}{
38009 \end_layout
38010
38011 \end_inset
38012
38013 BurntOrange
38014 \begin_inset ERT
38015 status collapsed
38016
38017 \begin_layout Plain Layout
38018
38019 }{
38020 \end_layout
38021
38022 \end_inset
38023
38024
38025 \begin_inset Phantom Phantom
38026 status open
38027
38028 \begin_layout Plain Layout
38029 W
38030 \end_layout
38031
38032 \end_inset
38033
38034
38035 \begin_inset ERT
38036 status collapsed
38037
38038 \begin_layout Plain Layout
38039
38040 }
38041 \end_layout
38042
38043 \end_inset
38044
38045  BurntOrange
38046 \end_layout
38047
38048 \end_inset
38049 </cell>
38050 </row>
38051 <row>
38052 <cell alignment="left" valignment="top" usebox="none">
38053 \begin_inset Text
38054
38055 \begin_layout Plain Layout
38056 \begin_inset ERT
38057 status collapsed
38058
38059 \begin_layout Plain Layout
38060
38061
38062 \backslash
38063 fcolorbox{black}{
38064 \end_layout
38065
38066 \end_inset
38067
38068 CadetBlue
38069 \begin_inset ERT
38070 status collapsed
38071
38072 \begin_layout Plain Layout
38073
38074 }{
38075 \end_layout
38076
38077 \end_inset
38078
38079
38080 \begin_inset Phantom Phantom
38081 status open
38082
38083 \begin_layout Plain Layout
38084 W
38085 \end_layout
38086
38087 \end_inset
38088
38089
38090 \begin_inset ERT
38091 status collapsed
38092
38093 \begin_layout Plain Layout
38094
38095 }
38096 \end_layout
38097
38098 \end_inset
38099
38100  CadetBlue
38101 \end_layout
38102
38103 \end_inset
38104 </cell>
38105 <cell alignment="left" valignment="top" usebox="none">
38106 \begin_inset Text
38107
38108 \begin_layout Plain Layout
38109 \begin_inset ERT
38110 status collapsed
38111
38112 \begin_layout Plain Layout
38113
38114
38115 \backslash
38116 fcolorbox{black}{
38117 \end_layout
38118
38119 \end_inset
38120
38121 CarnationPink
38122 \begin_inset ERT
38123 status collapsed
38124
38125 \begin_layout Plain Layout
38126
38127 }{
38128 \end_layout
38129
38130 \end_inset
38131
38132
38133 \begin_inset Phantom Phantom
38134 status open
38135
38136 \begin_layout Plain Layout
38137 W
38138 \end_layout
38139
38140 \end_inset
38141
38142
38143 \begin_inset ERT
38144 status collapsed
38145
38146 \begin_layout Plain Layout
38147
38148 }
38149 \end_layout
38150
38151 \end_inset
38152
38153  CarnationPink
38154 \end_layout
38155
38156 \end_inset
38157 </cell>
38158 <cell alignment="left" valignment="top" usebox="none">
38159 \begin_inset Text
38160
38161 \begin_layout Plain Layout
38162 \begin_inset ERT
38163 status collapsed
38164
38165 \begin_layout Plain Layout
38166
38167
38168 \backslash
38169 fcolorbox{black}{
38170 \end_layout
38171
38172 \end_inset
38173
38174 Cerulean
38175 \begin_inset ERT
38176 status collapsed
38177
38178 \begin_layout Plain Layout
38179
38180 }{
38181 \end_layout
38182
38183 \end_inset
38184
38185
38186 \begin_inset Phantom Phantom
38187 status open
38188
38189 \begin_layout Plain Layout
38190 W
38191 \end_layout
38192
38193 \end_inset
38194
38195
38196 \begin_inset ERT
38197 status collapsed
38198
38199 \begin_layout Plain Layout
38200
38201 }
38202 \end_layout
38203
38204 \end_inset
38205
38206  Cerulean
38207 \end_layout
38208
38209 \end_inset
38210 </cell>
38211 <cell alignment="left" valignment="top" usebox="none">
38212 \begin_inset Text
38213
38214 \begin_layout Plain Layout
38215 \begin_inset ERT
38216 status collapsed
38217
38218 \begin_layout Plain Layout
38219
38220
38221 \backslash
38222 fcolorbox{black}{
38223 \end_layout
38224
38225 \end_inset
38226
38227 CornflowerBlue
38228 \begin_inset ERT
38229 status collapsed
38230
38231 \begin_layout Plain Layout
38232
38233 }{
38234 \end_layout
38235
38236 \end_inset
38237
38238
38239 \begin_inset Phantom Phantom
38240 status open
38241
38242 \begin_layout Plain Layout
38243 W
38244 \end_layout
38245
38246 \end_inset
38247
38248
38249 \begin_inset ERT
38250 status collapsed
38251
38252 \begin_layout Plain Layout
38253
38254 }
38255 \end_layout
38256
38257 \end_inset
38258
38259  CornflowerBlue
38260 \end_layout
38261
38262 \end_inset
38263 </cell>
38264 </row>
38265 <row>
38266 <cell alignment="left" valignment="top" usebox="none">
38267 \begin_inset Text
38268
38269 \begin_layout Plain Layout
38270 \begin_inset ERT
38271 status collapsed
38272
38273 \begin_layout Plain Layout
38274
38275
38276 \backslash
38277 fcolorbox{black}{
38278 \end_layout
38279
38280 \end_inset
38281
38282 Dandelion
38283 \begin_inset ERT
38284 status collapsed
38285
38286 \begin_layout Plain Layout
38287
38288 }{
38289 \end_layout
38290
38291 \end_inset
38292
38293
38294 \begin_inset Phantom Phantom
38295 status open
38296
38297 \begin_layout Plain Layout
38298 W
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \begin_inset ERT
38305 status collapsed
38306
38307 \begin_layout Plain Layout
38308
38309 }
38310 \end_layout
38311
38312 \end_inset
38313
38314  Dandelion
38315 \end_layout
38316
38317 \end_inset
38318 </cell>
38319 <cell alignment="left" valignment="top" usebox="none">
38320 \begin_inset Text
38321
38322 \begin_layout Plain Layout
38323 \begin_inset ERT
38324 status collapsed
38325
38326 \begin_layout Plain Layout
38327
38328
38329 \backslash
38330 fcolorbox{black}{
38331 \end_layout
38332
38333 \end_inset
38334
38335 DarkOrchid
38336 \begin_inset ERT
38337 status collapsed
38338
38339 \begin_layout Plain Layout
38340
38341 }{
38342 \end_layout
38343
38344 \end_inset
38345
38346
38347 \begin_inset Phantom Phantom
38348 status open
38349
38350 \begin_layout Plain Layout
38351 W
38352 \end_layout
38353
38354 \end_inset
38355
38356
38357 \begin_inset ERT
38358 status collapsed
38359
38360 \begin_layout Plain Layout
38361
38362 }
38363 \end_layout
38364
38365 \end_inset
38366
38367  DarkOrchid
38368 \end_layout
38369
38370 \end_inset
38371 </cell>
38372 <cell alignment="left" valignment="top" usebox="none">
38373 \begin_inset Text
38374
38375 \begin_layout Plain Layout
38376 \begin_inset ERT
38377 status collapsed
38378
38379 \begin_layout Plain Layout
38380
38381
38382 \backslash
38383 fcolorbox{black}{
38384 \end_layout
38385
38386 \end_inset
38387
38388 Emerald
38389 \begin_inset ERT
38390 status collapsed
38391
38392 \begin_layout Plain Layout
38393
38394 }{
38395 \end_layout
38396
38397 \end_inset
38398
38399
38400 \begin_inset Phantom Phantom
38401 status open
38402
38403 \begin_layout Plain Layout
38404 W
38405 \end_layout
38406
38407 \end_inset
38408
38409
38410 \begin_inset ERT
38411 status collapsed
38412
38413 \begin_layout Plain Layout
38414
38415 }
38416 \end_layout
38417
38418 \end_inset
38419
38420  Emerald
38421 \end_layout
38422
38423 \end_inset
38424 </cell>
38425 <cell alignment="left" valignment="top" usebox="none">
38426 \begin_inset Text
38427
38428 \begin_layout Plain Layout
38429 \begin_inset ERT
38430 status collapsed
38431
38432 \begin_layout Plain Layout
38433
38434
38435 \backslash
38436 fcolorbox{black}{
38437 \end_layout
38438
38439 \end_inset
38440
38441 ForestGreen
38442 \begin_inset ERT
38443 status collapsed
38444
38445 \begin_layout Plain Layout
38446
38447 }{
38448 \end_layout
38449
38450 \end_inset
38451
38452
38453 \begin_inset Phantom Phantom
38454 status open
38455
38456 \begin_layout Plain Layout
38457 W
38458 \end_layout
38459
38460 \end_inset
38461
38462
38463 \begin_inset ERT
38464 status collapsed
38465
38466 \begin_layout Plain Layout
38467
38468 }
38469 \end_layout
38470
38471 \end_inset
38472
38473  ForestGreen
38474 \end_layout
38475
38476 \end_inset
38477 </cell>
38478 </row>
38479 <row>
38480 <cell alignment="left" valignment="top" usebox="none">
38481 \begin_inset Text
38482
38483 \begin_layout Plain Layout
38484 \begin_inset ERT
38485 status collapsed
38486
38487 \begin_layout Plain Layout
38488
38489
38490 \backslash
38491 fcolorbox{black}{
38492 \end_layout
38493
38494 \end_inset
38495
38496 Fuchsia
38497 \begin_inset ERT
38498 status collapsed
38499
38500 \begin_layout Plain Layout
38501
38502 }{
38503 \end_layout
38504
38505 \end_inset
38506
38507
38508 \begin_inset Phantom Phantom
38509 status open
38510
38511 \begin_layout Plain Layout
38512 W
38513 \end_layout
38514
38515 \end_inset
38516
38517
38518 \begin_inset ERT
38519 status collapsed
38520
38521 \begin_layout Plain Layout
38522
38523 }
38524 \end_layout
38525
38526 \end_inset
38527
38528  Fuchsia
38529 \end_layout
38530
38531 \end_inset
38532 </cell>
38533 <cell alignment="left" valignment="top" usebox="none">
38534 \begin_inset Text
38535
38536 \begin_layout Plain Layout
38537 \begin_inset ERT
38538 status collapsed
38539
38540 \begin_layout Plain Layout
38541
38542
38543 \backslash
38544 fcolorbox{black}{
38545 \end_layout
38546
38547 \end_inset
38548
38549 Goldenrod
38550 \begin_inset ERT
38551 status collapsed
38552
38553 \begin_layout Plain Layout
38554
38555 }{
38556 \end_layout
38557
38558 \end_inset
38559
38560
38561 \begin_inset Phantom Phantom
38562 status open
38563
38564 \begin_layout Plain Layout
38565 W
38566 \end_layout
38567
38568 \end_inset
38569
38570
38571 \begin_inset ERT
38572 status collapsed
38573
38574 \begin_layout Plain Layout
38575
38576 }
38577 \end_layout
38578
38579 \end_inset
38580
38581  Goldenrod
38582 \end_layout
38583
38584 \end_inset
38585 </cell>
38586 <cell alignment="left" valignment="top" usebox="none">
38587 \begin_inset Text
38588
38589 \begin_layout Plain Layout
38590 \begin_inset ERT
38591 status collapsed
38592
38593 \begin_layout Plain Layout
38594
38595
38596 \backslash
38597 fcolorbox{black}{
38598 \end_layout
38599
38600 \end_inset
38601
38602 Gray
38603 \begin_inset ERT
38604 status collapsed
38605
38606 \begin_layout Plain Layout
38607
38608 }{
38609 \end_layout
38610
38611 \end_inset
38612
38613
38614 \begin_inset Phantom Phantom
38615 status open
38616
38617 \begin_layout Plain Layout
38618 W
38619 \end_layout
38620
38621 \end_inset
38622
38623
38624 \begin_inset ERT
38625 status collapsed
38626
38627 \begin_layout Plain Layout
38628
38629 }
38630 \end_layout
38631
38632 \end_inset
38633
38634  Gray
38635 \end_layout
38636
38637 \end_inset
38638 </cell>
38639 <cell alignment="left" valignment="top" usebox="none">
38640 \begin_inset Text
38641
38642 \begin_layout Plain Layout
38643 \begin_inset ERT
38644 status collapsed
38645
38646 \begin_layout Plain Layout
38647
38648
38649 \backslash
38650 fcolorbox{black}{
38651 \end_layout
38652
38653 \end_inset
38654
38655 GreenYellow
38656 \begin_inset ERT
38657 status collapsed
38658
38659 \begin_layout Plain Layout
38660
38661 }{
38662 \end_layout
38663
38664 \end_inset
38665
38666
38667 \begin_inset Phantom Phantom
38668 status open
38669
38670 \begin_layout Plain Layout
38671 W
38672 \end_layout
38673
38674 \end_inset
38675
38676
38677 \begin_inset ERT
38678 status collapsed
38679
38680 \begin_layout Plain Layout
38681
38682 }
38683 \end_layout
38684
38685 \end_inset
38686
38687  GreenYellow
38688 \end_layout
38689
38690 \end_inset
38691 </cell>
38692 </row>
38693 <row>
38694 <cell alignment="center" valignment="top" usebox="none">
38695 \begin_inset Text
38696
38697 \begin_layout Plain Layout
38698 \begin_inset ERT
38699 status collapsed
38700
38701 \begin_layout Plain Layout
38702
38703
38704 \backslash
38705 fcolorbox{black}{
38706 \end_layout
38707
38708 \end_inset
38709
38710 JungleGreen
38711 \begin_inset ERT
38712 status collapsed
38713
38714 \begin_layout Plain Layout
38715
38716 }{
38717 \end_layout
38718
38719 \end_inset
38720
38721
38722 \begin_inset Phantom Phantom
38723 status open
38724
38725 \begin_layout Plain Layout
38726 W
38727 \end_layout
38728
38729 \end_inset
38730
38731
38732 \begin_inset ERT
38733 status collapsed
38734
38735 \begin_layout Plain Layout
38736
38737 }
38738 \end_layout
38739
38740 \end_inset
38741
38742  JungleGreen
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 <cell alignment="center" valignment="top" usebox="none">
38748 \begin_inset Text
38749
38750 \begin_layout Plain Layout
38751 \begin_inset ERT
38752 status collapsed
38753
38754 \begin_layout Plain Layout
38755
38756
38757 \backslash
38758 fcolorbox{black}{
38759 \end_layout
38760
38761 \end_inset
38762
38763 Lavender
38764 \begin_inset ERT
38765 status collapsed
38766
38767 \begin_layout Plain Layout
38768
38769 }{
38770 \end_layout
38771
38772 \end_inset
38773
38774
38775 \begin_inset Phantom Phantom
38776 status open
38777
38778 \begin_layout Plain Layout
38779 W
38780 \end_layout
38781
38782 \end_inset
38783
38784
38785 \begin_inset ERT
38786 status collapsed
38787
38788 \begin_layout Plain Layout
38789
38790 }
38791 \end_layout
38792
38793 \end_inset
38794
38795  Lavender
38796 \end_layout
38797
38798 \end_inset
38799 </cell>
38800 <cell alignment="center" valignment="top" usebox="none">
38801 \begin_inset Text
38802
38803 \begin_layout Plain Layout
38804 \begin_inset ERT
38805 status collapsed
38806
38807 \begin_layout Plain Layout
38808
38809
38810 \backslash
38811 fcolorbox{black}{
38812 \end_layout
38813
38814 \end_inset
38815
38816 LimeGreen
38817 \begin_inset ERT
38818 status collapsed
38819
38820 \begin_layout Plain Layout
38821
38822 }{
38823 \end_layout
38824
38825 \end_inset
38826
38827
38828 \begin_inset Phantom Phantom
38829 status open
38830
38831 \begin_layout Plain Layout
38832 W
38833 \end_layout
38834
38835 \end_inset
38836
38837
38838 \begin_inset ERT
38839 status collapsed
38840
38841 \begin_layout Plain Layout
38842
38843 }
38844 \end_layout
38845
38846 \end_inset
38847
38848  LimeGreen
38849 \end_layout
38850
38851 \end_inset
38852 </cell>
38853 <cell alignment="center" valignment="top" usebox="none">
38854 \begin_inset Text
38855
38856 \begin_layout Plain Layout
38857 \begin_inset ERT
38858 status collapsed
38859
38860 \begin_layout Plain Layout
38861
38862
38863 \backslash
38864 fcolorbox{black}{
38865 \end_layout
38866
38867 \end_inset
38868
38869 Mahogany
38870 \begin_inset ERT
38871 status collapsed
38872
38873 \begin_layout Plain Layout
38874
38875 }{
38876 \end_layout
38877
38878 \end_inset
38879
38880
38881 \begin_inset Phantom Phantom
38882 status open
38883
38884 \begin_layout Plain Layout
38885 W
38886 \end_layout
38887
38888 \end_inset
38889
38890
38891 \begin_inset ERT
38892 status collapsed
38893
38894 \begin_layout Plain Layout
38895
38896 }
38897 \end_layout
38898
38899 \end_inset
38900
38901  Mahogany
38902 \end_layout
38903
38904 \end_inset
38905 </cell>
38906 </row>
38907 <row>
38908 <cell alignment="left" valignment="top" usebox="none">
38909 \begin_inset Text
38910
38911 \begin_layout Plain Layout
38912 \begin_inset ERT
38913 status collapsed
38914
38915 \begin_layout Plain Layout
38916
38917
38918 \backslash
38919 fcolorbox{black}{
38920 \end_layout
38921
38922 \end_inset
38923
38924 Mahogany
38925 \begin_inset ERT
38926 status collapsed
38927
38928 \begin_layout Plain Layout
38929
38930 }{
38931 \end_layout
38932
38933 \end_inset
38934
38935
38936 \begin_inset Phantom Phantom
38937 status open
38938
38939 \begin_layout Plain Layout
38940 W
38941 \end_layout
38942
38943 \end_inset
38944
38945
38946 \begin_inset ERT
38947 status collapsed
38948
38949 \begin_layout Plain Layout
38950
38951 }
38952 \end_layout
38953
38954 \end_inset
38955
38956  Mahogany
38957 \end_layout
38958
38959 \end_inset
38960 </cell>
38961 <cell alignment="left" valignment="top" usebox="none">
38962 \begin_inset Text
38963
38964 \begin_layout Plain Layout
38965 \begin_inset ERT
38966 status collapsed
38967
38968 \begin_layout Plain Layout
38969
38970
38971 \backslash
38972 fcolorbox{black}{
38973 \end_layout
38974
38975 \end_inset
38976
38977 Maroon
38978 \begin_inset ERT
38979 status collapsed
38980
38981 \begin_layout Plain Layout
38982
38983 }{
38984 \end_layout
38985
38986 \end_inset
38987
38988
38989 \begin_inset Phantom Phantom
38990 status open
38991
38992 \begin_layout Plain Layout
38993 W
38994 \end_layout
38995
38996 \end_inset
38997
38998
38999 \begin_inset ERT
39000 status collapsed
39001
39002 \begin_layout Plain Layout
39003
39004 }
39005 \end_layout
39006
39007 \end_inset
39008
39009  Maroon
39010 \end_layout
39011
39012 \end_inset
39013 </cell>
39014 <cell alignment="left" valignment="top" usebox="none">
39015 \begin_inset Text
39016
39017 \begin_layout Plain Layout
39018 \begin_inset ERT
39019 status collapsed
39020
39021 \begin_layout Plain Layout
39022
39023
39024 \backslash
39025 fcolorbox{black}{
39026 \end_layout
39027
39028 \end_inset
39029
39030 Melon
39031 \begin_inset ERT
39032 status collapsed
39033
39034 \begin_layout Plain Layout
39035
39036 }{
39037 \end_layout
39038
39039 \end_inset
39040
39041
39042 \begin_inset Phantom Phantom
39043 status open
39044
39045 \begin_layout Plain Layout
39046 W
39047 \end_layout
39048
39049 \end_inset
39050
39051
39052 \begin_inset ERT
39053 status collapsed
39054
39055 \begin_layout Plain Layout
39056
39057 }
39058 \end_layout
39059
39060 \end_inset
39061
39062  Melon
39063 \end_layout
39064
39065 \end_inset
39066 </cell>
39067 <cell alignment="left" valignment="top" usebox="none">
39068 \begin_inset Text
39069
39070 \begin_layout Plain Layout
39071 \begin_inset ERT
39072 status collapsed
39073
39074 \begin_layout Plain Layout
39075
39076
39077 \backslash
39078 fcolorbox{black}{
39079 \end_layout
39080
39081 \end_inset
39082
39083 MidnightBlue
39084 \begin_inset ERT
39085 status collapsed
39086
39087 \begin_layout Plain Layout
39088
39089 }{
39090 \end_layout
39091
39092 \end_inset
39093
39094
39095 \begin_inset Phantom Phantom
39096 status open
39097
39098 \begin_layout Plain Layout
39099 W
39100 \end_layout
39101
39102 \end_inset
39103
39104
39105 \begin_inset ERT
39106 status collapsed
39107
39108 \begin_layout Plain Layout
39109
39110 }
39111 \end_layout
39112
39113 \end_inset
39114
39115  MidnightBlue
39116 \end_layout
39117
39118 \end_inset
39119 </cell>
39120 </row>
39121 <row>
39122 <cell alignment="left" valignment="top" usebox="none">
39123 \begin_inset Text
39124
39125 \begin_layout Plain Layout
39126 \begin_inset ERT
39127 status collapsed
39128
39129 \begin_layout Plain Layout
39130
39131
39132 \backslash
39133 fcolorbox{black}{
39134 \end_layout
39135
39136 \end_inset
39137
39138 Mulberry
39139 \begin_inset ERT
39140 status collapsed
39141
39142 \begin_layout Plain Layout
39143
39144 }{
39145 \end_layout
39146
39147 \end_inset
39148
39149
39150 \begin_inset Phantom Phantom
39151 status open
39152
39153 \begin_layout Plain Layout
39154 W
39155 \end_layout
39156
39157 \end_inset
39158
39159
39160 \begin_inset ERT
39161 status collapsed
39162
39163 \begin_layout Plain Layout
39164
39165 }
39166 \end_layout
39167
39168 \end_inset
39169
39170  Mulberry
39171 \end_layout
39172
39173 \end_inset
39174 </cell>
39175 <cell alignment="left" valignment="top" usebox="none">
39176 \begin_inset Text
39177
39178 \begin_layout Plain Layout
39179 \begin_inset ERT
39180 status collapsed
39181
39182 \begin_layout Plain Layout
39183
39184
39185 \backslash
39186 fcolorbox{black}{
39187 \end_layout
39188
39189 \end_inset
39190
39191 NavyBlue
39192 \begin_inset ERT
39193 status collapsed
39194
39195 \begin_layout Plain Layout
39196
39197 }{
39198 \end_layout
39199
39200 \end_inset
39201
39202
39203 \begin_inset Phantom Phantom
39204 status open
39205
39206 \begin_layout Plain Layout
39207 W
39208 \end_layout
39209
39210 \end_inset
39211
39212
39213 \begin_inset ERT
39214 status collapsed
39215
39216 \begin_layout Plain Layout
39217
39218 }
39219 \end_layout
39220
39221 \end_inset
39222
39223  NavyBlue
39224 \end_layout
39225
39226 \end_inset
39227 </cell>
39228 <cell alignment="left" valignment="top" usebox="none">
39229 \begin_inset Text
39230
39231 \begin_layout Plain Layout
39232 \begin_inset ERT
39233 status collapsed
39234
39235 \begin_layout Plain Layout
39236
39237
39238 \backslash
39239 fcolorbox{black}{
39240 \end_layout
39241
39242 \end_inset
39243
39244 OliveGreen
39245 \begin_inset ERT
39246 status collapsed
39247
39248 \begin_layout Plain Layout
39249
39250 }{
39251 \end_layout
39252
39253 \end_inset
39254
39255
39256 \begin_inset Phantom Phantom
39257 status open
39258
39259 \begin_layout Plain Layout
39260 W
39261 \end_layout
39262
39263 \end_inset
39264
39265
39266 \begin_inset ERT
39267 status collapsed
39268
39269 \begin_layout Plain Layout
39270
39271 }
39272 \end_layout
39273
39274 \end_inset
39275
39276  OliveGreen
39277 \end_layout
39278
39279 \end_inset
39280 </cell>
39281 <cell alignment="left" valignment="top" usebox="none">
39282 \begin_inset Text
39283
39284 \begin_layout Plain Layout
39285 \begin_inset ERT
39286 status collapsed
39287
39288 \begin_layout Plain Layout
39289
39290
39291 \backslash
39292 fcolorbox{black}{
39293 \end_layout
39294
39295 \end_inset
39296
39297 Orange
39298 \begin_inset ERT
39299 status collapsed
39300
39301 \begin_layout Plain Layout
39302
39303 }{
39304 \end_layout
39305
39306 \end_inset
39307
39308
39309 \begin_inset Phantom Phantom
39310 status open
39311
39312 \begin_layout Plain Layout
39313 W
39314 \end_layout
39315
39316 \end_inset
39317
39318
39319 \begin_inset ERT
39320 status collapsed
39321
39322 \begin_layout Plain Layout
39323
39324 }
39325 \end_layout
39326
39327 \end_inset
39328
39329  Orange
39330 \end_layout
39331
39332 \end_inset
39333 </cell>
39334 </row>
39335 <row>
39336 <cell alignment="left" valignment="top" usebox="none">
39337 \begin_inset Text
39338
39339 \begin_layout Plain Layout
39340 \begin_inset ERT
39341 status collapsed
39342
39343 \begin_layout Plain Layout
39344
39345
39346 \backslash
39347 fcolorbox{black}{
39348 \end_layout
39349
39350 \end_inset
39351
39352 OrangeRed
39353 \begin_inset ERT
39354 status collapsed
39355
39356 \begin_layout Plain Layout
39357
39358 }{
39359 \end_layout
39360
39361 \end_inset
39362
39363
39364 \begin_inset Phantom Phantom
39365 status open
39366
39367 \begin_layout Plain Layout
39368 W
39369 \end_layout
39370
39371 \end_inset
39372
39373
39374 \begin_inset ERT
39375 status collapsed
39376
39377 \begin_layout Plain Layout
39378
39379 }
39380 \end_layout
39381
39382 \end_inset
39383
39384  OrangeRed
39385 \end_layout
39386
39387 \end_inset
39388 </cell>
39389 <cell alignment="left" valignment="top" usebox="none">
39390 \begin_inset Text
39391
39392 \begin_layout Plain Layout
39393 \begin_inset ERT
39394 status collapsed
39395
39396 \begin_layout Plain Layout
39397
39398
39399 \backslash
39400 fcolorbox{black}{
39401 \end_layout
39402
39403 \end_inset
39404
39405 Orchid
39406 \begin_inset ERT
39407 status collapsed
39408
39409 \begin_layout Plain Layout
39410
39411 }{
39412 \end_layout
39413
39414 \end_inset
39415
39416
39417 \begin_inset Phantom Phantom
39418 status open
39419
39420 \begin_layout Plain Layout
39421 W
39422 \end_layout
39423
39424 \end_inset
39425
39426
39427 \begin_inset ERT
39428 status collapsed
39429
39430 \begin_layout Plain Layout
39431
39432 }
39433 \end_layout
39434
39435 \end_inset
39436
39437  Orchid
39438 \end_layout
39439
39440 \end_inset
39441 </cell>
39442 <cell alignment="left" valignment="top" usebox="none">
39443 \begin_inset Text
39444
39445 \begin_layout Plain Layout
39446 \begin_inset ERT
39447 status collapsed
39448
39449 \begin_layout Plain Layout
39450
39451
39452 \backslash
39453 fcolorbox{black}{
39454 \end_layout
39455
39456 \end_inset
39457
39458 Peach
39459 \begin_inset ERT
39460 status collapsed
39461
39462 \begin_layout Plain Layout
39463
39464 }{
39465 \end_layout
39466
39467 \end_inset
39468
39469
39470 \begin_inset Phantom Phantom
39471 status open
39472
39473 \begin_layout Plain Layout
39474 W
39475 \end_layout
39476
39477 \end_inset
39478
39479
39480 \begin_inset ERT
39481 status collapsed
39482
39483 \begin_layout Plain Layout
39484
39485 }
39486 \end_layout
39487
39488 \end_inset
39489
39490  Peach
39491 \end_layout
39492
39493 \end_inset
39494 </cell>
39495 <cell alignment="left" valignment="top" usebox="none">
39496 \begin_inset Text
39497
39498 \begin_layout Plain Layout
39499 \begin_inset ERT
39500 status collapsed
39501
39502 \begin_layout Plain Layout
39503
39504
39505 \backslash
39506 fcolorbox{black}{
39507 \end_layout
39508
39509 \end_inset
39510
39511 Periwinkle
39512 \begin_inset ERT
39513 status collapsed
39514
39515 \begin_layout Plain Layout
39516
39517 }{
39518 \end_layout
39519
39520 \end_inset
39521
39522
39523 \begin_inset Phantom Phantom
39524 status open
39525
39526 \begin_layout Plain Layout
39527 W
39528 \end_layout
39529
39530 \end_inset
39531
39532
39533 \begin_inset ERT
39534 status collapsed
39535
39536 \begin_layout Plain Layout
39537
39538 }
39539 \end_layout
39540
39541 \end_inset
39542
39543  Periwinkle
39544 \end_layout
39545
39546 \end_inset
39547 </cell>
39548 </row>
39549 <row>
39550 <cell alignment="left" valignment="top" usebox="none">
39551 \begin_inset Text
39552
39553 \begin_layout Plain Layout
39554 \begin_inset ERT
39555 status collapsed
39556
39557 \begin_layout Plain Layout
39558
39559
39560 \backslash
39561 fcolorbox{black}{
39562 \end_layout
39563
39564 \end_inset
39565
39566 PineGreen
39567 \begin_inset ERT
39568 status collapsed
39569
39570 \begin_layout Plain Layout
39571
39572 }{
39573 \end_layout
39574
39575 \end_inset
39576
39577
39578 \begin_inset Phantom Phantom
39579 status open
39580
39581 \begin_layout Plain Layout
39582 W
39583 \end_layout
39584
39585 \end_inset
39586
39587
39588 \begin_inset ERT
39589 status collapsed
39590
39591 \begin_layout Plain Layout
39592
39593 }
39594 \end_layout
39595
39596 \end_inset
39597
39598  PineGreen
39599 \end_layout
39600
39601 \end_inset
39602 </cell>
39603 <cell alignment="left" valignment="top" usebox="none">
39604 \begin_inset Text
39605
39606 \begin_layout Plain Layout
39607 \begin_inset ERT
39608 status collapsed
39609
39610 \begin_layout Plain Layout
39611
39612
39613 \backslash
39614 fcolorbox{black}{
39615 \end_layout
39616
39617 \end_inset
39618
39619 Plum
39620 \begin_inset ERT
39621 status collapsed
39622
39623 \begin_layout Plain Layout
39624
39625 }{
39626 \end_layout
39627
39628 \end_inset
39629
39630
39631 \begin_inset Phantom Phantom
39632 status open
39633
39634 \begin_layout Plain Layout
39635 W
39636 \end_layout
39637
39638 \end_inset
39639
39640
39641 \begin_inset ERT
39642 status collapsed
39643
39644 \begin_layout Plain Layout
39645
39646 }
39647 \end_layout
39648
39649 \end_inset
39650
39651  Plum
39652 \end_layout
39653
39654 \end_inset
39655 </cell>
39656 <cell alignment="left" valignment="top" usebox="none">
39657 \begin_inset Text
39658
39659 \begin_layout Plain Layout
39660 \begin_inset ERT
39661 status collapsed
39662
39663 \begin_layout Plain Layout
39664
39665
39666 \backslash
39667 fcolorbox{black}{
39668 \end_layout
39669
39670 \end_inset
39671
39672 ProcessBlue
39673 \begin_inset ERT
39674 status collapsed
39675
39676 \begin_layout Plain Layout
39677
39678 }{
39679 \end_layout
39680
39681 \end_inset
39682
39683
39684 \begin_inset Phantom Phantom
39685 status open
39686
39687 \begin_layout Plain Layout
39688 W
39689 \end_layout
39690
39691 \end_inset
39692
39693
39694 \begin_inset ERT
39695 status collapsed
39696
39697 \begin_layout Plain Layout
39698
39699 }
39700 \end_layout
39701
39702 \end_inset
39703
39704  ProcessBlue
39705 \end_layout
39706
39707 \end_inset
39708 </cell>
39709 <cell alignment="left" valignment="top" usebox="none">
39710 \begin_inset Text
39711
39712 \begin_layout Plain Layout
39713 \begin_inset ERT
39714 status collapsed
39715
39716 \begin_layout Plain Layout
39717
39718
39719 \backslash
39720 fcolorbox{black}{
39721 \end_layout
39722
39723 \end_inset
39724
39725 Purple
39726 \begin_inset ERT
39727 status collapsed
39728
39729 \begin_layout Plain Layout
39730
39731 }{
39732 \end_layout
39733
39734 \end_inset
39735
39736
39737 \begin_inset Phantom Phantom
39738 status open
39739
39740 \begin_layout Plain Layout
39741 W
39742 \end_layout
39743
39744 \end_inset
39745
39746
39747 \begin_inset ERT
39748 status collapsed
39749
39750 \begin_layout Plain Layout
39751
39752 }
39753 \end_layout
39754
39755 \end_inset
39756
39757  Purple
39758 \end_layout
39759
39760 \end_inset
39761 </cell>
39762 </row>
39763 <row>
39764 <cell alignment="left" valignment="top" usebox="none">
39765 \begin_inset Text
39766
39767 \begin_layout Plain Layout
39768 \begin_inset ERT
39769 status collapsed
39770
39771 \begin_layout Plain Layout
39772
39773
39774 \backslash
39775 fcolorbox{black}{
39776 \end_layout
39777
39778 \end_inset
39779
39780 RawSienna
39781 \begin_inset ERT
39782 status collapsed
39783
39784 \begin_layout Plain Layout
39785
39786 }{
39787 \end_layout
39788
39789 \end_inset
39790
39791
39792 \begin_inset Phantom Phantom
39793 status open
39794
39795 \begin_layout Plain Layout
39796 W
39797 \end_layout
39798
39799 \end_inset
39800
39801
39802 \begin_inset ERT
39803 status collapsed
39804
39805 \begin_layout Plain Layout
39806
39807 }
39808 \end_layout
39809
39810 \end_inset
39811
39812  RawSienna
39813 \end_layout
39814
39815 \end_inset
39816 </cell>
39817 <cell alignment="left" valignment="top" usebox="none">
39818 \begin_inset Text
39819
39820 \begin_layout Plain Layout
39821 \begin_inset ERT
39822 status collapsed
39823
39824 \begin_layout Plain Layout
39825
39826
39827 \backslash
39828 fcolorbox{black}{
39829 \end_layout
39830
39831 \end_inset
39832
39833 RedOrange
39834 \begin_inset ERT
39835 status collapsed
39836
39837 \begin_layout Plain Layout
39838
39839 }{
39840 \end_layout
39841
39842 \end_inset
39843
39844
39845 \begin_inset Phantom Phantom
39846 status open
39847
39848 \begin_layout Plain Layout
39849 W
39850 \end_layout
39851
39852 \end_inset
39853
39854
39855 \begin_inset ERT
39856 status collapsed
39857
39858 \begin_layout Plain Layout
39859
39860 }
39861 \end_layout
39862
39863 \end_inset
39864
39865  RedOrange
39866 \end_layout
39867
39868 \end_inset
39869 </cell>
39870 <cell alignment="left" valignment="top" usebox="none">
39871 \begin_inset Text
39872
39873 \begin_layout Plain Layout
39874 \begin_inset ERT
39875 status collapsed
39876
39877 \begin_layout Plain Layout
39878
39879
39880 \backslash
39881 fcolorbox{black}{
39882 \end_layout
39883
39884 \end_inset
39885
39886 RedViolet
39887 \begin_inset ERT
39888 status collapsed
39889
39890 \begin_layout Plain Layout
39891
39892 }{
39893 \end_layout
39894
39895 \end_inset
39896
39897
39898 \begin_inset Phantom Phantom
39899 status open
39900
39901 \begin_layout Plain Layout
39902 W
39903 \end_layout
39904
39905 \end_inset
39906
39907
39908 \begin_inset ERT
39909 status collapsed
39910
39911 \begin_layout Plain Layout
39912
39913 }
39914 \end_layout
39915
39916 \end_inset
39917
39918  RedViolet
39919 \end_layout
39920
39921 \end_inset
39922 </cell>
39923 <cell alignment="left" valignment="top" usebox="none">
39924 \begin_inset Text
39925
39926 \begin_layout Plain Layout
39927 \begin_inset ERT
39928 status collapsed
39929
39930 \begin_layout Plain Layout
39931
39932
39933 \backslash
39934 fcolorbox{black}{
39935 \end_layout
39936
39937 \end_inset
39938
39939 Rhodamine
39940 \begin_inset ERT
39941 status collapsed
39942
39943 \begin_layout Plain Layout
39944
39945 }{
39946 \end_layout
39947
39948 \end_inset
39949
39950
39951 \begin_inset Phantom Phantom
39952 status open
39953
39954 \begin_layout Plain Layout
39955 W
39956 \end_layout
39957
39958 \end_inset
39959
39960
39961 \begin_inset ERT
39962 status collapsed
39963
39964 \begin_layout Plain Layout
39965
39966 }
39967 \end_layout
39968
39969 \end_inset
39970
39971  Rhodamine
39972 \end_layout
39973
39974 \end_inset
39975 </cell>
39976 </row>
39977 <row>
39978 <cell alignment="left" valignment="top" usebox="none">
39979 \begin_inset Text
39980
39981 \begin_layout Plain Layout
39982 \begin_inset ERT
39983 status collapsed
39984
39985 \begin_layout Plain Layout
39986
39987
39988 \backslash
39989 fcolorbox{black}{
39990 \end_layout
39991
39992 \end_inset
39993
39994 RoyalBlue
39995 \begin_inset ERT
39996 status collapsed
39997
39998 \begin_layout Plain Layout
39999
40000 }{
40001 \end_layout
40002
40003 \end_inset
40004
40005
40006 \begin_inset Phantom Phantom
40007 status open
40008
40009 \begin_layout Plain Layout
40010 W
40011 \end_layout
40012
40013 \end_inset
40014
40015
40016 \begin_inset ERT
40017 status collapsed
40018
40019 \begin_layout Plain Layout
40020
40021 }
40022 \end_layout
40023
40024 \end_inset
40025
40026  RoyalBlue
40027 \end_layout
40028
40029 \end_inset
40030 </cell>
40031 <cell alignment="left" valignment="top" usebox="none">
40032 \begin_inset Text
40033
40034 \begin_layout Plain Layout
40035 \begin_inset ERT
40036 status collapsed
40037
40038 \begin_layout Plain Layout
40039
40040
40041 \backslash
40042 fcolorbox{black}{
40043 \end_layout
40044
40045 \end_inset
40046
40047 RoyalPurple
40048 \begin_inset ERT
40049 status collapsed
40050
40051 \begin_layout Plain Layout
40052
40053 }{
40054 \end_layout
40055
40056 \end_inset
40057
40058
40059 \begin_inset Phantom Phantom
40060 status open
40061
40062 \begin_layout Plain Layout
40063 W
40064 \end_layout
40065
40066 \end_inset
40067
40068
40069 \begin_inset ERT
40070 status collapsed
40071
40072 \begin_layout Plain Layout
40073
40074 }
40075 \end_layout
40076
40077 \end_inset
40078
40079  RoyalPurple
40080 \end_layout
40081
40082 \end_inset
40083 </cell>
40084 <cell alignment="left" valignment="top" usebox="none">
40085 \begin_inset Text
40086
40087 \begin_layout Plain Layout
40088 \begin_inset ERT
40089 status collapsed
40090
40091 \begin_layout Plain Layout
40092
40093
40094 \backslash
40095 fcolorbox{black}{
40096 \end_layout
40097
40098 \end_inset
40099
40100 RubineRed
40101 \begin_inset ERT
40102 status collapsed
40103
40104 \begin_layout Plain Layout
40105
40106 }{
40107 \end_layout
40108
40109 \end_inset
40110
40111
40112 \begin_inset Phantom Phantom
40113 status open
40114
40115 \begin_layout Plain Layout
40116 W
40117 \end_layout
40118
40119 \end_inset
40120
40121
40122 \begin_inset ERT
40123 status collapsed
40124
40125 \begin_layout Plain Layout
40126
40127 }
40128 \end_layout
40129
40130 \end_inset
40131
40132  RubineRed
40133 \end_layout
40134
40135 \end_inset
40136 </cell>
40137 <cell alignment="left" valignment="top" usebox="none">
40138 \begin_inset Text
40139
40140 \begin_layout Plain Layout
40141 \begin_inset ERT
40142 status collapsed
40143
40144 \begin_layout Plain Layout
40145
40146
40147 \backslash
40148 fcolorbox{black}{
40149 \end_layout
40150
40151 \end_inset
40152
40153 Salmon
40154 \begin_inset ERT
40155 status collapsed
40156
40157 \begin_layout Plain Layout
40158
40159 }{
40160 \end_layout
40161
40162 \end_inset
40163
40164
40165 \begin_inset Phantom Phantom
40166 status open
40167
40168 \begin_layout Plain Layout
40169 W
40170 \end_layout
40171
40172 \end_inset
40173
40174
40175 \begin_inset ERT
40176 status collapsed
40177
40178 \begin_layout Plain Layout
40179
40180 }
40181 \end_layout
40182
40183 \end_inset
40184
40185  Salmon
40186 \end_layout
40187
40188 \end_inset
40189 </cell>
40190 </row>
40191 <row>
40192 <cell alignment="left" valignment="top" usebox="none">
40193 \begin_inset Text
40194
40195 \begin_layout Plain Layout
40196 \begin_inset ERT
40197 status collapsed
40198
40199 \begin_layout Plain Layout
40200
40201
40202 \backslash
40203 fcolorbox{black}{
40204 \end_layout
40205
40206 \end_inset
40207
40208 SeaGreen
40209 \begin_inset ERT
40210 status collapsed
40211
40212 \begin_layout Plain Layout
40213
40214 }{
40215 \end_layout
40216
40217 \end_inset
40218
40219
40220 \begin_inset Phantom Phantom
40221 status open
40222
40223 \begin_layout Plain Layout
40224 W
40225 \end_layout
40226
40227 \end_inset
40228
40229
40230 \begin_inset ERT
40231 status collapsed
40232
40233 \begin_layout Plain Layout
40234
40235 }
40236 \end_layout
40237
40238 \end_inset
40239
40240  SeaGreen
40241 \end_layout
40242
40243 \end_inset
40244 </cell>
40245 <cell alignment="left" valignment="top" usebox="none">
40246 \begin_inset Text
40247
40248 \begin_layout Plain Layout
40249 \begin_inset ERT
40250 status collapsed
40251
40252 \begin_layout Plain Layout
40253
40254
40255 \backslash
40256 fcolorbox{black}{
40257 \end_layout
40258
40259 \end_inset
40260
40261 Sepia
40262 \begin_inset ERT
40263 status collapsed
40264
40265 \begin_layout Plain Layout
40266
40267 }{
40268 \end_layout
40269
40270 \end_inset
40271
40272
40273 \begin_inset Phantom Phantom
40274 status open
40275
40276 \begin_layout Plain Layout
40277 W
40278 \end_layout
40279
40280 \end_inset
40281
40282
40283 \begin_inset ERT
40284 status collapsed
40285
40286 \begin_layout Plain Layout
40287
40288 }
40289 \end_layout
40290
40291 \end_inset
40292
40293  Sepia
40294 \end_layout
40295
40296 \end_inset
40297 </cell>
40298 <cell alignment="left" valignment="top" usebox="none">
40299 \begin_inset Text
40300
40301 \begin_layout Plain Layout
40302 \begin_inset ERT
40303 status collapsed
40304
40305 \begin_layout Plain Layout
40306
40307
40308 \backslash
40309 fcolorbox{black}{
40310 \end_layout
40311
40312 \end_inset
40313
40314 SkyBlue
40315 \begin_inset ERT
40316 status collapsed
40317
40318 \begin_layout Plain Layout
40319
40320 }{
40321 \end_layout
40322
40323 \end_inset
40324
40325
40326 \begin_inset Phantom Phantom
40327 status open
40328
40329 \begin_layout Plain Layout
40330 W
40331 \end_layout
40332
40333 \end_inset
40334
40335
40336 \begin_inset ERT
40337 status collapsed
40338
40339 \begin_layout Plain Layout
40340
40341 }
40342 \end_layout
40343
40344 \end_inset
40345
40346  SkyBlue
40347 \end_layout
40348
40349 \end_inset
40350 </cell>
40351 <cell alignment="left" valignment="top" usebox="none">
40352 \begin_inset Text
40353
40354 \begin_layout Plain Layout
40355 \begin_inset ERT
40356 status collapsed
40357
40358 \begin_layout Plain Layout
40359
40360
40361 \backslash
40362 fcolorbox{black}{
40363 \end_layout
40364
40365 \end_inset
40366
40367 SpringGreen
40368 \begin_inset ERT
40369 status collapsed
40370
40371 \begin_layout Plain Layout
40372
40373 }{
40374 \end_layout
40375
40376 \end_inset
40377
40378
40379 \begin_inset Phantom Phantom
40380 status open
40381
40382 \begin_layout Plain Layout
40383 W
40384 \end_layout
40385
40386 \end_inset
40387
40388
40389 \begin_inset ERT
40390 status collapsed
40391
40392 \begin_layout Plain Layout
40393
40394 }
40395 \end_layout
40396
40397 \end_inset
40398
40399  SpringGreen
40400 \end_layout
40401
40402 \end_inset
40403 </cell>
40404 </row>
40405 <row>
40406 <cell alignment="left" valignment="top" usebox="none">
40407 \begin_inset Text
40408
40409 \begin_layout Plain Layout
40410 \begin_inset ERT
40411 status collapsed
40412
40413 \begin_layout Plain Layout
40414
40415
40416 \backslash
40417 fcolorbox{black}{
40418 \end_layout
40419
40420 \end_inset
40421
40422 Tan
40423 \begin_inset ERT
40424 status collapsed
40425
40426 \begin_layout Plain Layout
40427
40428 }{
40429 \end_layout
40430
40431 \end_inset
40432
40433
40434 \begin_inset Phantom Phantom
40435 status open
40436
40437 \begin_layout Plain Layout
40438 W
40439 \end_layout
40440
40441 \end_inset
40442
40443
40444 \begin_inset ERT
40445 status collapsed
40446
40447 \begin_layout Plain Layout
40448
40449 }
40450 \end_layout
40451
40452 \end_inset
40453
40454  Tan
40455 \end_layout
40456
40457 \end_inset
40458 </cell>
40459 <cell alignment="left" valignment="top" usebox="none">
40460 \begin_inset Text
40461
40462 \begin_layout Plain Layout
40463 \begin_inset ERT
40464 status collapsed
40465
40466 \begin_layout Plain Layout
40467
40468
40469 \backslash
40470 fcolorbox{black}{
40471 \end_layout
40472
40473 \end_inset
40474
40475 TealBlue
40476 \begin_inset ERT
40477 status collapsed
40478
40479 \begin_layout Plain Layout
40480
40481 }{
40482 \end_layout
40483
40484 \end_inset
40485
40486
40487 \begin_inset Phantom Phantom
40488 status open
40489
40490 \begin_layout Plain Layout
40491 W
40492 \end_layout
40493
40494 \end_inset
40495
40496
40497 \begin_inset ERT
40498 status collapsed
40499
40500 \begin_layout Plain Layout
40501
40502 }
40503 \end_layout
40504
40505 \end_inset
40506
40507  TealBlue
40508 \end_layout
40509
40510 \end_inset
40511 </cell>
40512 <cell alignment="left" valignment="top" usebox="none">
40513 \begin_inset Text
40514
40515 \begin_layout Plain Layout
40516 \begin_inset ERT
40517 status collapsed
40518
40519 \begin_layout Plain Layout
40520
40521
40522 \backslash
40523 fcolorbox{black}{
40524 \end_layout
40525
40526 \end_inset
40527
40528 Thistle
40529 \begin_inset ERT
40530 status collapsed
40531
40532 \begin_layout Plain Layout
40533
40534 }{
40535 \end_layout
40536
40537 \end_inset
40538
40539
40540 \begin_inset Phantom Phantom
40541 status open
40542
40543 \begin_layout Plain Layout
40544 W
40545 \end_layout
40546
40547 \end_inset
40548
40549
40550 \begin_inset ERT
40551 status collapsed
40552
40553 \begin_layout Plain Layout
40554
40555 }
40556 \end_layout
40557
40558 \end_inset
40559
40560  Thistle
40561 \end_layout
40562
40563 \end_inset
40564 </cell>
40565 <cell alignment="left" valignment="top" usebox="none">
40566 \begin_inset Text
40567
40568 \begin_layout Plain Layout
40569 \begin_inset ERT
40570 status collapsed
40571
40572 \begin_layout Plain Layout
40573
40574
40575 \backslash
40576 fcolorbox{black}{
40577 \end_layout
40578
40579 \end_inset
40580
40581 Turquoise
40582 \begin_inset ERT
40583 status collapsed
40584
40585 \begin_layout Plain Layout
40586
40587 }{
40588 \end_layout
40589
40590 \end_inset
40591
40592
40593 \begin_inset Phantom Phantom
40594 status open
40595
40596 \begin_layout Plain Layout
40597 W
40598 \end_layout
40599
40600 \end_inset
40601
40602
40603 \begin_inset ERT
40604 status collapsed
40605
40606 \begin_layout Plain Layout
40607
40608 }
40609 \end_layout
40610
40611 \end_inset
40612
40613  Turquoise
40614 \end_layout
40615
40616 \end_inset
40617 </cell>
40618 </row>
40619 <row>
40620 <cell alignment="left" valignment="top" usebox="none">
40621 \begin_inset Text
40622
40623 \begin_layout Plain Layout
40624 \begin_inset ERT
40625 status collapsed
40626
40627 \begin_layout Plain Layout
40628
40629
40630 \backslash
40631 fcolorbox{black}{
40632 \end_layout
40633
40634 \end_inset
40635
40636 Violet
40637 \begin_inset ERT
40638 status collapsed
40639
40640 \begin_layout Plain Layout
40641
40642 }{
40643 \end_layout
40644
40645 \end_inset
40646
40647
40648 \begin_inset Phantom Phantom
40649 status open
40650
40651 \begin_layout Plain Layout
40652 W
40653 \end_layout
40654
40655 \end_inset
40656
40657
40658 \begin_inset ERT
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662
40663 }
40664 \end_layout
40665
40666 \end_inset
40667
40668  Violet
40669 \end_layout
40670
40671 \end_inset
40672 </cell>
40673 <cell alignment="left" valignment="top" usebox="none">
40674 \begin_inset Text
40675
40676 \begin_layout Plain Layout
40677 \begin_inset ERT
40678 status collapsed
40679
40680 \begin_layout Plain Layout
40681
40682
40683 \backslash
40684 fcolorbox{black}{
40685 \end_layout
40686
40687 \end_inset
40688
40689 VioletRed
40690 \begin_inset ERT
40691 status collapsed
40692
40693 \begin_layout Plain Layout
40694
40695 }{
40696 \end_layout
40697
40698 \end_inset
40699
40700
40701 \begin_inset Phantom Phantom
40702 status open
40703
40704 \begin_layout Plain Layout
40705 W
40706 \end_layout
40707
40708 \end_inset
40709
40710
40711 \begin_inset ERT
40712 status collapsed
40713
40714 \begin_layout Plain Layout
40715
40716 }
40717 \end_layout
40718
40719 \end_inset
40720
40721  VioletRed
40722 \end_layout
40723
40724 \end_inset
40725 </cell>
40726 <cell alignment="left" valignment="top" usebox="none">
40727 \begin_inset Text
40728
40729 \begin_layout Plain Layout
40730 \begin_inset ERT
40731 status collapsed
40732
40733 \begin_layout Plain Layout
40734
40735
40736 \backslash
40737 fcolorbox{black}{
40738 \end_layout
40739
40740 \end_inset
40741
40742 WildStrawberry
40743 \begin_inset ERT
40744 status collapsed
40745
40746 \begin_layout Plain Layout
40747
40748 }{
40749 \end_layout
40750
40751 \end_inset
40752
40753
40754 \begin_inset Phantom Phantom
40755 status open
40756
40757 \begin_layout Plain Layout
40758 W
40759 \end_layout
40760
40761 \end_inset
40762
40763
40764 \begin_inset ERT
40765 status collapsed
40766
40767 \begin_layout Plain Layout
40768
40769 }
40770 \end_layout
40771
40772 \end_inset
40773
40774  WildStrawberry
40775 \end_layout
40776
40777 \end_inset
40778 </cell>
40779 <cell alignment="left" valignment="top" usebox="none">
40780 \begin_inset Text
40781
40782 \begin_layout Plain Layout
40783 \begin_inset ERT
40784 status collapsed
40785
40786 \begin_layout Plain Layout
40787
40788
40789 \backslash
40790 fcolorbox{black}{
40791 \end_layout
40792
40793 \end_inset
40794
40795 YellowGreen
40796 \begin_inset ERT
40797 status collapsed
40798
40799 \begin_layout Plain Layout
40800
40801 }{
40802 \end_layout
40803
40804 \end_inset
40805
40806
40807 \begin_inset Phantom Phantom
40808 status open
40809
40810 \begin_layout Plain Layout
40811 W
40812 \end_layout
40813
40814 \end_inset
40815
40816
40817 \begin_inset ERT
40818 status collapsed
40819
40820 \begin_layout Plain Layout
40821
40822 }
40823 \end_layout
40824
40825 \end_inset
40826
40827  YellowGreen
40828 \end_layout
40829
40830 \end_inset
40831 </cell>
40832 </row>
40833 <row>
40834 <cell alignment="left" valignment="top" usebox="none">
40835 \begin_inset Text
40836
40837 \begin_layout Plain Layout
40838 \begin_inset ERT
40839 status collapsed
40840
40841 \begin_layout Plain Layout
40842
40843
40844 \backslash
40845 fcolorbox{black}{
40846 \end_layout
40847
40848 \end_inset
40849
40850 YellowOrange
40851 \begin_inset ERT
40852 status collapsed
40853
40854 \begin_layout Plain Layout
40855
40856 }{
40857 \end_layout
40858
40859 \end_inset
40860
40861
40862 \begin_inset Phantom Phantom
40863 status open
40864
40865 \begin_layout Plain Layout
40866 W
40867 \end_layout
40868
40869 \end_inset
40870
40871
40872 \begin_inset ERT
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876
40877 }
40878 \end_layout
40879
40880 \end_inset
40881
40882  YellowOrange
40883 \end_layout
40884
40885 \end_inset
40886 </cell>
40887 <cell alignment="left" valignment="top" usebox="none">
40888 \begin_inset Text
40889
40890 \begin_layout Plain Layout
40891
40892 \end_layout
40893
40894 \end_inset
40895 </cell>
40896 <cell alignment="left" valignment="top" usebox="none">
40897 \begin_inset Text
40898
40899 \begin_layout Plain Layout
40900
40901 \end_layout
40902
40903 \end_inset
40904 </cell>
40905 <cell alignment="left" valignment="top" usebox="none">
40906 \begin_inset Text
40907
40908 \begin_layout Plain Layout
40909
40910 \end_layout
40911
40912 \end_inset
40913 </cell>
40914 </row>
40915 </lyxtabular>
40916
40917 \end_inset
40918
40919
40920 \end_layout
40921
40922 \begin_layout Chapter
40923 Erklärung der Gleichung
40924 \begin_inset space ~
40925 \end_inset
40926
40927 (
40928 \begin_inset CommandInset ref
40929 LatexCommand ref
40930 reference "eq:Wgn"
40931
40932 \end_inset
40933
40934 )
40935 \begin_inset CommandInset label
40936 LatexCommand label
40937 name "kap:Erläuterung-einer-Gleichung"
40938
40939 \end_inset
40940
40941
40942 \end_layout
40943
40944 \begin_layout Standard
40945 Die Gesamtbreite von
40946 \emph on
40947  n
40948 \emph default
40949  Tabellenzellen 
40950 \begin_inset Formula $W_{\mathrm{tot\, n}}$
40951 \end_inset
40952
40953  kann wie folgt berechnet werden:
40954 \begin_inset Formula 
40955 \begin{equation}
40956 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
40957 \end{equation}
40958
40959 \end_inset
40960
40961
40962 \end_layout
40963
40964 \begin_layout Standard
40965 Dabei ist 
40966 \begin_inset Formula $W_{g\, n}$
40967 \end_inset
40968
40969  die Breite jeder Zelle.
40970
40971 \series bold
40972  
40973 \backslash
40974 tabcolsep
40975 \series default
40976  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
40977  Standardwert 6
40978 \begin_inset space \thinspace{}
40979 \end_inset
40980
40981 pt.
40982  
40983 \series bold
40984
40985 \backslash
40986 arrayrulewidth
40987 \series default
40988  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
40989 \begin_inset space \thinspace{}
40990 \end_inset
40991
40992 pt.
40993 \end_layout
40994
40995 \begin_layout Standard
40996 Nach Gleichung
40997 \begin_inset space ~
40998 \end_inset
40999
41000
41001 \begin_inset CommandInset ref
41002 LatexCommand ref
41003 reference "eq:Wtot_n"
41004
41005 \end_inset
41006
41007  ist die Gesamtbreite einer Mehrfachspalte, 
41008 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41009 \end_inset
41010
41011 ,
41012 \begin_inset Formula 
41013 \begin{equation}
41014 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41015 \end{equation}
41016
41017 \end_inset
41018
41019
41020 \end_layout
41021
41022 \begin_layout Standard
41023 Setzt man die Gleichungen
41024 \begin_inset space ~
41025 \end_inset
41026
41027
41028 \begin_inset CommandInset ref
41029 LatexCommand ref
41030 reference "eq:Wtot_n"
41031
41032 \end_inset
41033
41034  und 
41035 \begin_inset CommandInset ref
41036 LatexCommand ref
41037 reference "eq:Wtot_mult"
41038
41039 \end_inset
41040
41041  gleich, kann man die benötigte Breite 
41042 \begin_inset Formula $W_{g\, n}$
41043 \end_inset
41044
41045 , wenn 
41046 \emph on
41047 n
41048 \emph default
41049  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
41050 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41051 \end_inset
41052
41053  hat, berechnen:
41054 \begin_inset Formula 
41055 \begin{equation}
41056 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41057 \end{equation}
41058
41059 \end_inset
41060
41061
41062 \end_layout
41063
41064 \begin_layout Bibliography
41065 \labelwidthstring Literaturverzeichnis
41066 \begin_inset CommandInset bibitem
41067 LatexCommand bibitem
41068 key "latexcompanion"
41069
41070 \end_inset
41071
41072 Frank Mittelbach and Michel Goossens: 
41073 \emph on
41074 The LaTeX Companion Second Edition.
41075
41076 \emph default
41077  Addison-Wesley, 2004
41078 \end_layout
41079
41080 \begin_layout Bibliography
41081 \labelwidthstring Literaturverzeichnis
41082 \begin_inset CommandInset bibitem
41083 LatexCommand bibitem
41084 key "latexguide"
41085
41086 \end_inset
41087
41088 Helmut Kopka and Patrick W.
41089  Daly: 
41090 \emph on
41091 A Guide to LaTeX Fourth Edition.
41092
41093 \emph default
41094  Addison-Wesley, 2003
41095 \end_layout
41096
41097 \begin_layout Bibliography
41098 \labelwidthstring Literaturverzeichnis
41099 \begin_inset CommandInset bibitem
41100 LatexCommand bibitem
41101 key "lamport"
41102
41103 \end_inset
41104
41105 Leslie Lamport: 
41106 \emph on
41107 LaTeX: A Document Preparation System.
41108
41109 \emph default
41110  Addison-Wesley, second edition, 1994
41111 \end_layout
41112
41113 \begin_layout Bibliography
41114 \labelwidthstring Literaturverzeichnis
41115 \begin_inset CommandInset bibitem
41116 LatexCommand bibitem
41117 key "latex-praxisbuch"
41118
41119 \end_inset
41120
41121 Niedermair, Elke & Michael: 
41122 \emph on
41123 LaTeX-Praxisbuch
41124 \emph default
41125 , Franzis-Verlag, 2004
41126 \end_layout
41127
41128 \begin_layout Bibliography
41129 \labelwidthstring Literaturverzeichnis
41130 \begin_inset CommandInset bibitem
41131 LatexCommand bibitem
41132 key "booktabs"
41133
41134 \end_inset
41135
41136 Dokumentation des LaTeX-Pakets 
41137 \series bold
41138
41139 \begin_inset CommandInset href
41140 LatexCommand href
41141 name "booktabs"
41142 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41143
41144 \end_inset
41145
41146
41147 \series default
41148
41149 \begin_inset Index idx
41150 status collapsed
41151
41152 \begin_layout Plain Layout
41153 LaTeX-Pakete ! booktabs
41154 \end_layout
41155
41156 \end_inset
41157
41158
41159 \end_layout
41160
41161 \begin_layout Bibliography
41162 \labelwidthstring Literaturverzeichnis
41163 \begin_inset CommandInset bibitem
41164 LatexCommand bibitem
41165 key "caption"
41166
41167 \end_inset
41168
41169 Dokumentation des LaTeX-Pakets 
41170 \series bold
41171
41172 \begin_inset CommandInset href
41173 LatexCommand href
41174 name "caption"
41175 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
41176
41177 \end_inset
41178
41179
41180 \series default
41181
41182 \begin_inset Index idx
41183 status collapsed
41184
41185 \begin_layout Plain Layout
41186 LaTeX-Pakete ! caption
41187 \end_layout
41188
41189 \end_inset
41190
41191
41192 \end_layout
41193
41194 \begin_layout Bibliography
41195 \labelwidthstring Literaturverzeichnis
41196 \begin_inset CommandInset bibitem
41197 LatexCommand bibitem
41198 key "endfloat"
41199
41200 \end_inset
41201
41202 Dokumentation des LaTeX-Pakets 
41203 \series bold
41204
41205 \begin_inset CommandInset href
41206 LatexCommand href
41207 name "endfloat"
41208 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41209
41210 \end_inset
41211
41212
41213 \series default
41214
41215 \begin_inset Index idx
41216 status collapsed
41217
41218 \begin_layout Plain Layout
41219 LaTeX-Pakete ! endfloat
41220 \end_layout
41221
41222 \end_inset
41223
41224
41225 \end_layout
41226
41227 \begin_layout Bibliography
41228 \labelwidthstring Literaturverzeichnis
41229 \begin_inset CommandInset bibitem
41230 LatexCommand bibitem
41231 key "footmisc"
41232
41233 \end_inset
41234
41235 Dokumentation des LaTeX-Pakets 
41236 \series bold
41237
41238 \begin_inset CommandInset href
41239 LatexCommand href
41240 name "footmisc"
41241 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41242
41243 \end_inset
41244
41245
41246 \series default
41247
41248 \begin_inset Index idx
41249 status collapsed
41250
41251 \begin_layout Plain Layout
41252 LaTeX-Pakete ! footmisc
41253 \end_layout
41254
41255 \end_inset
41256
41257
41258 \end_layout
41259
41260 \begin_layout Bibliography
41261 \labelwidthstring Literaturverzeichnis
41262 \begin_inset CommandInset bibitem
41263 LatexCommand bibitem
41264 key "hypcap"
41265
41266 \end_inset
41267
41268 Dokumentation des LaTeX-Pakets 
41269 \series bold
41270
41271 \begin_inset CommandInset href
41272 LatexCommand href
41273 name "hypcap"
41274 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41275
41276 \end_inset
41277
41278
41279 \series default
41280
41281 \begin_inset Index idx
41282 status collapsed
41283
41284 \begin_layout Plain Layout
41285 LaTeX-Pakete ! hypcap
41286 \end_layout
41287
41288 \end_inset
41289
41290
41291 \end_layout
41292
41293 \begin_layout Bibliography
41294 \labelwidthstring Literaturverzeichnis
41295 \begin_inset CommandInset bibitem
41296 LatexCommand bibitem
41297 key "hyperref"
41298
41299 \end_inset
41300
41301 Dokumentation des LaTeX-Pakets 
41302 \series bold
41303
41304 \begin_inset CommandInset href
41305 LatexCommand href
41306 name "hyperref"
41307 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41308
41309 \end_inset
41310
41311
41312 \series default
41313
41314 \begin_inset Index idx
41315 status collapsed
41316
41317 \begin_layout Plain Layout
41318 LaTeX-Pakete ! hyperref
41319 \end_layout
41320
41321 \end_inset
41322
41323
41324 \end_layout
41325
41326 \begin_layout Bibliography
41327 \labelwidthstring Literaturverzeichnis
41328 \begin_inset CommandInset bibitem
41329 LatexCommand bibitem
41330 key "KOMA-Script"
41331
41332 \end_inset
41333
41334 Dokumentation des LaTeX-Pakets 
41335 \series bold
41336
41337 \begin_inset CommandInset href
41338 LatexCommand href
41339 name "KOMA-Script"
41340 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
41341
41342 \end_inset
41343
41344
41345 \series default
41346
41347 \begin_inset Index idx
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351 LaTeX-Pakete ! KOMA-Script
41352 \end_layout
41353
41354 \end_inset
41355
41356
41357 \end_layout
41358
41359 \begin_layout Bibliography
41360 \labelwidthstring Literaturverzeichnis
41361 \begin_inset CommandInset bibitem
41362 LatexCommand bibitem
41363 key "listings"
41364
41365 \end_inset
41366
41367 Dokumentation des LaTeX-Pakets 
41368 \series bold
41369
41370 \begin_inset CommandInset href
41371 LatexCommand href
41372 name "listings"
41373 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41374
41375 \end_inset
41376
41377
41378 \series default
41379
41380 \begin_inset Index idx
41381 status collapsed
41382
41383 \begin_layout Plain Layout
41384 LaTeX-Pakete ! listings
41385 \end_layout
41386
41387 \end_inset
41388
41389
41390 \end_layout
41391
41392 \begin_layout Bibliography
41393 \labelwidthstring Literaturverzeichnis
41394 \begin_inset CommandInset bibitem
41395 LatexCommand bibitem
41396 key "marginnote"
41397
41398 \end_inset
41399
41400 Dokumentation des LaTeX-Pakets 
41401 \series bold
41402
41403 \begin_inset CommandInset href
41404 LatexCommand href
41405 name "marginnote"
41406 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41407
41408 \end_inset
41409
41410
41411 \series default
41412
41413 \begin_inset Index idx
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417 LaTeX-Pakete ! marginnote
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \end_layout
41424
41425 \begin_layout Bibliography
41426 \labelwidthstring Literaturverzeichnis
41427 \begin_inset CommandInset bibitem
41428 LatexCommand bibitem
41429 key "lettrine"
41430
41431 \end_inset
41432
41433 Dokumentation des LaTeX-Pakets 
41434 \series bold
41435
41436 \begin_inset CommandInset href
41437 LatexCommand href
41438 name "lettrine"
41439 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41440
41441 \end_inset
41442
41443
41444 \series default
41445  und ein 
41446 \begin_inset CommandInset href
41447 LatexCommand href
41448 name "Beispiel"
41449 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
41450
41451 \end_inset
41452
41453
41454 \begin_inset Index idx
41455 status collapsed
41456
41457 \begin_layout Plain Layout
41458 LaTeX-Pakete ! lettrine
41459 \end_layout
41460
41461 \end_inset
41462
41463
41464 \end_layout
41465
41466 \begin_layout Bibliography
41467 \labelwidthstring Literaturverzeichnis
41468 \begin_inset CommandInset bibitem
41469 LatexCommand bibitem
41470 key "pstricks"
41471
41472 \end_inset
41473
41474 Webseite des LaTeX-Pakets 
41475 \series bold
41476
41477 \begin_inset CommandInset href
41478 LatexCommand href
41479 name "PSTricks"
41480 target "http://tug.org/PSTricks/"
41481
41482 \end_inset
41483
41484
41485 \series default
41486
41487 \begin_inset Index idx
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491 LaTeX-Pakete ! pstricks
41492 \end_layout
41493
41494 \end_inset
41495
41496
41497 \end_layout
41498
41499 \begin_layout Bibliography
41500 \labelwidthstring Literaturverzeichnis
41501 \begin_inset CommandInset bibitem
41502 LatexCommand bibitem
41503 key "pdfpages"
41504
41505 \end_inset
41506
41507 Dokumentation des LaTeX-Pakets 
41508 \series bold
41509
41510 \begin_inset CommandInset href
41511 LatexCommand href
41512 name "pdfpages"
41513 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41514
41515 \end_inset
41516
41517
41518 \series default
41519
41520 \begin_inset Index idx
41521 status collapsed
41522
41523 \begin_layout Plain Layout
41524 LaTeX-Pakete ! pdfpages
41525 \end_layout
41526
41527 \end_inset
41528
41529
41530 \end_layout
41531
41532 \begin_layout Bibliography
41533 \labelwidthstring Literaturverzeichnis
41534 \begin_inset CommandInset bibitem
41535 LatexCommand bibitem
41536 key "sidecap"
41537
41538 \end_inset
41539
41540 Dokumentation des LaTeX-Pakets 
41541 \series bold
41542
41543 \begin_inset CommandInset href
41544 LatexCommand href
41545 name "sidecap"
41546 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41547
41548 \end_inset
41549
41550
41551 \series default
41552
41553 \begin_inset Index idx
41554 status collapsed
41555
41556 \begin_layout Plain Layout
41557 LaTeX-Pakete ! sidecap
41558 \end_layout
41559
41560 \end_inset
41561
41562
41563 \end_layout
41564
41565 \begin_layout Bibliography
41566 \labelwidthstring Literaturverzeichnis
41567 \begin_inset CommandInset bibitem
41568 LatexCommand bibitem
41569 key "prettyref"
41570
41571 \end_inset
41572
41573 Dokumentation des LaTeX-Pakets 
41574 \series bold
41575
41576 \begin_inset CommandInset href
41577 LatexCommand href
41578 name "prettyref"
41579 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41580
41581 \end_inset
41582
41583
41584 \series default
41585
41586 \begin_inset Index idx
41587 status collapsed
41588
41589 \begin_layout Plain Layout
41590 LaTeX-Pakete ! prettyref
41591 \end_layout
41592
41593 \end_inset
41594
41595
41596 \end_layout
41597
41598 \begin_layout Bibliography
41599 \labelwidthstring Literaturverzeichnis
41600 \begin_inset CommandInset bibitem
41601 LatexCommand bibitem
41602 key "refstyle"
41603
41604 \end_inset
41605
41606 Dokumentation des LaTeX-Pakets 
41607 \series bold
41608
41609 \begin_inset CommandInset href
41610 LatexCommand href
41611 name "refstyle"
41612 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41613
41614 \end_inset
41615
41616
41617 \series default
41618
41619 \begin_inset Index idx
41620 status collapsed
41621
41622 \begin_layout Plain Layout
41623 LaTeX-Pakete ! refstyle
41624 \end_layout
41625
41626 \end_inset
41627
41628
41629 \end_layout
41630
41631 \begin_layout Bibliography
41632 \labelwidthstring Literaturverzeichnis
41633 \begin_inset CommandInset bibitem
41634 LatexCommand bibitem
41635 key "NeuInLyX20"
41636
41637 \end_inset
41638
41639
41640 \begin_inset CommandInset href
41641 LatexCommand href
41642 name "Wiki-Seite"
41643 target "http://wiki.lyx.org/LyX/NewInLyX20"
41644
41645 \end_inset
41646
41647  über neue Funktionen in 
41648 \family sans
41649 LyX 2.0
41650 \family default
41651 .
41652 \end_layout
41653
41654 \begin_layout Standard
41655 \begin_inset CommandInset index_print
41656 LatexCommand printindex
41657 type "idx"
41658
41659 \end_inset
41660
41661
41662 \end_layout
41663
41664 \end_body
41665 \end_document