]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx: next update for advanced search
[lyx.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 bei farbigen Tabellenzeilen benutzt
83 \usepackage[table]{xcolor}
84
85 % wird benutzt, um Tabellenzellen zu vergrößern
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % wird fuer benutzerdefinierte Tabellen benutzt
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % Setzt einen zusaetzlichen Abstand von
107 % 1.5 mm zwischen Fussnoten
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % Prüfung auf benötigte LaTeXPakete
117 \usepackage{ifthen}
118
119 % Pruefung auf arydshln
120 % für Tabellen mit gestrichelten Linien
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % Prüfung auf marginnote
128 % für Randnotizen
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % Prüfung auf sidecap
137 % für seitliche Beschriftungen
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % Prüfung auf picinpar
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % Prüfung auf lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % Prüfung auf diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % Damit der Index den Namen "Stichwortverzeichnis" erhält
166 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
167
168 % workaround for a bug in KOMA-script 3.10a
169 % remove this if a newer KOMA-script version is released!
170 \usepackage{everysel,sidecap}
171 \end_preamble
172 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
173 \use_default_options false
174 \begin_modules
175 initials
176 \end_modules
177 \maintain_unincluded_children false
178 \language ngerman
179 \language_package default
180 \inputencoding auto
181 \fontencoding global
182 \font_roman default
183 \font_sans default
184 \font_typewriter default
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191
192 \graphics default
193 \default_output_format default
194 \output_sync 0
195 \bibtex_command default
196 \index_command default
197 \paperfontsize 12
198 \spacing single
199 \use_hyperref true
200 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
201 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
202 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
203 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
204 \pdf_bookmarks true
205 \pdf_bookmarksnumbered true
206 \pdf_bookmarksopen true
207 \pdf_bookmarksopenlevel 1
208 \pdf_breaklinks false
209 \pdf_pdfborder false
210 \pdf_colorlinks true
211 \pdf_backref false
212 \pdf_pdfusetitle false
213 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
214 \papersize a4paper
215 \use_geometry false
216 \use_amsmath 2
217 \use_esint 0
218 \use_mhchem 1
219 \use_mathdots 1
220 \cite_engine basic
221 \use_bibtopic false
222 \use_indices false
223 \paperorientation portrait
224 \suppress_date false
225 \use_refstyle 0
226 \notefontcolor #0000ff
227 \index Stichwortverzeichnis
228 \shortcut idx
229 \color #008000
230 \end_index
231 \secnumdepth 3
232 \tocdepth 3
233 \paragraph_separation skip
234 \defskip medskip
235 \quotes_language german
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle default
239 \bullet 1 0 9 -1
240 \bullet 2 2 35 -1
241 \bullet 3 2 7 -1
242 \tracking_changes false
243 \output_changes false
244 \html_math_output 0
245 \html_css_as_file 0
246 \html_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 Das LyX-Handbuch der Einfügungen:
253 \begin_inset Newline newline
254 \end_inset
255
256  
257 \size larger
258 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
259 \end_layout
260
261 \begin_layout Author
262 vom LyX Team
263 \begin_inset Foot
264 status open
265
266 \begin_layout Plain Layout
267 \noindent
268
269 \size normal
270 Übersetzung und Bearbeitung: Hartmut Haase
271 \size default
272  (
273 \noun on
274 HHa
275 \noun default
276 , bis März 2010), Uwe Stöhr
277 \begin_inset Newline newline
278 \end_inset
279
280 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
281  bitte an: 
282 \begin_inset CommandInset href
283 LatexCommand href
284 name "lyx-docs@lists.lyx.org"
285 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
286 type "mailto:"
287
288 \end_inset
289
290
291 \end_layout
292
293 \end_inset
294
295
296 \begin_inset Note Note
297 status collapsed
298
299 \begin_layout Plain Layout
300 Autor: Uwe Stöhr <uwestoehr@web.de>
301 \end_layout
302
303 \end_inset
304
305
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \family sans
315 Version 2.0.x
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset CommandInset toc
320 LatexCommand tableofcontents
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Note Note
329 status open
330
331 \begin_layout Plain Layout
332 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
333 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
334 \series bold
335 arydshln
336 \series default
337
338 \series bold
339 colortbl
340 \series default
341
342 \series bold
343 diagbox, lettrine, marginnote, picinpar
344 \series default
345  und 
346 \series bold
347 sidecap
348 \series default
349 .
350  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
351  denen sie benötigt werden.
352 \end_layout
353
354 \begin_layout Plain Layout
355 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
356  hier finden:
357 \begin_inset Newline newline
358 \end_inset
359
360
361 \series bold
362 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
363 \end_layout
364
365 \end_inset
366
367
368 \end_layout
369
370 \begin_layout Chapter
371 Abbildungen
372 \begin_inset Index idx
373 status collapsed
374
375 \begin_layout Plain Layout
376 Abbildungen
377 \end_layout
378
379 \end_inset
380
381
382 \end_layout
383
384 \begin_layout Section
385 Grafik-Dialog
386 \begin_inset Index idx
387 status collapsed
388
389 \begin_layout Plain Layout
390 Abbildungen ! Grafik-Dialog
391 \end_layout
392
393 \end_inset
394
395
396 \begin_inset CommandInset label
397 LatexCommand label
398 name "abs:Grafik-Dialog"
399
400 \end_inset
401
402
403 \end_layout
404
405 \begin_layout Standard
406 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
407  
408 \begin_inset Info
409 type  "icon"
410 arg   "dialog-show-new-inset graphics"
411 \end_inset
412
413  in der Werkzeugleiste oder wählen das Menü 
414 \family sans
415 Einfügen\SpecialChar \menuseparator
416 Grafik
417 \family default
418 .
419  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
420  
421 \family sans
422 Durchsuchen
423 \family default
424  eingeben können.
425  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
426  an der Sie sie eingefügt haben.
427 \end_layout
428
429 \begin_layout Standard
430 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
431  klicken.
432  Der Dialog hat drei Karteikarten:
433 \end_layout
434
435 \begin_layout Description
436
437 \family sans
438 Grafik
439 \family default
440  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
441  Version festlegen.
442  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
443 \begin_inset space ~
444 \end_inset
445
446
447 \begin_inset CommandInset ref
448 LatexCommand ref
449 reference "kap:In-LyX-verfügbare"
450
451 \end_inset
452
453  erklärt.
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index idx
459 status collapsed
460
461 \begin_layout Plain Layout
462 Abbildungen ! rotierte
463 \end_layout
464
465 \end_inset
466
467 Sie können Abbildungen durch Angabe eines 
468 \family sans
469 Winkel
470 \family default
471
472 \begin_inset space ~
473 \end_inset
474
475
476 \family sans
477 (Grad)
478 \family default
479  und Festlegung eines 
480 \family sans
481 Drehpunktes
482 \family default
483  drehen.
484  Negative Winkel drehen im Uhrzeigersinn.
485  Die Abbildung wird auch in LyX gedreht.
486 \begin_inset Newline newline
487 \end_inset
488
489
490 \begin_inset Index idx
491 status collapsed
492
493 \begin_layout Plain Layout
494 Abbildungen ! skalierte
495 \end_layout
496
497 \end_inset
498
499 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
500  oder Höhe und Breite definiert.
501  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
502  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
503  wobei sie möglicherweise verzerrt wird.
504  Um das zu vermeiden, sollten Sie 
505 \family sans
506 Seitenverhältnis
507 \begin_inset space ~
508 \end_inset
509
510 beibehalten
511 \family default
512  ankreuzen.
513  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
514  und Breite nicht überschritten werden.
515 \begin_inset Newline newline
516 \end_inset
517
518 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
519 nden Kontext-Menü 
520 \family sans
521 Datei extern bearbeiten
522 \family default
523  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
524  öffnen.
525  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
526 \family sans
527 Datei-Handhabung\SpecialChar \menuseparator
528 Dateiformate
529 \family default
530  festgelegt werden.
531 \end_layout
532
533 \begin_layout Description
534
535 \family sans
536 Ausschnitt
537 \family default
538  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
539  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
540  Wenn Sie auf 
541 \family sans
542 Lese
543 \begin_inset space ~
544 \end_inset
545
546 aus
547 \begin_inset space ~
548 \end_inset
549
550 Datei
551 \family default
552  klicken, werden die Koordinaten automatisch berechnet.
553  Die Option 
554 \family sans
555 Auf
556 \begin_inset space ~
557 \end_inset
558
559 Begrenzungsbox
560 \begin_inset space ~
561 \end_inset
562
563 zuschneiden
564 \family default
565  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
566  Koordinaten liegt.
567  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
568  diese Karteikarte ignorieren.
569 \end_layout
570
571 \begin_layout Description
572
573 \family sans
574 LaTeX-
575 \begin_inset space ~
576 \end_inset
577
578 und
579 \begin_inset space ~
580 \end_inset
581
582 LyX-Optionen
583 \family default
584  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
585  LaTeX-Experten können weitere LaTeX-Optionen definieren.
586 \begin_inset Newline newline
587 \end_inset
588
589 Ist die Option 
590 \family sans
591 Entwurfsmodus 
592 \family default
593 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
594  darin gedruckt.
595 \begin_inset Newline newline
596 \end_inset
597
598 Die Option 
599 \family sans
600 Beim
601 \begin_inset space ~
602 \end_inset
603
604 Exportieren
605 \begin_inset space ~
606 \end_inset
607
608 nicht
609 \begin_inset space ~
610 \end_inset
611
612 entpacken
613 \family default
614  betrifft nur gepackte EPS-Dateien, zum Beispiel 
615 \emph on
616 x.eps.gz
617 \emph default
618 .
619  LaTeX kann so mit ihnen umgehen.
620 \begin_inset Newline newline
621 \end_inset
622
623 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
624  wählen, siehe Anhang
625 \begin_inset space ~
626 \end_inset
627
628
629 \begin_inset CommandInset ref
630 LatexCommand ref
631 reference "abs:PostScript"
632
633 \end_inset
634
635 .
636  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
637 \begin_inset Newline newline
638 \end_inset
639
640
641 \series bold
642 gzip x.eps
643 \begin_inset Newline newline
644 \end_inset
645
646 zgrep %%Bounding x.eps.gz > x.eps.bb
647 \series default
648
649 \begin_inset Newline newline
650 \end_inset
651
652 Der zweite Befehl erzeugt die Begrenzungsbox 
653 \begin_inset Quotes gld
654 \end_inset
655
656 x.eps.bb
657 \begin_inset Quotes grd
658 \end_inset
659
660 , die LaTeX für gepackte Abbildungen benötigt.
661 \begin_inset Newline newline
662 \end_inset
663
664 Im Abschnitt 
665 \family sans
666 Grafikgruppe
667 \family default
668  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
669 n.
670 \begin_inset Index idx
671 status collapsed
672
673 \begin_layout Plain Layout
674 Abbildungen ! Einstellungsgruppen
675 \end_layout
676
677 \end_inset
678
679  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
680  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
681  der Gruppe geändert werden.
682  Damit kann man z.B.
683 \begin_inset space ~
684 \end_inset
685
686 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
687  Bild tun zu müssen.
688  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
689  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
690 \end_layout
691
692 \begin_layout Standard
693 \begin_inset VSpace bigskip
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 Hier ist eine zentrierte EPS-Abbildung
701 \begin_inset Foot
702 status collapsed
703
704 \begin_layout Plain Layout
705 Abbildungsformate sind in Abschnitt
706 \begin_inset space ~
707 \end_inset
708
709
710 \begin_inset CommandInset ref
711 LatexCommand ref
712 reference "abs:Bildformate"
713
714 \end_inset
715
716  beschrieben.
717 \end_layout
718
719 \end_inset
720
721  in einem eigenen Absatz:
722 \end_layout
723
724 \begin_layout Standard
725 \align center
726 \begin_inset Graphics
727         filename ../clipart/mobius.eps
728         scale 70
729         scaleBeforeRotation
730         rotateOrigin center
731
732 \end_inset
733
734
735 \end_layout
736
737 \begin_layout Standard
738 \noindent
739 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
740 \end_layout
741
742 \begin_layout Standard
743 \align center
744 \begin_inset Graphics
745         filename ../clipart/mobius.eps
746         scale 70
747         draft
748         scaleBeforeRotation
749         rotateOrigin center
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Section
757 Gleitende Abbildungen
758 \begin_inset CommandInset label
759 LatexCommand label
760 name "abs:Gleitende-Abbildungen"
761
762 \end_inset
763
764
765 \begin_inset Index idx
766 status collapsed
767
768 \begin_layout Plain Layout
769 Abbildungen ! gleitende
770 \end_layout
771
772 \end_inset
773
774
775 \begin_inset Index idx
776 status collapsed
777
778 \begin_layout Plain Layout
779 Gleitobjekte ! Abbildungen
780 \end_layout
781
782 \end_inset
783
784
785 \end_layout
786
787 \begin_layout Standard
788 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
789 \begin_inset space ~
790 \end_inset
791
792
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "abs:Gleitobjekte-Einleitung"
796
797 \end_inset
798
799 .
800 \end_layout
801
802 \begin_layout Standard
803 Wenn Sie auf das Werkzeugleisten-Symbol 
804 \begin_inset Info
805 type  "icon"
806 arg   "float-insert figure"
807 \end_inset
808
809  klicken oder 
810 \family sans
811 Einfügen\SpecialChar \menuseparator
812 Gleit\SpecialChar \-
813 objekt\SpecialChar \menuseparator
814 Abbildung
815 \family default
816  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
817  In das rot umrahmte Feld rechts von 
818 \emph on
819 Abbildung
820 \begin_inset space ~
821 \end_inset
822
823 Nr:
824 \emph default
825  schreiben Sie die Bildbeschriftung.
826  Nach einem Klick oberhalb oder unterhalb von 
827 \emph on
828 Abbildung
829 \begin_inset space ~
830 \end_inset
831
832 Nr:
833 \emph default
834  können Sie dann eine Abbildung wie 
835 \begin_inset CommandInset ref
836 LatexCommand ref
837 reference "abb:kill-plat"
838
839 \end_inset
840
841  oberhalb oder wie Abbildung
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "abb:escher"
849
850 \end_inset
851
852  unterhalb der Bildbeschriftung einfügen.
853  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
854 \begin_inset space ~
855 \end_inset
856
857
858 \begin_inset CommandInset ref
859 LatexCommand ref
860 reference "abs:Titel-Platzierung"
861
862 \end_inset
863
864 .
865 \end_layout
866
867 \begin_layout Standard
868 \begin_inset Float figure
869 wide false
870 sideways false
871 status open
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/platypus.eps
877         width 50col%
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \begin_layout Plain Layout
887 \begin_inset Caption
888
889 \begin_layout Plain Layout
890 \begin_inset CommandInset label
891 LatexCommand label
892 name "abb:kill-plat"
893
894 \end_inset
895
896 Platypus in einem Gleitobjekt
897 \end_layout
898
899 \end_inset
900
901
902 \end_layout
903
904 \end_inset
905
906
907 \end_layout
908
909 \begin_layout Standard
910 \begin_inset Float figure
911 wide false
912 sideways false
913 status open
914
915 \begin_layout Plain Layout
916 \begin_inset Caption
917
918 \begin_layout Plain Layout
919 \begin_inset CommandInset label
920 LatexCommand label
921 name "abb:escher"
922
923 \end_inset
924
925 M.C.
926  Escher
927 \end_layout
928
929 \end_inset
930
931
932 \end_layout
933
934 \begin_layout Plain Layout
935 \align center
936 \begin_inset Graphics
937         filename ../clipart/escher-lsd.eps
938         scale 80
939         scaleBeforeRotation
940         rotateOrigin center
941
942 \end_inset
943
944
945 \end_layout
946
947 \end_inset
948
949
950 \end_layout
951
952 \begin_layout Standard
953 \begin_inset Index idx
954 status collapsed
955
956 \begin_layout Plain Layout
957 Querverweise ! auf Abbildungen
958 \end_layout
959
960 \end_inset
961
962 Abbildung
963 \begin_inset space ~
964 \end_inset
965
966
967 \begin_inset CommandInset ref
968 LatexCommand ref
969 reference "abb:kill-plat"
970
971 \end_inset
972
973  und 
974 \begin_inset CommandInset ref
975 LatexCommand ref
976 reference "abb:escher"
977
978 \end_inset
979
980  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
981  Dafür fügen Sie in der Beschriftung mit 
982 \family sans
983 Einfügen\SpecialChar \menuseparator
984 Marke
985 \family default
986  oder durch Klicken auf 
987 \begin_inset Info
988 type  "icon"
989 arg   "label-insert"
990 \end_inset
991
992  eine Marke ein.
993  Auf diese können Sie dann wie gewohnt mit 
994 \family sans
995 Einfügen\SpecialChar \menuseparator
996 Querverweis
997 \family default
998  oder durch Klicken auf 
999 \family sans
1000
1001 \begin_inset Info
1002 type  "icon"
1003 arg   "dialog-show-new-inset ref"
1004 \end_inset
1005
1006
1007 \family default
1008  verweisen.
1009  Das ist besser als eine vage Formulierung wie 
1010 \begin_inset Quotes gld
1011 \end_inset
1012
1013 die obige Abbildung
1014 \begin_inset Quotes grd
1015 \end_inset
1016
1017  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1018  erscheint, und das muss nicht 
1019 \emph on
1020 oben
1021 \emph default
1022  sein.
1023  Verweise werden detailliert in Abschnitt
1024 \begin_inset space ~
1025 \end_inset
1026
1027
1028 \begin_inset CommandInset ref
1029 LatexCommand ref
1030 reference "abs:Auf-Gleitobjekte-verweisen"
1031
1032 \end_inset
1033
1034  beschrieben.
1035 \end_layout
1036
1037 \begin_layout Standard
1038 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1039  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1040  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1041  Gleitabbildung einfügt.
1042  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1043  Abbildung
1044 \begin_inset space ~
1045 \end_inset
1046
1047
1048 \begin_inset CommandInset ref
1049 LatexCommand ref
1050 reference "abb:Zwei-Teilabbildungen"
1051
1052 \end_inset
1053
1054  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1055  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1056  Gleitabbildung auf Eingabe drücken.
1057  Abbildung
1058 \begin_inset space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "abb:Undefinierbar"
1065
1066 \end_inset
1067
1068  und 
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "abb:Ein-Schnabeltier"
1072
1073 \end_inset
1074
1075  sind die Teilabbildungen.
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "abb:Undefinierbar"
1101
1102 \end_inset
1103
1104 Undefinierbar
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename ../clipart/escher-lsd.eps
1115         width 35col%
1116         scaleBeforeRotation
1117         groupId Teilabbildung
1118
1119 \end_inset
1120
1121
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \begin_inset space \hfill{}
1128 \end_inset
1129
1130
1131 \begin_inset Float figure
1132 wide false
1133 sideways false
1134 status collapsed
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Caption
1138
1139 \begin_layout Plain Layout
1140 \begin_inset CommandInset label
1141 LatexCommand label
1142 name "abb:Ein-Schnabeltier"
1143
1144 \end_inset
1145
1146 Ein Schnabeltier
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Graphics
1156         filename ../clipart/platypus.eps
1157         width 35col%
1158         scaleBeforeRotation
1159         groupId Teilabbildung
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \begin_inset space \hfill{}
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \begin_layout Plain Layout
1176 \begin_inset Caption
1177
1178 \begin_layout Plain Layout
1179 \begin_inset CommandInset label
1180 LatexCommand label
1181 name "abb:Zwei-Teilabbildungen"
1182
1183 \end_inset
1184
1185 Zwei Teilabbildungen nebeneinander.
1186  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1187 \begin_inset Quotes gld
1188 \end_inset
1189
1190 Teilabbildung
1191 \begin_inset Quotes grd
1192 \end_inset
1193
1194  an.
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Section
1208 Bildformate
1209 \begin_inset CommandInset label
1210 LatexCommand label
1211 name "abs:Bildformate"
1212
1213 \end_inset
1214
1215
1216 \begin_inset Index idx
1217 status collapsed
1218
1219 \begin_layout Plain Layout
1220 Abbildungen ! Bildformate
1221 \end_layout
1222
1223 \end_inset
1224
1225
1226 \end_layout
1227
1228 \begin_layout Standard
1229 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1230  Aber wie in Anhang
1231 \begin_inset space ~
1232 \end_inset
1233
1234
1235 \begin_inset CommandInset ref
1236 LatexCommand ref
1237 reference "kap:Ausgabedatei-Formate"
1238
1239 \end_inset
1240
1241  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1242  LyX benutzt im Hintergrund das Programm
1243 \family typewriter
1244  ImageMagick
1245 \family default
1246 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1247  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1248  vermeiden.
1249  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1250  werden können.
1251  Diese Formate werden in Anhang
1252 \begin_inset space ~
1253 \end_inset
1254
1255
1256 \begin_inset CommandInset ref
1257 LatexCommand ref
1258 reference "kap:Ausgabedatei-Formate"
1259
1260 \end_inset
1261
1262  beschrieben.
1263 \end_layout
1264
1265 \begin_layout Standard
1266 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1267 \end_layout
1268
1269 \begin_layout Description
1270 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1271  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1272  
1273 \emph on
1274 pixelig
1275 \emph default
1276  aus.
1277  Bekannte Pixel-Formate sind 
1278 \begin_inset Quotes gld
1279 \end_inset
1280
1281 Graphics Interchange Format
1282 \begin_inset Quotes grd
1283 \end_inset
1284
1285  (GIF, Dateiendung
1286 \family typewriter
1287  
1288 \family default
1289
1290 \begin_inset Quotes gld
1291 \end_inset
1292
1293
1294 \family typewriter
1295 .gif
1296 \family default
1297
1298 \begin_inset Quotes grd
1299 \end_inset
1300
1301 )
1302 \begin_inset Index idx
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306 GIF
1307 \end_layout
1308
1309 \end_inset
1310
1311
1312 \begin_inset Quotes gld
1313 \end_inset
1314
1315 Portable Network Graphics
1316 \begin_inset Quotes grd
1317 \end_inset
1318
1319  (PNG, Dateiendung 
1320 \begin_inset Quotes gld
1321 \end_inset
1322
1323
1324 \family typewriter
1325 .png
1326 \family default
1327
1328 \begin_inset Quotes grd
1329 \end_inset
1330
1331 )
1332 \begin_inset Index idx
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336 PNG
1337 \end_layout
1338
1339 \end_inset
1340
1341
1342 \begin_inset Quotes gld
1343 \end_inset
1344
1345 Joint Photographic Experts Group
1346 \begin_inset Quotes grd
1347 \end_inset
1348
1349  (JPEG, Dateiendung
1350 \family typewriter
1351  
1352 \family default
1353
1354 \begin_inset Quotes gld
1355 \end_inset
1356
1357
1358 \family typewriter
1359 .jpg
1360 \family default
1361
1362 \begin_inset Quotes grd
1363 \end_inset
1364
1365  oder 
1366 \begin_inset Quotes gld
1367 \end_inset
1368
1369
1370 \family typewriter
1371 .jpeg
1372 \family default
1373
1374 \begin_inset Quotes grd
1375 \end_inset
1376
1377 )
1378 \begin_inset Index idx
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 JPG, JPEG
1383 \end_layout
1384
1385 \end_inset
1386
1387  und 
1388 \begin_inset Quotes gld
1389 \end_inset
1390
1391 Windows Bitmap
1392 \begin_inset Quotes grd
1393 \end_inset
1394
1395  (BMP, Dateiendung 
1396 \begin_inset Quotes gld
1397 \end_inset
1398
1399
1400 \family typewriter
1401 .bmp
1402 \family default
1403
1404 \begin_inset Quotes grd
1405 \end_inset
1406
1407 )
1408 \begin_inset Index idx
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 BMP
1413 \end_layout
1414
1415 \end_inset
1416
1417 .
1418 \end_layout
1419
1420 \begin_layout Description
1421 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1422  auf jede beliebige Größe skaliert werden.
1423  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1424  zoomen zu können.
1425 \begin_inset Newline newline
1426 \end_inset
1427
1428 Bekannte Formate sind 
1429 \begin_inset Quotes gld
1430 \end_inset
1431
1432 Scalable Vector Graphics
1433 \begin_inset Quotes grd
1434 \end_inset
1435
1436  (SVG, Dateiendung
1437 \family typewriter
1438  
1439 \family default
1440
1441 \begin_inset Quotes gld
1442 \end_inset
1443
1444
1445 \family typewriter
1446 .svg
1447 \family default
1448
1449 \begin_inset Quotes grd
1450 \end_inset
1451
1452 )
1453 \begin_inset Index idx
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457 SVG
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \begin_inset Quotes gld
1464 \end_inset
1465
1466 Encapsulated PostScript
1467 \begin_inset Quotes grd
1468 \end_inset
1469
1470  (EPS, Dateiendung 
1471 \begin_inset Quotes gld
1472 \end_inset
1473
1474
1475 \family typewriter
1476 .eps
1477 \family default
1478
1479 \begin_inset Quotes grd
1480 \end_inset
1481
1482 )
1483 \begin_inset Index idx
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487 EPS
1488 \end_layout
1489
1490 \end_inset
1491
1492
1493 \begin_inset Quotes gld
1494 \end_inset
1495
1496 Portable Document Format
1497 \begin_inset Quotes grd
1498 \end_inset
1499
1500  (PDF, Dateiendung
1501 \family typewriter
1502  
1503 \family default
1504
1505 \begin_inset Quotes gld
1506 \end_inset
1507
1508
1509 \family typewriter
1510 .pdf
1511 \family default
1512
1513 \begin_inset Quotes grd
1514 \end_inset
1515
1516 )
1517 \begin_inset Index idx
1518 status collapsed
1519
1520 \begin_layout Plain Layout
1521 PDF
1522 \end_layout
1523
1524 \end_inset
1525
1526  und 
1527 \begin_inset Quotes gld
1528 \end_inset
1529
1530 Windows Metafile
1531 \begin_inset Quotes grd
1532 \end_inset
1533
1534  (WMF, Dateiendung 
1535 \begin_inset Quotes gld
1536 \end_inset
1537
1538
1539 \family typewriter
1540 .wmf
1541 \family default
1542
1543 \begin_inset Quotes grd
1544 \end_inset
1545
1546 )
1547 \begin_inset Index idx
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551 WMF
1552 \end_layout
1553
1554 \end_inset
1555
1556 .
1557 \end_layout
1558
1559 \begin_layout Standard
1560 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1561  das Ergebnis ist immer noch ein Pixelbild.
1562  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1563  hinzugefügt.
1564 \begin_inset Foot
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 Bei PDF wird das Originalbild auch noch komprimiert.
1569 \end_layout
1570
1571 \end_inset
1572
1573  Die PDF-Dateien, die 
1574 \family typewriter
1575 Adobe Photoshop
1576 \family default
1577  erzeugt, sind zum Beispiel Pixelbilder.
1578 \end_layout
1579
1580 \begin_layout Standard
1581 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1582  umgekehrt.
1583  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1584  eingefügt werden.
1585  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1586  erzeugt wird, weil es zur Zeit keine WMF/SVG
1587 \begin_inset Formula $\to$
1588 \end_inset
1589
1590 PDF/EPS Konverter gibt.
1591 \end_layout
1592
1593 \begin_layout Chapter
1594 Tabellen
1595 \begin_inset Index idx
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599 Tabellen
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \begin_layout Section
1608 Einführung
1609 \begin_inset Index idx
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613 Tabellen ! Einführung
1614 \end_layout
1615
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \begin_layout Standard
1622 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1623 \begin_inset Info
1624 type  "icon"
1625 arg   "tabular-insert"
1626 \end_inset
1627
1628  oder das Menü 
1629 \family sans
1630 Einfügen\SpecialChar \menuseparator
1631 Tabelle
1632 \family default
1633  einfügen.
1634  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1635 \begin_inset space \thinspace{}
1636 \end_inset
1637
1638 -Tabelle.
1639  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1640  und die Größe der dunkelblauen Tabelle angezeigt.
1641  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1642  ein.
1643  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1644  Spaltenanzahl festlegen können.
1645 \end_layout
1646
1647 \begin_layout Standard
1648 In der so erstellten Tabelle ist jede Zelle umrandet.
1649  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1650  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1651  die zweite Zeile eine Linie oberhalb haben.
1652  Hier ist ein Beispiel:
1653 \end_layout
1654
1655 \begin_layout Standard
1656 \align center
1657 \begin_inset Tabular
1658 <lyxtabular version="3" rows="5" columns="4">
1659 <features tabularvalignment="middle">
1660 <column alignment="center" valignment="top" width="0">
1661 <column alignment="center" valignment="top" width="0">
1662 <column alignment="center" valignment="top" width="0">
1663 <column alignment="center" valignment="top" width="0">
1664 <row>
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1675 \begin_inset Text
1676
1677 \begin_layout Plain Layout
1678
1679 \family roman
1680 \series medium
1681 \shape up
1682 \size normal
1683 \emph off
1684 \bar no
1685 \noun off
1686 \color none
1687 1
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696 2
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1702 \begin_inset Text
1703
1704 \begin_layout Plain Layout
1705 3
1706 \end_layout
1707
1708 \end_inset
1709 </cell>
1710 </row>
1711 <row>
1712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716
1717 \family roman
1718 \series medium
1719 \shape up
1720 \size normal
1721 \emph off
1722 \bar no
1723 \noun off
1724 \color none
1725 A
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752
1753 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 </row>
1758 <row>
1759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \family roman
1765 \series medium
1766 \shape up
1767 \size normal
1768 \emph off
1769 \bar no
1770 \noun off
1771 \color none
1772 B
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 </row>
1805 <row>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \family roman
1812 \series medium
1813 \shape up
1814 \size normal
1815 \emph off
1816 \bar no
1817 \noun off
1818 \color none
1819 C
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 </row>
1852 <row>
1853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857 D
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 </row>
1890 </lyxtabular>
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \begin_layout Section
1898 Tabellen-Dialog
1899 \begin_inset Index idx
1900 status collapsed
1901
1902 \begin_layout Plain Layout
1903 Tabellen ! Einstellungen
1904 \end_layout
1905
1906 \end_inset
1907
1908
1909 \end_layout
1910
1911 \begin_layout Standard
1912 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1913  Maustaste draufklicken.
1914  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1915 \family sans
1916 Einstellungen
1917 \family default
1918  steht.
1919  Ein Klick darauf öffnet den Tabellen-Dialog.
1920  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1921  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1922  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1923  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1924  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1925  Auswahl.
1926  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1927 \emph on
1928 Inhalt
1929 \emph default
1930  einer Zelle oder die Zelle selber ausgewählt haben.
1931 \begin_inset Newline newline
1932 \end_inset
1933
1934 Mit der Dialog-Option 
1935 \family sans
1936 Direkt
1937 \begin_inset space ~
1938 \end_inset
1939
1940 übernehmen
1941 \family default
1942  wird jede Änderung, die Sie machen, direkt übernommen.
1943  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1944  dann auch die Parameter der neuen Zelle an.
1945  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1946  Änderung zu übernehmen.
1947 \begin_inset Newline newline
1948 \end_inset
1949
1950 Der Tabellen-Dialog hat folgende Karteikarten:
1951 \end_layout
1952
1953 \begin_layout Description
1954
1955 \family sans
1956 Tabellen-Einstellungen
1957 \family default
1958  Hier können Sie die Horizontale
1959 \begin_inset space ~
1960 \end_inset
1961
1962 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1963  Die Ausrichtung 
1964 \family sans
1965 Am
1966 \begin_inset space ~
1967 \end_inset
1968
1969 Dezimaltrenner
1970 \family default
1971  ist in Abschnitt
1972 \begin_inset space ~
1973 \end_inset
1974
1975
1976 \begin_inset CommandInset ref
1977 LatexCommand ref
1978 reference "uab:Besondere-Zellenausrichtung"
1979
1980 \end_inset
1981
1982  beschrieben.
1983  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1984 \begin_inset space ~
1985 \end_inset
1986
1987 Ausrichtung der momentanen Zeile wählen.
1988  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1989  Absätze haben, wie in Abschnitt
1990 \begin_inset space ~
1991 \end_inset
1992
1993
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "uab:Mehrfache-Zeilen-in"
1997
1998 \end_inset
1999
2000  beschrieben.
2001  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2002 \begin_inset Newline newline
2003 \end_inset
2004
2005 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2006  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2007 \begin_inset space ~
2008 \end_inset
2009
2010
2011 \begin_inset CommandInset ref
2012 LatexCommand ref
2013 reference "uab:Mehrfachspalten"
2014
2015 \end_inset
2016
2017  und 
2018 \begin_inset CommandInset ref
2019 LatexCommand ref
2020 reference "uab:Mehrfachzeilen"
2021
2022 \end_inset
2023
2024  beschrieben.
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2029  den Uhrzeigersinn um 90° drehen.
2030  LyX zeigt diese Drehung nur in der Ausgabe.
2031  Für weitere Informationen siehe Abschnitt
2032 \begin_inset space ~
2033 \end_inset
2034
2035
2036 \begin_inset CommandInset ref
2037 LatexCommand ref
2038 reference "abs:Rotierte-Tabellenzellen"
2039
2040 \end_inset
2041
2042 .
2043 \begin_inset Newline newline
2044 \end_inset
2045
2046
2047 \begin_inset Note Greyedout
2048 status open
2049
2050 \begin_layout Plain Layout
2051
2052 \series bold
2053 Achtung:
2054 \series default
2055  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2056 \end_layout
2057
2058 \end_inset
2059
2060
2061 \begin_inset Newline newline
2062 \end_inset
2063
2064 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2065  Textzeilen verwendet:
2066 \begin_inset Newline newline
2067 \end_inset
2068
2069 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2070 \begin_inset Tabular
2071 <lyxtabular version="3" rows="2" columns="2">
2072 <features tabularvalignment="top">
2073 <column alignment="center" valignment="top" width="0pt">
2074 <column alignment="center" valignment="top" width="0">
2075 <row>
2076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2077 \begin_inset Text
2078
2079 \begin_layout Plain Layout
2080
2081 \end_layout
2082
2083 \end_inset
2084 </cell>
2085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2086 \begin_inset Text
2087
2088 \begin_layout Plain Layout
2089 1
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 </row>
2095 <row>
2096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2097 \begin_inset Text
2098
2099 \begin_layout Plain Layout
2100 A
2101 \end_layout
2102
2103 \end_inset
2104 </cell>
2105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2106 \begin_inset Text
2107
2108 \begin_layout Plain Layout
2109
2110 \end_layout
2111
2112 \end_inset
2113 </cell>
2114 </row>
2115 </lyxtabular>
2116
2117 \end_inset
2118
2119  
2120 \begin_inset Tabular
2121 <lyxtabular version="3" rows="2" columns="2">
2122 <features tabularvalignment="middle">
2123 <column alignment="center" valignment="top" width="0">
2124 <column alignment="center" valignment="top" width="0">
2125 <row>
2126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2127 \begin_inset Text
2128
2129 \begin_layout Plain Layout
2130
2131 \end_layout
2132
2133 \end_inset
2134 </cell>
2135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2136 \begin_inset Text
2137
2138 \begin_layout Plain Layout
2139 1
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 </row>
2145 <row>
2146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2147 \begin_inset Text
2148
2149 \begin_layout Plain Layout
2150 A
2151 \end_layout
2152
2153 \end_inset
2154 </cell>
2155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2156 \begin_inset Text
2157
2158 \begin_layout Plain Layout
2159
2160 \end_layout
2161
2162 \end_inset
2163 </cell>
2164 </row>
2165 </lyxtabular>
2166
2167 \end_inset
2168
2169  
2170 \begin_inset Tabular
2171 <lyxtabular version="3" rows="2" columns="2">
2172 <features tabularvalignment="bottom">
2173 <column alignment="center" valignment="top" width="0pt">
2174 <column alignment="center" valignment="top" width="0">
2175 <row>
2176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2177 \begin_inset Text
2178
2179 \begin_layout Plain Layout
2180
2181 \end_layout
2182
2183 \end_inset
2184 </cell>
2185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2186 \begin_inset Text
2187
2188 \begin_layout Plain Layout
2189 1
2190 \end_layout
2191
2192 \end_inset
2193 </cell>
2194 </row>
2195 <row>
2196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2197 \begin_inset Text
2198
2199 \begin_layout Plain Layout
2200 A
2201 \end_layout
2202
2203 \end_inset
2204 </cell>
2205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2206 \begin_inset Text
2207
2208 \begin_layout Plain Layout
2209
2210 \end_layout
2211
2212 \end_inset
2213 </cell>
2214 </row>
2215 </lyxtabular>
2216
2217 \end_inset
2218
2219
2220 \begin_inset Newline newline
2221 \end_inset
2222
2223 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2224 gen einfügen,
2225  wie in den Abschnitten 
2226 \begin_inset CommandInset ref
2227 LatexCommand ref
2228 reference "uab:Mehrfachspalten-Berechnungen"
2229
2230 \end_inset
2231
2232  und 
2233 \begin_inset CommandInset ref
2234 LatexCommand ref
2235 reference "abs:Farbige-Tabellen"
2236
2237 \end_inset
2238
2239  beschrieben.
2240 \end_layout
2241
2242 \begin_layout Description
2243
2244 \family sans
2245 Rahmen
2246 \family default
2247  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2248  hinzufügen und löschen.
2249 \begin_inset Newline newline
2250 \end_inset
2251
2252 Wenn Sie die Stil-Option
2253 \family sans
2254  Formal
2255 \family default
2256  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2257 \begin_inset space ~
2258 \end_inset
2259
2260
2261 \begin_inset CommandInset ref
2262 LatexCommand ref
2263 reference "abs:Formale-Tabellen"
2264
2265 \end_inset
2266
2267  beschrieben, konvertiert.
2268 \begin_inset Newline newline
2269 \end_inset
2270
2271 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2272 \begin_inset space ~
2273 \end_inset
2274
2275
2276 \begin_inset CommandInset ref
2277 LatexCommand ref
2278 reference "uab:Zeilenabstand"
2279
2280 \end_inset
2281
2282  beschrieben.
2283 \end_layout
2284
2285 \begin_layout Description
2286
2287 \family sans
2288 Lange
2289 \begin_inset space ~
2290 \end_inset
2291
2292 Tabelle
2293 \family default
2294  Hier kann eine Tabelle als 
2295 \begin_inset Quotes gld
2296 \end_inset
2297
2298 Lange
2299 \begin_inset space ~
2300 \end_inset
2301
2302 Tabelle
2303 \begin_inset Quotes grd
2304 \end_inset
2305
2306  definiert werden, die über mehrere Seiten reicht.
2307  Die Abschnitte
2308 \begin_inset space ~
2309 \end_inset
2310
2311
2312 \begin_inset CommandInset ref
2313 LatexCommand ref
2314 reference "abs:Lange-Tabellen"
2315
2316 \end_inset
2317
2318  und 
2319 \begin_inset CommandInset ref
2320 LatexCommand ref
2321 reference "abs:Special-Longtable-Issues"
2322
2323 \end_inset
2324
2325  beschreiben diese Funktion genauer.
2326 \end_layout
2327
2328 \begin_layout Section
2329 Tabellen-Werkzeugleiste
2330 \begin_inset Index idx
2331 status collapsed
2332
2333 \begin_layout Plain Layout
2334 Tabellen ! Werkzeugleiste
2335 \end_layout
2336
2337 \end_inset
2338
2339
2340 \end_layout
2341
2342 \begin_layout Standard
2343 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2344 \family sans
2345 Tabellen-Einstellungen
2346 \family default
2347 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2348  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2349  LyX-Fensters.
2350 \end_layout
2351
2352 \begin_layout Standard
2353 Die Werkzeugleiste hat folgende Knöpfe:
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Info
2359 type  "icon"
2360 arg   "inset-modify tabular append-row"
2361 \end_inset
2362
2363  Fügt eine Zeile unterhalb der momentanen an
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "inset-modify tabular append-column"
2371 \end_inset
2372
2373  Fügt eine Spalte rechts von der momentanen an
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Info
2379 type  "icon"
2380 arg   "inset-modify tabular delete-row"
2381 \end_inset
2382
2383  Löscht die ausgewählte(n) Zeile(n)
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388 \begin_inset Info
2389 type  "icon"
2390 arg   "inset-modify tabular delete-column"
2391 \end_inset
2392
2393  Löscht die ausgewählte(n) Spalte(n)
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Info
2399 type  "icon"
2400 arg   "inset-modify tabular toggle-line-top"
2401 \end_inset
2402
2403  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2404  wenn der Knopf grau hinterlegt ist
2405 \end_layout
2406
2407 \begin_layout Labeling
2408 \labelwidthstring 00.00.0000
2409 \begin_inset Info
2410 type  "icon"
2411 arg   "inset-modify tabular toggle-line-bottom"
2412 \end_inset
2413
2414  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2415  wenn der Knopf grau hinterlegt ist
2416 \end_layout
2417
2418 \begin_layout Labeling
2419 \labelwidthstring 00.00.0000
2420 \begin_inset Info
2421 type  "icon"
2422 arg   "inset-modify tabular toggle-line-left"
2423 \end_inset
2424
2425  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2426  wenn der Knopf grau hinterlegt ist
2427 \end_layout
2428
2429 \begin_layout Labeling
2430 \labelwidthstring 00.00.0000
2431 \begin_inset Info
2432 type  "icon"
2433 arg   "inset-modify tabular toggle-line-right"
2434 \end_inset
2435
2436  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2437  wenn der Knopf grau hinterlegt ist
2438 \end_layout
2439
2440 \begin_layout Labeling
2441 \labelwidthstring 00.00.0000
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "inset-modify tabular set-all-lines"
2445 \end_inset
2446
2447  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Info
2453 type  "icon"
2454 arg   "inset-modify tabular unset-all-lines"
2455 \end_inset
2456
2457  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "inset-modify tabular m-align-left"
2465 \end_inset
2466
2467  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2468 \end_layout
2469
2470 \begin_layout Labeling
2471 \labelwidthstring 00.00.0000
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "inset-modify tabular m-align-center"
2475 \end_inset
2476
2477  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "inset-modify tabular m-align-right"
2485 \end_inset
2486
2487  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "inset-modify tabular align-decimal"
2495 \end_inset
2496
2497  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "inset-modify tabular m-valign-top"
2505 \end_inset
2506
2507  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "inset-modify tabular m-valign-middle"
2515 \end_inset
2516
2517  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "inset-modify tabular m-valign-bottom"
2525 \end_inset
2526
2527  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "inset-modify tabular set-rotate-cell"
2535 \end_inset
2536
2537  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular set-rotate-tabular"
2545 \end_inset
2546
2547  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "inset-modify tabular multicolumn"
2555 \end_inset
2556
2557  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2558 \end_layout
2559
2560 \begin_layout Labeling
2561 \labelwidthstring 00.00.0000
2562 \begin_inset Info
2563 type  "icon"
2564 arg   "inset-modify tabular multirow"
2565 \end_inset
2566
2567  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2568 \end_layout
2569
2570 \begin_layout Standard
2571 \begin_inset Note Greyedout
2572 status open
2573
2574 \begin_layout Plain Layout
2575
2576 \series bold
2577 Bemerkung:
2578 \series default
2579  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2580  Reihe für alle Zelle der Reihe verwendet.
2581 \end_layout
2582
2583 \end_inset
2584
2585
2586 \end_layout
2587
2588 \begin_layout Section
2589 Bearbeiten-Menü
2590 \begin_inset Index idx
2591 status collapsed
2592
2593 \begin_layout Plain Layout
2594 Tabellen ! Bearbeiten-Menü
2595 \end_layout
2596
2597 \end_inset
2598
2599
2600 \end_layout
2601
2602 \begin_layout Standard
2603 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2604  Wenn der Cursor in einer Tabelle steht, sind im 
2605 \family sans
2606 Bearbeiten
2607 \family default
2608 -Menü folgende Punkte aktiviert: 
2609 \family sans
2610 Tabelle
2611 \family default
2612
2613 \family sans
2614 Zeilen
2615 \begin_inset space ~
2616 \end_inset
2617
2618 &
2619 \begin_inset space ~
2620 \end_inset
2621
2622 Spalten
2623 \family default
2624  und 
2625 \family sans
2626 Tabellen-Einstellungen
2627 \family default
2628 .
2629  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2630 ngsmöglichkeiten zu erreichen.
2631 \end_layout
2632
2633 \begin_layout Section
2634 Gleitende Tabellen
2635 \begin_inset CommandInset label
2636 LatexCommand label
2637 name "abs:Gleitende-Tabellen"
2638
2639 \end_inset
2640
2641
2642 \begin_inset Index idx
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 Gleitobjekte ! Tabellen
2647 \end_layout
2648
2649 \end_inset
2650
2651
2652 \begin_inset Index idx
2653 status collapsed
2654
2655 \begin_layout Plain Layout
2656 Tabellen ! gleitende
2657 \end_layout
2658
2659 \end_inset
2660
2661
2662 \end_layout
2663
2664 \begin_layout Standard
2665 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2666 \begin_inset space ~
2667 \end_inset
2668
2669
2670 \begin_inset CommandInset ref
2671 LatexCommand ref
2672 reference "abs:Gleitobjekte-Einleitung"
2673
2674 \end_inset
2675
2676 .
2677 \end_layout
2678
2679 \begin_layout Standard
2680 \begin_inset Float table
2681 placement h
2682 wide false
2683 sideways false
2684 status open
2685
2686 \begin_layout Plain Layout
2687 \begin_inset Caption
2688
2689 \begin_layout Plain Layout
2690 \begin_inset CommandInset label
2691 LatexCommand label
2692 name "tab:a table float"
2693
2694 \end_inset
2695
2696 Eine gleitende Tabelle
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \end_layout
2703
2704 \begin_layout Plain Layout
2705 \align center
2706 \begin_inset Tabular
2707 <lyxtabular version="3" rows="3" columns="3">
2708 <features tabularvalignment="middle">
2709 <column alignment="center" valignment="top" width="0pt">
2710 <column alignment="center" valignment="top" width="0pt">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <row>
2713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Plain Layout
2717
2718 \family roman
2719 \series medium
2720 \shape up
2721 \size normal
2722 \emph off
2723 \bar no
2724 \noun off
2725 \color none
2726 1
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735
2736 \family roman
2737 \series medium
2738 \shape up
2739 \size normal
2740 \emph off
2741 \bar no
2742 \noun off
2743 \color none
2744 2
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753
2754 \family roman
2755 \series medium
2756 \shape up
2757 \size normal
2758 \emph off
2759 \bar no
2760 \noun off
2761 \color none
2762 3
2763 \end_layout
2764
2765 \end_inset
2766 </cell>
2767 </row>
2768 <row>
2769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Plain Layout
2773
2774 \family roman
2775 \series medium
2776 \shape up
2777 \size normal
2778 \emph off
2779 \bar no
2780 \noun off
2781 \color none
2782 Martin
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791
2792 \family roman
2793 \series medium
2794 \shape up
2795 \size normal
2796 \emph off
2797 \bar no
2798 \noun off
2799 \color none
2800 Lena
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809
2810 \family roman
2811 \series medium
2812 \shape up
2813 \size normal
2814 \emph off
2815 \bar no
2816 \noun off
2817 \color none
2818 Alina
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row>
2825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \family roman
2831 \series medium
2832 \shape up
2833 \size normal
2834 \emph off
2835 \bar no
2836 \noun off
2837 \color none
2838 \begin_inset Formula $\int x^{2}dx$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850
2851 \family roman
2852 \series medium
2853 \shape up
2854 \size normal
2855 \emph off
2856 \bar no
2857 \noun off
2858 \color none
2859 \begin_inset Formula $\left[\begin{array}{cc}
2860 a & b\\
2861 c & d
2862 \end{array}\right]$
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \end_inset
2869 </cell>
2870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2871 \begin_inset Text
2872
2873 \begin_layout Plain Layout
2874
2875 \family roman
2876 \series medium
2877 \shape up
2878 \size normal
2879 \emph off
2880 \bar no
2881 \noun off
2882 \color none
2883 \begin_inset Formula $1+1=2$
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 </row>
2892 </lyxtabular>
2893
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \begin_layout Standard
2905 Gleitende Tabellen können über 
2906 \family sans
2907 Einfügen\SpecialChar \menuseparator
2908 Gleitobjekt\SpecialChar \menuseparator
2909 Tabelle
2910 \family default
2911  oder einen Klick auf den Werkzeugleistenknopf 
2912 \begin_inset Info
2913 type  "icon"
2914 arg   "float-insert table"
2915 \end_inset
2916
2917  erzeugt werden.
2918  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2919  In das rot umrahmte Feld rechts von 
2920 \emph on
2921 Tabelle
2922 \begin_inset space ~
2923 \end_inset
2924
2925 Nr:
2926 \emph default
2927  schreiben Sie die Tabellenbeschriftung.
2928  Nach einem Klick oberhalb oder unterhalb von 
2929 \emph on
2930 Tabelle
2931 \begin_inset space ~
2932 \end_inset
2933
2934 Nr:
2935 \emph default
2936  können Sie dann eine Tabelle einfügen.
2937 \end_layout
2938
2939 \begin_layout Standard
2940 Tabelle
2941 \begin_inset space ~
2942 \end_inset
2943
2944
2945 \begin_inset CommandInset ref
2946 LatexCommand ref
2947 reference "tab:a table float"
2948
2949 \end_inset
2950
2951  ist ein Beispiel für eine gleitende Tabelle.
2952 \end_layout
2953
2954 \begin_layout Standard
2955 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2956 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2957  Das bedeutet, dass bei den Klassen 
2958 \family sans
2959 article
2960 \family default
2961
2962 \family sans
2963 book
2964 \family default
2965
2966 \family sans
2967 letter
2968 \family default
2969 , und 
2970 \family sans
2971 report
2972 \family default
2973  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2974  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2975 \series bold
2976 caption
2977 \series default
2978
2979 \begin_inset Index idx
2980 status collapsed
2981
2982 \begin_layout Plain Layout
2983 LaTeX-Pakete ! caption
2984 \end_layout
2985
2986 \end_inset
2987
2988  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2989 \begin_inset Foot
2990 status collapsed
2991
2992 \begin_layout Plain Layout
2993 Näheres finden Sie im Abschnitt
2994 \begin_inset space ~
2995 \end_inset
2996
2997
2998 \begin_inset CommandInset ref
2999 LatexCommand ref
3000 reference "abs:Titel-Platzierung"
3001
3002 \end_inset
3003
3004 .
3005 \end_layout
3006
3007 \end_inset
3008
3009
3010 \end_layout
3011
3012 \begin_layout Standard
3013
3014 \series bold
3015 tableposition=top
3016 \end_layout
3017
3018 \begin_layout Standard
3019 Das Paket 
3020 \series bold
3021 caption
3022 \series default
3023 , das in Abschnitt
3024 \begin_inset space ~
3025 \end_inset
3026
3027
3028 \begin_inset CommandInset ref
3029 LatexCommand ref
3030 reference "abs:Titel-Formatierung"
3031
3032 \end_inset
3033
3034  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3035 \end_layout
3036
3037 \begin_layout Standard
3038 \begin_inset Index idx
3039 status collapsed
3040
3041 \begin_layout Plain Layout
3042 Querverweise ! auf Tabellen
3043 \end_layout
3044
3045 \end_inset
3046
3047 Auf Tabellen kann über ihre Marke verwiesen werden.
3048  Dafür fügen Sie in der Beschriftung mit 
3049 \family sans
3050 Einfügen\SpecialChar \menuseparator
3051 Marke
3052 \family default
3053  oder durch Klicken auf 
3054 \begin_inset Info
3055 type  "icon"
3056 arg   "label-insert"
3057 \end_inset
3058
3059  eine Marke ein.
3060  Auf diese können Sie dann wie gewohnt mit 
3061 \family sans
3062 Einfügen\SpecialChar \menuseparator
3063 Querverweis
3064 \family default
3065  oder durch Klicken auf 
3066 \begin_inset Info
3067 type  "icon"
3068 arg   "dialog-show-new-inset ref"
3069 \end_inset
3070
3071  verweisen.
3072  Verweise werden detailliert in Abschnitt
3073 \begin_inset space ~
3074 \end_inset
3075
3076
3077 \begin_inset CommandInset ref
3078 LatexCommand ref
3079 reference "abs:Auf-Gleitobjekte-verweisen"
3080
3081 \end_inset
3082
3083  beschrieben.
3084 \end_layout
3085
3086 \begin_layout Section
3087 Lange Tabellen
3088 \begin_inset CommandInset label
3089 LatexCommand label
3090 name "abs:Lange-Tabellen"
3091
3092 \end_inset
3093
3094
3095 \begin_inset Index idx
3096 status collapsed
3097
3098 \begin_layout Plain Layout
3099 Tabellen ! lange
3100 \end_layout
3101
3102 \end_inset
3103
3104
3105 \end_layout
3106
3107 \begin_layout Standard
3108 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3109  Dialogfenster 
3110 \family sans
3111 Tabellen-Einstellungen
3112 \family default
3113  auf der Karteikarte  
3114 \family sans
3115 Lange
3116 \begin_inset space ~
3117 \end_inset
3118
3119 Tabelle
3120 \family default
3121  die Option 
3122 \family sans
3123 Lange
3124 \begin_inset space ~
3125 \end_inset
3126
3127 Tabelle
3128 \begin_inset space ~
3129 \end_inset
3130
3131 verwenden
3132 \family default
3133  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3134  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3135 \end_layout
3136
3137 \begin_layout Description
3138 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3139  festgelegt; mit Ausnahme der ersten, wenn 
3140 \family sans
3141 Erste
3142 \begin_inset space ~
3143 \end_inset
3144
3145 Kopfzeile
3146 \family default
3147  aktiviert ist.
3148 \end_layout
3149
3150 \begin_layout Description
3151 Erste
3152 \lang english
3153
3154 \begin_inset space ~
3155 \end_inset
3156
3157
3158 \lang ngerman
3159 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3160  Seite einer mehrseitigen Tabelle definiert.
3161 \end_layout
3162
3163 \begin_layout Description
3164 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3165  mit Ausnahme der letzten, wenn 
3166 \family sans
3167 Letzte
3168 \begin_inset space ~
3169 \end_inset
3170
3171 Fußzeile
3172 \family default
3173  aktiviert ist.
3174 \end_layout
3175
3176 \begin_layout Description
3177 Letzte
3178 \begin_inset space ~
3179 \end_inset
3180
3181 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3182  einer mehrseitigen Tabelle definiert.
3183 \end_layout
3184
3185 \begin_layout Description
3186 Legende: Die aktuelle Zeile enthält die Legende.
3187  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3188  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3189 \begin_inset space ~
3190 \end_inset
3191
3192
3193 \begin_inset CommandInset ref
3194 LatexCommand ref
3195 reference "uab:Beschriftungen-langer-Tabellen"
3196
3197 \end_inset
3198
3199  erklärt.
3200 \end_layout
3201
3202 \begin_layout Standard
3203 Hier ist ein Beispiel einer langen Tabelle:
3204 \end_layout
3205
3206 \begin_layout Standard
3207 \align center
3208 \begin_inset Tabular
3209 <lyxtabular version="3" rows="69" columns="3">
3210 <features islongtable="true" longtabularalignment="center">
3211 <column alignment="left" valignment="top" width="0cm">
3212 <column alignment="left" valignment="top" width="0pt">
3213 <column alignment="right" valignment="top" width="0pt">
3214 <row endfirsthead="true">
3215 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \series bold
3221 Telefonliste (ignoriere die Namen)
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row endfirsthead="true">
3246 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \series bold
3252 NAME
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \series bold
3272 TEL.
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 </row>
3278 <row endhead="true">
3279 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283
3284 \series bold
3285 Telefonliste
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 </row>
3309 <row endhead="true">
3310 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \series bold
3316 NAME
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \series bold
3336 TEL.
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 </row>
3342 <row endfoot="true">
3343 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \series bold
3349 wird fortgesetzt
3350 \series default
3351  \SpecialChar \ldots{}
3352
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Annovi
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 Silvia
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 111
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row>
3408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 Bertoli
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 Stefano
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 111
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Bozzi
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Walter
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Cachia
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Maria
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Cachia
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Maurizio
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Cinquemani
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Giusi
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Colin
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Bernard
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Concli
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Gianfranco
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Dal Bosco
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Carolina
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Dalpiaz
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Annamaria
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Feliciello
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Domenico
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Focarelli
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Paola
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Galletti
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Oreste
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Gasparini
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Franca
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Rizzardi
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Paola
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Lassini
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Giancarlo
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Malfatti
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Luciano
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Malfatti
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Valeriano
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Meneguzzo
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Roberto
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Mezzadra
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Roberto
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Pirpamer
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Erich
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Pochiesa
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Paolo
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111, 222
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Radina
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Claudio
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Stuffer
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Oskar
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Tacchelli
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Ugo
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Tezzele
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Margit
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Unterkalmsteiner
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Frieda
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Vieider
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Hilde
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Vigna
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Jürgen
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 111
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Weber
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Maurizio
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 111
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311
4312 \series bold
4313 Winkler
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 Franz
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 111
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342  
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Annovi
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Silvia
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 555
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Bertoli
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Stefano
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 555
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Bozzi
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Walter
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Cachia
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Maria
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Cachia
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Maurizio
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Cinquemani
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Giusi
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Colin
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Bernard
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Concli
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Gianfranco
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Dal Bosco
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Carolina
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Dalpiaz
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Annamaria
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Feliciello
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Domenico
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Focarelli
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Paola
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Galletti
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Oreste
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Gasparini
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Franca
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Rizzardi
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Paola
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Lassini
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Giancarlo
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Malfatti
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Luciano
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Malfatti
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Valeriano
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Meneguzzo
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Roberto
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Mezzadra
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Roberto
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Pirpamer
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Erich
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Pochiesa
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Paolo
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555, 222
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Radina
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Claudio
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Stuffer
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Oskar
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Tacchelli
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Ugo
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Tezzele
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Margit
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 555
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Unterkalmsteiner
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Frieda
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Vieider
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Hilde
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 555
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \series bold
5241 Vigna
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Jürgen
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 999
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 </row>
5265 <row>
5266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \series bold
5272 Weber
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 Maurizio
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 555
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 <row>
5297 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301
5302 \series bold
5303 Winkler
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 Franz
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 555
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row endlastfoot="true">
5328 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 Ende
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 </row>
5356 </lyxtabular>
5357
5358 \end_inset
5359
5360
5361 \begin_inset ERT
5362 status collapsed
5363
5364 \begin_layout Plain Layout
5365
5366
5367 \backslash
5368 addtocounter{table}{-1}
5369 \end_layout
5370
5371 \end_inset
5372
5373
5374 \begin_inset Note Note
5375 status collapsed
5376
5377 \begin_layout Plain Layout
5378 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5379 \begin_inset space ~
5380 \end_inset
5381
5382
5383 \begin_inset CommandInset ref
5384 LatexCommand ref
5385 reference "uab:Beschriftungen-langer-Tabellen"
5386
5387 \end_inset
5388
5389
5390 \end_layout
5391
5392 \end_inset
5393
5394
5395 \end_layout
5396
5397 \begin_layout Subsection
5398 Fußnoten in langen Tabellen
5399 \begin_inset CommandInset label
5400 LatexCommand label
5401 name "uab:Fußnoten-in-langen"
5402
5403 \end_inset
5404
5405
5406 \begin_inset Index idx
5407 status collapsed
5408
5409 \begin_layout Plain Layout
5410 Tabellen ! lange ! Fußnoten
5411 \end_layout
5412
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \begin_layout Standard
5419 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5420  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5421  Tabelle
5422 \begin_inset space ~
5423 \end_inset
5424
5425
5426 \begin_inset CommandInset ref
5427 LatexCommand ref
5428 reference "tab:DiffCaptions"
5429
5430 \end_inset
5431
5432  hat zum Beispiel eine Fußnote.
5433 \end_layout
5434
5435 \begin_layout Subsection
5436 Ausrichtung langer Tabellen
5437 \begin_inset Index idx
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441 Tabellen ! lange ! Ausrichtung
5442 \end_layout
5443
5444 \end_inset
5445
5446
5447 \end_layout
5448
5449 \begin_layout Standard
5450 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5451 n festgelegt werden.
5452  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5453  Seitenrand.
5454  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5455  ausgerichtet werden und die Werte der Längen 
5456 \series bold
5457
5458 \backslash
5459 LTleft 
5460 \series default
5461 und 
5462 \series bold
5463
5464 \backslash
5465 LTright
5466 \series default
5467  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5468  wird:
5469 \end_layout
5470
5471 \begin_layout Standard
5472
5473 \series bold
5474
5475 \backslash
5476 setlength{
5477 \backslash
5478 LTleft}{Wert}
5479 \end_layout
5480
5481 \begin_layout Standard
5482 Der Wert kann eine der in Tabelle
5483 \begin_inset space ~
5484 \end_inset
5485
5486
5487 \begin_inset CommandInset ref
5488 LatexCommand ref
5489 reference "tab:Maßeinheiten"
5490
5491 \end_inset
5492
5493  aufgelisteten Einheiten kann.
5494  
5495 \series bold
5496
5497 \backslash
5498 LTleft
5499 \series default
5500  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5501  
5502 \series bold
5503
5504 \backslash
5505 LTright
5506 \series default
5507  den Abstand von rechts.
5508  Die Voreinstellung für beide Werte ist 
5509 \series bold
5510
5511 \backslash
5512 fill
5513 \series default
5514 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5515  in LyX ist.
5516 \end_layout
5517
5518 \begin_layout Standard
5519 Die folgende lange Tabelle wurde zentriert und 
5520 \series bold
5521
5522 \backslash
5523 LTleft
5524 \series default
5525  auf den Wert 
5526 \family sans
5527 0.1
5528 \backslash
5529 columnwidth
5530 \family default
5531  gesetzt:
5532 \begin_inset ERT
5533 status collapsed
5534
5535 \begin_layout Plain Layout
5536
5537
5538 \backslash
5539 setlength{
5540 \backslash
5541 LTleft}{0.1
5542 \backslash
5543 columnwidth}
5544 \end_layout
5545
5546 \end_inset
5547
5548
5549 \end_layout
5550
5551 \begin_layout Standard
5552 \begin_inset Tabular
5553 <lyxtabular version="3" rows="5" columns="5">
5554 <features islongtable="true" longtabularalignment="center">
5555 <column alignment="center" valignment="top" width="0">
5556 <column alignment="center" valignment="top" width="0">
5557 <column alignment="center" valignment="top" width="0pt">
5558 <column alignment="center" valignment="top" width="0">
5559 <column alignment="center" valignment="top" width="0">
5560 <row>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 1
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 2
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 3
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 4
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 5
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 <row>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 asd
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 s
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 s
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 s
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 asd
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 </row>
5654 <row>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 asd
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 s
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 s
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 s
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 asd
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 </row>
5701 <row>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 asd
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 s
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 s
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 s
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 </row>
5748 <row>
5749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 asd
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 asd
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 asd
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 asd
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 </lyxtabular>
5796
5797 \end_inset
5798
5799
5800 \begin_inset ERT
5801 status collapsed
5802
5803 \begin_layout Plain Layout
5804
5805
5806 \backslash
5807 setlength{
5808 \backslash
5809 LTleft}{
5810 \backslash
5811 fill}
5812 \end_layout
5813
5814 \end_inset
5815
5816
5817 \begin_inset ERT
5818 status collapsed
5819
5820 \begin_layout Plain Layout
5821
5822
5823 \backslash
5824 addtocounter{table}{-1}
5825 \end_layout
5826
5827 \end_inset
5828
5829
5830 \begin_inset Note Note
5831 status collapsed
5832
5833 \begin_layout Plain Layout
5834 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5835 \begin_inset space ~
5836 \end_inset
5837
5838
5839 \begin_inset CommandInset ref
5840 LatexCommand ref
5841 reference "uab:Beschriftungen-langer-Tabellen"
5842
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \end_inset
5849
5850
5851 \end_layout
5852
5853 \begin_layout Subsection
5854 Beschriftungen langer Tabellen
5855 \begin_inset CommandInset label
5856 LatexCommand label
5857 name "uab:Beschriftungen-langer-Tabellen"
5858
5859 \end_inset
5860
5861
5862 \begin_inset Index idx
5863 status collapsed
5864
5865 \begin_layout Plain Layout
5866 Tabellen ! lange ! Titel
5867 \end_layout
5868
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \begin_layout Standard
5875 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5876  nur auf eine Seite gedruckt werden können.
5877  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5878 \begin_inset space ~
5879 \end_inset
5880
5881
5882 \begin_inset CommandInset ref
5883 LatexCommand ref
5884 reference "abs:Lange-Tabellen"
5885
5886 \end_inset
5887
5888  erklärt.
5889  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5890 \end_layout
5891
5892 \begin_layout Standard
5893 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Tabular
5898 <lyxtabular version="3" rows="6" columns="5">
5899 <features islongtable="true" longtabularalignment="center">
5900 <column alignment="center" valignment="top" width="0">
5901 <column alignment="center" valignment="top" width="0">
5902 <column alignment="center" valignment="top" width="0">
5903 <column alignment="center" valignment="top" width="0">
5904 <column alignment="center" valignment="top" width="0">
5905 <row caption="true">
5906 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 \begin_inset Caption
5911
5912 \begin_layout Plain Layout
5913 Eine lange Tabelle mit Titel
5914 \begin_inset Argument
5915 status open
5916
5917 \begin_layout Plain Layout
5918 Lange Tabelle
5919 \end_layout
5920
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \end_inset
5927
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 </row>
5970 <row>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 1
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 2
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 3
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 4
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 5
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 asd
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 s
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 s
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 s
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 </row>
6064 <row>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 asd
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 s
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 s
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 s
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 asd
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 </row>
6111 <row>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 asd
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 s
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 s
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 s
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row>
6159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 asd
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 asd
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 asd
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 asd
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 </lyxtabular>
6206
6207 \end_inset
6208
6209
6210 \end_layout
6211
6212 \begin_layout Standard
6213 \begin_inset VSpace medskip
6214 \end_inset
6215
6216
6217 \begin_inset Note Greyedout
6218 status open
6219
6220 \begin_layout Plain Layout
6221
6222 \series bold
6223 Bemerkung
6224 \begin_inset space ~
6225 \end_inset
6226
6227 1:
6228 \series default
6229  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6230  Titel vergeben.
6231  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6232 \begin_inset space ~
6233 \end_inset
6234
6235 2.4 auf Tabelle
6236 \begin_inset space ~
6237 \end_inset
6238
6239 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6240  Beschriftung sind.
6241  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6242  LaTeX-Befehl als TeX-Code einfügen:
6243 \end_layout
6244
6245 \begin_layout Plain Layout
6246
6247 \series bold
6248
6249 \backslash
6250 addtocounter{table}{-1}
6251 \end_layout
6252
6253 \begin_layout Plain Layout
6254 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6255  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6256 \end_layout
6257
6258 \begin_layout Plain Layout
6259
6260 \series bold
6261
6262 \backslash
6263 let
6264 \backslash
6265 myEnd
6266 \backslash
6267 endlongtable
6268 \begin_inset Newline newline
6269 \end_inset
6270
6271
6272 \backslash
6273 renewcommand{
6274 \backslash
6275 endlongtable}{
6276 \backslash
6277 myEnd
6278 \backslash
6279 addtocounter{table}{-1}}
6280 \end_layout
6281
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \begin_layout Standard
6288 \begin_inset Note Greyedout
6289 status open
6290
6291 \begin_layout Plain Layout
6292
6293 \series bold
6294 Bemerkung
6295 \begin_inset space ~
6296 \end_inset
6297
6298 2:
6299 \series default
6300  Wenn Sie 
6301 \series bold
6302 hyperref
6303 \series default
6304
6305 \begin_inset Index idx
6306 status collapsed
6307
6308 \begin_layout Plain Layout
6309 LaTeX-Pakete ! hyperref
6310 \end_layout
6311
6312 \end_inset
6313
6314  in den
6315 \family sans
6316  PDF-Eigenschaften
6317 \family default
6318  im 
6319 \family sans
6320 Dokument-Einstellungen
6321 \family default
6322  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6323  immer auf den Anfang des Dokuments zeigen.
6324 \end_layout
6325
6326 \end_inset
6327
6328
6329 \end_layout
6330
6331 \begin_layout Subsubsection
6332 Querverweise auf 
6333 \family sans
6334 lange Tabelle
6335 \family default
6336 n
6337 \begin_inset Index idx
6338 status collapsed
6339
6340 \begin_layout Plain Layout
6341 Tabellen ! lange ! Querverweis
6342 \end_layout
6343
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \begin_layout Standard
6350 \begin_inset Tabular
6351 <lyxtabular version="3" rows="6" columns="5">
6352 <features islongtable="true" longtabularalignment="center">
6353 <column alignment="center" valignment="top" width="0">
6354 <column alignment="center" valignment="top" width="0">
6355 <column alignment="center" valignment="top" width="0">
6356 <column alignment="center" valignment="top" width="0">
6357 <column alignment="center" valignment="top" width="0">
6358 <row caption="true">
6359 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 \begin_inset Caption
6364
6365 \begin_layout Plain Layout
6366 Lange Tabelle mit Marke
6367 \begin_inset CommandInset label
6368 LatexCommand label
6369 name "tab:LangeTabelle-mit-Marke"
6370
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \end_inset
6377
6378
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 </row>
6420 <row>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 1
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 2
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 3
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 4
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 5
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 </row>
6467 <row>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 asd
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 s
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 s
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 s
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 asd
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 </row>
6514 <row>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 asd
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 s
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 s
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 s
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 asd
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 </row>
6561 <row>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 asd
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 s
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 s
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 s
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 asd
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 </row>
6608 <row>
6609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 asd
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 sad
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 asd
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 asd
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 </row>
6655 </lyxtabular>
6656
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \begin_layout Standard
6663 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6664  im Titel einfügen.
6665 \end_layout
6666
6667 \begin_layout Standard
6668 Dies ist ein Verweis auf Tabelle
6669 \begin_inset space ~
6670 \end_inset
6671
6672
6673 \begin_inset CommandInset ref
6674 LatexCommand ref
6675 reference "tab:LangeTabelle-mit-Marke"
6676
6677 \end_inset
6678
6679 .
6680 \end_layout
6681
6682 \begin_layout Standard
6683 Mit dem LaTeX-Paket 
6684 \series bold
6685 caption
6686 \series default
6687
6688 \begin_inset Index idx
6689 status collapsed
6690
6691 \begin_layout Plain Layout
6692 LaTeX-Pakete ! caption
6693 \end_layout
6694
6695 \end_inset
6696
6697 , siehe Abschnitt
6698 \begin_inset space ~
6699 \end_inset
6700
6701
6702 \begin_inset CommandInset ref
6703 LatexCommand ref
6704 reference "abs:Titel-Formatierung"
6705
6706 \end_inset
6707
6708 , können Sie alle anderen Beschriftungsoptionen benutzen.
6709 \end_layout
6710
6711 \begin_layout Subsubsection
6712 Titelbreite
6713 \begin_inset Index idx
6714 status collapsed
6715
6716 \begin_layout Plain Layout
6717 Tabellen ! lange ! Beschriftungsbreite
6718 \end_layout
6719
6720 \end_inset
6721
6722
6723 \end_layout
6724
6725 \begin_layout Standard
6726 Die maximale Titelbreite wird durch die Variable 
6727 \series bold
6728
6729 \backslash
6730 LTcapwidth
6731 \series default
6732  definiert.
6733  Ihr Standardwert ist 4
6734 \begin_inset space \thinspace{}
6735 \end_inset
6736
6737 Zoll (
6738 \begin_inset Formula $\approx10$
6739 \end_inset
6740
6741
6742 \begin_inset space \thinspace{}
6743 \end_inset
6744
6745 cm).
6746  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6747  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6748 \end_layout
6749
6750 \begin_layout Standard
6751
6752 \series bold
6753
6754 \backslash
6755 setlength{
6756 \backslash
6757 LTcapwidth}{Breite}
6758 \end_layout
6759
6760 \begin_layout Standard
6761 wobei die Breite eine der in Anhang
6762 \begin_inset space ~
6763 \end_inset
6764
6765
6766 \begin_inset CommandInset ref
6767 LatexCommand ref
6768 reference "kap:In-LyX-verfügbare"
6769
6770 \end_inset
6771
6772  aufgelisteten Einheiten haben kann.
6773 \end_layout
6774
6775 \begin_layout Standard
6776 Die beiden folgenden Tabellen zeigen den Unterschied:
6777 \end_layout
6778
6779 \begin_layout Standard
6780 \begin_inset Tabular
6781 <lyxtabular version="3" rows="6" columns="5">
6782 <features islongtable="true" longtabularalignment="center">
6783 <column alignment="center" valignment="top" width="0">
6784 <column alignment="center" valignment="top" width="0">
6785 <column alignment="center" valignment="top" width="0">
6786 <column alignment="center" valignment="top" width="0">
6787 <column alignment="center" valignment="top" width="0">
6788 <row caption="true">
6789 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 \begin_inset Caption
6794
6795 \begin_layout Plain Layout
6796 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6797 \begin_inset Argument
6798 status open
6799
6800 \begin_layout Plain Layout
6801 Titel mit Standardbreite
6802 \end_layout
6803
6804 \end_inset
6805
6806
6807 \end_layout
6808
6809 \end_inset
6810
6811
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 </row>
6853 <row>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 1
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 2
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 3
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 4
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 5
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 <row>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 asd
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 s
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 s
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 s
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 asd
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 <row>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 asd
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 s
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 s
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 s
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 asd
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 </row>
6994 <row>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 asd
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 s
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 s
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 s
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 asd
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 </row>
7041 <row>
7042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 asd
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 sad
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 asd
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 asd
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 asd
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 </row>
7088 </lyxtabular>
7089
7090 \end_inset
7091
7092
7093 \end_layout
7094
7095 \begin_layout Standard
7096 \begin_inset ERT
7097 status collapsed
7098
7099 \begin_layout Plain Layout
7100
7101
7102 \backslash
7103 setlength{
7104 \backslash
7105 LTcapwidth}{5cm}
7106 \end_layout
7107
7108 \end_inset
7109
7110
7111 \begin_inset Tabular
7112 <lyxtabular version="3" rows="6" columns="5">
7113 <features islongtable="true" longtabularalignment="center">
7114 <column alignment="center" valignment="top" width="0">
7115 <column alignment="center" valignment="top" width="0">
7116 <column alignment="center" valignment="top" width="0">
7117 <column alignment="center" valignment="top" width="0">
7118 <column alignment="center" valignment="top" width="0">
7119 <row caption="true">
7120 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 \begin_inset Caption
7125
7126 \begin_layout Plain Layout
7127 Langer Titel mit 5
7128 \begin_inset space \thinspace{}
7129 \end_inset
7130
7131 cm Breite, Langer Titel mit 5
7132 \begin_inset space \thinspace{}
7133 \end_inset
7134
7135 cm Breite
7136 \begin_inset Argument
7137 status open
7138
7139 \begin_layout Plain Layout
7140 Titel mit 5
7141 \begin_inset space \thinspace{}
7142 \end_inset
7143
7144 cm Breite
7145 \end_layout
7146
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 </row>
7196 <row>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 1
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 2
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 3
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 4
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 5
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 </row>
7243 <row>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 asd
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 s
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 s
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 asd
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 asd
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 s
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 s
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 s
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 asd
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 </row>
7337 <row>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 asd
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 s
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 s
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 s
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 asd
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 </row>
7384 <row>
7385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 asd
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 sad
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 asd
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 asd
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 asd
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 </lyxtabular>
7432
7433 \end_inset
7434
7435
7436 \begin_inset ERT
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440
7441
7442 \backslash
7443 setlength{
7444 \backslash
7445 LTcapwidth}{4in}
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \begin_inset Note Note
7452 status collapsed
7453
7454 \begin_layout Plain Layout
7455 Beschriftungsbreite zurücksetzen
7456 \end_layout
7457
7458 \end_inset
7459
7460
7461 \end_layout
7462
7463 \begin_layout Standard
7464 \begin_inset Note Greyedout
7465 status open
7466
7467 \begin_layout Plain Layout
7468
7469 \series bold
7470 Achtung:
7471 \series default
7472  Wenn das LaTeX-Paket 
7473 \series bold
7474 caption
7475 \series default
7476
7477 \begin_inset Index idx
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481 LaTeX-Pakete ! caption
7482 \end_layout
7483
7484 \end_inset
7485
7486  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7487  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7488  4
7489 \begin_inset space \thinspace{}
7490 \end_inset
7491
7492 Zoll für 
7493 \series bold
7494
7495 \backslash
7496 LTcapwidth
7497 \series default
7498  benutzen.
7499  Um in diesem Fall eine genau 4
7500 \begin_inset space \thinspace{}
7501 \end_inset
7502
7503 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7504  4
7505 \begin_inset space \thinspace{}
7506 \end_inset
7507
7508 Zoll veränderten Wert wie z.
7509 \begin_inset space \thinspace{}
7510 \end_inset
7511
7512 B.
7513  3.99
7514 \begin_inset space \thinspace{}
7515 \end_inset
7516
7517 Zoll verwenden oder den LaTeX-Befehl 
7518 \series bold
7519
7520 \backslash
7521 captionsetup{width=Wert}
7522 \series default
7523  benutzen, der vom 
7524 \series bold
7525 caption
7526 \series default
7527 -Paket bereitgestellt wird.
7528 \end_layout
7529
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \begin_layout Subsubsection
7536 Unterschiedliche Titel für Tabellenseiten
7537 \begin_inset Index idx
7538 status collapsed
7539
7540 \begin_layout Plain Layout
7541 Tabellen ! lange ! mehrere Titel
7542 \end_layout
7543
7544 \end_inset
7545
7546
7547 \end_layout
7548
7549 \begin_layout Standard
7550 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7551  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7552  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7553 \end_layout
7554
7555 \begin_layout Standard
7556
7557 \series bold
7558
7559 \backslash
7560 caption*{Beschriftung}
7561 \backslash
7562
7563 \backslash
7564 %
7565 \end_layout
7566
7567 \begin_layout Standard
7568 Tabelle
7569 \begin_inset space ~
7570 \end_inset
7571
7572
7573 \begin_inset CommandInset ref
7574 LatexCommand ref
7575 reference "tab:DiffCaptions"
7576
7577 \end_inset
7578
7579  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7580  ohne Tabellennummer auf der zweiten Seite.
7581 \end_layout
7582
7583 \begin_layout Standard
7584 \align center
7585 \begin_inset Tabular
7586 <lyxtabular version="3" rows="59" columns="3">
7587 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7588 <column alignment="left" valignment="top" width="0cm">
7589 <column alignment="left" valignment="top" width="0pt">
7590 <column alignment="right" valignment="top" width="0pt">
7591 <row caption="true">
7592 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 \begin_inset Caption
7597
7598 \begin_layout Plain Layout
7599 Telefonliste
7600 \begin_inset CommandInset label
7601 LatexCommand label
7602 name "tab:DiffCaptions"
7603
7604 \end_inset
7605
7606
7607 \begin_inset Argument
7608 status collapsed
7609
7610 \begin_layout Plain Layout
7611 Telefonliste
7612 \end_layout
7613
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \end_inset
7620
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 <row endfirsthead="true">
7646 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \series bold
7652 Telefonliste (ignoriere die Namen)
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 <row endfirsthead="true">
7677 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \series bold
7683 NAME
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \series bold
7703 TEL.
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 <row endhead="true">
7710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 \begin_inset ERT
7715 status open
7716
7717 \begin_layout Plain Layout
7718
7719
7720 \backslash
7721 caption*{Fortsetzung der Telefonliste}
7722 \backslash
7723
7724 \backslash
7725 %
7726 \end_layout
7727
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row endhead="true">
7755 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Telefonliste
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row endhead="true">
7786 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 NAME
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \series bold
7812 TEL.
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row endfoot="true">
7819 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 wird fortgesetzt\SpecialChar \ldots{}
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 Annovi
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Silvia
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Bertoli
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Stefano
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 111
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 Bozzi
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Walter
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 111
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 Cachia
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 Maria
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 111
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \series bold
7979 Cachia
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 Maurizio
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 111
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \series bold
8010 Cinquemani
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 Giusi
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 111
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 Colin
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 Bernard
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 111
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Concli
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 Gianfranco
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 111
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Dal Bosco
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Carolina
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 111
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Dalpiaz
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Annamaria
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 111
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Feliciello
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Domenico
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 111
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Focarelli
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Paola
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 111
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Galletti
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Oreste
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 111
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Gasparini
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Franca
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 111
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Rizzardi
8290 \series default
8291
8292 \begin_inset Foot
8293 status open
8294
8295 \begin_layout Plain Layout
8296 Beispielfußnote
8297 \end_layout
8298
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Paola
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Lassini
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Giancarlo
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Malfatti
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Luciano
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Malfatti
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Valeriano
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \series bold
8425 Meneguzzo
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Roberto
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 111
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \series bold
8456 Mezzadra
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Roberto
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 111
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \series bold
8487 Pirpamer
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Erich
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 111
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \series bold
8518 Pochiesa
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 Paolo
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 111, 222
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \series bold
8549 Radina
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 Claudio
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 111
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580 Stuffer
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Oskar
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 111
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \series bold
8611 Tacchelli
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Ugo
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 111
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640
8641 \series bold
8642 Tezzele
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 Margit
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 111
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \series bold
8673 Unterkalmsteiner
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 Frieda
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 111
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \series bold
8704 Vieider
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Hilde
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 111
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \series bold
8735 Vigna
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Jürgen
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 111
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764
8765 \series bold
8766 Weber
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Maurizio
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 111
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \series bold
8797 Winkler
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Franz
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 111
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826  
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Annovi
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 Silvia
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 555
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Bertoli
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Stefano
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 555
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Bozzi
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Walter
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 555
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Cachia
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Maria
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 555
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \series bold
8981 Cachia
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 Maurizio
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 555
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \series bold
9012 Cinquemani
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 Giusi
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 555
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043 Colin
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Bernard
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 555
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Concli
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Gianfranco
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Dal Bosco
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Carolina
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Dalpiaz
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Annamaria
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \series bold
9167 Feliciello
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 Domenico
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 555
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 <row>
9192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196
9197 \series bold
9198 Focarelli
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Paola
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 555
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \series bold
9229 Galletti
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 Oreste
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 555
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \series bold
9260 Gasparini
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 Franca
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 555
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \series bold
9291 Rizzardi
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 Paola
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 555
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \series bold
9322 Lassini
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 Giancarlo
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 555
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \series bold
9353 Malfatti
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 Luciano
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 555
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \series bold
9384 Malfatti
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 Valeriano
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 555
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row>
9409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \series bold
9415 Meneguzzo
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 Roberto
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 555
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 <row>
9440 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \series bold
9446 Mezzadra
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455 Roberto
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 555
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 </lyxtabular>
9471
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \begin_layout Section
9478 Weitere Möglichkeiten für 
9479 \family sans
9480 lange Tabelle
9481 \family default
9482 n
9483 \begin_inset CommandInset label
9484 LatexCommand label
9485 name "abs:Special-Longtable-Issues"
9486
9487 \end_inset
9488
9489
9490 \end_layout
9491
9492 \begin_layout Subsection
9493 L
9494 \family sans
9495 ange Tabelle
9496 \family default
9497 n: Berechnung
9498 \begin_inset Index idx
9499 status collapsed
9500
9501 \begin_layout Plain Layout
9502 Tabellen ! lange ! Berechnung
9503 \end_layout
9504
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \begin_layout Standard
9511 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9512  so genannten 
9513 \emph on
9514 chunks
9515 \emph default
9516  (Brocken).
9517  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9518  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9519  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9520  das die Druckausgabe.
9521  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9522  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9523  einfügen:
9524 \end_layout
9525
9526 \begin_layout Standard
9527
9528 \series bold
9529
9530 \backslash
9531 setcounter{LTchunksize}{100}
9532 \end_layout
9533
9534 \begin_layout Subsection
9535 Gleitobjekte und L
9536 \family sans
9537 ange Tabelle
9538 \family default
9539 n
9540 \begin_inset Index idx
9541 status collapsed
9542
9543 \begin_layout Plain Layout
9544 Tabellen ! lange ! und Gleitobjekte
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9554 \family sans
9555 lange
9556 \begin_inset space ~
9557 \end_inset
9558
9559 Tabelle
9560 \family default
9561  beginnt, ein Gleitobjekt befindet.
9562  Um das zu vermeiden, können Sie vor der 
9563 \family sans
9564 langen
9565 \begin_inset space ~
9566 \end_inset
9567
9568 Tabellen
9569 \family default
9570  einen manuellen Seitenumbruch
9571 \family sans
9572  Einfügen\SpecialChar \menuseparator
9573 Formatierung\SpecialChar \menuseparator
9574 [Doppel]Seite
9575 \begin_inset space \space{}
9576 \end_inset
9577
9578 leeren
9579 \family default
9580  einfügen, siehe 
9581 \emph on
9582 Benutzerhandbuch
9583 \emph default
9584 .
9585 \end_layout
9586
9587 \begin_layout Subsection
9588 Manuelle Seitenumbrüche
9589 \begin_inset Index idx
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593 Tabellen ! lange ! manueller Seitenumbruch
9594 \end_layout
9595
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \begin_layout Standard
9602 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9603  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9604  der Zelle umbrechen wollen, fügen Sie den Befehl  
9605 \begin_inset Quotes gld
9606 \end_inset
9607
9608
9609 \series bold
9610
9611 \backslash
9612
9613 \backslash
9614
9615 \series default
9616
9617 \begin_inset Quotes grd
9618 \end_inset
9619
9620  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9621  werden kann.
9622  Vor dem 
9623 \begin_inset Quotes gld
9624 \end_inset
9625
9626
9627 \series bold
9628
9629 \backslash
9630
9631 \backslash
9632
9633 \series default
9634
9635 \begin_inset Quotes grd
9636 \end_inset
9637
9638 -Befehl müssen Sie so viele 
9639 \begin_inset Quotes gld
9640 \end_inset
9641
9642
9643 \series bold
9644 &
9645 \series default
9646
9647 \begin_inset Quotes grd
9648 \end_inset
9649
9650  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9651  Mit 
9652 \begin_inset Quotes gld
9653 \end_inset
9654
9655
9656 \series bold
9657 &
9658 \series default
9659
9660 \begin_inset Quotes grd
9661 \end_inset
9662
9663   werden in LaTeX Tabellenzellen getrennt.
9664  Hinter jedes 
9665 \begin_inset Quotes gld
9666 \end_inset
9667
9668
9669 \series bold
9670 &
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9677  und löschen den Inhalt dieser Zellen.
9678 \end_layout
9679
9680 \begin_layout Standard
9681 Hinter dem 
9682 \begin_inset Quotes gld
9683 \end_inset
9684
9685
9686 \series bold
9687
9688 \backslash
9689
9690 \backslash
9691
9692 \series default
9693
9694 \begin_inset Quotes grd
9695 \end_inset
9696
9697 -Befehl müssen Sie so viele 
9698 \begin_inset Quotes gld
9699 \end_inset
9700
9701
9702 \series bold
9703 &
9704 \series default
9705
9706 \begin_inset Quotes grd
9707 \end_inset
9708
9709  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9710  In Tabelle
9711 \begin_inset space ~
9712 \end_inset
9713
9714
9715 \begin_inset CommandInset ref
9716 LatexCommand ref
9717 reference "tab:ForcedPagebreak"
9718
9719 \end_inset
9720
9721  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9722  Es folgt noch eine weitere Spalte.
9723  Deshalb wurde hinter dem Wort 
9724 \emph on
9725 Castelchiodato, 
9726 \emph default
9727 folgendes eingefügt:
9728 \end_layout
9729
9730 \begin_layout Standard
9731
9732 \series bold
9733 & 111
9734 \backslash
9735
9736 \backslash
9737  
9738 \backslash
9739 newpage
9740 \begin_inset Newline newline
9741 \end_inset
9742
9743 &
9744 \end_layout
9745
9746 \begin_layout Standard
9747 Die 
9748 \begin_inset Quotes gld
9749 \end_inset
9750
9751 111
9752 \begin_inset Quotes grd
9753 \end_inset
9754
9755  in der dritten Spalte wurde gelöscht.
9756  
9757 \series bold
9758
9759 \backslash
9760 newpage
9761 \series default
9762  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9763  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9764  Wenn die Fußzeile Ihrer 
9765 \family sans
9766 langen
9767 \begin_inset space ~
9768 \end_inset
9769
9770 Tabelle
9771 \family default
9772  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9773  Befehle benutzen:
9774 \end_layout
9775
9776 \begin_layout Standard
9777
9778 \series bold
9779 & 111
9780 \backslash
9781
9782 \backslash
9783
9784 \begin_inset Newline newline
9785 \end_inset
9786
9787
9788 \backslash
9789 hline &
9790 \end_layout
9791
9792 \begin_layout Standard
9793 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9794  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9795 \end_layout
9796
9797 \begin_layout Standard
9798
9799 \series bold
9800
9801 \backslash
9802 setlength{
9803 \backslash
9804 parfillskip}{0pt}
9805 \end_layout
9806
9807 \begin_layout Standard
9808 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9809  erscheint.
9810 \end_layout
9811
9812 \begin_layout Standard
9813 \align center
9814 \begin_inset Tabular
9815 <lyxtabular version="3" rows="38" columns="3">
9816 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9817 <column alignment="left" valignment="top" width="0cm">
9818 <column alignment="left" valignment="top" width="3cm">
9819 <column alignment="right" valignment="top" width="0pt">
9820 <row caption="true">
9821 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 \begin_inset Caption
9826
9827 \begin_layout Plain Layout
9828 Tabelle mit manuellem Seitenumbruch in einer Zelle
9829 \begin_inset CommandInset label
9830 LatexCommand label
9831 name "tab:ForcedPagebreak"
9832
9833 \end_inset
9834
9835
9836 \begin_inset Argument
9837 status collapsed
9838
9839 \begin_layout Plain Layout
9840 Tabelle mit manuellem Seitenumbruch in einer Zelle
9841 \end_layout
9842
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 </row>
9874 <row endfirsthead="true">
9875 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \series bold
9881 Telefonliste (ignoriere die Namen)
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 </row>
9905 <row endfirsthead="true">
9906 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910
9911 \series bold
9912 NAME
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \series bold
9932 TEL.
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 <row endhead="true">
9939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset ERT
9944 status collapsed
9945
9946 \begin_layout Plain Layout
9947
9948
9949 \backslash
9950 caption*{Fortsetzung der Tabelle}
9951 \backslash
9952
9953 \backslash
9954 %
9955 \end_layout
9956
9957 \end_inset
9958
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row endhead="true">
9984 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Telefonliste
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row endhead="true">
10015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 NAME
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 TEL.
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row endfoot="true">
10048 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 wird fortgesetzt\SpecialChar \ldots{}
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Annovi
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 Silvia
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 111
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Bertoli
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Stefano
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Bozzi
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Walter
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Cachia
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Maria
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Cachia
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Maurizio
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Cinquemani
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Giusi
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Colin
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Bernard
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Concli
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Gianfranco
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 111
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \series bold
10332 Dal Bosco
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Carolina
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 111
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Dalpiaz
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Annamaria
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Feliciello
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Domenico
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 111
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Focarelli
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Paola
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Galletti
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 Oreste
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 111
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \series bold
10487 Gasparini
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 Franca
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 111
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \series bold
10518 Lassini
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 Giancarlo
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 111
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \series bold
10549 Malfatti
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Luciano
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 111
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \series bold
10580 Malfatti
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 Valeriano
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 111
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 <row>
10605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609
10610 \series bold
10611 Meneguzzo
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 Roberto
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 111
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 <row>
10636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640
10641 \series bold
10642 Mezzadra
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 Roberto
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 111
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 </row>
10666 <row>
10667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671
10672 \series bold
10673 Pirpamer
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 Erich
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 111
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 </row>
10697 <row>
10698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702
10703 \series bold
10704 Pochiesa
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Paolo
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 111, 222
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \series bold
10735 Radina
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 Claudio
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 111
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 </row>
10759 <row>
10760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \series bold
10766 Rizzardi
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 Paolo, 11.
10776  Fürst von Monte\SpecialChar \-
10777 com\SpecialChar \-
10778 patri, 11.
10779  Fürst von Sulmona und Vivaro, 10.
10780  Fürst von Rossano, 5.
10781  Herzog von Canemorte, 11.
10782  Herzog von Palombara, 5.
10783  Herzog von Castelchiodato,
10784 \begin_inset ERT
10785 status open
10786
10787 \begin_layout Plain Layout
10788
10789 & 111
10790 \backslash
10791
10792 \backslash
10793  
10794 \backslash
10795 newpage
10796 \end_layout
10797
10798 \begin_layout Plain Layout
10799
10800 &
10801 \end_layout
10802
10803 \end_inset
10804
10805  11.
10806  Herzog von Poggionativo, 11.
10807  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10808  Graf von Valinfreda, 11.
10809  Baron von Cropalati, 11.
10810  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 </row>
10825 <row>
10826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830
10831 \series bold
10832 Stuffer
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 Oskar
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850 111
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 </row>
10856 <row>
10857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \series bold
10863 Tacchelli
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 Ugo
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881 111
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \series bold
10894 Tezzele
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 Margit
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 111
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 </row>
10918 <row>
10919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923
10924 \series bold
10925 Unterkalmsteiner
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 Frieda
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 111
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 </row>
10949 <row>
10950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954
10955 \series bold
10956 Vieider
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 Hilde
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 111
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 </row>
10980 <row>
10981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \series bold
10987 Vigna
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 Jürgen
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 111
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 <row>
11012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \series bold
11018 Weber
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 Maurizio
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 111
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \series bold
11049 Winkler
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 Franz
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 111
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 </lyxtabular>
11074
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \begin_layout Section
11081 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11082 \end_layout
11083
11084 \begin_layout Subsection
11085 Mehrfache Zeilen in Zellen
11086 \begin_inset CommandInset label
11087 LatexCommand label
11088 name "uab:Mehrfache-Zeilen-in"
11089
11090 \end_inset
11091
11092
11093 \begin_inset Index idx
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097 Mehrfache ! Zeilen in Zellen
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \begin_inset Index idx
11104 status collapsed
11105
11106 \begin_layout Plain Layout
11107 Tabellen ! Zeilenumbrüche
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Standard
11116 \noindent
11117 \begin_inset Float table
11118 placement H
11119 wide false
11120 sideways false
11121 status open
11122
11123 \begin_layout Plain Layout
11124 \begin_inset Caption
11125
11126 \begin_layout Plain Layout
11127 \begin_inset CommandInset label
11128 LatexCommand label
11129 name "tab:Table-with-multiple"
11130
11131 \end_inset
11132
11133 Tabelle mit mehrfachen Zeilen in einer Zelle
11134 \end_layout
11135
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \begin_layout Plain Layout
11142 \align center
11143 \begin_inset Tabular
11144 <lyxtabular version="3" rows="3" columns="3">
11145 <features tabularvalignment="middle">
11146 <column alignment="center" valignment="middle" width="2.5cm">
11147 <column alignment="center" valignment="middle" width="0.5cm">
11148 <column alignment="center" valignment="middle" width="0.5cm">
11149 <row>
11150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 zwei
11155 \begin_inset Newline linebreak
11156 \end_inset
11157
11158 Zeilen
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 b
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 c
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 <row>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 d
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 e
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 f
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 </row>
11211 <row>
11212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 g
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 h
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 i
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 </lyxtabular>
11241
11242 \end_inset
11243
11244
11245 \end_layout
11246
11247 \end_inset
11248
11249
11250 \end_layout
11251
11252 \begin_layout Standard
11253 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11254  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11255  Tabelle
11256 \begin_inset space ~
11257 \end_inset
11258
11259
11260 \begin_inset CommandInset ref
11261 LatexCommand ref
11262 reference "tab:Table-with-multiple"
11263
11264 \end_inset
11265
11266  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11267 \family sans
11268 Tabellen-Einstellungen
11269 \family default
11270 -Dialog auf 2.5
11271 \begin_inset space \thinspace{}
11272 \end_inset
11273
11274 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11275  Weil unser Text schmaler als 2.5
11276 \begin_inset space \thinspace{}
11277 \end_inset
11278
11279 cm ist, würde er in einer Zeile gedruckt werden.
11280  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11281
11282 \family sans
11283 Strg+Shift+Enter
11284 \family default
11285 ) eingefügt.
11286  Wenn der Text länger ist, wird er automatisch umgebrochen.
11287 \end_layout
11288
11289 \begin_layout Standard
11290 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11291  setzen Sie die Breite der beiden Spalten im 
11292 \family sans
11293 Tabellen-Einstellungen
11294 \family default
11295 -Dialog auf 0.5
11296 \begin_inset space \thinspace{}
11297 \end_inset
11298
11299 cm und die vertikale Ausrichtung auf zentriert.
11300 \end_layout
11301
11302 \begin_layout Standard
11303 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11304  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11305  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11306  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11307  Fügen sie daher 0
11308 \begin_inset space \thinspace{}
11309 \end_inset
11310
11311 pt horizontalen Abstand vor dem Wort ein.
11312  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11313  Tabelle
11314 \begin_inset space ~
11315 \end_inset
11316
11317
11318 \begin_inset CommandInset ref
11319 LatexCommand ref
11320 reference "tab:Table-with-and"
11321
11322 \end_inset
11323
11324  zeigt die Wirkungen.
11325 \end_layout
11326
11327 \begin_layout Standard
11328 \begin_inset Float table
11329 placement h
11330 wide false
11331 sideways false
11332 status open
11333
11334 \begin_layout Plain Layout
11335 \begin_inset Caption
11336
11337 \begin_layout Plain Layout
11338 \begin_inset CommandInset label
11339 LatexCommand label
11340 name "tab:Table-with-and"
11341
11342 \end_inset
11343
11344 Tabelle ohne und mit Silbentrennung
11345 \end_layout
11346
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \begin_layout Plain Layout
11353 \begin_inset space \hfill{}
11354 \end_inset
11355
11356
11357 \begin_inset Tabular
11358 <lyxtabular version="3" rows="3" columns="3">
11359 <features tabularvalignment="middle">
11360 <column alignment="center" valignment="middle" width="2.5cm">
11361 <column alignment="center" valignment="middle" width="0.5cm">
11362 <column alignment="center" valignment="middle" width="0.5cm">
11363 <row>
11364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 einsehrlangesZellenwort
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 b
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 c
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 d
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 e
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 f
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 </row>
11421 <row>
11422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 g
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 h
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 i
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 </lyxtabular>
11451
11452 \end_inset
11453
11454
11455 \begin_inset space \hfill{}
11456 \end_inset
11457
11458
11459 \begin_inset Tabular
11460 <lyxtabular version="3" rows="3" columns="3">
11461 <features tabularvalignment="middle">
11462 <column alignment="center" valignment="middle" width="2.5cm">
11463 <column alignment="center" valignment="middle" width="0.5cm">
11464 <column alignment="center" valignment="middle" width="0.5cm">
11465 <row>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 \begin_inset space \hspace{}
11471 \length 0pt
11472 \end_inset
11473
11474 einsehrlangesZellenwort
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 b
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 c
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 </row>
11498 <row>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 d
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 e
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 f
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 </row>
11527 <row>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 g
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 h
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 i
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 </row>
11556 </lyxtabular>
11557
11558 \end_inset
11559
11560
11561 \begin_inset space \hfill{}
11562 \end_inset
11563
11564
11565 \end_layout
11566
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \begin_layout Subsection
11573 Mehrfachspalten
11574 \begin_inset CommandInset label
11575 LatexCommand label
11576 name "uab:Mehrfachspalten"
11577
11578 \end_inset
11579
11580
11581 \begin_inset Index idx
11582 status collapsed
11583
11584 \begin_layout Plain Layout
11585 Mahrfachspalten
11586 \end_layout
11587
11588 \end_inset
11589
11590
11591 \begin_inset Index idx
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595 Tabellen ! Mahrfachspalten
11596 \end_layout
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \begin_layout Subsubsection
11604 Grundlagen
11605 \end_layout
11606
11607 \begin_layout Standard
11608 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11609  und verwenden dann den Knopf 
11610 \begin_inset Info
11611 type  "icon"
11612 arg   "inset-modify tabular multicolumn"
11613 \end_inset
11614
11615  in der Werkzeugleiste, das Menü 
11616 \family sans
11617 Bearbeiten\SpecialChar \menuseparator
11618 Tabelle\SpecialChar \menuseparator
11619 Mehrfachspalte
11620 \family default
11621 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11622  
11623 \family sans
11624 Mehrfachspalte
11625 \family default
11626 .
11627 \end_layout
11628
11629 \begin_layout Standard
11630 Mehrfachspalten haben ihre eigenen Einstellungen.
11631  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11632  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11633  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11634 \end_layout
11635
11636 \begin_layout Standard
11637 \align center
11638 \begin_inset Tabular
11639 <lyxtabular version="3" rows="3" columns="4">
11640 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11641 <column alignment="center" valignment="top" width="0pt">
11642 <column alignment="center" valignment="middle" width="0">
11643 <column alignment="center" valignment="top" width="0in">
11644 <column alignment="center" valignment="top" width="0pt">
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 abc
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 def ghi
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 jkl
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688
11689 \family roman
11690 \series medium
11691 \shape up
11692 \size normal
11693 \emph off
11694 \bar no
11695 \noun off
11696 \color none
11697 A
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 B
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 C
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 D
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 </row>
11730 <row>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 1
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 2
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 3
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 4
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 </lyxtabular>
11769
11770 \end_inset
11771
11772
11773 \end_layout
11774
11775 \begin_layout Subsubsection
11776 Mehrfachspalten-Berechnungen
11777 \begin_inset CommandInset label
11778 LatexCommand label
11779 name "uab:Mehrfachspalten-Berechnungen"
11780
11781 \end_inset
11782
11783
11784 \begin_inset Index idx
11785 status collapsed
11786
11787 \begin_layout Plain Layout
11788 Mahrfachspalten ! Berechnung
11789 \end_layout
11790
11791 \end_inset
11792
11793
11794 \begin_inset Index idx
11795 status collapsed
11796
11797 \begin_layout Plain Layout
11798 Tabellen ! Mahrfachspalten ! Berechnung
11799 \end_layout
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \begin_layout Standard
11807 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11808  Zellen beachten.
11809 \end_layout
11810
11811 \begin_layout Standard
11812 \begin_inset Float table
11813 placement h
11814 wide false
11815 sideways false
11816 status open
11817
11818 \begin_layout Plain Layout
11819 \begin_inset Caption
11820
11821 \begin_layout Plain Layout
11822 \begin_inset CommandInset label
11823 LatexCommand label
11824 name "tab:Table-with-centered"
11825
11826 \end_inset
11827
11828 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11829  die halbe Breite der Mehrfachspalten-Zelle haben
11830 \begin_inset Argument
11831 status collapsed
11832
11833 \begin_layout Plain Layout
11834 Eine Mehrfachspalten-Tabelle
11835 \end_layout
11836
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Plain Layout
11848 \align center
11849 \begin_inset Tabular
11850 <lyxtabular version="3" rows="3" columns="3">
11851 <features tabularvalignment="middle">
11852 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11853 <column alignment="center" valignment="middle" width="0">
11854 <column alignment="center" valignment="top" width="0">
11855 <row>
11856 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 Dies ist eine Mehrfach\SpecialChar \-
11861 spalten-Zelle
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 c
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 </row>
11885 <row>
11886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 d
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 e
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 f
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 g
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 h
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 i
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 </row>
11943 </lyxtabular>
11944
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \begin_layout Standard
11956 Um Tabelle
11957 \begin_inset space ~
11958 \end_inset
11959
11960
11961 \begin_inset CommandInset ref
11962 LatexCommand ref
11963 reference "tab:Table-with-centered"
11964
11965 \end_inset
11966
11967  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11968  3×3-Tabelle, kreuzen im 
11969 \family sans
11970 Tabellen-Einstellungen
11971 \family default
11972 -Dialog 
11973 \family sans
11974 Mehrfachspalte
11975 \family default
11976  an, setzen die 
11977 \family sans
11978 Horizontale
11979 \begin_inset space ~
11980 \end_inset
11981
11982 Ausrichtung
11983 \family default
11984  auf 
11985 \family sans
11986 Zentriert
11987 \family default
11988  und die 
11989 \family sans
11990 Breite
11991 \family default
11992  auf 2.5
11993 \begin_inset space \thinspace{}
11994 \end_inset
11995
11996 cm.
11997  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11998  Sie die Breite der ersten Spalte auf 1.25
11999 \begin_inset space \thinspace{}
12000 \end_inset
12001
12002 cm setzen.
12003  Die zweite Spalte wird dann automatisch 1.25
12004 \begin_inset space \thinspace{}
12005 \end_inset
12006
12007 cm breit (Breite der 
12008 \family sans
12009 Mehrfachspalte
12010 \family default
12011  
12012 \begin_inset Formula $-$
12013 \end_inset
12014
12015  Breite der ersten Spalte).
12016  Dies wurde so für Tabelle
12017 \begin_inset space ~
12018 \end_inset
12019
12020
12021 \begin_inset CommandInset ref
12022 LatexCommand ref
12023 reference "tab:Table-without-half"
12024
12025 \end_inset
12026
12027  gemacht.
12028 \end_layout
12029
12030 \begin_layout Standard
12031 \begin_inset Float table
12032 wide false
12033 sideways false
12034 status open
12035
12036 \begin_layout Plain Layout
12037 \begin_inset Caption
12038
12039 \begin_layout Plain Layout
12040 \begin_inset CommandInset label
12041 LatexCommand label
12042 name "tab:Table-without-half"
12043
12044 \end_inset
12045
12046 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12047  wie die Mehrfachspalte
12048 \begin_inset Argument
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052 Eine unvollkommene Mehrfachspalten-Tabelle
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \begin_layout Plain Layout
12066 \align center
12067 \begin_inset Tabular
12068 <lyxtabular version="3" rows="3" columns="3">
12069 <features tabularvalignment="middle">
12070 <column alignment="center" valignment="top" width="1.25cm">
12071 <column alignment="center" valignment="top" width="0">
12072 <column alignment="center" valignment="top" width="0">
12073 <row>
12074 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 Dies ist auch eine Mehr\SpecialChar \-
12079 fach\SpecialChar \-
12080 spalten-Zelle
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089
12090 \end_layout
12091
12092 \end_inset
12093 </cell>
12094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098 c
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 </row>
12104 <row>
12105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 d
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118 e
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 f
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 </row>
12133 <row>
12134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 g
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 h
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 i
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 </row>
12162 </lyxtabular>
12163
12164 \end_inset
12165
12166
12167 \end_layout
12168
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \begin_layout Standard
12175 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12176  als die zweite ist.
12177  Das liegt daran, dass die Zellenbreite 
12178 \begin_inset Formula $W_{\mathrm{tot}}$
12179 \end_inset
12180
12181  nicht ihre definierte Breite 
12182 \begin_inset Formula $W_{g}$
12183 \end_inset
12184
12185  ist, sondern ein wenig mehr.
12186  Anhang
12187 \begin_inset space ~
12188 \end_inset
12189
12190
12191 \begin_inset CommandInset ref
12192 LatexCommand ref
12193 reference "kap:Erläuterung-einer-Gleichung"
12194
12195 \end_inset
12196
12197  erklärt das genauer.
12198 \end_layout
12199
12200 \begin_layout Standard
12201 Wenn 
12202 \emph on
12203 n
12204 \emph default
12205  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12206  die definierte Breite 
12207 \begin_inset Formula $W_{g\, n}$
12208 \end_inset
12209
12210  einer Spalte, deren totale Breite = 
12211 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12212 \end_inset
12213
12214  sein soll, wie folgt:
12215 \begin_inset Formula 
12216 \begin{equation}
12217 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12218 \end{equation}
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Standard
12226 In unserem Falls ist 
12227 \begin_inset Formula $n=2$
12228 \end_inset
12229
12230
12231 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12232 \end_inset
12233
12234 cm, und damit wird aus Gleichung
12235 \begin_inset space ~
12236 \end_inset
12237
12238
12239 \begin_inset CommandInset ref
12240 LatexCommand ref
12241 reference "eq:Wgn"
12242
12243 \end_inset
12244
12245  
12246 \begin_inset Formula 
12247 \begin{equation}
12248 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12249 \end{equation}
12250
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \begin_layout Standard
12257 Damit LaTeX rechnen kann, muss das Paket 
12258 \series bold
12259 calc
12260 \series default
12261  im Vorspann geladen werden.
12262 \begin_inset Index idx
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 LaTeX-Pakete ! calc
12267 \end_layout
12268
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \begin_layout Standard
12275
12276 \series bold
12277
12278 \backslash
12279 usepackage{calc}
12280 \end_layout
12281
12282 \begin_layout Standard
12283 LyX erlaubt im 
12284 \family sans
12285 Breite
12286 \family default
12287 -Feld des 
12288 \family sans
12289 Tabellen-Einstellungen
12290 \family default
12291 -Dialogs keine Berechnungen.
12292  Deshalb müssen Sie die Formel für die Breite im Feld 
12293 \family sans
12294 LaTe
12295 \begin_inset ERT
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299
12300 {}
12301 \end_layout
12302
12303 \end_inset
12304
12305 X-Argument
12306 \family default
12307  eingeben.
12308  Hier iss ein Überblick über die Argumente:
12309 \end_layout
12310
12311 \begin_layout Itemize
12312
12313 \series bold
12314 p{Breite}
12315 \series default
12316  die Zelle bekommt eine feste 
12317 \series bold
12318 Breite
12319 \series default
12320 , und die vertikale Ausrichtung ist 
12321 \family sans
12322 Oben
12323 \end_layout
12324
12325 \begin_layout Itemize
12326
12327 \series bold
12328 m{Breite}
12329 \series default
12330  die Zelle bekommt eine feste 
12331 \series bold
12332 Breite
12333 \series default
12334 , und die vertikale Ausrichtung ist 
12335 \family sans
12336 Mitte
12337 \end_layout
12338
12339 \begin_layout Itemize
12340
12341 \series bold
12342 b{Breite}
12343 \series default
12344  die Zelle bekommt eine feste 
12345 \series bold
12346 Breite
12347 \series default
12348 , und die vertikale Ausrichtung ist 
12349 \family sans
12350 Unten
12351 \end_layout
12352
12353 \begin_layout Standard
12354 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12355  für diese Zelle überschrieben.
12356 \end_layout
12357
12358 \begin_layout Standard
12359 \begin_inset Note Greyedout
12360 status open
12361
12362 \begin_layout Plain Layout
12363
12364 \series bold
12365 Bemerkung:
12366 \series default
12367  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12368  angezeigt.
12369 \end_layout
12370
12371 \end_inset
12372
12373
12374 \end_layout
12375
12376 \begin_layout Standard
12377 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12378  der Zelle mit dem Inhalt 
12379 \begin_inset Quotes gld
12380 \end_inset
12381
12382 d
12383 \begin_inset Quotes grd
12384 \end_inset
12385
12386  der Tabelle
12387 \begin_inset space ~
12388 \end_inset
12389
12390
12391 \begin_inset CommandInset ref
12392 LatexCommand ref
12393 reference "tab:Table-with-centered"
12394
12395 \end_inset
12396
12397  auch noch der Befehl
12398 \family typewriter
12399 \series bold
12400  
12401 \family default
12402
12403 \backslash
12404 centering
12405 \series default
12406  hinzugefügt.
12407  Das Ganze sieht dann so aus:
12408 \end_layout
12409
12410 \begin_layout Standard
12411
12412 \series bold
12413 |>{
12414 \backslash
12415 centering}m{1.25cm-6.2pt}
12416 \end_layout
12417
12418 \begin_layout Standard
12419 Der vertikale Strich 
12420 \series bold
12421
12422 \begin_inset Quotes gld
12423 \end_inset
12424
12425 |
12426 \series default
12427
12428 \begin_inset Quotes grd
12429 \end_inset
12430
12431  am Anfang zeichnet die linke Linie, und der Befehl 
12432 \series bold
12433
12434 \begin_inset Quotes gld
12435 \end_inset
12436
12437 >{ }
12438 \begin_inset Quotes grd
12439 \end_inset
12440
12441
12442 \series default
12443  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12444  der Zelle benutzt werden sollen.
12445 \end_layout
12446
12447 \begin_layout Standard
12448 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12449  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12450  für einzelne Spalten anwendet.
12451  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12452  werden:
12453 \end_layout
12454
12455 \begin_layout Standard
12456
12457 \series bold
12458 |>{
12459 \backslash
12460 centering}m{2.5cm}|
12461 \end_layout
12462
12463 \begin_layout Subsection
12464 Mehrfachzeilen
12465 \begin_inset CommandInset label
12466 LatexCommand label
12467 name "uab:Mehrfachzeilen"
12468
12469 \end_inset
12470
12471
12472 \begin_inset Index idx
12473 status collapsed
12474
12475 \begin_layout Plain Layout
12476 Mehrfachzeilen
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \begin_inset Index idx
12483 status collapsed
12484
12485 \begin_layout Plain Layout
12486 Tabellen ! Mehrfachzeilen
12487 \end_layout
12488
12489 \end_inset
12490
12491
12492 \end_layout
12493
12494 \begin_layout Standard
12495 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12496  und verwenden dann den Knopf 
12497 \begin_inset Info
12498 type  "icon"
12499 arg   "inset-modify tabular multirow"
12500 \end_inset
12501
12502  in der Werkzeugleiste, das Menü 
12503 \family sans
12504 Bearbeiten\SpecialChar \menuseparator
12505 Tabelle\SpecialChar \menuseparator
12506 Mehrfachzeile
12507 \family default
12508 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12509  
12510 \family sans
12511 Mehrfachzeile
12512 \family default
12513 .
12514 \end_layout
12515
12516 \begin_layout Standard
12517 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12518 \end_layout
12519
12520 \begin_layout Standard
12521 \align center
12522 \begin_inset Tabular
12523 <lyxtabular version="3" rows="3" columns="3">
12524 <features tabularvalignment="middle">
12525 <column alignment="center" valignment="top" width="0pt">
12526 <column alignment="center" valignment="top" width="0">
12527 <column alignment="center" valignment="top" width="0">
12528 <row>
12529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 ein langer Eintrag
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 b
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 c
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 </row>
12557 <row>
12558 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 Mehrfachzeile
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 e
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 f
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 </row>
12586 <row>
12587 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 h
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 i
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 </row>
12615 </lyxtabular>
12616
12617 \end_inset
12618
12619
12620 \end_layout
12621
12622 \begin_layout Standard
12623 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12624  Spalte festgelegt.
12625  Der 
12626 \family sans
12627 Vertikale Versatz
12628 \family default
12629  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12630  positiv/negativ ist.
12631 \end_layout
12632
12633 \begin_layout Standard
12634 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12635  die Mehrfachzeile die Ausrichtung der Spalte.
12636  Ansonsten ist sie standardmäßig links ausgerichtet.
12637  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12638 \series bold
12639
12640 \backslash
12641 multirowsetup
12642 \series default
12643  mit dem Befehl
12644 \end_layout
12645
12646 \begin_layout Standard
12647
12648 \series bold
12649
12650 \backslash
12651 renewcommand{
12652 \backslash
12653 multirowsetup}{
12654 \backslash
12655 centering}
12656 \end_layout
12657
12658 \begin_layout Standard
12659 im LaTeX-Vorspann.
12660  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12661  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12662  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12663  erneuert werden.
12664  Für rechtsbündigen Text ersetzt man 
12665 \series bold
12666
12667 \backslash
12668 centering
12669 \series default
12670  durch 
12671 \series bold
12672
12673 \backslash
12674 raggedleft
12675 \series default
12676 .
12677  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12678 \series bold
12679
12680 \backslash
12681 raggedright
12682 \series default
12683  verwendet.
12684 \end_layout
12685
12686 \begin_layout Standard
12687 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12688  die -4
12689 \begin_inset space \thinspace{}
12690 \end_inset
12691
12692 mm vertikalen Versatz hat und sich in einer 3
12693 \begin_inset space \thinspace{}
12694 \end_inset
12695
12696 cm breiten Spalte befindet:
12697 \end_layout
12698
12699 \begin_layout Standard
12700 \noindent
12701 \align center
12702 \begin_inset ERT
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706
12707
12708 \backslash
12709 renewcommand{
12710 \backslash
12711 multirowsetup}{
12712 \backslash
12713 raggedleft}
12714 \end_layout
12715
12716 \end_inset
12717
12718
12719 \begin_inset Tabular
12720 <lyxtabular version="3" rows="4" columns="3">
12721 <features tabularvalignment="middle">
12722 <column alignment="center" valignment="top" width="3cm">
12723 <column alignment="center" valignment="top" width="0">
12724 <column alignment="center" valignment="top" width="0">
12725 <row>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 ein langer Eintrag
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 b
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 c
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 </row>
12754 <row>
12755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 t
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 n
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 m
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 </row>
12783 <row>
12784 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 Mehrfachzeile
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 e
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 f
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 </row>
12812 <row>
12813 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 h
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 i
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 </lyxtabular>
12842
12843 \end_inset
12844
12845
12846 \begin_inset ERT
12847 status collapsed
12848
12849 \begin_layout Plain Layout
12850
12851
12852 \backslash
12853 renewcommand{
12854 \backslash
12855 multirowsetup}{
12856 \backslash
12857 raggedright}
12858 \end_layout
12859
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \begin_layout Standard
12866 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12867  (Tastenkürzel 
12868 \family sans
12869 Strg+Enter
12870 \family default
12871 ) verwenden.
12872  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12873 \end_layout
12874
12875 \begin_layout Standard
12876 \noindent
12877 \align center
12878 \begin_inset Tabular
12879 <lyxtabular version="3" rows="3" columns="2">
12880 <features tabularvalignment="middle">
12881 <column alignment="left" valignment="middle" width="2cm">
12882 <column alignment="center" valignment="top" width="0">
12883 <row>
12884 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 aaa
12889 \begin_inset Newline newline
12890 \end_inset
12891
12892 aaa
12893 \begin_inset Newline newline
12894 \end_inset
12895
12896 falsche Zelle
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 ccc
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 </row>
12911 <row>
12912 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 ddd
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 <row>
12932 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 bbb
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 eee
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 </row>
12951 </lyxtabular>
12952
12953 \end_inset
12954
12955
12956 \end_layout
12957
12958 \begin_layout Standard
12959 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12960 \end_layout
12961
12962 \begin_layout Subsection
12963 Zellen mit diagonalen Linien
12964 \end_layout
12965
12966 \begin_layout Standard
12967 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12968  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12969  oder zwei diagonalen Linien zu teilen.
12970  Dies kann erreicht werden, indem man das LaTeX-Paket 
12971 \series bold
12972 diagbox
12973 \series default
12974
12975 \begin_inset Index idx
12976 status collapsed
12977
12978 \begin_layout Plain Layout
12979 LaTeX-Pakete ! diagbox
12980 \end_layout
12981
12982 \end_inset
12983
12984  im LaTeX-Vorspann lädt.
12985  Das Paket stellt den Befehl 
12986 \series bold
12987
12988 \backslash
12989 diagbox
12990 \series default
12991  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
12992 \begin_inset space ~
12993 \end_inset
12994
12995 Argumente hat:
12996 \end_layout
12997
12998 \begin_layout Standard
12999
13000 \series bold
13001
13002 \backslash
13003 diagbox[Optionen]{links unten}{rechts oben}
13004 \end_layout
13005
13006 \begin_layout Standard
13007
13008 \series bold
13009
13010 \backslash
13011 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13012 \end_layout
13013
13014 \begin_layout Standard
13015 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13016  die Argumente werden unter und über diese Linie platziert.
13017  Das zweite Schema teilt die Zelle mit 2
13018 \begin_inset space ~
13019 \end_inset
13020
13021 Linien.
13022 \end_layout
13023
13024 \begin_layout Standard
13025 \begin_inset ERT
13026 status collapsed
13027
13028 \begin_layout Plain Layout
13029
13030
13031 \backslash
13032 ifdiagbox
13033 \end_layout
13034
13035 \end_inset
13036
13037
13038 \begin_inset Note Note
13039 status open
13040
13041 \begin_layout Plain Layout
13042 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13043 \series bold
13044 diagbox
13045 \series default
13046  installiert ist.
13047 \end_layout
13048
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \begin_layout Standard
13055 Hier ist eine Beispieltabelle in der 
13056 \series bold
13057
13058 \backslash
13059 diagbox 
13060 \series default
13061 im 2-Argument Schema in der ersten Zelle verwendet wird:
13062 \begin_inset VSpace medskip
13063 \end_inset
13064
13065
13066 \end_layout
13067
13068 \begin_layout Standard
13069 \noindent
13070 \begin_inset Tabular
13071 <lyxtabular version="3" rows="4" columns="4">
13072 <features tabularvalignment="middle">
13073 <column alignment="center" valignment="top" width="0">
13074 <column alignment="center" valignment="top" width="0">
13075 <column alignment="center" valignment="top" width="0">
13076 <column alignment="center" valignment="top" width="0">
13077 <row>
13078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13079 \begin_inset Text
13080
13081 \begin_layout Plain Layout
13082 \begin_inset ERT
13083 status collapsed
13084
13085 \begin_layout Plain Layout
13086
13087
13088 \backslash
13089 diagbox{
13090 \end_layout
13091
13092 \end_inset
13093
13094 Name
13095 \begin_inset ERT
13096 status collapsed
13097
13098 \begin_layout Plain Layout
13099
13100 }{
13101 \end_layout
13102
13103 \end_inset
13104
13105 Parameter
13106 \begin_inset ERT
13107 status collapsed
13108
13109 \begin_layout Plain Layout
13110
13111 }
13112 \end_layout
13113
13114 \end_inset
13115
13116
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Dicke in nm
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 Transparenz in %
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 Härte in MPa
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 </row>
13149 <row>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 Perfekt Grün
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 45
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 80
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 504
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 </row>
13187 <row>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 Dunkel Multi-P
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 60
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 72
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 982
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 </row>
13225 <row>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 Kristallklar Pro
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 18
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 86
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 374
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 </row>
13263 </lyxtabular>
13264
13265 \end_inset
13266
13267
13268 \begin_inset VSpace medskip
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \begin_layout Standard
13275 \begin_inset Newpage newpage
13276 \end_inset
13277
13278
13279 \end_layout
13280
13281 \begin_layout Standard
13282 Das 3-Argument Schema ist z.
13283 \begin_inset space \thinspace{}
13284 \end_inset
13285
13286 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13287 \end_layout
13288
13289 \begin_layout Standard
13290 \noindent
13291 \align center
13292 \begin_inset Tabular
13293 <lyxtabular version="3" rows="4" columns="4">
13294 <features tabularvalignment="middle">
13295 <column alignment="center" valignment="top" width="0pt">
13296 <column alignment="center" valignment="top" width="0">
13297 <column alignment="center" valignment="top" width="0">
13298 <column alignment="center" valignment="top" width="0">
13299 <row>
13300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 \begin_inset ERT
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308
13309
13310 \backslash
13311 diagbox{
13312 \end_layout
13313
13314 \end_inset
13315
13316 Heim
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322 }{
13323 \end_layout
13324
13325 \end_inset
13326
13327 Ergebnis
13328 \begin_inset ERT
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332
13333 }{
13334 \end_layout
13335
13336 \end_inset
13337
13338 Auswärts
13339 \begin_inset ERT
13340 status collapsed
13341
13342 \begin_layout Plain Layout
13343
13344 }
13345 \end_layout
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 Tiger
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 Panther
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 Falken
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 </row>
13382 <row>
13383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 Tiger
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 ---
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 1:3
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 0:1
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 <row>
13421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 Panther
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 3:1
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 ---
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 0:0
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 </row>
13458 <row>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 Falken
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 1:0
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 0:0
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 ---
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 </row>
13496 </lyxtabular>
13497
13498 \end_inset
13499
13500
13501 \end_layout
13502
13503 \begin_layout Standard
13504 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13505  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13506 \end_layout
13507
13508 \begin_layout Standard
13509 \noindent
13510 \align center
13511 \begin_inset Tabular
13512 <lyxtabular version="3" rows="5" columns="5">
13513 <features tabularvalignment="middle">
13514 <column alignment="center" valignment="top" width="0pt">
13515 <column alignment="center" valignment="top" width="0">
13516 <column alignment="center" valignment="top" width="0">
13517 <column alignment="center" valignment="top" width="0">
13518 <column alignment="center" valignment="top" width="0">
13519 <row>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 \begin_inset ERT
13525 status open
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 diagbox{
13532 \end_layout
13533
13534 \end_inset
13535
13536 Heim
13537 \begin_inset ERT
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541
13542 }{
13543 \end_layout
13544
13545 \end_inset
13546
13547 Ergebnis
13548 \begin_inset ERT
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552
13553 }{
13554 \end_layout
13555
13556 \end_inset
13557
13558 Auswärts
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564 }
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 Tiger
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 Panther
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 Falken
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 \begin_inset ERT
13606 status open
13607
13608 \begin_layout Plain Layout
13609
13610
13611 \backslash
13612 diagbox[dir=NE]{
13613 \end_layout
13614
13615 \end_inset
13616
13617 Heim
13618 \begin_inset ERT
13619 status collapsed
13620
13621 \begin_layout Plain Layout
13622
13623 }{
13624 \end_layout
13625
13626 \end_inset
13627
13628 Ergebnis
13629 \begin_inset ERT
13630 status collapsed
13631
13632 \begin_layout Plain Layout
13633
13634 }{
13635 \end_layout
13636
13637 \end_inset
13638
13639 Auswärts
13640 \begin_inset ERT
13641 status collapsed
13642
13643 \begin_layout Plain Layout
13644
13645 }
13646 \end_layout
13647
13648 \end_inset
13649
13650
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 </row>
13656 <row>
13657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 Tiger
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 ---
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 1:3
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 0:1
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 Tiger
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 </row>
13703 <row>
13704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 Panther
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 3:1
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 ---
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 0:0
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 Panther
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 </row>
13750 <row>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 Falken
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 1:0
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 0:0
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 ---
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 Falken
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 </row>
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset ERT
13803 status open
13804
13805 \begin_layout Plain Layout
13806
13807
13808 \backslash
13809 diagbox[dir=SW]{
13810 \end_layout
13811
13812 \end_inset
13813
13814 Heim
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820 }{
13821 \end_layout
13822
13823 \end_inset
13824
13825 Ergebnis
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831 }{
13832 \end_layout
13833
13834 \end_inset
13835
13836 Auswärts
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842 }
13843 \end_layout
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 Tiger
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 Panther
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 Falken
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 \begin_inset ERT
13884 status open
13885
13886 \begin_layout Plain Layout
13887
13888
13889 \backslash
13890 diagbox[dir=SE]{
13891 \end_layout
13892
13893 \end_inset
13894
13895 Heim
13896 \begin_inset ERT
13897 status collapsed
13898
13899 \begin_layout Plain Layout
13900
13901 }{
13902 \end_layout
13903
13904 \end_inset
13905
13906 Ergebnis
13907 \begin_inset ERT
13908 status collapsed
13909
13910 \begin_layout Plain Layout
13911
13912 }{
13913 \end_layout
13914
13915 \end_inset
13916
13917 Auswärts
13918 \begin_inset ERT
13919 status collapsed
13920
13921 \begin_layout Plain Layout
13922
13923 }
13924 \end_layout
13925
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 </row>
13934 </lyxtabular>
13935
13936 \end_inset
13937
13938
13939 \end_layout
13940
13941 \begin_layout Standard
13942 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13943 \series bold
13944 dir=Richtung
13945 \series default
13946  verwendet.
13947  
13948 \emph on
13949 Richtung
13950 \emph default
13951  ist entweder 
13952 \series bold
13953 NE
13954 \series default
13955
13956 \series bold
13957 DE
13958 \series default
13959
13960 \series bold
13961 SW
13962 \series default
13963  oder 
13964 \series bold
13965 NW
13966 \series default
13967  und stellt eine Himmelsrichtung dar.
13968  
13969 \series bold
13970 SW
13971 \series default
13972  ist z.
13973 \begin_inset space \thinspace{}
13974 \end_inset
13975
13976 B.
13977  die Südwestecke.
13978  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13979 \end_layout
13980
13981 \begin_layout Standard
13982
13983 \series bold
13984
13985 \backslash
13986 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13987 \end_layout
13988
13989 \begin_layout Standard
13990 verwendet.
13991  Wenn keine Richtung angegeben ist, wird NW verwendet.
13992 \end_layout
13993
13994 \begin_layout Standard
13995 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13996  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
13997 e ist, ragt der Inhalt über die Zelle hinaus:
13998 \end_layout
13999
14000 \begin_layout Standard
14001 \noindent
14002 \align center
14003 \begin_inset Tabular
14004 <lyxtabular version="3" rows="2" columns="2">
14005 <features tabularvalignment="middle">
14006 <column alignment="center" valignment="top" width="3cm">
14007 <column alignment="center" valignment="top" width="0">
14008 <row>
14009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 \begin_inset ERT
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017
14018
14019 \backslash
14020 diagbox{
14021 \end_layout
14022
14023 \end_inset
14024
14025 Name
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031 }{
14032 \end_layout
14033
14034 \end_inset
14035
14036 Parameter
14037 \begin_inset ERT
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041
14042 }
14043 \end_layout
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 Dicke in nm
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 </row>
14062 <row>
14063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 Perfekt Grün
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 45
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 </row>
14082 </lyxtabular>
14083
14084 \end_inset
14085
14086
14087 \end_layout
14088
14089 \begin_layout Standard
14090 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14091  verwendet man die Befehlsoption 
14092 \series bold
14093 width=3cm
14094 \series default
14095  (ersetzen Sie '3cm' durch die benötigte Breite).
14096  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14097 \begin_inset space \thinspace{}
14098 \end_inset
14099
14100 cm gesetzt.
14101  Für 
14102 \series bold
14103
14104 \backslash
14105 diagbox
14106 \series default
14107  wird eine Breite von 4
14108 \begin_inset space \thinspace{}
14109 \end_inset
14110
14111 cm + 2
14112 \begin_inset space \thinspace{}
14113 \end_inset
14114
14115
14116 \backslash
14117 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14118  diesem Fall 4
14119 \begin_inset space \thinspace{}
14120 \end_inset
14121
14122 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14123  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14124 \series bold
14125
14126 \backslash
14127 diagbox
14128 \series default
14129  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14130  später verwenden kann.
14131  Dies wird mit den TeX-Code Befehlen
14132 \end_layout
14133
14134 \begin_layout Standard
14135
14136 \series bold
14137
14138 \backslash
14139 newlength{
14140 \backslash
14141 diagtest}
14142 \begin_inset Newline newline
14143 \end_inset
14144
14145
14146 \backslash
14147 setlength{
14148 \backslash
14149 diagtest}{4cm+2
14150 \backslash
14151 tabcolsep}
14152 \end_layout
14153
14154 \begin_layout Standard
14155 erreicht.
14156 \end_layout
14157
14158 \begin_layout Standard
14159 \begin_inset ERT
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163
14164
14165 \backslash
14166 newlength{
14167 \backslash
14168 diagtest}
14169 \end_layout
14170
14171 \begin_layout Plain Layout
14172
14173
14174 \backslash
14175 setlength{
14176 \backslash
14177 diagtest}{4cm+2
14178 \backslash
14179 tabcolsep}
14180 \end_layout
14181
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \begin_layout Standard
14188 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14189 \series bold
14190 calc
14191 \series default
14192
14193 \begin_inset Index idx
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197 LaTeX-Pakete ! calc
14198 \end_layout
14199
14200 \end_inset
14201
14202  im LaTeX-Vorspann geladen werden.
14203 \end_layout
14204
14205 \begin_layout Standard
14206 In der Tabelle kann man nun den Befehl
14207 \end_layout
14208
14209 \begin_layout Standard
14210
14211 \series bold
14212
14213 \backslash
14214 diagbox[width=
14215 \backslash
14216 diagtest]{A}{B}
14217 \end_layout
14218
14219 \begin_layout Standard
14220 in der ersten Zelle verwenden:
14221 \end_layout
14222
14223 \begin_layout Standard
14224 \noindent
14225 \align center
14226 \begin_inset Tabular
14227 <lyxtabular version="3" rows="2" columns="2">
14228 <features tabularvalignment="middle">
14229 <column alignment="center" valignment="top" width="4cm">
14230 <column alignment="center" valignment="top" width="0">
14231 <row>
14232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 \begin_inset ERT
14237 status open
14238
14239 \begin_layout Plain Layout
14240
14241
14242 \backslash
14243 diagbox[width=
14244 \backslash
14245 diagtest]{
14246 \end_layout
14247
14248 \end_inset
14249
14250 A
14251 \begin_inset ERT
14252 status collapsed
14253
14254 \begin_layout Plain Layout
14255
14256 }{
14257 \end_layout
14258
14259 \end_inset
14260
14261 B
14262 \begin_inset ERT
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266
14267 }
14268 \end_layout
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 Dicke in nm
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 </row>
14287 <row>
14288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 Perfekt Grün
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 45
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 </row>
14307 </lyxtabular>
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \begin_layout Standard
14315 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14316  muss.
14317  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14318  wie in in dieser Tabelle:
14319 \end_layout
14320
14321 \begin_layout Standard
14322 \noindent
14323 \align center
14324 \begin_inset Tabular
14325 <lyxtabular version="3" rows="2" columns="2">
14326 <features tabularvalignment="middle">
14327 <column alignment="center" valignment="top" width="0pt">
14328 <column alignment="center" valignment="top" width="0">
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 \begin_inset ERT
14335 status collapsed
14336
14337 \begin_layout Plain Layout
14338
14339
14340 \backslash
14341 diagbox{
14342 \end_layout
14343
14344 \end_inset
14345
14346 A
14347 \begin_inset ERT
14348 status collapsed
14349
14350 \begin_layout Plain Layout
14351
14352 }{
14353 \end_layout
14354
14355 \end_inset
14356
14357 B
14358 \begin_inset ERT
14359 status collapsed
14360
14361 \begin_layout Plain Layout
14362
14363 }
14364 \end_layout
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 Dicke in nm
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 </row>
14383 <row>
14384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 Perfekt Grün
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 45
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 </row>
14403 </lyxtabular>
14404
14405 \end_inset
14406
14407
14408 \end_layout
14409
14410 \begin_layout Standard
14411 Verwenden Sie in diesem Fall die Option 
14412 \series bold
14413 width
14414 \series default
14415  des Befehls 
14416 \series bold
14417
14418 \backslash
14419 diagbox
14420 \series default
14421 .
14422  Es ist dabei nicht notwendig, 2
14423 \backslash
14424 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14425  ist.
14426  In dieser Tabelle wird eine Breite von 3
14427 \begin_inset space \thinspace{}
14428 \end_inset
14429
14430 cm verwendet:
14431 \end_layout
14432
14433 \begin_layout Standard
14434 \noindent
14435 \align center
14436 \begin_inset Tabular
14437 <lyxtabular version="3" rows="2" columns="2">
14438 <features tabularvalignment="middle">
14439 <column alignment="center" valignment="top" width="0pt">
14440 <column alignment="center" valignment="top" width="0">
14441 <row>
14442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 \begin_inset ERT
14447 status open
14448
14449 \begin_layout Plain Layout
14450
14451
14452 \backslash
14453 diagbox[width=3cm]{
14454 \end_layout
14455
14456 \end_inset
14457
14458 A
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464 }{
14465 \end_layout
14466
14467 \end_inset
14468
14469 B
14470 \begin_inset ERT
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474
14475 }
14476 \end_layout
14477
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 Dicke in nm
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 </row>
14495 <row>
14496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 Perfekt Grün
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509 45
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 </row>
14515 </lyxtabular>
14516
14517 \end_inset
14518
14519
14520 \end_layout
14521
14522 \begin_layout Standard
14523 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14524  Text in der Zelle unterzubringen.
14525  Dies wird mit der 
14526 \series bold
14527
14528 \backslash
14529 diagbox
14530 \series default
14531 -Option 
14532 \series bold
14533 height=3cm
14534 \series default
14535  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14536  In der folgenden Tabelle wird der Befehl
14537 \end_layout
14538
14539 \begin_layout Standard
14540
14541 \series bold
14542
14543 \backslash
14544 diagbox[width=3cm,height=1.4cm]{A
14545 \backslash
14546
14547 \backslash
14548 B}{C
14549 \backslash
14550
14551 \backslash
14552 D}
14553 \end_layout
14554
14555 \begin_layout Standard
14556 in der ersten Zelle verwendet.
14557  Der Befehl 
14558 \series bold
14559
14560 \backslash
14561
14562 \backslash
14563
14564 \series default
14565  erzeugt hierbei den Zeilenumbruch.
14566 \begin_inset Foot
14567 status collapsed
14568
14569 \begin_layout Plain Layout
14570 Zeilen mit 
14571 \family sans
14572 Strg+Enter
14573 \family default
14574  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14575 \end_layout
14576
14577 \end_inset
14578
14579
14580 \end_layout
14581
14582 \begin_layout Standard
14583 \noindent
14584 \align center
14585 \begin_inset Tabular
14586 <lyxtabular version="3" rows="2" columns="2">
14587 <features tabularvalignment="middle">
14588 <column alignment="center" valignment="top" width="0">
14589 <column alignment="center" valignment="top" width="0">
14590 <row>
14591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 \begin_inset ERT
14596 status open
14597
14598 \begin_layout Plain Layout
14599
14600
14601 \backslash
14602 diagbox[width=3cm,height=1.4cm]{
14603 \end_layout
14604
14605 \end_inset
14606
14607 A
14608 \begin_inset ERT
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612
14613
14614 \backslash
14615
14616 \backslash
14617
14618 \end_layout
14619
14620 \end_inset
14621
14622 B
14623 \begin_inset ERT
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627
14628 }{
14629 \end_layout
14630
14631 \end_inset
14632
14633 C
14634 \begin_inset ERT
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639
14640 \backslash
14641
14642 \backslash
14643
14644 \end_layout
14645
14646 \end_inset
14647
14648 D
14649 \begin_inset ERT
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653
14654 }
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 Dicke in nm
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 </row>
14674 <row>
14675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 Perfekt Grün
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688 45
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 </row>
14694 </lyxtabular>
14695
14696 \end_inset
14697
14698
14699 \end_layout
14700
14701 \begin_layout Standard
14702 \begin_inset ERT
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706
14707
14708 \backslash
14709 else
14710 \end_layout
14711
14712 \end_inset
14713
14714
14715 \begin_inset Note Note
14716 status open
14717
14718 \begin_layout Plain Layout
14719 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14720 \series bold
14721 diagbox
14722 \series default
14723  nicht installiert ist:
14724 \end_layout
14725
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \begin_layout Standard
14732 Sie müssen das LaTeX-Paket 
14733 \series bold
14734 diagbox
14735 \series default
14736  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14737 \end_layout
14738
14739 \begin_layout Standard
14740 \begin_inset ERT
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744
14745
14746 \backslash
14747 fi
14748 \end_layout
14749
14750 \end_inset
14751
14752
14753 \end_layout
14754
14755 \begin_layout Standard
14756 Für mehr Informationen über das LaTeX-Paket 
14757 \series bold
14758 diagbox
14759 \series default
14760 , siehe dessen Dokumentation, 
14761 \begin_inset CommandInset citation
14762 LatexCommand cite
14763 key "diagbox"
14764
14765 \end_inset
14766
14767 .
14768 \end_layout
14769
14770 \begin_layout Section
14771 Formale Tabellen
14772 \begin_inset CommandInset label
14773 LatexCommand label
14774 name "abs:Formale-Tabellen"
14775
14776 \end_inset
14777
14778
14779 \begin_inset Index idx
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783 Tabellen ! Formale
14784 \end_layout
14785
14786 \end_inset
14787
14788
14789 \end_layout
14790
14791 \begin_layout Standard
14792 Tabellen werden in Büchern oft wie Tabelle
14793 \begin_inset space ~
14794 \end_inset
14795
14796
14797 \begin_inset CommandInset ref
14798 LatexCommand ref
14799 reference "tab:Formale-Tabelle"
14800
14801 \end_inset
14802
14803  gesetzt.
14804  Diese Tabellen werden
14805 \emph on
14806  formal
14807 \emph default
14808  genannt.
14809  Formale Tabellen bekommen Sie, wenn Sie im 
14810 \family sans
14811 Tabellen-Einstellungen
14812 \family default
14813 -Dialog auf der Karteikarte 
14814 \family sans
14815 Rahmen
14816 \family default
14817  den 
14818 \family sans
14819 Stil
14820 \family default
14821  
14822 \family sans
14823 Formal
14824 \family default
14825  ankreuzen.
14826 \end_layout
14827
14828 \begin_layout Standard
14829 \begin_inset Float table
14830 placement h
14831 wide false
14832 sideways false
14833 status open
14834
14835 \begin_layout Plain Layout
14836 \begin_inset Caption
14837
14838 \begin_layout Plain Layout
14839 \begin_inset CommandInset label
14840 LatexCommand label
14841 name "tab:Formale-Tabelle"
14842
14843 \end_inset
14844
14845 Formale Tabelle
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \begin_layout Plain Layout
14854 \align center
14855 \begin_inset Tabular
14856 <lyxtabular version="3" rows="8" columns="4">
14857 <features booktabs="true" tabularvalignment="middle">
14858 <column alignment="center" valignment="top" width="0">
14859 <column alignment="right" valignment="top" width="0">
14860 <column alignment="right" valignment="top" width="0">
14861 <column alignment="right" valignment="top" width="0">
14862 <row>
14863 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 System
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 <cell alignment="center" valignment="top" topline="true" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Plain Layout
14876 Chip
14877 \begin_inset space \thinspace{}
14878 \end_inset
14879
14880 1
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 Chip
14890 \begin_inset space \thinspace{}
14891 \end_inset
14892
14893 2
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 </row>
14908 <row>
14909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 \begin_inset ERT
14914 status collapsed
14915
14916 \begin_layout Plain Layout
14917
14918
14919 \backslash
14920 cmidrule(r){2-2}
14921 \end_layout
14922
14923 \end_inset
14924
14925
14926 \begin_inset ERT
14927 status collapsed
14928
14929 \begin_layout Plain Layout
14930
14931
14932 \backslash
14933 cmidrule(l){3-4}
14934 \end_layout
14935
14936 \end_inset
14937
14938 Detektordicke in µm
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 <cell alignment="center" valignment="top" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947 300
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 <cell alignment="center" valignment="top" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 300
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 700
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 </row>
14971 <row>
14972 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 Kantenwinkel in °
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 3.55
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 2.71
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 7.99
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 <row topspace="default">
15010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 räumliche Auf\SpecialChar \textcompwordmark{}
15015 lösung in µm
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 4.26
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 10.17
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 10.56
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 </row>
15048 <row topspace="default">
15049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 MTF bei 
15054 \begin_inset Formula $f_{\mathrm{max}}$
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 0.53
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 0.37
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 0.39
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 <row topspace="default">
15091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 \begin_inset ERT
15096 status collapsed
15097
15098 \begin_layout Plain Layout
15099
15100
15101 \backslash
15102 cmidrule(l{10pt}){1-1}
15103 \end_layout
15104
15105 \end_inset
15106
15107 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15108 lösung
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 </row>
15141 <row>
15142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 in µm
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 129.7
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 52.75
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173 50.78
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 in % der Pixelgröße
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 76.3
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 95.9
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 92.3
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 </lyxtabular>
15218
15219 \end_inset
15220
15221
15222 \end_layout
15223
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \begin_layout Standard
15230 Abstände zu Tabellenzeilen können auf der Karteikarte 
15231 \family sans
15232 Rahmen
15233 \family default
15234  des 
15235 \family sans
15236 Tabellen-Ein\SpecialChar \-
15237 stel\SpecialChar \-
15238 lun\SpecialChar \-
15239 gen
15240 \family default
15241 -Dialogs hinzugefügt werden, wie in Abschnitt
15242 \begin_inset space ~
15243 \end_inset
15244
15245
15246 \begin_inset CommandInset ref
15247 LatexCommand ref
15248 reference "uab:Zeilenabstand"
15249
15250 \end_inset
15251
15252  beschrieben.
15253 \end_layout
15254
15255 \begin_layout Standard
15256 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15257  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15258  gedruckt aber anders aus.
15259  Die erste und letzte Linie ist 0.08
15260 \begin_inset space \thinspace{}
15261 \end_inset
15262
15263 em dick, während die anderen 0.05
15264 \begin_inset space \thinspace{}
15265 \end_inset
15266
15267 em dick sind.
15268 \end_layout
15269
15270 \begin_layout Standard
15271 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15272 \end_layout
15273
15274 \begin_layout Standard
15275
15276 \series bold
15277
15278 \backslash
15279 let
15280 \backslash
15281 mytoprule
15282 \backslash
15283 toprule
15284 \begin_inset Newline newline
15285 \end_inset
15286
15287
15288 \backslash
15289 renewcommand{
15290 \backslash
15291 toprule}{
15292 \backslash
15293 mytoprule[Breite]}
15294 \end_layout
15295
15296 \begin_layout Standard
15297 Dies Beispiel gilt für die oberste Linie, genannt 
15298 \series bold
15299 toprule
15300 \series default
15301 .
15302  Für die letzte müssen Sie 
15303 \series bold
15304 toprule
15305 \series default
15306  durch 
15307 \series bold
15308 bottomrule
15309 \series default
15310  ersetzen.
15311  Die Linien dazwischen heißen 
15312 \series bold
15313 midrule
15314 \series default
15315 .
15316  Für 
15317 \family sans
15318 Breite
15319 \family default
15320  können Sie alle Einheiten benutzen, die in Anhang
15321 \begin_inset space ~
15322 \end_inset
15323
15324
15325 \begin_inset CommandInset ref
15326 LatexCommand ref
15327 reference "kap:In-LyX-verfügbare"
15328
15329 \end_inset
15330
15331  aufgelistet sind.
15332 \end_layout
15333
15334 \begin_layout Standard
15335 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15336  eine Linie unter einer Mehrfachspalte.
15337  LyX wird intern den Befehl 
15338 \series bold
15339
15340 \backslash
15341 cmidrule
15342 \series default
15343  benutzen, um diese Linie zu drucken.
15344  Der ganze Befehl sieht so aus:
15345 \end_layout
15346
15347 \begin_layout Standard
15348
15349 \series bold
15350
15351 \backslash
15352 cmidrule[width](trim){Anfangsspalte-Endspalte}
15353 \end_layout
15354
15355 \begin_layout Standard
15356 Die 
15357 \series bold
15358
15359 \backslash
15360 cmidrule
15361 \series default
15362 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15363  benutzen.
15364  
15365 \series bold
15366
15367 \backslash
15368 cmidrule
15369 \series default
15370  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15371  erste Zelle einer Zeile einfügt.
15372  Die Linie wird dann über der Zeile gedruckt.
15373 \end_layout
15374
15375 \begin_layout Standard
15376 Der Standardwert ist 0.03
15377 \begin_inset space \thinspace{}
15378 \end_inset
15379
15380 em.
15381  Die Linie reicht von 
15382 \family typewriter
15383 Anfangsspalte
15384 \family default
15385  bis 
15386 \family typewriter
15387 End\SpecialChar \-
15388 spal\SpecialChar \-
15389 te
15390 \family default
15391 .
15392  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15393   Der optionale Parameter 
15394 \family typewriter
15395 trim
15396 \family default
15397  kann die Werte 
15398 \emph on
15399 r
15400 \emph default
15401
15402 \emph on
15403 r{Breite}
15404 \emph default
15405
15406 \emph on
15407 l
15408 \family typewriter
15409 \emph default
15410  
15411 \family default
15412 oder 
15413 \emph on
15414 l{Breite}
15415 \emph default
15416  annehmen, wobei die 
15417 \family sans
15418 Breite
15419 \family default
15420  optional ist.
15421  
15422 \emph on
15423 l{2pt}
15424 \emph default
15425  zum Beispiel bedeutet, dass die Linie links um 2
15426 \begin_inset space \thinspace{}
15427 \end_inset
15428
15429 pt gekürzt wird.
15430  Ohne Breitenangabe werden die Linien um 0.5
15431 \begin_inset space \thinspace{}
15432 \end_inset
15433
15434 em gekürzt.
15435 \end_layout
15436
15437 \begin_layout Standard
15438 \begin_inset VSpace bigskip
15439 \end_inset
15440
15441 In Tabelle
15442 \begin_inset space ~
15443 \end_inset
15444
15445
15446 \begin_inset CommandInset ref
15447 LatexCommand ref
15448 reference "tab:Formale-Tabelle"
15449
15450 \end_inset
15451
15452  wurden die Befehle
15453 \end_layout
15454
15455 \begin_layout Standard
15456
15457 \series bold
15458
15459 \backslash
15460 cmidrule(r){2-2}
15461 \backslash
15462 cmidrule(l){3-4}
15463 \end_layout
15464
15465 \begin_layout Standard
15466 am Anfang der zweiten Zeile und
15467 \end_layout
15468
15469 \begin_layout Standard
15470
15471 \series bold
15472
15473 \backslash
15474 cmidrule(l{10pt}){1-1}
15475 \end_layout
15476
15477 \begin_layout Standard
15478 in der sechsten benutzt.
15479 \end_layout
15480
15481 \begin_layout Standard
15482 \begin_inset VSpace bigskip
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \begin_layout Standard
15489 Sie können mit 
15490 \series bold
15491
15492 \backslash
15493 cmidrule
15494 \series default
15495  auch überlappende Linien wie in Tabelle
15496 \begin_inset space ~
15497 \end_inset
15498
15499
15500 \begin_inset CommandInset ref
15501 LatexCommand ref
15502 reference "tab:Special-booktabs-table"
15503
15504 \end_inset
15505
15506  definieren.
15507  Der Befehl ist:
15508 \end_layout
15509
15510 \begin_layout Standard
15511
15512 \series bold
15513
15514 \backslash
15515 morecmidrules
15516 \end_layout
15517
15518 \begin_layout Standard
15519 In Zeile zwei der Tabelle
15520 \begin_inset space ~
15521 \end_inset
15522
15523
15524 \begin_inset CommandInset ref
15525 LatexCommand ref
15526 reference "tab:Special-booktabs-table"
15527
15528 \end_inset
15529
15530  wurde folgender Befehl benutzt:
15531 \end_layout
15532
15533 \begin_layout Standard
15534
15535 \series bold
15536
15537 \backslash
15538 cmidrule(r){2-2}
15539 \backslash
15540 cmidrule(l){3-4}
15541 \backslash
15542 morecmidrules
15543 \begin_inset Newline newline
15544 \end_inset
15545
15546
15547 \backslash
15548 cmidrule{2-4}
15549 \end_layout
15550
15551 \begin_layout Standard
15552 und in Zeile sechs:
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558
15559 \backslash
15560 midrule
15561 \backslash
15562 morecmidrules
15563 \backslash
15564 cmidrule{3-4}
15565 \end_layout
15566
15567 \begin_layout Standard
15568 \begin_inset VSpace bigskip
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \begin_layout Standard
15575 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15576  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15577 \end_layout
15578
15579 \begin_layout Standard
15580
15581 \series bold
15582
15583 \backslash
15584 specialrule{Dicke}{Abstand davor}{Abstand danach}
15585 \end_layout
15586
15587 \begin_layout Standard
15588 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15589 \series bold
15590 booktabs
15591 \series default
15592  
15593 \begin_inset CommandInset citation
15594 LatexCommand cite
15595 key "booktabs"
15596
15597 \end_inset
15598
15599 .
15600 \begin_inset Index idx
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604 LaTeX-Pakete ! booktabs
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Standard
15613 \begin_inset Float table
15614 placement h
15615 wide false
15616 sideways false
15617 status open
15618
15619 \begin_layout Plain Layout
15620 \begin_inset Caption
15621
15622 \begin_layout Plain Layout
15623 \begin_inset CommandInset label
15624 LatexCommand label
15625 name "tab:Special-booktabs-table"
15626
15627 \end_inset
15628
15629 Eine spezielle formale Tabelle
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \begin_layout Plain Layout
15638 \align center
15639 \begin_inset Tabular
15640 <lyxtabular version="3" rows="8" columns="4">
15641 <features booktabs="true" tabularvalignment="middle">
15642 <column alignment="center" valignment="top" width="0">
15643 <column alignment="center" valignment="top" width="0">
15644 <column alignment="right" valignment="top" width="0">
15645 <column alignment="right" valignment="top" width="0">
15646 <row>
15647 <cell alignment="center" valignment="top" topline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651 System
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 <cell alignment="center" valignment="top" topline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660 Chip
15661 \begin_inset space \thinspace{}
15662 \end_inset
15663
15664 1
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 Chip
15674 \begin_inset space \thinspace{}
15675 \end_inset
15676
15677 2
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 <row>
15693 <cell alignment="center" valignment="top" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697 \begin_inset ERT
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701
15702
15703 \backslash
15704 cmidrule(r){2-2}
15705 \end_layout
15706
15707 \end_inset
15708
15709
15710 \begin_inset ERT
15711 status collapsed
15712
15713 \begin_layout Plain Layout
15714
15715
15716 \backslash
15717 cmidrule(l){3-4}
15718 \end_layout
15719
15720 \end_inset
15721
15722
15723 \begin_inset ERT
15724 status collapsed
15725
15726 \begin_layout Plain Layout
15727
15728
15729 \backslash
15730 morecmidrules 
15731 \end_layout
15732
15733 \end_inset
15734
15735
15736 \begin_inset ERT
15737 status collapsed
15738
15739 \begin_layout Plain Layout
15740
15741
15742 \backslash
15743 cmidrule{2-4}
15744 \end_layout
15745
15746 \end_inset
15747
15748 Detektordicke in µm
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757 300
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 300
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 700
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 </row>
15781 <row>
15782 <cell alignment="center" valignment="top" topline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 Kantenwinkel in °
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 3,55
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" topline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 2,71
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 7,99
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row topspace="default">
15820 <cell alignment="center" valignment="top" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 räumliche Auf\SpecialChar \textcompwordmark{}
15825 lösung in µm
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 4,26
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 10,17
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 10,56
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 </row>
15858 <row topspace="default">
15859 <cell alignment="center" valignment="top" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 MTF bei 
15864 \begin_inset Formula $f_{\mathrm{max}}$
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 0,53
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 0,37
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 0,39
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row>
15901 <cell alignment="center" valignment="top" topline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905 \begin_inset ERT
15906 status collapsed
15907
15908 \begin_layout Plain Layout
15909
15910
15911 \backslash
15912 morecmidrules 
15913 \end_layout
15914
15915 \end_inset
15916
15917
15918 \begin_inset ERT
15919 status collapsed
15920
15921 \begin_layout Plain Layout
15922
15923
15924 \backslash
15925 cmidrule{3-4}
15926 \end_layout
15927
15928 \end_inset
15929
15930 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15931 lösung
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" topline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" topline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 </row>
15964 <row>
15965 <cell alignment="center" valignment="top" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 in µm
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 129,7
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 52,75
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 <cell alignment="center" valignment="top" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996 50,78
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 </row>
16002 <row>
16003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 in % der Pixelgröße
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 76,3
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 95,9
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 92,3
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 </lyxtabular>
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \begin_layout Section
16053 Vertikale Tabellen-Ausrichtung
16054 \begin_inset Index idx
16055 status collapsed
16056
16057 \begin_layout Plain Layout
16058 Tabellen ! Ausrichtung
16059 \end_layout
16060
16061 \end_inset
16062
16063
16064 \end_layout
16065
16066 \begin_layout Standard
16067 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16068  einer Box sein.
16069  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16070 \begin_inset space ~
16071 \end_inset
16072
16073
16074 \begin_inset CommandInset ref
16075 LatexCommand ref
16076 reference "abs:Box-Dialog"
16077
16078 \end_inset
16079
16080  beschrieben.
16081 \end_layout
16082
16083 \begin_layout Standard
16084 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16085 \begin_inset Foot
16086 status collapsed
16087
16088 \begin_layout Plain Layout
16089 Minipages werden in Abschnitt
16090 \begin_inset space ~
16091 \end_inset
16092
16093
16094 \begin_inset CommandInset ref
16095 LatexCommand ref
16096 reference "abs:Minipage"
16097
16098 \end_inset
16099
16100  beschrieben.
16101 \end_layout
16102
16103 \end_inset
16104
16105  mit 15
16106 \begin_inset space \thinspace{}
16107 \end_inset
16108
16109 col%-Breite:
16110 \end_layout
16111
16112 \begin_layout Itemize
16113 Test 
16114 \begin_inset Box Frameless
16115 position "t"
16116 hor_pos "c"
16117 has_inner_box 1
16118 inner_pos "c"
16119 use_parbox 0
16120 use_makebox 0
16121 width "15col%"
16122 special "none"
16123 height "1in"
16124 height_special "totalheight"
16125 status collapsed
16126
16127 \begin_layout Plain Layout
16128 \begin_inset Tabular
16129 <lyxtabular version="3" rows="3" columns="3">
16130 <features tabularvalignment="middle">
16131 <column alignment="center" valignment="top" width="0">
16132 <column alignment="center" valignment="top" width="0">
16133 <column alignment="center" valignment="top" width="0">
16134 <row>
16135 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 Tabelle 1
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 </row>
16163 <row>
16164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 b
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 e
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 h
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 c
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 f
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 i
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 </lyxtabular>
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229
16230  Test 
16231 \begin_inset ERT
16232 status collapsed
16233
16234 \begin_layout Plain Layout
16235
16236
16237 \backslash
16238 raisebox{0.85
16239 \backslash
16240 baselineskip}{
16241 \end_layout
16242
16243 \end_inset
16244
16245
16246 \begin_inset Box Frameless
16247 position "t"
16248 hor_pos "c"
16249 has_inner_box 1
16250 inner_pos "c"
16251 use_parbox 0
16252 use_makebox 0
16253 width "15col%"
16254 special "none"
16255 height "1in"
16256 height_special "totalheight"
16257 status collapsed
16258
16259 \begin_layout Plain Layout
16260 \begin_inset Tabular
16261 <lyxtabular version="3" rows="3" columns="3">
16262 <features tabularvalignment="middle">
16263 <column alignment="center" valignment="top" width="0">
16264 <column alignment="center" valignment="top" width="0">
16265 <column alignment="center" valignment="top" width="0">
16266 <row>
16267 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 Tabelle 2
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 </row>
16295 <row>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 b
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 e
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 h
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 </row>
16324 <row>
16325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329 c
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 f
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 i
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 </lyxtabular>
16354
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \end_inset
16361
16362
16363 \begin_inset ERT
16364 status collapsed
16365
16366 \begin_layout Plain Layout
16367
16368 }
16369 \end_layout
16370
16371 \end_inset
16372
16373
16374 \end_layout
16375
16376 \begin_layout Itemize
16377 Test 
16378 \begin_inset Box Frameless
16379 position "c"
16380 hor_pos "c"
16381 has_inner_box 1
16382 inner_pos "c"
16383 use_parbox 0
16384 use_makebox 0
16385 width "15col%"
16386 special "none"
16387 height "1in"
16388 height_special "totalheight"
16389 status collapsed
16390
16391 \begin_layout Plain Layout
16392 \begin_inset Tabular
16393 <lyxtabular version="3" rows="3" columns="3">
16394 <features tabularvalignment="middle">
16395 <column alignment="center" valignment="top" width="0">
16396 <column alignment="center" valignment="top" width="0">
16397 <column alignment="center" valignment="top" width="0">
16398 <row>
16399 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 Tabelle 3
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 <row>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 b
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 e
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 h
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 </row>
16456 <row>
16457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 c
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 f
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 i
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 </lyxtabular>
16486
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \end_inset
16493
16494
16495 \end_layout
16496
16497 \begin_layout Itemize
16498 Test 
16499 \begin_inset Box Frameless
16500 position "b"
16501 hor_pos "c"
16502 has_inner_box 1
16503 inner_pos "c"
16504 use_parbox 0
16505 use_makebox 0
16506 width "15col%"
16507 special "none"
16508 height "1in"
16509 height_special "totalheight"
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513 \begin_inset Tabular
16514 <lyxtabular version="3" rows="3" columns="3">
16515 <features tabularvalignment="middle">
16516 <column alignment="center" valignment="top" width="0">
16517 <column alignment="center" valignment="top" width="0">
16518 <column alignment="center" valignment="top" width="0">
16519 <row>
16520 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 Tabelle 4
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 <row>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 b
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 e
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 h
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 c
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 f
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 i
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 </lyxtabular>
16607
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \end_inset
16614
16615 Test 
16616 \begin_inset ERT
16617 status collapsed
16618
16619 \begin_layout Plain Layout
16620
16621
16622 \backslash
16623 raisebox{-0.32
16624 \backslash
16625 baselineskip}{
16626 \end_layout
16627
16628 \end_inset
16629
16630
16631 \begin_inset Box Frameless
16632 position "b"
16633 hor_pos "c"
16634 has_inner_box 1
16635 inner_pos "c"
16636 use_parbox 0
16637 use_makebox 0
16638 width "15col%"
16639 special "none"
16640 height "1in"
16641 height_special "totalheight"
16642 status collapsed
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Tabular
16646 <lyxtabular version="3" rows="3" columns="3">
16647 <features tabularvalignment="middle">
16648 <column alignment="center" valignment="top" width="0">
16649 <column alignment="center" valignment="top" width="0">
16650 <column alignment="center" valignment="top" width="0">
16651 <row>
16652 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 Tabelle 5
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 b
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 e
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 h
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 </row>
16709 <row>
16710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 c
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 f
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 i
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 </lyxtabular>
16739
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \begin_inset ERT
16749 status collapsed
16750
16751 \begin_layout Plain Layout
16752
16753 }
16754 \end_layout
16755
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \begin_layout Standard
16762 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16763 \begin_inset space \space{}
16764 \end_inset
16765
16766 1 und letzten Zeile von Tabelle
16767 \begin_inset space \space{}
16768 \end_inset
16769
16770 4 bezüglich dem Wort 
16771 \begin_inset Quotes gld
16772 \end_inset
16773
16774 Test
16775 \begin_inset Quotes grd
16776 \end_inset
16777
16778  nicht richtig ausgerichtet.
16779  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16780 \begin_inset Quotes gld
16781 \end_inset
16782
16783 Raisebox
16784 \begin_inset Quotes grd
16785 \end_inset
16786
16787
16788 \begin_inset Foot
16789 status collapsed
16790
16791 \begin_layout Plain Layout
16792 Raiseboxen werden in Abschnitt
16793 \begin_inset space ~
16794 \end_inset
16795
16796
16797 \begin_inset CommandInset ref
16798 LatexCommand ref
16799 reference "uab:Vertikale-Ausrichtung"
16800
16801 \end_inset
16802
16803  beschrieben.
16804 \end_layout
16805
16806 \end_inset
16807
16808  setzen.
16809  In Tabelle
16810 \begin_inset space \space{}
16811 \end_inset
16812
16813 2 wurde der Text mit dem Befehl
16814 \end_layout
16815
16816 \begin_layout Standard
16817
16818 \series bold
16819
16820 \backslash
16821 raisebox{0.85
16822 \backslash
16823 baselineskip}{
16824 \end_layout
16825
16826 \begin_layout Standard
16827 vor der Box ausgerichtet.
16828  Hinter der Box wurde auch noch 
16829 \series bold
16830 }
16831 \series default
16832  als TeX-Code eingefügt, weil der obige Befehl mit 
16833 \series bold
16834 {
16835 \series default
16836  aufhörte.
16837  Für Tabelle
16838 \begin_inset space \space{}
16839 \end_inset
16840
16841 5 wurde der Befehl
16842 \end_layout
16843
16844 \begin_layout Standard
16845
16846 \series bold
16847
16848 \backslash
16849 raisebox{-0.32
16850 \backslash
16851 baselineskip}{
16852 \end_layout
16853
16854 \begin_layout Standard
16855 benutzt.
16856 \end_layout
16857
16858 \begin_layout Standard
16859 \begin_inset Note Greyedout
16860 status open
16861
16862 \begin_layout Plain Layout
16863
16864 \series bold
16865 Bemerkung:
16866 \series default
16867  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16868  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16869  Der Faktor im 
16870 \series bold
16871
16872 \backslash
16873 raisebox
16874 \series default
16875 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16876 \end_layout
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \begin_layout Section
16884 Farbige Tabellen
16885 \begin_inset CommandInset label
16886 LatexCommand label
16887 name "abs:Farbige-Tabellen"
16888
16889 \end_inset
16890
16891
16892 \begin_inset Index idx
16893 status collapsed
16894
16895 \begin_layout Plain Layout
16896 Tabellen ! farbige
16897 \end_layout
16898
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \begin_layout Subsection
16905 Farbige Zellen
16906 \begin_inset Index idx
16907 status collapsed
16908
16909 \begin_layout Plain Layout
16910 farbige !  Tabellenzellen
16911 \end_layout
16912
16913 \end_inset
16914
16915
16916 \end_layout
16917
16918 \begin_layout Standard
16919 \begin_inset Float table
16920 placement h
16921 wide false
16922 sideways false
16923 status open
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Caption
16927
16928 \begin_layout Plain Layout
16929 \begin_inset CommandInset label
16930 LatexCommand label
16931 name "tab:Farbige-Tabelle-ohne"
16932
16933 \end_inset
16934
16935 Farbige Tabelle, ohne Paket 
16936 \series bold
16937 colortbl
16938 \series default
16939
16940 \begin_inset Argument
16941 status collapsed
16942
16943 \begin_layout Plain Layout
16944 Tabelle ohne 
16945 \family typewriter
16946 colortbl
16947 \end_layout
16948
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Plain Layout
16960 \align center
16961 \begin_inset Tabular
16962 <lyxtabular version="3" rows="3" columns="3">
16963 <features tabularvalignment="middle">
16964 <column alignment="center" valignment="top" width="0">
16965 <column alignment="center" valignment="top" width="0">
16966 <column alignment="center" valignment="top" width="0">
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \color green
16974 a
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983
16984 \color red
16985 b
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994
16995 \color red
16996 c
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \color green
17009 d
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \color blue
17020 e
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \color blue
17031 f
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \color green
17044 g
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053
17054 \color blue
17055 h
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \color blue
17066 i
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 </lyxtabular>
17073
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \begin_layout Standard
17085 Wenn Sie nur farbigen Text
17086 \begin_inset Index idx
17087 status collapsed
17088
17089 \begin_layout Plain Layout
17090 Farbe ! für Text
17091 \end_layout
17092
17093 \end_inset
17094
17095  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17096 \family sans
17097 Textstil
17098 \family default
17099 -Dialog (Werkzeugleistenknopf 
17100 \begin_inset Info
17101 type  "icon"
17102 arg   "dialog-show character"
17103 \end_inset
17104
17105 ) wie es in Tabelle
17106 \begin_inset space ~
17107 \end_inset
17108
17109
17110 \begin_inset CommandInset ref
17111 LatexCommand ref
17112 reference "tab:Farbige-Tabelle-ohne"
17113
17114 \end_inset
17115
17116  gemacht wurde.
17117  In anderen Fällen müssen Sie das LaTeX-Paket 
17118 \series bold
17119 colortbl
17120 \series default
17121  benutzen.
17122 \begin_inset Index idx
17123 status collapsed
17124
17125 \begin_layout Plain Layout
17126 LaTeX-Pakete ! colortbl
17127 \end_layout
17128
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \begin_layout Standard
17135 \begin_inset ERT
17136 status collapsed
17137
17138 \begin_layout Plain Layout
17139
17140
17141 \backslash
17142 ifcolortbl
17143 \end_layout
17144
17145 \end_inset
17146
17147
17148 \begin_inset Note Note
17149 status open
17150
17151 \begin_layout Plain Layout
17152 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17153 \series bold
17154 colortbl
17155 \series default
17156  installiert ist.
17157 \end_layout
17158
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \begin_layout Standard
17165 Um farbige Tabellen zu erzeugen, muss 
17166 \series bold
17167 colortbl
17168 \series default
17169  im LaTeX-Vorspann geladen werden:
17170 \end_layout
17171
17172 \begin_layout Standard
17173
17174 \series bold
17175
17176 \backslash
17177 usepackage{colortbl}
17178 \end_layout
17179
17180 \begin_layout Standard
17181 Die Farbe einer Spalte ändert man dann mit dem Befehl
17182 \end_layout
17183
17184 \begin_layout Standard
17185
17186 \series bold
17187
17188 \backslash
17189 columncolor{Farbname}
17190 \end_layout
17191
17192 \begin_layout Standard
17193 innerhalb des Befehls 
17194 \series bold
17195 >{}
17196 \series default
17197 .
17198  Mehr über den Befehl 
17199 \series bold
17200 >{}
17201 \series default
17202  finden Sie im Abschnitt
17203 \begin_inset space ~
17204 \end_inset
17205
17206
17207 \begin_inset CommandInset ref
17208 LatexCommand ref
17209 reference "uab:Mehrfachspalten-Berechnungen"
17210
17211 \end_inset
17212
17213 .
17214 \end_layout
17215
17216 \begin_layout Standard
17217 Folgende Farbnamen sind vordefiniert:
17218 \end_layout
17219
17220 \begin_layout Standard
17221
17222 \family sans
17223 red
17224 \family default
17225
17226 \family sans
17227 green
17228 \family default
17229
17230 \family sans
17231 yellow
17232 \family default
17233
17234 \family sans
17235 blue
17236 \family default
17237
17238 \family sans
17239 cyan
17240 \family default
17241
17242 \family sans
17243 magenta
17244 \family default
17245
17246 \family sans
17247 black
17248 \family default
17249  und 
17250 \family sans
17251 white
17252 \begin_inset Newline newline
17253 \end_inset
17254
17255 (
17256 \family default
17257 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17258 \end_layout
17259
17260 \begin_layout Standard
17261 \begin_inset VSpace medskip
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \begin_layout Standard
17268 Wenn Sie die Optionen
17269 \end_layout
17270
17271 \begin_layout Standard
17272
17273 \series bold
17274 usenames,dvipsnames
17275 \end_layout
17276
17277 \begin_layout Standard
17278 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17279  können Sie zusätzlich weitere 61
17280 \begin_inset space ~
17281 \end_inset
17282
17283 Farben verwenden.
17284  Diese Farben sind in Anhang
17285 \begin_inset space ~
17286 \end_inset
17287
17288
17289 \begin_inset CommandInset ref
17290 LatexCommand ref
17291 reference "kap:Liste-der-dvips-Farbnamen"
17292
17293 \end_inset
17294
17295  aufgelistet.
17296  Eine dieser Farben, 
17297 \family sans
17298 Maroon
17299 \family default
17300 , wird als Beispiel in Tabelle
17301 \begin_inset space ~
17302 \end_inset
17303
17304
17305 \begin_inset CommandInset ref
17306 LatexCommand ref
17307 reference "tab:Eine-mit-colortbl"
17308
17309 \end_inset
17310
17311  verwendet.
17312 \end_layout
17313
17314 \begin_layout Standard
17315 \begin_inset VSpace medskip
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \begin_layout Standard
17322 Sie können auch eigene Farben definieren:
17323 \end_layout
17324
17325 \begin_layout Standard
17326
17327 \series bold
17328
17329 \backslash
17330 definecolor{Farbname}{Farbmodell}{Farbwerte}
17331 \end_layout
17332
17333 \begin_layout Standard
17334 Das Farbmodell kann eins der folgenden sein:
17335 \end_layout
17336
17337 \begin_layout Labeling
17338 \labelwidthstring 00.00.0000
17339 cmyk: cyan, magenta, yellow, black
17340 \end_layout
17341
17342 \begin_layout Labeling
17343 \labelwidthstring 00.00.0000
17344 rgb: red, green blue
17345 \end_layout
17346
17347 \begin_layout Labeling
17348 \labelwidthstring 00.00.0000
17349 gray: gray
17350 \end_layout
17351
17352 \begin_layout Standard
17353 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17354  die die entsprechende Farbe für das Farbmodell beschreiben.
17355 \end_layout
17356
17357 \begin_layout Standard
17358 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17359 \emph on
17360
17361 \begin_inset Quotes gld
17362 \end_inset
17363
17364 dunkelgruen
17365 \emph default
17366
17367 \begin_inset Quotes grd
17368 \end_inset
17369
17370  und 
17371 \begin_inset Quotes gld
17372 \end_inset
17373
17374
17375 \emph on
17376 hellgrau
17377 \emph default
17378
17379 \begin_inset Quotes grd
17380 \end_inset
17381
17382  folgendermaßen definieren:
17383 \end_layout
17384
17385 \begin_layout Standard
17386
17387 \series bold
17388
17389 \backslash
17390 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17391 \end_layout
17392
17393 \begin_layout Standard
17394
17395 \series bold
17396
17397 \backslash
17398 definecolor{hellgrau}{gray}{0.8}
17399 \end_layout
17400
17401 \begin_layout Standard
17402 \begin_inset VSpace medskip
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \begin_layout Standard
17409 Linien werden mit dem Befehl
17410 \end_layout
17411
17412 \begin_layout Standard
17413
17414 \series bold
17415
17416 \backslash
17417 rowcolor{Farbname}
17418 \end_layout
17419
17420 \begin_layout Standard
17421 gefärbt, Zellen mit dem Befehl
17422 \end_layout
17423
17424 \begin_layout Standard
17425
17426 \series bold
17427
17428 \backslash
17429 cellcolor{Farbname}
17430 \end_layout
17431
17432 \begin_layout Standard
17433 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17434 \end_layout
17435
17436 \begin_layout Standard
17437 Um nur Text zu färben, verwenden Sie den 
17438 \family sans
17439 Textstil
17440 \family default
17441 -Dialog.
17442  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17443 \emph on
17444 markieren Sie nur den Text
17445 \emph default
17446 , sonst werden Sie LaTeX-Fehler erzeugen.
17447 \end_layout
17448
17449 \begin_layout Standard
17450 \begin_inset Note Greyedout
17451 status open
17452
17453 \begin_layout Plain Layout
17454
17455 \series bold
17456 Achtung:
17457 \series default
17458  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17459 \end_layout
17460
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \begin_layout Standard
17467 \begin_inset VSpace medskip
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \begin_layout Standard
17474 Die Tabelle
17475 \begin_inset space ~
17476 \end_inset
17477
17478
17479 \begin_inset CommandInset ref
17480 LatexCommand ref
17481 reference "tab:Eine-mit-colortbl"
17482
17483 \end_inset
17484
17485  wurde folgendermaßen erstellt: die erste Spalte soll 
17486 \emph on
17487
17488 \begin_inset Quotes gld
17489 \end_inset
17490
17491 dunkelgruen
17492 \emph default
17493
17494 \begin_inset Quotes grd
17495 \end_inset
17496
17497  werden, also müssen Sie ins 
17498 \family sans
17499 LaTe
17500 \begin_inset ERT
17501 status collapsed
17502
17503 \begin_layout Plain Layout
17504
17505 {}
17506 \end_layout
17507
17508 \end_inset
17509
17510 X-Argument
17511 \family default
17512  der Zellen der ersten Spalte den Befehl
17513 \end_layout
17514
17515 \begin_layout Standard
17516
17517 \series bold
17518 >{
17519 \backslash
17520 columncolor{dunkelgruen}
17521 \backslash
17522 centering}c
17523 \end_layout
17524
17525 \begin_layout Standard
17526 schreiben.
17527  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17528 \end_layout
17529
17530 \begin_layout Standard
17531
17532 \series bold
17533
17534 \backslash
17535 rowcolor{cyan}
17536 \end_layout
17537
17538 \begin_layout Standard
17539 in die erste Zelle der ersten Zeile eingefügt.
17540  Diese Farbe ersetzt die Spaltenfarbe.
17541  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17542  Das wird mit folgendem Befehl erreicht:
17543 \end_layout
17544
17545 \begin_layout Standard
17546
17547 \series bold
17548
17549 \backslash
17550 cellcolor{Maroon}
17551 \end_layout
17552
17553 \begin_layout Standard
17554 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17555 \family sans
17556 Textstil
17557 \family default
17558 -Dialog.
17559 \end_layout
17560
17561 \begin_layout Standard
17562 \begin_inset Float table
17563 placement h
17564 wide false
17565 sideways false
17566 status open
17567
17568 \begin_layout Plain Layout
17569 \begin_inset Caption
17570
17571 \begin_layout Plain Layout
17572 \begin_inset CommandInset label
17573 LatexCommand label
17574 name "tab:Eine-mit-colortbl"
17575
17576 \end_inset
17577
17578 Eine mit dem Paket 
17579 \series bold
17580 colortbl
17581 \series default
17582  gefärbte Tabelle
17583 \begin_inset Argument
17584 status collapsed
17585
17586 \begin_layout Plain Layout
17587 Tabelle mit 
17588 \family typewriter
17589 colortbl
17590 \end_layout
17591
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Plain Layout
17603 \align center
17604 \begin_inset Tabular
17605 <lyxtabular version="3" rows="3" columns="3">
17606 <features tabularvalignment="middle">
17607 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
17608 <column alignment="center" valignment="top" width="0">
17609 <column alignment="center" valignment="top" width="0">
17610 <row>
17611 <cell alignment="center" valignment="top" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615 \begin_inset ERT
17616 status open
17617
17618 \begin_layout Plain Layout
17619
17620
17621 \backslash
17622 rowcolor{cyan}
17623 \end_layout
17624
17625 \end_inset
17626
17627
17628 \color magenta
17629 a
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638
17639 \color red
17640 b
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 <cell alignment="center" valignment="top" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \color red
17651 c
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 </row>
17657 <row>
17658 <cell alignment="center" valignment="top" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662
17663 \color yellow
17664 d
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673
17674 \color blue
17675 e
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 <cell alignment="center" valignment="top" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684
17685 \color blue
17686 f
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 </row>
17692 <row>
17693 <cell alignment="center" valignment="top" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697
17698 \color yellow
17699 g
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708
17709 \color blue
17710 h
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 <cell alignment="center" valignment="top" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 \begin_inset ERT
17720 status collapsed
17721
17722 \begin_layout Plain Layout
17723
17724
17725 \backslash
17726 cellcolor{Maroon}
17727 \end_layout
17728
17729 \end_inset
17730
17731
17732 \color green
17733 i
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 </lyxtabular>
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Standard
17752 \begin_inset ERT
17753 status collapsed
17754
17755 \begin_layout Plain Layout
17756
17757
17758 \backslash
17759 else
17760 \end_layout
17761
17762 \end_inset
17763
17764
17765 \begin_inset Note Note
17766 status open
17767
17768 \begin_layout Plain Layout
17769 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17770 \series bold
17771 colortbl
17772 \series default
17773  nicht installiert ist:
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782 Sie müssen das LaTeX-Paket 
17783 \series bold
17784 colortbl
17785 \series default
17786  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset ERT
17791 status collapsed
17792
17793 \begin_layout Plain Layout
17794
17795
17796 \backslash
17797 fi
17798 \end_layout
17799
17800 \end_inset
17801
17802
17803 \end_layout
17804
17805 \begin_layout Subsection
17806 Farbige Zeilen
17807 \begin_inset Index idx
17808 status collapsed
17809
17810 \begin_layout Plain Layout
17811 farbige ! Tabellenzeilen
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \end_layout
17818
17819 \begin_layout Standard
17820 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17821  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17822  Man lädt das LaTeX-Paket 
17823 \series bold
17824 xcolor
17825 \series default
17826
17827 \begin_inset Index idx
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831 LaTeX-Pakete ! xcolor
17832 \begin_inset ERT
17833 status collapsed
17834
17835 \begin_layout Plain Layout
17836
17837
17838 \backslash
17839 vspace{4mm}
17840 \end_layout
17841
17842 \end_inset
17843
17844
17845 \end_layout
17846
17847 \end_inset
17848
17849  im LaTeX-Vorspann mit dem Befehl
17850 \end_layout
17851
17852 \begin_layout Standard
17853
17854 \series bold
17855
17856 \backslash
17857 usepackage[table]{xcolor}
17858 \end_layout
17859
17860 \begin_layout Standard
17861
17862 \series bold
17863 xcolor
17864 \series default
17865  lädt automatisch auch das LaTeX-Paket 
17866 \series bold
17867 colortbl
17868 \series default
17869
17870 \begin_inset Index idx
17871 status collapsed
17872
17873 \begin_layout Plain Layout
17874 LaTeX-Pakete ! colortbl
17875 \end_layout
17876
17877 \end_inset
17878
17879 , so dass 
17880 \series bold
17881 colortbl
17882 \series default
17883  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17884  LaTeX-Fehler.
17885 \end_layout
17886
17887 \begin_layout Standard
17888 \begin_inset ERT
17889 status collapsed
17890
17891 \begin_layout Plain Layout
17892
17893
17894 \backslash
17895 ifcolortbl
17896 \end_layout
17897
17898 \end_inset
17899
17900
17901 \begin_inset Note Note
17902 status open
17903
17904 \begin_layout Plain Layout
17905 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17906 \series bold
17907 colortbl
17908 \series default
17909  installiert ist.
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \begin_layout Standard
17918 Die Tabellenzeilen werden mit dem Befehl
17919 \end_layout
17920
17921 \begin_layout Standard
17922
17923 \series bold
17924
17925 \backslash
17926 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17927 \end_layout
17928
17929 \begin_layout Standard
17930 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17931  ersten zu färbenden Tabelle eingefügt wird.
17932  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17933  Zeilenfarbe gefärbt werden soll.
17934  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17935  werden.
17936  So führt zum Beispiel der Befehl
17937 \end_layout
17938
17939 \begin_layout Standard
17940
17941 \series bold
17942
17943 \backslash
17944 rowcolors{1}{white}{lightgray}
17945 \end_layout
17946
17947 \begin_layout Standard
17948 zum Farbschema von Tabelle
17949 \begin_inset space ~
17950 \end_inset
17951
17952
17953 \begin_inset CommandInset ref
17954 LatexCommand ref
17955 reference "tab:Tabelle-rowcolors"
17956
17957 \end_inset
17958
17959 .
17960  Der Befehl
17961 \end_layout
17962
17963 \begin_layout Standard
17964
17965 \series bold
17966
17967 \backslash
17968 rowcolors[
17969 \backslash
17970 hline]{1}{lightgray}{cyan}
17971 \end_layout
17972
17973 \begin_layout Standard
17974 führt zum Farbschema von Tabelle
17975 \begin_inset space ~
17976 \end_inset
17977
17978
17979 \begin_inset CommandInset ref
17980 LatexCommand ref
17981 reference "tab:Tabelle-rowcolors-2"
17982
17983 \end_inset
17984
17985 .
17986  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
17987  wird keine Farbe verwendet, so dass der Befehl
17988 \end_layout
17989
17990 \begin_layout Standard
17991
17992 \series bold
17993
17994 \backslash
17995 rowcolors{1}{}{}
17996 \end_layout
17997
17998 \begin_layout Standard
17999 alle Farben löscht.
18000  
18001 \series bold
18002
18003 \backslash
18004 rowcolors
18005 \series default
18006  beeinflusst alle diesem Befehl folgenden Tabellen.
18007 \end_layout
18008
18009 \begin_layout Standard
18010 \begin_inset ERT
18011 status open
18012
18013 \begin_layout Plain Layout
18014
18015
18016 \backslash
18017 rowcolors{1}{white}{lightgray}
18018 \end_layout
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \begin_layout Standard
18026 \begin_inset Float table
18027 placement h
18028 wide false
18029 sideways false
18030 status open
18031
18032 \begin_layout Plain Layout
18033 \begin_inset Caption
18034
18035 \begin_layout Plain Layout
18036 \begin_inset CommandInset label
18037 LatexCommand label
18038 name "tab:Tabelle-rowcolors"
18039
18040 \end_inset
18041
18042 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18043 \end_layout
18044
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Plain Layout
18051 \align center
18052 \begin_inset Tabular
18053 <lyxtabular version="3" rows="4" columns="3">
18054 <features tabularvalignment="middle">
18055 <column alignment="center" valignment="top" width="0">
18056 <column alignment="center" valignment="top" width="0pt">
18057 <column alignment="center" valignment="top" width="0pt">
18058 <row>
18059 <cell alignment="center" valignment="top" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 X
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 Y
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 Z
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row>
18088 <cell alignment="center" valignment="top" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 1
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 2
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 3
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 4
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 5
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 6
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 </row>
18145 <row>
18146 <cell alignment="center" valignment="top" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 7
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 8
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 9
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 </lyxtabular>
18175
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \begin_layout Standard
18187 \begin_inset ERT
18188 status open
18189
18190 \begin_layout Plain Layout
18191
18192
18193 \backslash
18194 rowcolors[
18195 \backslash
18196 hline]{1}{lightgray}{cyan}
18197 \end_layout
18198
18199 \end_inset
18200
18201
18202 \end_layout
18203
18204 \begin_layout Standard
18205 \begin_inset Float table
18206 placement h
18207 wide false
18208 sideways false
18209 status open
18210
18211 \begin_layout Plain Layout
18212 \begin_inset Caption
18213
18214 \begin_layout Plain Layout
18215 \begin_inset CommandInset label
18216 LatexCommand label
18217 name "tab:Tabelle-rowcolors-2"
18218
18219 \end_inset
18220
18221 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18222  Linie zwischen jeder Zeile befindet.
18223 \end_layout
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \begin_layout Plain Layout
18231 \align center
18232 \begin_inset Tabular
18233 <lyxtabular version="3" rows="4" columns="3">
18234 <features tabularvalignment="middle">
18235 <column alignment="center" valignment="top" width="0">
18236 <column alignment="center" valignment="top" width="0">
18237 <column alignment="center" valignment="top" width="0pt">
18238 <row>
18239 <cell alignment="center" valignment="top" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 X
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 Y
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 Z
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 </row>
18267 <row>
18268 <cell alignment="center" valignment="top" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 1
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 2
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 3
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 4
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 5
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 6
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 </row>
18325 <row>
18326 <cell alignment="center" valignment="top" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 7
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 8
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 9
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 </row>
18354 </lyxtabular>
18355
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Standard
18367 \begin_inset ERT
18368 status collapsed
18369
18370 \begin_layout Plain Layout
18371
18372
18373 \backslash
18374 rowcolors{1}{}{}
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \begin_inset Note Note
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384 schaltet die Färbung aus
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 \begin_inset ERT
18394 status collapsed
18395
18396 \begin_layout Plain Layout
18397
18398
18399 \backslash
18400 else
18401 \end_layout
18402
18403 \end_inset
18404
18405
18406 \begin_inset Note Note
18407 status open
18408
18409 \begin_layout Plain Layout
18410 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18411 \series bold
18412 colortbl
18413 \series default
18414  nicht installiert ist:
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Standard
18423 Sie müssen das LaTeX-Paket 
18424 \series bold
18425 colortbl
18426 \series default
18427  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18428 \end_layout
18429
18430 \begin_layout Standard
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435
18436
18437 \backslash
18438 fi
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \end_layout
18445
18446 \begin_layout Subsection
18447 Farbige Linien
18448 \begin_inset Index idx
18449 status collapsed
18450
18451 \begin_layout Plain Layout
18452 farbige !  Tabellenlinien
18453 \end_layout
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Standard
18461 Wie in Abschnitt
18462 \begin_inset space ~
18463 \end_inset
18464
18465
18466 \begin_inset CommandInset ref
18467 LatexCommand ref
18468 reference "uab:Liniendicke"
18469
18470 \end_inset
18471
18472  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18473 \series bold
18474
18475 \backslash
18476 arrayrulewidth
18477 \series default
18478  definiert werden.
18479  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18480 \begin_inset space \thinspace{}
18481 \end_inset
18482
18483 pt gesetzt.
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 setlength{
18492 \backslash
18493 arrayrulewidth}{1.5pt}
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18503 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18504 \begin_inset space ~
18505 \end_inset
18506
18507
18508 \begin_inset CommandInset ref
18509 LatexCommand ref
18510 reference "uab:Angepasste-Zellen-/Spaltenformate"
18511
18512 \end_inset
18513
18514  definiert:
18515 \end_layout
18516
18517 \begin_layout Standard
18518
18519 \series bold
18520
18521 \backslash
18522 newcolumntype{W}{!{
18523 \backslash
18524 color{green}
18525 \backslash
18526 vline}}
18527 \end_layout
18528
18529 \begin_layout Standard
18530 In Tabelle
18531 \begin_inset space ~
18532 \end_inset
18533
18534
18535 \begin_inset CommandInset ref
18536 LatexCommand ref
18537 reference "tab:Tabelle-mit-farbigen-vert"
18538
18539 \end_inset
18540
18541  wurde das LaTeX-Argument 
18542 \series bold
18543 WcW
18544 \series default
18545  für die letzte und 
18546 \series bold
18547 Wc
18548 \series default
18549  für die anderen Spalten benutzt.
18550 \end_layout
18551
18552 \begin_layout Standard
18553 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18554 \end_layout
18555
18556 \begin_layout Standard
18557 \begin_inset Float table
18558 placement h
18559 wide false
18560 sideways false
18561 status open
18562
18563 \begin_layout Plain Layout
18564 \begin_inset Caption
18565
18566 \begin_layout Plain Layout
18567 \begin_inset CommandInset label
18568 LatexCommand label
18569 name "tab:Tabelle-mit-farbigen-vert"
18570
18571 \end_inset
18572
18573 Tabelle mit farbigen vertikalen Linien
18574 \end_layout
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Plain Layout
18582 \align center
18583 \begin_inset Tabular
18584 <lyxtabular version="3" rows="3" columns="3">
18585 <features tabularvalignment="middle">
18586 <column alignment="center" valignment="top" width="0" special="Wc">
18587 <column alignment="center" valignment="top" width="0" special="Wc">
18588 <column alignment="center" valignment="top" width="0" special="WcW">
18589 <row>
18590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 sd
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 <row>
18619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 sd
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 </row>
18647 <row>
18648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670 sd
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 </row>
18676 </lyxtabular>
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset VSpace bigskip
18690 \end_inset
18691
18692 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18693 \begin_inset space ~
18694 \end_inset
18695
18696
18697 \begin_inset CommandInset ref
18698 LatexCommand ref
18699 reference "tab:Tabelle-mit-farbigen-horiz"
18700
18701 \end_inset
18702
18703 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18704  einfügen:
18705 \end_layout
18706
18707 \begin_layout Standard
18708
18709 \series bold
18710
18711 \backslash
18712 let
18713 \backslash
18714 myHlineC
18715 \backslash
18716 hline
18717 \begin_inset Newline newline
18718 \end_inset
18719
18720
18721 \backslash
18722 renewcommand{
18723 \backslash
18724 hline}
18725 \begin_inset Newline newline
18726 \end_inset
18727
18728
18729 \begin_inset Phantom HPhantom
18730 status open
18731
18732 \begin_layout Plain Layout
18733
18734 \series bold
18735 \begin_inset space ~
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \end_inset
18742
18743 {
18744 \backslash
18745 arrayrulecolor{red}
18746 \backslash
18747 myHlineC
18748 \backslash
18749 arrayrulecolor{black}}
18750 \end_layout
18751
18752 \begin_layout Standard
18753 \begin_inset ERT
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757
18758
18759 \backslash
18760 let
18761 \backslash
18762 myHlineC
18763 \backslash
18764 hline
18765 \end_layout
18766
18767 \begin_layout Plain Layout
18768
18769
18770 \backslash
18771 renewcommand{
18772 \backslash
18773 hline}
18774 \end_layout
18775
18776 \begin_layout Plain Layout
18777
18778  {
18779 \backslash
18780 arrayrulecolor{red}
18781 \backslash
18782 myHlineC
18783 \backslash
18784 arrayrulecolor{black}}
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \begin_inset Float table
18791 placement h
18792 wide false
18793 sideways false
18794 status open
18795
18796 \begin_layout Plain Layout
18797 \begin_inset Caption
18798
18799 \begin_layout Plain Layout
18800 \begin_inset CommandInset label
18801 LatexCommand label
18802 name "tab:Tabelle-mit-farbigen-horiz"
18803
18804 \end_inset
18805
18806 Tabelle mit farbigen horizontalen Linien
18807 \end_layout
18808
18809 \end_inset
18810
18811
18812 \end_layout
18813
18814 \begin_layout Plain Layout
18815 \align center
18816 \begin_inset Tabular
18817 <lyxtabular version="3" rows="3" columns="3">
18818 <features tabularvalignment="middle">
18819 <column alignment="center" valignment="top" width="0">
18820 <column alignment="center" valignment="top" width="0">
18821 <column alignment="center" valignment="top" width="0">
18822 <row>
18823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827 sd
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 </row>
18851 <row>
18852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 sd
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 </row>
18880 <row>
18881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903 sd
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 </row>
18909 </lyxtabular>
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Standard
18922 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18923  als TeX-Code hinter der Tabelle einfügen:
18924 \end_layout
18925
18926 \begin_layout Standard
18927
18928 \series bold
18929
18930 \backslash
18931 renewcommand{
18932 \backslash
18933 hline}{
18934 \backslash
18935 myHlineC}
18936 \end_layout
18937
18938 \begin_layout Standard
18939 Tabelle
18940 \begin_inset space ~
18941 \end_inset
18942
18943
18944 \begin_inset CommandInset ref
18945 LatexCommand ref
18946 reference "tab:Table-with-colored"
18947
18948 \end_inset
18949
18950  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18951 \end_layout
18952
18953 \begin_layout Standard
18954 \begin_inset Float table
18955 placement h
18956 wide false
18957 sideways false
18958 status open
18959
18960 \begin_layout Plain Layout
18961 \begin_inset Caption
18962
18963 \begin_layout Plain Layout
18964 \begin_inset CommandInset label
18965 LatexCommand label
18966 name "tab:Table-with-colored"
18967
18968 \end_inset
18969
18970 Tabelle mit farbigen Linien
18971 \end_layout
18972
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \begin_layout Plain Layout
18979 \align center
18980 \begin_inset Tabular
18981 <lyxtabular version="3" rows="3" columns="3">
18982 <features tabularvalignment="middle">
18983 <column alignment="center" valignment="top" width="0" special="Wc">
18984 <column alignment="center" valignment="top" width="0" special="Wc">
18985 <column alignment="center" valignment="top" width="0" special="WcW">
18986 <row>
18987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991 sd
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 <row>
19016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 sd
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 <row topspace="default">
19045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 sd
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 </row>
19073 </lyxtabular>
19074
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Standard
19086 \begin_inset ERT
19087 status collapsed
19088
19089 \begin_layout Plain Layout
19090
19091
19092 \backslash
19093 renewcommand{
19094 \backslash
19095 hline}{
19096 \backslash
19097 myHlineC}
19098 \end_layout
19099
19100 \end_inset
19101
19102
19103 \end_layout
19104
19105 \begin_layout Standard
19106 \begin_inset ERT
19107 status collapsed
19108
19109 \begin_layout Plain Layout
19110
19111
19112 \backslash
19113 setlength{
19114 \backslash
19115 arrayrulewidth}{0.4pt}
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \begin_inset Note Note
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125 setzt die Liniendicke wieder auf ihren Standardwert zurück
19126 \end_layout
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \begin_layout Section
19134 Rotierte Tabellenzellen
19135 \begin_inset CommandInset label
19136 LatexCommand label
19137 name "abs:Rotierte-Tabellenzellen"
19138
19139 \end_inset
19140
19141
19142 \begin_inset Index idx
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146 Tabellen ! rotierte Zellen
19147 \end_layout
19148
19149 \end_inset
19150
19151
19152 \begin_inset Index idx
19153 status collapsed
19154
19155 \begin_layout Plain Layout
19156 Rotiertes Material
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \begin_layout Standard
19165 \begin_inset Note Greyedout
19166 status open
19167
19168 \begin_layout Plain Layout
19169
19170 \series bold
19171 Achtung:
19172 \series default
19173  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19174 \end_layout
19175
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \begin_layout Standard
19182 Momentan bietet LyX nur an, Tabellenzellen um 90
19183 \begin_inset space \thinspace{}
19184 \end_inset
19185
19186 ° gegen den Uhrzeigersinn zu rotieren.
19187  Um Zellen um Winkel Ihrer Wahl zu rotieren, müssen Sie dies zu Ihrem LaTeX-Vors
19188 pann hinzufügen:
19189 \end_layout
19190
19191 \begin_layout Standard
19192
19193 \series bold
19194
19195 \backslash
19196 @ifundefined{turnbox}{
19197 \backslash
19198 usepackage{rotating}}{}
19199 \end_layout
19200
19201 \begin_layout Standard
19202 In die Tabellenzelle, die rotiert werden soll, fügen Sie zu Beginn diesen
19203  Befehl als TeX-Code ein:
19204 \end_layout
19205
19206 \begin_layout Standard
19207
19208 \series bold
19209
19210 \backslash
19211 begin{turn}{Winkel}
19212 \end_layout
19213
19214 \begin_layout Standard
19215 wobei Winkel der Rotationswinkel in ° ist.
19216  Am Ende der Zellen wird der Befehl
19217 \end_layout
19218
19219 \begin_layout Standard
19220
19221 \series bold
19222
19223 \backslash
19224 end{turn}
19225 \end_layout
19226
19227 \begin_layout Standard
19228 als TeX-Code eingefügt.
19229 \end_layout
19230
19231 \begin_layout Standard
19232 Tabelle
19233 \begin_inset space ~
19234 \end_inset
19235
19236
19237 \begin_inset CommandInset ref
19238 LatexCommand ref
19239 reference "tab:Tabelle-mit-rotierten"
19240
19241 \end_inset
19242
19243  ist ein Beispiel bei dem 3
19244 \begin_inset space ~
19245 \end_inset
19246
19247 Zellen um 45
19248 \begin_inset space \thinspace{}
19249 \end_inset
19250
19251 ° rotiert wurden.
19252 \end_layout
19253
19254 \begin_layout Standard
19255 \begin_inset Float table
19256 wide false
19257 sideways false
19258 status open
19259
19260 \begin_layout Plain Layout
19261 \begin_inset Caption
19262
19263 \begin_layout Plain Layout
19264 \begin_inset CommandInset label
19265 LatexCommand label
19266 name "tab:Tabelle-mit-rotierten"
19267
19268 \end_inset
19269
19270 Tabelle mit rotierten Zellen in der ersten Zeile.
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Plain Layout
19279 \noindent
19280 \align center
19281 \begin_inset Tabular
19282 <lyxtabular version="3" rows="2" columns="3">
19283 <features tabularvalignment="middle">
19284 <column alignment="center" valignment="top" width="0">
19285 <column alignment="center" valignment="top" width="0pt">
19286 <column alignment="center" valignment="top" width="0">
19287 <row>
19288 <cell alignment="center" valignment="top" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 \begin_inset ERT
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296
19297
19298 \backslash
19299 begin{turn}{45}
19300 \end_layout
19301
19302 \end_inset
19303
19304 Tassen
19305 \begin_inset ERT
19306 status collapsed
19307
19308 \begin_layout Plain Layout
19309
19310
19311 \backslash
19312 end{turn}
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 \begin_inset ERT
19327 status collapsed
19328
19329 \begin_layout Plain Layout
19330
19331
19332 \backslash
19333 begin{turn}{45}
19334 \end_layout
19335
19336 \end_inset
19337
19338 Teller
19339 \begin_inset ERT
19340 status collapsed
19341
19342 \begin_layout Plain Layout
19343
19344
19345 \backslash
19346 end{turn}
19347 \end_layout
19348
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360 \begin_inset ERT
19361 status collapsed
19362
19363 \begin_layout Plain Layout
19364
19365
19366 \backslash
19367 begin{turn}{45}
19368 \end_layout
19369
19370 \end_inset
19371
19372 Untertassen
19373 \begin_inset ERT
19374 status collapsed
19375
19376 \begin_layout Plain Layout
19377
19378
19379 \backslash
19380 end{turn}
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 </row>
19391 <row>
19392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396 45
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 33
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 21
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 </row>
19420 </lyxtabular>
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \begin_layout Standard
19433 \begin_inset Note Greyedout
19434 status open
19435
19436 \begin_layout Plain Layout
19437
19438 \series bold
19439 Achtung:
19440 \series default
19441  Zeilenumbrüche (Tastenkürzel 
19442 \family sans
19443 Strg+Enter
19444 \family default
19445 ) sind in rotierten Zellen nicht erlaubt.
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \begin_layout Standard
19454 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19455  den Zelleninhalt in eine Minipage oder Parbox tun.
19456 \begin_inset Foot
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460 Für mehr über diese Boxen siehe Abschnitt
19461 \begin_inset space ~
19462 \end_inset
19463
19464
19465 \begin_inset CommandInset ref
19466 LatexCommand ref
19467 reference "abs:Minipage"
19468
19469 \end_inset
19470
19471  und 
19472 \begin_inset CommandInset ref
19473 LatexCommand ref
19474 reference "abs:Parbox"
19475
19476 \end_inset
19477
19478 .
19479 \end_layout
19480
19481 \end_inset
19482
19483  Wenn Sie diese Zelle um 90
19484 \begin_inset space \thinspace{}
19485 \end_inset
19486
19487 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19488  Tabelle
19489 \begin_inset space ~
19490 \end_inset
19491
19492
19493 \begin_inset CommandInset ref
19494 LatexCommand ref
19495 reference "tab:Tabelle-mit-rotierter-Umbruch"
19496
19497 \end_inset
19498
19499  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19500  auch 3
19501 \begin_inset space \thinspace{}
19502 \end_inset
19503
19504 cm gesetzt wurde.
19505 \end_layout
19506
19507 \begin_layout Standard
19508 \begin_inset Float table
19509 wide false
19510 sideways false
19511 status open
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Caption
19515
19516 \begin_layout Plain Layout
19517 \begin_inset CommandInset label
19518 LatexCommand label
19519 name "tab:Tabelle-mit-rotierter-Umbruch"
19520
19521 \end_inset
19522
19523 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19524 \end_layout
19525
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \begin_layout Plain Layout
19532 \noindent
19533 \align center
19534 \begin_inset Tabular
19535 <lyxtabular version="3" rows="2" columns="3">
19536 <features tabularvalignment="middle">
19537 <column alignment="center" valignment="top" width="0">
19538 <column alignment="center" valignment="top" width="0pt">
19539 <column alignment="center" valignment="top" width="0">
19540 <row>
19541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 a
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 \begin_inset Box Frameless
19555 position "t"
19556 hor_pos "c"
19557 has_inner_box 1
19558 inner_pos "t"
19559 use_parbox 0
19560 use_makebox 0
19561 width "3cm"
19562 special "none"
19563 height "1in"
19564 height_special "totalheight"
19565 status open
19566
19567 \begin_layout Plain Layout
19568 rotierte Zelle
19569 \begin_inset Newline newline
19570 \end_inset
19571
19572 mit Zeilenumbruch
19573 \end_layout
19574
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586 e
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 </row>
19592 <row>
19593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 b
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 c
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 d
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 </row>
19621 </lyxtabular>
19622
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629
19630
19631 \end_layout
19632
19633 \begin_layout Section
19634 Berechnung der Tabellenbreite
19635 \begin_inset CommandInset label
19636 LatexCommand label
19637 name "abs:Berechnung-der-Tabellenbreite"
19638
19639 \end_inset
19640
19641
19642 \end_layout
19643
19644 \begin_layout Standard
19645 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19646  Tabelle nicht über den Seitenrand hinausragt.
19647  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19648  aber wie viel Platz wird für jede Spalte benötigt?
19649 \end_layout
19650
19651 \begin_layout Standard
19652 Die Tabellenbreite 
19653 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19654 \end_inset
19655
19656  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19657  
19658 \begin_inset Formula $W_{\mathrm{Spalte}}$
19659 \end_inset
19660
19661  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19662  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19663 \series bold
19664  
19665 \backslash
19666 tabcolsep
19667 \series default
19668 , Voreinstellung 6
19669 \begin_inset space \thinspace{}
19670 \end_inset
19671
19672 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19673 \series bold
19674
19675 \backslash
19676 arrayrulewidth
19677 \series default
19678 , Voreinstellung 0.4
19679 \begin_inset space \thinspace{}
19680 \end_inset
19681
19682 pt): Wenn alle 
19683 \begin_inset Formula $n$
19684 \end_inset
19685
19686
19687 \begin_inset space ~
19688 \end_inset
19689
19690 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19691 \begin_inset Formula 
19692 \begin{equation}
19693 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19694 \end{equation}
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \begin_layout Standard
19702 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19703  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19704  
19705 \series bold
19706
19707 \backslash
19708 columnwidth
19709 \series default
19710 ).
19711  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19712 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19713 \end_inset
19714
19715  gleich 1
19716 \begin_inset space \thinspace{}
19717 \end_inset
19718
19719
19720 \backslash
19721 columnwidth sein soll, kann 
19722 \begin_inset Formula $W_{\mathrm{Spalte}}$
19723 \end_inset
19724
19725  leicht berechnet werden.
19726 \end_layout
19727
19728 \begin_layout Standard
19729 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19730 \series bold
19731 calc
19732 \series default
19733
19734 \begin_inset Index idx
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738 LaTeX-Pakete ! calc
19739 \end_layout
19740
19741 \end_inset
19742
19743  im LaTeX-Vorspann geladen werden.
19744  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19745 \family sans
19746 LaTeX-Argument
19747 \family default
19748  verwendet werden.
19749  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19750 \begin_inset space ~
19751 \end_inset
19752
19753
19754 \begin_inset CommandInset ref
19755 LatexCommand ref
19756 reference "uab:Mehrfachspalten-Berechnungen"
19757
19758 \end_inset
19759
19760  erklärt ist.
19761  Für eine Tabelle mit 5
19762 \begin_inset space \thinspace{}
19763 \end_inset
19764
19765 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19766  für jede Spalte den Befehl
19767 \end_layout
19768
19769 \begin_layout Standard
19770
19771 \series bold
19772 >{
19773 \backslash
19774 centering}p{(1
19775 \backslash
19776 columnwidth-62.4pt)/5}
19777 \end_layout
19778
19779 \begin_layout Standard
19780 an.
19781  Für eine Tabelle mit 5
19782 \begin_inset space \thinspace{}
19783 \end_inset
19784
19785 Spalten bei der 2 das 0,75
19786 \begin_inset space \thinspace{}
19787 \end_inset
19788
19789 fache der Breite der anderen 3
19790 \begin_inset space ~
19791 \end_inset
19792
19793 Spalten haben sollen, ist die Berechnung
19794 \begin_inset Formula 
19795 \begin{align}
19796 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19797  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19798  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19799 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19800 \end{align}
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Standard
19808 In der Tabelle wird daher der Befehl
19809 \end_layout
19810
19811 \begin_layout Standard
19812
19813 \series bold
19814 >{
19815 \backslash
19816 centering}p{(1
19817 \backslash
19818 columnwidth-62.4pt)/
19819 \backslash
19820 real{4.5}}
19821 \end_layout
19822
19823 \begin_layout Standard
19824 für die breiteren Spalten verwendet und
19825 \end_layout
19826
19827 \begin_layout Standard
19828
19829 \series bold
19830 >{
19831 \backslash
19832 centering}p{(1
19833 \backslash
19834 columnwidth-62.4pt)/
19835 \backslash
19836 real{4.5}*
19837 \backslash
19838 real{0.75}}
19839 \end_layout
19840
19841 \begin_layout Standard
19842 für die schmaleren:
19843 \end_layout
19844
19845 \begin_layout Standard
19846 \begin_inset Tabular
19847 <lyxtabular version="3" rows="2" columns="5">
19848 <features tabularvalignment="middle">
19849 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19850 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19851 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19852 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19853 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19854 <row>
19855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 1
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 2
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 3
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886 4
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 5
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 </row>
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 111111 1111111 111111 111111111 11111 11111 1111
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 2222 22222 222222 222222222 2222222 22 22222
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 333333 333333 333333 33333 3333333 333
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 </row>
19948 </lyxtabular>
19949
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \begin_layout Section
19956 Tabellen-Anpassung
19957 \begin_inset Index idx
19958 status collapsed
19959
19960 \begin_layout Plain Layout
19961 Tabellen ! Anpassung
19962 \end_layout
19963
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \begin_layout Subsection
19970 Zeilenabstand
19971 \begin_inset CommandInset label
19972 LatexCommand label
19973 name "uab:Zeilenabstand"
19974
19975 \end_inset
19976
19977
19978 \begin_inset Index idx
19979 status collapsed
19980
19981 \begin_layout Plain Layout
19982 Tabellen ! Zeilenabstand
19983 \end_layout
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \begin_layout Standard
19991 Auf der Karteikarte 
19992 \family sans
19993 Rahmen
19994 \family default
19995  des 
19996 \family sans
19997 Tabellen-Einstellungen
19998 \family default
19999 -Dialogs können Sie 
20000 \family sans
20001 zusätzliche
20002 \begin_inset space ~
20003 \end_inset
20004
20005 Abstände
20006 \family default
20007  einfügen.
20008  Dabei haben Sie drei Möglichkeiten:
20009 \end_layout
20010
20011 \begin_layout Description
20012 Oberhalb
20013 \begin_inset space ~
20014 \end_inset
20015
20016 der
20017 \begin_inset space ~
20018 \end_inset
20019
20020 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20021  Bei einer formalen Tabelle
20022 \begin_inset Foot
20023 status collapsed
20024
20025 \begin_layout Plain Layout
20026 Formale Tabellen wurden in Abschnitt
20027 \begin_inset space ~
20028 \end_inset
20029
20030
20031 \begin_inset CommandInset ref
20032 LatexCommand ref
20033 reference "abs:Formale-Tabellen"
20034
20035 \end_inset
20036
20037  beschrieben.
20038 \end_layout
20039
20040 \end_inset
20041
20042  fügt LyX standardmäßig 0.5
20043 \begin_inset space \thinspace{}
20044 \end_inset
20045
20046 em Leerraum ein.
20047  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20048 \begin_inset VSpace medskip
20049 \end_inset
20050
20051
20052 \begin_inset Newline newline
20053 \end_inset
20054
20055
20056 \begin_inset space \hspace*{}
20057 \length 0pt
20058 \end_inset
20059
20060
20061 \begin_inset space \hfill{}
20062 \end_inset
20063
20064
20065 \begin_inset Tabular
20066 <lyxtabular version="3" rows="3" columns="1">
20067 <features tabularvalignment="middle">
20068 <column alignment="center" valignment="top" width="0">
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074 A
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 <row topspace="3mm">
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 3
20086 \begin_inset space \thinspace{}
20087 \end_inset
20088
20089 mm Leerraum oberhalb der Zeile
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 C
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 </lyxtabular>
20107
20108 \end_inset
20109
20110
20111 \begin_inset space \hfill{}
20112 \end_inset
20113
20114
20115 \begin_inset space \hspace*{}
20116 \length 0pt
20117 \end_inset
20118
20119
20120 \begin_inset VSpace medskip
20121 \end_inset
20122
20123
20124 \begin_inset Newline newline
20125 \end_inset
20126
20127 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20128 n Linien verwenden.
20129 \end_layout
20130
20131 \begin_layout Description
20132 Unterhalb
20133 \begin_inset space ~
20134 \end_inset
20135
20136 der
20137 \begin_inset space ~
20138 \end_inset
20139
20140 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20141  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20142 \begin_inset space \thinspace{}
20143 \end_inset
20144
20145 em Leerraum ein.
20146  Bei normalen Tabellen ist der Standardwert 2
20147 \begin_inset space \thinspace{}
20148 \end_inset
20149
20150 pt.
20151 \end_layout
20152
20153 \begin_layout Description
20154 Zwischen
20155 \begin_inset space ~
20156 \end_inset
20157
20158 den
20159 \begin_inset space ~
20160 \end_inset
20161
20162 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20163  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20164 \begin_inset space \thinspace{}
20165 \end_inset
20166
20167 em Leerraum ein.
20168  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20169 \begin_inset VSpace medskip
20170 \end_inset
20171
20172
20173 \begin_inset Newline newline
20174 \end_inset
20175
20176
20177 \begin_inset space \hspace*{}
20178 \length 0pt
20179 \end_inset
20180
20181
20182 \begin_inset space \hfill{}
20183 \end_inset
20184
20185
20186 \begin_inset Tabular
20187 <lyxtabular version="3" rows="3" columns="1">
20188 <features tabularvalignment="middle">
20189 <column alignment="center" valignment="top" width="0">
20190 <row>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 A
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 <row interlinespace="3mm">
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $\downarrow$
20207 \end_inset
20208
20209  3
20210 \begin_inset space \thinspace{}
20211 \end_inset
20212
20213 mm Leerraum zwischen den Zeilen 
20214 \begin_inset Formula $\downarrow$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 <row>
20224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 \begin_inset Formula $\uparrow$
20229 \end_inset
20230
20231  3
20232 \begin_inset space \thinspace{}
20233 \end_inset
20234
20235 mm Leerraum zwischen den Zeilen 
20236 \begin_inset Formula $\uparrow$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 </row>
20245 </lyxtabular>
20246
20247 \end_inset
20248
20249
20250 \begin_inset space \hfill{}
20251 \end_inset
20252
20253
20254 \begin_inset space \hspace*{}
20255 \length 0pt
20256 \end_inset
20257
20258
20259 \begin_inset VSpace medskip
20260 \end_inset
20261
20262
20263 \begin_inset Newline newline
20264 \end_inset
20265
20266 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20267 n Linien verwenden.
20268 \end_layout
20269
20270 \begin_layout Standard
20271 \begin_inset VSpace bigskip
20272 \end_inset
20273
20274 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20275  Befehlen im LaTeX-Vorspann machen:
20276 \end_layout
20277
20278 \begin_layout Standard
20279
20280 \series bold
20281
20282 \backslash
20283 @ifundefined{extrarowheight}
20284 \begin_inset Newline newline
20285 \end_inset
20286
20287
20288 \begin_inset Phantom HPhantom
20289 status open
20290
20291 \begin_layout Plain Layout
20292
20293 \series bold
20294 \begin_inset space ~
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \end_inset
20301
20302 {
20303 \backslash
20304 usepackage{array}}{}
20305 \begin_inset Newline newline
20306 \end_inset
20307
20308
20309 \backslash
20310 setlength{
20311 \backslash
20312 extrarowheight}{Höhe}
20313 \end_layout
20314
20315 \begin_layout Standard
20316 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20317  ausgerichtet sind.
20318  (Das Paket 
20319 \series bold
20320 array
20321 \series default
20322  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20323  verwenden.
20324  Der Befehl 
20325 \series bold
20326
20327 \backslash
20328 @ifundefined
20329 \series default
20330  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20331 \end_layout
20332
20333 \begin_layout Standard
20334 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20335  zu nah an den Buchstaben.
20336  Das kann korrigiert werden, indem man den Befehl 
20337 \series bold
20338
20339 \backslash
20340 strut
20341 \series default
20342  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20343  Tabelle
20344 \begin_inset space ~
20345 \end_inset
20346
20347
20348 \begin_inset CommandInset ref
20349 LatexCommand ref
20350 reference "tab:Vertikale-Ausrichtung-von"
20351
20352 \end_inset
20353
20354  zeigt den Effekt.
20355 \end_layout
20356
20357 \begin_layout Standard
20358 \noindent
20359 \begin_inset Float table
20360 placement h
20361 wide false
20362 sideways false
20363 status open
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Caption
20367
20368 \begin_layout Plain Layout
20369 \begin_inset CommandInset label
20370 LatexCommand label
20371 name "tab:Vertikale-Ausrichtung-von"
20372
20373 \end_inset
20374
20375 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Plain Layout
20384 \begin_inset space \hfill{}
20385 \end_inset
20386
20387
20388 \begin_inset Float table
20389 wide false
20390 sideways false
20391 status collapsed
20392
20393 \begin_layout Plain Layout
20394 \begin_inset Caption
20395
20396 \begin_layout Plain Layout
20397 Normale Tabelle.
20398 \end_layout
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \begin_layout Plain Layout
20406 \noindent
20407 \align center
20408 \begin_inset Tabular
20409 <lyxtabular version="3" rows="6" columns="1">
20410 <features tabularvalignment="middle">
20411 <column alignment="left" valignment="top" width="0">
20412 <row>
20413 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 Normal, g
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \size large
20430 Groß, g
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 </row>
20436 <row>
20437 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441
20442 \size larger
20443 Größer, g
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 <row>
20450 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \size largest
20456 noch Größer, g
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 <row>
20463 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \size huge
20469 Riesig
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \size giant
20482 Gigantisch
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 </lyxtabular>
20489
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496
20497
20498 \begin_inset space \hfill{}
20499 \end_inset
20500
20501
20502 \begin_inset Float table
20503 wide false
20504 sideways false
20505 status collapsed
20506
20507 \begin_layout Plain Layout
20508 \begin_inset Caption
20509
20510 \begin_layout Plain Layout
20511 Tabelle bei der der Befehl 
20512 \series bold
20513
20514 \backslash
20515 strut
20516 \series default
20517  verwendet wurde.
20518 \end_layout
20519
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \begin_layout Plain Layout
20526 \noindent
20527 \align center
20528 \begin_inset Tabular
20529 <lyxtabular version="3" rows="6" columns="1">
20530 <features tabularvalignment="middle">
20531 <column alignment="left" valignment="top" width="0">
20532 <row>
20533 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 Normal, g
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \size large
20550 \begin_inset ERT
20551 status collapsed
20552
20553 \begin_layout Plain Layout
20554
20555
20556 \backslash
20557 strut 
20558 \end_layout
20559
20560 \end_inset
20561
20562 Groß, g
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 </row>
20568 <row>
20569 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573
20574 \size larger
20575 \begin_inset ERT
20576 status collapsed
20577
20578 \begin_layout Plain Layout
20579
20580
20581 \backslash
20582 strut 
20583 \end_layout
20584
20585 \end_inset
20586
20587 Größer, g
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 <row>
20594 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598
20599 \size largest
20600 \begin_inset ERT
20601 status collapsed
20602
20603 \begin_layout Plain Layout
20604
20605
20606 \backslash
20607 strut 
20608 \end_layout
20609
20610 \end_inset
20611
20612 noch Größer, g
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 <row>
20619 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \size huge
20625 \begin_inset ERT
20626 status collapsed
20627
20628 \begin_layout Plain Layout
20629
20630
20631 \backslash
20632 strut 
20633 \end_layout
20634
20635 \end_inset
20636
20637 Riesig
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 <row>
20644 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \size giant
20650 \begin_inset ERT
20651 status collapsed
20652
20653 \begin_layout Plain Layout
20654
20655
20656 \backslash
20657 strut 
20658 \end_layout
20659
20660 \end_inset
20661
20662 Gigantisch
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 </lyxtabular>
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \end_inset
20676
20677
20678 \begin_inset space \hfill{}
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \begin_layout Subsection
20690 Besondere Zellenausrichtung
20691 \begin_inset CommandInset label
20692 LatexCommand label
20693 name "uab:Besondere-Zellenausrichtung"
20694
20695 \end_inset
20696
20697
20698 \begin_inset Index idx
20699 status collapsed
20700
20701 \begin_layout Plain Layout
20702 Tabellen ! Zellenausrichtung
20703 \end_layout
20704
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \begin_layout Standard
20711 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20712  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20713 \begin_inset space ~
20714 \end_inset
20715
20716
20717 \begin_inset CommandInset ref
20718 LatexCommand ref
20719 reference "tab:Tabellenzellen-sind-auf"
20720
20721 \end_inset
20722
20723 .
20724  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20725  dann entweder den Werkzeugleistenknopf 
20726 \begin_inset Info
20727 type  "icon"
20728 arg   "inset-modify tabular align-decimal"
20729 \end_inset
20730
20731  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20732 \family sans
20733 Am
20734 \begin_inset space ~
20735 \end_inset
20736
20737 Dezimaltrenner
20738 \family default
20739  setzt.
20740  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20741  frei wählen.
20742 \end_layout
20743
20744 \begin_layout Standard
20745 \begin_inset Float table
20746 placement h
20747 wide false
20748 sideways false
20749 status open
20750
20751 \begin_layout Plain Layout
20752 \begin_inset Caption
20753
20754 \begin_layout Plain Layout
20755 \begin_inset CommandInset label
20756 LatexCommand label
20757 name "tab:Tabellenzellen-sind-auf"
20758
20759 \end_inset
20760
20761 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20762 \end_layout
20763
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \begin_layout Plain Layout
20770 \align center
20771 \begin_inset Tabular
20772 <lyxtabular version="3" rows="4" columns="1">
20773 <features booktabs="true" tabularvalignment="middle">
20774 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20775 <row>
20776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 Überschrift
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 12,6
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 <row>
20798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 0,68
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 </row>
20808 <row>
20809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 -123,0
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 </row>
20819 </lyxtabular>
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \begin_layout Standard
20832 \begin_inset Float table
20833 placement h
20834 wide false
20835 sideways false
20836 status open
20837
20838 \begin_layout Plain Layout
20839 \begin_inset Caption
20840
20841 \begin_layout Plain Layout
20842 \begin_inset CommandInset label
20843 LatexCommand label
20844 name "tab:Tabellenzellen-Operator"
20845
20846 \end_inset
20847
20848 Tabellenzellen sind auf den Operator ausgerichtet
20849 \end_layout
20850
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \begin_layout Plain Layout
20857 \align center
20858 \begin_inset Tabular
20859 <lyxtabular version="3" rows="4" columns="2">
20860 <features booktabs="true" tabularvalignment="middle">
20861 <column alignment="right" valignment="top" width="0pt">
20862 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20863 <row>
20864 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 Überschrift
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="center" valignment="top" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888 \begin_inset Formula $12\,+$
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900 \begin_inset Formula $\,6$
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 </row>
20909 <row>
20910 <cell alignment="center" valignment="top" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 \begin_inset Formula $0\,-$
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\,68$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 \begin_inset Formula $-123\,/$
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $\,0$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 </lyxtabular>
20962
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969
20970
20971 \end_layout
20972
20973 \begin_layout Standard
20974 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20975  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20976  Formeln erlaubt.
20977  In diesem Fall verwendet man die Methode von Tabelle
20978 \begin_inset space ~
20979 \end_inset
20980
20981
20982 \begin_inset CommandInset ref
20983 LatexCommand ref
20984 reference "tab:Tabellenzellen-Operator"
20985
20986 \end_inset
20987
20988 .
20989  Diese Tabelle wurde als 4×2 Tabelle erstellt.
20990  Die Überschrift ist eine zentrierte Mehrfachspalte.
20991  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
20992  und den Operator.
20993  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
20994  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
20995  um den üblichen Leerraum um einen Operator zu erhalten.
20996  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
20997  für die zweite Spalte folgendes eingefügt:
20998 \end_layout
20999
21000 \begin_layout Standard
21001
21002 \series bold
21003 @{}l
21004 \end_layout
21005
21006 \begin_layout Standard
21007 Tabelle
21008 \begin_inset space ~
21009 \end_inset
21010
21011
21012 \begin_inset CommandInset ref
21013 LatexCommand ref
21014 reference "tab:Verschiedene-Ausrichtungen"
21015
21016 \end_inset
21017
21018  zeigt einige Ausrichtungen.
21019  Für die Ausrichtung der Relationen wurde ein kleiner 
21020 \family sans
21021 Leerraum
21022 \family default
21023  eingefügt; wie in der zweiten Spalte von Tabelle
21024 \begin_inset space ~
21025 \end_inset
21026
21027
21028 \begin_inset CommandInset ref
21029 LatexCommand ref
21030 reference "tab:Tabellenzellen-Operator"
21031
21032 \end_inset
21033
21034 .
21035 \end_layout
21036
21037 \begin_layout Standard
21038
21039 \color black
21040 \begin_inset Float table
21041 placement h
21042 wide false
21043 sideways false
21044 status open
21045
21046 \begin_layout Plain Layout
21047
21048 \color black
21049 \begin_inset Caption
21050
21051 \begin_layout Plain Layout
21052
21053 \color black
21054 \begin_inset CommandInset label
21055 LatexCommand label
21056 name "tab:Verschiedene-Ausrichtungen"
21057
21058 \end_inset
21059
21060
21061 \color inherit
21062 Verschiedene Ausrichtungen
21063 \end_layout
21064
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \begin_layout Plain Layout
21071 \align center
21072 \begin_inset Tabular
21073 <lyxtabular version="3" rows="4" columns="6">
21074 <features tabularvalignment="middle">
21075 <column alignment="right" valignment="top" width="0">
21076 <column alignment="left" valignment="top" width="0" special="@{}l">
21077 <column alignment="right" valignment="top" width="0">
21078 <column alignment="left" valignment="top" width="0" special="@{}l">
21079 <column alignment="right" valignment="top" width="0">
21080 <column alignment="left" valignment="top" width="0" special="@{}l">
21081 <row>
21082 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 Einheiten
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 Exponenten
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 Relationen
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 </row>
21137 <row>
21138 <cell alignment="center" valignment="top" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 12×
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 24
21152 \begin_inset space \thinspace{}
21153 \end_inset
21154
21155 Flaschen
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 <cell alignment="center" valignment="top" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 \begin_inset Formula $10\cdot$
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $10^{\mbox{-}17}$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\Gamma(t)\propto$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 \begin_inset Formula $\:\Upsilon(t)$
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 </row>
21209 <row>
21210 <cell alignment="center" valignment="top" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214 1024×
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 768
21224 \begin_inset space \thinspace{}
21225 \end_inset
21226
21227 Pixel
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 \begin_inset Formula $5.78\cdot$
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $10^{7}$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Formula $A\ne$
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 <cell alignment="center" valignment="top" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 \begin_inset Formula $\: B_{\mathrm{red}}$
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 </row>
21281 <row>
21282 <cell alignment="center" valignment="top" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286 32×
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 6
21296 \begin_inset space \thinspace{}
21297 \end_inset
21298
21299 cm
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 <cell alignment="center" valignment="top" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308 -
21309 \begin_inset Formula $33.5\cdot$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 \begin_inset Formula $10^{4}$
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 <cell alignment="center" valignment="top" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333 \begin_inset Formula $\sin(\alpha)\ge$
21334 \end_inset
21335
21336
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $\:\sin(\beta)$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 </lyxtabular>
21355
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \begin_layout Subsection
21367 Angepasste Zellen-/Spaltenformate
21368 \begin_inset CommandInset label
21369 LatexCommand label
21370 name "uab:Angepasste-Zellen-/Spaltenformate"
21371
21372 \end_inset
21373
21374
21375 \begin_inset Index idx
21376 status collapsed
21377
21378 \begin_layout Plain Layout
21379 Tabellen ! Spaltenformat
21380 \end_layout
21381
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \begin_layout Standard
21388 Wenn man wie in Abschnitt
21389 \begin_inset space ~
21390 \end_inset
21391
21392
21393 \begin_inset CommandInset ref
21394 LatexCommand ref
21395 reference "abs:Berechnung-der-Tabellenbreite"
21396
21397 \end_inset
21398
21399  oder Abschnitt
21400 \begin_inset space ~
21401 \end_inset
21402
21403
21404 \begin_inset CommandInset ref
21405 LatexCommand ref
21406 reference "uab:Mehrfachspalten-Berechnungen"
21407
21408 \end_inset
21409
21410  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21411  Tabellen sehr lästig.
21412  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21413 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21414  kann.
21415  Das Format wird mit dem Befehl
21416 \end_layout
21417
21418 \begin_layout Standard
21419
21420 \series bold
21421
21422 \backslash
21423 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21424 \end_layout
21425
21426 \begin_layout Standard
21427 definiert.
21428  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21429 \emph on
21430 b
21431 \emph default
21432
21433 \emph on
21434 c
21435 \emph default
21436
21437 \emph on
21438 l
21439 \emph default
21440
21441 \emph on
21442 m
21443 \emph default
21444
21445 \emph on
21446 p
21447 \emph default
21448  oder 
21449 \emph on
21450 r
21451 \emph default
21452 , weil diese vordefiniert sind.
21453  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21454 \end_layout
21455
21456 \begin_layout Standard
21457 \begin_inset VSpace medskip
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Standard
21464 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21465  Breite könnte das Format so aussehen:
21466 \end_layout
21467
21468 \begin_layout Standard
21469
21470 \series bold
21471
21472 \backslash
21473 newcolumntype{M}[1]{>{
21474 \backslash
21475 centering
21476 \backslash
21477 hspace{0pt}}m{#1}}
21478 \end_layout
21479
21480 \begin_layout Standard
21481 wobei 
21482 \series bold
21483
21484 \backslash
21485 hspace{0pt}
21486 \series default
21487  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21488  Abschnitt
21489 \begin_inset space ~
21490 \end_inset
21491
21492
21493 \begin_inset CommandInset ref
21494 LatexCommand ref
21495 reference "uab:Mehrfache-Zeilen-in"
21496
21497 \end_inset
21498
21499  beschrieben.
21500  Jetzt können Sie mit
21501 \end_layout
21502
21503 \begin_layout Standard
21504
21505 \series bold
21506 M{Breite}
21507 \end_layout
21508
21509 \begin_layout Standard
21510 im 
21511 \family sans
21512 LaTeX-Argument
21513 \family default
21514  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21515 \end_layout
21516
21517 \begin_layout Standard
21518 \begin_inset VSpace bigskip
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \begin_layout Standard
21525 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21526  Format definieren:
21527 \end_layout
21528
21529 \begin_layout Standard
21530
21531 \series bold
21532
21533 \backslash
21534 newcolumntype{S}[2]{>{
21535 \backslash
21536 centering
21537 \backslash
21538 hspace{0pt}}
21539 \begin_inset Newline newline
21540 \end_inset
21541
21542
21543 \begin_inset Phantom HPhantom
21544 status open
21545
21546 \begin_layout Plain Layout
21547
21548 \series bold
21549
21550 \backslash
21551 newcolumntype
21552 \end_layout
21553
21554 \end_inset
21555
21556 m{(#1+(2
21557 \backslash
21558 tabcolsep+
21559 \backslash
21560 arrayrulewidth)*(1-#2))/#2}}
21561 \end_layout
21562
21563 \begin_layout Standard
21564 Dieses Format benutzt Gleichung
21565 \begin_inset space ~
21566 \end_inset
21567
21568
21569 \begin_inset CommandInset ref
21570 LatexCommand ref
21571 reference "eq:Wgn"
21572
21573 \end_inset
21574
21575 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21576  breit ist.
21577 \end_layout
21578
21579 \begin_layout Standard
21580 Jetzt können Sie im 
21581 \family sans
21582 LaTeX-Argument
21583 \family default
21584  im 
21585 \family sans
21586 Tabellen-Einstellungen
21587 \family default
21588 -Dialog folgendes einfügen:
21589 \end_layout
21590
21591 \begin_layout Standard
21592
21593 \series bold
21594 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21595 \end_layout
21596
21597 \begin_layout Standard
21598 \begin_inset VSpace bigskip
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \begin_layout Standard
21605 Für farbige Spalten können Sie folgendes einfügen:
21606 \end_layout
21607
21608 \begin_layout Standard
21609
21610 \series bold
21611
21612 \backslash
21613 newcolumntype{K}[1]{>{
21614 \backslash
21615 columncolor{#1}
21616 \backslash
21617 hspace{0pt}}c}
21618 \end_layout
21619
21620 \begin_layout Standard
21621 Das 
21622 \begin_inset Quotes gld
21623 \end_inset
21624
21625 c
21626 \begin_inset Quotes grd
21627 \end_inset
21628
21629  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21630  zentriert ist.
21631  Jetzt können Sie als 
21632 \family sans
21633 LaTeX-Argument
21634 \family default
21635  folgendes einfügen:
21636 \end_layout
21637
21638 \begin_layout Standard
21639
21640 \series bold
21641 K{Farbname}
21642 \end_layout
21643
21644 \begin_layout Standard
21645 \begin_inset VSpace bigskip
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \begin_layout Standard
21652 Für Tabelle
21653 \begin_inset space ~
21654 \end_inset
21655
21656
21657 \begin_inset CommandInset ref
21658 LatexCommand ref
21659 reference "tab:Tabelle-mit-benutzerdefinierte"
21660
21661 \end_inset
21662
21663  wurden folgende 
21664 \family sans
21665 LaTeX-Argumente
21666 \family default
21667  benutzt:
21668 \end_layout
21669
21670 \begin_layout Standard
21671
21672 \series bold
21673 M{2.5cm}
21674 \end_layout
21675
21676 \begin_layout Standard
21677 für die erste Spalte und die Mehrfachspalte,
21678 \end_layout
21679
21680 \begin_layout Standard
21681
21682 \series bold
21683 K{red}
21684 \end_layout
21685
21686 \begin_layout Standard
21687 für die letzte Spalte und
21688 \end_layout
21689
21690 \begin_layout Standard
21691
21692 \series bold
21693 S{2.5cm}{2}
21694 \end_layout
21695
21696 \begin_layout Standard
21697 für die Spalten in der zweiten Mehrfachspalte.
21698 \end_layout
21699
21700 \begin_layout Standard
21701 \begin_inset Float table
21702 placement h
21703 wide false
21704 sideways false
21705 status open
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Caption
21709
21710 \begin_layout Plain Layout
21711 \begin_inset CommandInset label
21712 LatexCommand label
21713 name "tab:Tabelle-mit-benutzerdefinierte"
21714
21715 \end_inset
21716
21717 Tabelle mit benutzerdefinierten Formaten
21718 \end_layout
21719
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \begin_layout Plain Layout
21726 \align center
21727 \begin_inset Tabular
21728 <lyxtabular version="3" rows="3" columns="4">
21729 <features tabularvalignment="middle">
21730 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21731 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21732 <column alignment="center" valignment="middle" width="0">
21733 <column alignment="center" valignment="middle" width="0" special="K{red}">
21734 <row>
21735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 einsehrlangesWort
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 Mehrfachspalte mit mehreren Zeilen
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 c
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 <row>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 d
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 e
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 f
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 g
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 h
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 i
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 j
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 k
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 </lyxtabular>
21849
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \begin_layout Subsection
21861 Liniendicke
21862 \begin_inset CommandInset label
21863 LatexCommand label
21864 name "uab:Liniendicke"
21865
21866 \end_inset
21867
21868
21869 \begin_inset Index idx
21870 status collapsed
21871
21872 \begin_layout Plain Layout
21873 Tabellen  ! Linien ! -dicke
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \begin_layout Standard
21882 Die Liniendicke für alle Linien einer Tabelle kann mit 
21883 \series bold
21884
21885 \backslash
21886 arrayrulewidth
21887 \series default
21888  eingestellt werden.
21889  Um eine Liniendicke von 1.5
21890 \begin_inset space \thinspace{}
21891 \end_inset
21892
21893 pt wie in Tabelle
21894 \begin_inset space ~
21895 \end_inset
21896
21897
21898 \begin_inset CommandInset ref
21899 LatexCommand ref
21900 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21901
21902 \end_inset
21903
21904  zu bekommen, geben Sie den Befehl
21905 \end_layout
21906
21907 \begin_layout Standard
21908
21909 \series bold
21910
21911 \backslash
21912 setlength{
21913 \backslash
21914 arrayrulewidth}{1.5pt}
21915 \end_layout
21916
21917 \begin_layout Standard
21918 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21919  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21920  Mit
21921 \end_layout
21922
21923 \begin_layout Standard
21924
21925 \series bold
21926
21927 \backslash
21928 setlength{
21929 \backslash
21930 arrayrulewidth}{0.4pt}
21931 \end_layout
21932
21933 \begin_layout Standard
21934 bekommen Sie wieder die Standarddicke.
21935 \end_layout
21936
21937 \begin_layout Standard
21938 \begin_inset ERT
21939 status collapsed
21940
21941 \begin_layout Plain Layout
21942
21943
21944 \backslash
21945 setlength{
21946 \backslash
21947 arrayrulewidth}{1.5pt}
21948 \end_layout
21949
21950 \end_inset
21951
21952
21953 \begin_inset Float table
21954 placement H
21955 wide false
21956 sideways false
21957 status open
21958
21959 \begin_layout Plain Layout
21960 \begin_inset Caption
21961
21962 \begin_layout Plain Layout
21963 \begin_inset CommandInset label
21964 LatexCommand label
21965 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21966
21967 \end_inset
21968
21969 Tabelle mit 1.5
21970 \begin_inset space \thinspace{}
21971 \end_inset
21972
21973 pt Liniendicke
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \begin_layout Plain Layout
21982 \align center
21983 \begin_inset Tabular
21984 <lyxtabular version="3" rows="3" columns="3">
21985 <features tabularvalignment="middle">
21986 <column alignment="center" valignment="top" width="0">
21987 <column alignment="center" valignment="top" width="0">
21988 <column alignment="center" valignment="top" width="0">
21989 <row>
21990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 sd
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 <row>
22019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 sd
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 sd
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 </lyxtabular>
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \begin_inset ERT
22087 status collapsed
22088
22089 \begin_layout Plain Layout
22090
22091
22092 \backslash
22093 setlength{
22094 \backslash
22095 arrayrulewidth}{0.4pt}
22096 \end_layout
22097
22098 \end_inset
22099
22100
22101 \end_layout
22102
22103 \begin_layout Standard
22104 \begin_inset VSpace bigskip
22105 \end_inset
22106
22107 Um eine Liniendicke von 1.5
22108 \begin_inset space \thinspace{}
22109 \end_inset
22110
22111 pt nur für horizontale Linien zu bekommen wie in Tabelle
22112 \begin_inset space ~
22113 \end_inset
22114
22115
22116 \begin_inset CommandInset ref
22117 LatexCommand ref
22118 reference "tab:Tabelle-mit-1.5pt-horiz"
22119
22120 \end_inset
22121
22122 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22123  einfügen:
22124 \end_layout
22125
22126 \begin_layout Standard
22127
22128 \series bold
22129
22130 \backslash
22131 let
22132 \backslash
22133 myHline
22134 \backslash
22135 hline
22136 \begin_inset Newline newline
22137 \end_inset
22138
22139
22140 \backslash
22141 renewcommand{
22142 \backslash
22143 hline}
22144 \begin_inset Newline newline
22145 \end_inset
22146
22147  {
22148 \backslash
22149 noalign{
22150 \backslash
22151 global
22152 \backslash
22153 arrayrulewidth 1.5pt}
22154 \begin_inset Newline newline
22155 \end_inset
22156
22157  
22158 \backslash
22159 myHline
22160 \backslash
22161 noalign{
22162 \backslash
22163 global
22164 \backslash
22165 arrayrulewidth 0.4pt}}
22166 \end_layout
22167
22168 \begin_layout Standard
22169 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22170  der (Gleit\SpecialChar \-
22171 objekt-)Tabelle zurück:
22172 \end_layout
22173
22174 \begin_layout Standard
22175
22176 \series bold
22177
22178 \backslash
22179 renewcommand{
22180 \backslash
22181 hline}{
22182 \backslash
22183 myHline}
22184 \end_layout
22185
22186 \begin_layout Standard
22187 \begin_inset ERT
22188 status collapsed
22189
22190 \begin_layout Plain Layout
22191
22192
22193 \backslash
22194 let
22195 \backslash
22196 myHline
22197 \backslash
22198 hline
22199 \end_layout
22200
22201 \begin_layout Plain Layout
22202
22203
22204 \backslash
22205 renewcommand{
22206 \backslash
22207 hline}
22208 \end_layout
22209
22210 \begin_layout Plain Layout
22211
22212  {
22213 \backslash
22214 noalign{
22215 \backslash
22216 global
22217 \backslash
22218 arrayrulewidth 1.5pt}
22219 \end_layout
22220
22221 \begin_layout Plain Layout
22222
22223   
22224 \backslash
22225 myHline
22226 \backslash
22227 noalign{
22228 \backslash
22229 global
22230 \backslash
22231 arrayrulewidth 0.4pt}}
22232 \end_layout
22233
22234 \end_inset
22235
22236
22237 \begin_inset Float table
22238 placement h
22239 wide false
22240 sideways false
22241 status open
22242
22243 \begin_layout Plain Layout
22244 \begin_inset Caption
22245
22246 \begin_layout Plain Layout
22247 \begin_inset CommandInset label
22248 LatexCommand label
22249 name "tab:Tabelle-mit-1.5pt-horiz"
22250
22251 \end_inset
22252
22253 Tabelle mit 1.5
22254 \begin_inset space \thinspace{}
22255 \end_inset
22256
22257 pt dicken horizontalen Linien
22258 \end_layout
22259
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \begin_layout Plain Layout
22266 \align center
22267 \begin_inset Tabular
22268 <lyxtabular version="3" rows="3" columns="3">
22269 <features tabularvalignment="middle">
22270 <column alignment="center" valignment="top" width="0">
22271 <column alignment="center" valignment="top" width="0">
22272 <column alignment="center" valignment="top" width="0">
22273 <row>
22274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278 sd
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 sd
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 sd
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 </lyxtabular>
22361
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \begin_inset ERT
22371 status collapsed
22372
22373 \begin_layout Plain Layout
22374
22375
22376 \backslash
22377 renewcommand{
22378 \backslash
22379 hline}{
22380 \backslash
22381 myHline}
22382 \end_layout
22383
22384 \end_inset
22385
22386
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset VSpace bigskip
22391 \end_inset
22392
22393 Um die Liniendicke von 1.5
22394 \begin_inset space \thinspace{}
22395 \end_inset
22396
22397 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22398  Spaltenformat entsprechend der Beschreibung in Abschnitt
22399 \begin_inset space ~
22400 \end_inset
22401
22402
22403 \begin_inset CommandInset ref
22404 LatexCommand ref
22405 reference "uab:Angepasste-Zellen-/Spaltenformate"
22406
22407 \end_inset
22408
22409  definieren:
22410 \end_layout
22411
22412 \begin_layout Standard
22413
22414 \series bold
22415
22416 \backslash
22417 newcolumntype{V}{!{
22418 \backslash
22419 vrule width 1.5pt}}
22420 \end_layout
22421
22422 \begin_layout Standard
22423 In Tabelle
22424 \begin_inset space ~
22425 \end_inset
22426
22427
22428 \begin_inset CommandInset ref
22429 LatexCommand ref
22430 reference "tab:Tabelle-mit-1.5pt-vert"
22431
22432 \end_inset
22433
22434  wurde das 
22435 \family sans
22436 LaTe
22437 \begin_inset ERT
22438 status collapsed
22439
22440 \begin_layout Plain Layout
22441
22442 {}
22443 \end_layout
22444
22445 \end_inset
22446
22447 X-Argument
22448 \family default
22449 \series bold
22450  VcV
22451 \series default
22452  für die letzte Spalte und
22453 \series bold
22454  Vc
22455 \series default
22456  für die anderen benutzt.
22457 \end_layout
22458
22459 \begin_layout Standard
22460 \begin_inset Float table
22461 placement H
22462 wide false
22463 sideways false
22464 status open
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Caption
22468
22469 \begin_layout Plain Layout
22470 \begin_inset CommandInset label
22471 LatexCommand label
22472 name "tab:Tabelle-mit-1.5pt-vert"
22473
22474 \end_inset
22475
22476 Tabelle mit 1.5
22477 \begin_inset space \thinspace{}
22478 \end_inset
22479
22480 pt dicken vertikalen Linien
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \begin_layout Plain Layout
22489 \align center
22490 \begin_inset Tabular
22491 <lyxtabular version="3" rows="3" columns="3">
22492 <features tabularvalignment="middle">
22493 <column alignment="center" valignment="top" width="0" special="Vc">
22494 <column alignment="center" valignment="top" width="0" special="Vc">
22495 <column alignment="center" valignment="top" width="0" special="VcV">
22496 <row>
22497 <cell alignment="center" valignment="top" topline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 sd
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 sd
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 </row>
22554 <row>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 sd
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 </lyxtabular>
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Subsection
22596 Gestrichelte Linien
22597 \begin_inset Index idx
22598 status collapsed
22599
22600 \begin_layout Plain Layout
22601 Tabellen  ! Linien ! gestrichelte 
22602 \end_layout
22603
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \begin_layout Standard
22610 \begin_inset ERT
22611 status collapsed
22612
22613 \begin_layout Plain Layout
22614
22615
22616 \backslash
22617 ifarydshln
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \begin_inset Note Note
22624 status open
22625
22626 \begin_layout Plain Layout
22627 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22628 \series bold
22629 arydshln
22630 \series default
22631  installiert ist.
22632 \end_layout
22633
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \begin_layout Standard
22640 \begin_inset Float table
22641 placement h
22642 wide false
22643 sideways false
22644 status open
22645
22646 \begin_layout Plain Layout
22647 \begin_inset Caption
22648
22649 \begin_layout Plain Layout
22650 \begin_inset CommandInset label
22651 LatexCommand label
22652 name "tab:Tabelle-mit-gestrichelten"
22653
22654 \end_inset
22655
22656 Tabelle mit gestrichelten Linien
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="5" columns="5">
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" special=":c">
22672 <column alignment="center" valignment="top" width="0">
22673 <column alignment="center" valignment="top" width="0">
22674 <row>
22675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 a
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 b
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 c
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 d
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 e
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 <row>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 f
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 g
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 h
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 i
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 j
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset ERT
22774 status collapsed
22775
22776 \begin_layout Plain Layout
22777
22778
22779 \backslash
22780 hdashline 
22781 \end_layout
22782
22783 \end_inset
22784
22785 k
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 l
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 m
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 n
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821 o
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 </row>
22827 <row>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 \begin_inset ERT
22833 status collapsed
22834
22835 \begin_layout Plain Layout
22836
22837
22838 \backslash
22839 cdashline{4-5}
22840 \end_layout
22841
22842 \end_inset
22843
22844 p
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 q
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 r
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 s
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 </row>
22886 <row>
22887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 t
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 u
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 v
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 w
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 x
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 </lyxtabular>
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Standard
22946 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22947  TeX-Code benutzen.
22948  Zunächst müssen Sie das LaTeX-Paket 
22949 \series bold
22950 arydshln
22951 \series default
22952
22953 \begin_inset Index idx
22954 status collapsed
22955
22956 \begin_layout Plain Layout
22957 LaTeX-Pakete ! arydshln
22958 \end_layout
22959
22960 \end_inset
22961
22962  im LaTeX-Vorspann laden:
22963 \end_layout
22964
22965 \begin_layout Standard
22966
22967 \series bold
22968
22969 \backslash
22970 usepackage{arydshln}
22971 \end_layout
22972
22973 \begin_layout Standard
22974 Um senkrechte Linien zu stricheln, müssen Sie im 
22975 \family sans
22976 LaTe
22977 \begin_inset ERT
22978 status collapsed
22979
22980 \begin_layout Plain Layout
22981
22982 {}
22983 \end_layout
22984
22985 \end_inset
22986
22987 X-Argument
22988 \family default
22989  des 
22990 \family sans
22991 Tabellen-Einstellungen
22992 \family default
22993 -Dialogs 
22994 \begin_inset Quotes gld
22995 \end_inset
22996
22997 :
22998 \begin_inset Quotes grd
22999 \end_inset
23000
23001 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23002 \end_layout
23003
23004 \begin_layout Standard
23005 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \series bold
23011
23012 \backslash
23013 hdashline
23014 \end_layout
23015
23016 \begin_layout Standard
23017 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
23018 \end_layout
23019
23020 \begin_layout Standard
23021 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23022 \end_layout
23023
23024 \begin_layout Standard
23025
23026 \series bold
23027
23028 \backslash
23029 cdashline{Anfangsspalte-Endspalte}
23030 \end_layout
23031
23032 \begin_layout Standard
23033 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
23034  Wenn Sie z.
23035 \begin_inset space \thinspace{}
23036 \end_inset
23037
23038 B.
23039  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23040  gestrichelte Linie haben, fügen Sie den Befehl
23041 \end_layout
23042
23043 \begin_layout Standard
23044
23045 \series bold
23046
23047 \backslash
23048 cdashline{2-4}
23049 \end_layout
23050
23051 \begin_layout Standard
23052 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23053 \end_layout
23054
23055 \begin_layout Standard
23056 \begin_inset VSpace bigskip
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \begin_layout Standard
23063 In Tabelle
23064 \begin_inset space ~
23065 \end_inset
23066
23067
23068 \begin_inset CommandInset ref
23069 LatexCommand ref
23070 reference "tab:Tabelle-mit-gestrichelten"
23071
23072 \end_inset
23073
23074  wurde in der dritten Spalte der Befehl
23075 \series bold
23076  
23077 \series default
23078
23079 \begin_inset Quotes gld
23080 \end_inset
23081
23082
23083 \series bold
23084 :c
23085 \begin_inset Quotes grd
23086 \end_inset
23087
23088
23089 \series default
23090  benutzt.
23091  Der Befehl 
23092 \series bold
23093
23094 \backslash
23095 hdashline
23096 \series default
23097  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23098 \begin_inset Newline newline
23099 \end_inset
23100
23101  
23102 \series bold
23103
23104 \backslash
23105 cdashline{4-5} 
23106 \series default
23107 wurde in die erste Zelle der vierten Zeile eingefügt.
23108 \end_layout
23109
23110 \begin_layout Standard
23111 \begin_inset VSpace bigskip
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \begin_layout Standard
23118 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23119 \begin_inset space ~
23120 \end_inset
23121
23122
23123 \begin_inset CommandInset ref
23124 LatexCommand ref
23125 reference "tab:Farbige-Tabelle-mit"
23126
23127 \end_inset
23128
23129  verdeutlicht.
23130 \end_layout
23131
23132 \begin_layout Standard
23133 \begin_inset ERT
23134 status collapsed
23135
23136 \begin_layout Plain Layout
23137
23138
23139 \backslash
23140 setlength{
23141 \backslash
23142 arrayrulewidth}{1pt}
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \begin_inset Note Note
23149 status collapsed
23150
23151 \begin_layout Plain Layout
23152 dickere Linien zur besseren Visualisierung der Linienfarbe
23153 \end_layout
23154
23155 \end_inset
23156
23157
23158 \end_layout
23159
23160 \begin_layout Standard
23161 \begin_inset ERT
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165
23166
23167 \backslash
23168 dashgapcolor{green}
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \begin_inset Note Note
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178 färbt Raum zwischen den Strichen grün
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \begin_layout Standard
23187 \begin_inset ERT
23188 status collapsed
23189
23190 \begin_layout Plain Layout
23191
23192
23193 \backslash
23194 let
23195 \backslash
23196 myHdashline
23197 \backslash
23198 hdashline
23199 \end_layout
23200
23201 \begin_layout Plain Layout
23202
23203
23204 \backslash
23205 renewcommand{
23206 \backslash
23207 hdashline}
23208 \end_layout
23209
23210 \begin_layout Plain Layout
23211
23212  {
23213 \backslash
23214 arrayrulecolor{red}
23215 \backslash
23216 myHdashline
23217 \backslash
23218 arrayrulecolor{black}}
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \begin_inset Note Note
23225 status collapsed
23226
23227 \begin_layout Plain Layout
23228 färbt horizontale, gestrichelte Linien rot
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \begin_layout Standard
23237 \begin_inset ERT
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241
23242
23243 \backslash
23244 let
23245 \backslash
23246 myCdashline
23247 \backslash
23248 cdashline
23249 \end_layout
23250
23251 \begin_layout Plain Layout
23252
23253
23254 \backslash
23255 renewcommand{
23256 \backslash
23257 cdashline}[1]
23258 \end_layout
23259
23260 \begin_layout Plain Layout
23261
23262  {
23263 \backslash
23264 arrayrulecolor{yellow}
23265 \backslash
23266 myCdashline{#1}
23267 \backslash
23268 arrayrulecolor{black}}
23269 \end_layout
23270
23271 \end_inset
23272
23273
23274 \begin_inset Note Note
23275 status collapsed
23276
23277 \begin_layout Plain Layout
23278 färbt partielle horizontale, gestrichelte Linien gelb
23279 \end_layout
23280
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \begin_layout Standard
23287 \begin_inset Float table
23288 placement h
23289 wide false
23290 sideways false
23291 status open
23292
23293 \begin_layout Plain Layout
23294 \begin_inset Caption
23295
23296 \begin_layout Plain Layout
23297 \begin_inset CommandInset label
23298 LatexCommand label
23299 name "tab:Farbige-Tabelle-mit"
23300
23301 \end_inset
23302
23303 Farbige Tabelle mit gestrichelten Linien
23304 \end_layout
23305
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \begin_layout Plain Layout
23312 \align center
23313 \begin_inset Tabular
23314 <lyxtabular version="3" rows="5" columns="5">
23315 <features tabularvalignment="middle">
23316 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23317 <column alignment="center" valignment="top" width="0pt">
23318 <column alignment="center" valignment="top" width="0pt" special=":c">
23319 <column alignment="center" valignment="top" width="0">
23320 <column alignment="center" valignment="top" width="0">
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 a
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 b
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 c
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 d
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 e
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 f
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" topline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 g
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 h
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 i
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 j
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 <row>
23416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 \begin_inset ERT
23421 status collapsed
23422
23423 \begin_layout Plain Layout
23424
23425
23426 \backslash
23427 hdashline 
23428 \end_layout
23429
23430 \end_inset
23431
23432
23433 \begin_inset ERT
23434 status collapsed
23435
23436 \begin_layout Plain Layout
23437
23438
23439 \backslash
23440 rowcolor{Gray}
23441 \end_layout
23442
23443 \end_inset
23444
23445 k
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 l
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463 m
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 n
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 o
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 \begin_inset ERT
23493 status collapsed
23494
23495 \begin_layout Plain Layout
23496
23497
23498 \backslash
23499 cdashline{4-5}
23500 \end_layout
23501
23502 \end_inset
23503
23504 p
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 q
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 r
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 s
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 t
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 u
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 v
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 w
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset ERT
23588 status collapsed
23589
23590 \begin_layout Plain Layout
23591
23592
23593 \backslash
23594 cellcolor{Maroon}
23595 \end_layout
23596
23597 \end_inset
23598
23599
23600 \color green
23601 i
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 </lyxtabular>
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \begin_layout Standard
23620 \begin_inset ERT
23621 status collapsed
23622
23623 \begin_layout Plain Layout
23624
23625
23626 \backslash
23627 renewcommand{
23628 \backslash
23629 hdashline}{
23630 \backslash
23631 myHdashline}
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \begin_inset Note Note
23638 status collapsed
23639
23640 \begin_layout Plain Layout
23641 zurücksetzen auf Standardwert
23642 \end_layout
23643
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \begin_layout Standard
23650 \begin_inset ERT
23651 status collapsed
23652
23653 \begin_layout Plain Layout
23654
23655
23656 \backslash
23657 renewcommand{
23658 \backslash
23659 cdashline}{
23660 \backslash
23661 myCdashline}
23662 \end_layout
23663
23664 \end_inset
23665
23666
23667 \begin_inset Note Note
23668 status collapsed
23669
23670 \begin_layout Plain Layout
23671 zurücksetzen auf Standardwert
23672 \end_layout
23673
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \begin_layout Standard
23680 \begin_inset ERT
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684
23685
23686 \backslash
23687 nodashgapcolor
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \begin_inset Note Note
23694 status collapsed
23695
23696 \begin_layout Plain Layout
23697 zurücksetzen auf Standardwert
23698 \end_layout
23699
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \begin_layout Standard
23706 \begin_inset ERT
23707 status collapsed
23708
23709 \begin_layout Plain Layout
23710
23711
23712 \backslash
23713 setlength{
23714 \backslash
23715 arrayrulewidth}{0.4pt}
23716 \end_layout
23717
23718 \end_inset
23719
23720
23721 \begin_inset Note Note
23722 status collapsed
23723
23724 \begin_layout Plain Layout
23725 zurücksetzen auf Standardwert
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \begin_layout Standard
23734 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23735 \begin_inset space ~
23736 \end_inset
23737
23738
23739 \begin_inset CommandInset ref
23740 LatexCommand ref
23741 reference "abs:Farbige-Tabellen"
23742
23743 \end_inset
23744
23745  beschrieben.
23746  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23747  beschrieben, man muss in den Befehlen nur 
23748 \series bold
23749
23750 \backslash
23751 myHlineC
23752 \series default
23753  durch 
23754 \series bold
23755
23756 \backslash
23757 myHdashline
23758 \series default
23759  und 
23760 \backslash
23761
23762 \series bold
23763 hline
23764 \series default
23765  durch 
23766 \series bold
23767
23768 \backslash
23769 hdashline
23770 \series default
23771  ersetzen; man verwendet also den Befehl
23772 \end_layout
23773
23774 \begin_layout Standard
23775
23776 \series bold
23777
23778 \backslash
23779 let
23780 \backslash
23781 myHdashline
23782 \backslash
23783 hdashline
23784 \begin_inset Newline newline
23785 \end_inset
23786
23787
23788 \backslash
23789 renewcommand{
23790 \backslash
23791 hdashline}
23792 \begin_inset Newline newline
23793 \end_inset
23794
23795
23796 \begin_inset Phantom HPhantom
23797 status open
23798
23799 \begin_layout Plain Layout
23800
23801 \series bold
23802 \begin_inset space ~
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \end_inset
23809
23810 {
23811 \backslash
23812 arrayrulecolor{red}
23813 \backslash
23814 myHdashline
23815 \backslash
23816 arrayrulecolor{black}}
23817 \end_layout
23818
23819 \begin_layout Standard
23820 Um 
23821 \series bold
23822
23823 \backslash
23824 cdashline
23825 \series default
23826  zu färben, lautet der Befehl
23827 \end_layout
23828
23829 \begin_layout Standard
23830
23831 \series bold
23832
23833 \backslash
23834 let
23835 \backslash
23836 myCdashline
23837 \backslash
23838 cdashline
23839 \begin_inset Newline newline
23840 \end_inset
23841
23842
23843 \backslash
23844 renewcommand{
23845 \backslash
23846 cdashline}[1]
23847 \begin_inset Newline newline
23848 \end_inset
23849
23850
23851 \begin_inset Phantom HPhantom
23852 status open
23853
23854 \begin_layout Plain Layout
23855
23856 \series bold
23857 \begin_inset space ~
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \end_inset
23864
23865 {
23866 \backslash
23867 arrayrulecolor{red}
23868 \backslash
23869 myCdashline{#1}
23870 \backslash
23871 arrayrulecolor{black}}
23872 \end_layout
23873
23874 \begin_layout Standard
23875 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23876  als TeX-Code hinter der Tabelle einfügen:
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Für 
23881 \series bold
23882
23883 \backslash
23884 hdashline
23885 \end_layout
23886
23887 \begin_layout Standard
23888
23889 \series bold
23890
23891 \backslash
23892 renewcommand{
23893 \backslash
23894 hdashline}{
23895 \backslash
23896 myHdashline}
23897 \end_layout
23898
23899 \begin_layout Standard
23900 und für 
23901 \series bold
23902
23903 \backslash
23904 cdashline
23905 \end_layout
23906
23907 \begin_layout Standard
23908
23909 \series bold
23910
23911 \backslash
23912 renewcommand{
23913 \backslash
23914 cdashline}{
23915 \backslash
23916 myCdashline}
23917 \end_layout
23918
23919 \begin_layout Standard
23920 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23921  Befehl
23922 \end_layout
23923
23924 \begin_layout Standard
23925
23926 \series bold
23927
23928 \backslash
23929 dashgapcolor{Farbe}
23930 \end_layout
23931
23932 \begin_layout Standard
23933 als TeX-Code vor der Tabelle verwenden.
23934  Farbe ist hierbei der Name einer definierten Farbe.
23935  Der Befehl
23936 \end_layout
23937
23938 \begin_layout Standard
23939
23940 \series bold
23941
23942 \backslash
23943 nodashgapcolor
23944 \end_layout
23945
23946 \begin_layout Standard
23947 hebt die Einstellung von 
23948 \series bold
23949
23950 \backslash
23951 dashgapcolor
23952 \series default
23953  auf.
23954 \end_layout
23955
23956 \begin_layout Standard
23957 \begin_inset Note Greyedout
23958 status open
23959
23960 \begin_layout Plain Layout
23961
23962 \series bold
23963 \color none
23964 Achtung
23965 \series default
23966 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23967  
23968 \series bold
23969 arydshln
23970 \series default
23971  an erster Stelle in der Zelle befinden.
23972  Daher ist in in Zelle 
23973 \emph on
23974 k
23975 \emph default
23976  der Tabelle
23977 \begin_inset space ~
23978 \end_inset
23979
23980
23981 \begin_inset CommandInset ref
23982 LatexCommand ref
23983 reference "tab:Farbige-Tabelle-mit"
23984
23985 \end_inset
23986
23987  der Befehl 
23988 \series bold
23989
23990 \backslash
23991 hdashline
23992 \series default
23993  vor 
23994 \series bold
23995
23996 \backslash
23997 rowcolor
23998 \series default
23999 .
24000 \end_layout
24001
24002 \end_inset
24003
24004
24005 \end_layout
24006
24007 \begin_layout Standard
24008 \begin_inset Note Greyedout
24009 status open
24010
24011 \begin_layout Plain Layout
24012
24013 \series bold
24014 \color none
24015 Achtung:
24016 \series default
24017  Das LaTeX-Paket 
24018 \series bold
24019 arydshln
24020 \series default
24021  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
24022 \series bold
24023 colortbl
24024 \series default
24025
24026 \begin_inset Index idx
24027 status collapsed
24028
24029 \begin_layout Plain Layout
24030 LaTeX-Pakete ! colortbl
24031 \end_layout
24032
24033 \end_inset
24034
24035  geladen werden.
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \begin_layout Standard
24044 \begin_inset ERT
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048
24049
24050 \backslash
24051 else
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \begin_inset Note Note
24058 status open
24059
24060 \begin_layout Plain Layout
24061 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
24062 \series bold
24063 arydshln
24064 \series default
24065  nicht installiert ist:
24066 \end_layout
24067
24068 \end_inset
24069
24070
24071 \end_layout
24072
24073 \begin_layout Standard
24074 Sie müssen das LaTeX-Paket 
24075 \series bold
24076 arydshln
24077 \series default
24078  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24079 \end_layout
24080
24081 \begin_layout Standard
24082 \begin_inset ERT
24083 status collapsed
24084
24085 \begin_layout Plain Layout
24086
24087
24088 \backslash
24089 fi
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \begin_layout Standard
24098 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24099  von 
24100 \series bold
24101 arydshln
24102 \series default
24103
24104 \begin_inset CommandInset citation
24105 LatexCommand cite
24106 key "arydshln"
24107
24108 \end_inset
24109
24110 .
24111 \end_layout
24112
24113 \begin_layout Chapter
24114 Gleitobjekte
24115 \begin_inset CommandInset label
24116 LatexCommand label
24117 name "kap:Gleitobjekte"
24118
24119 \end_inset
24120
24121
24122 \begin_inset Index idx
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126 Gleitobjekte
24127 \end_layout
24128
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \begin_layout Section
24135 Einleitung
24136 \begin_inset CommandInset label
24137 LatexCommand label
24138 name "abs:Gleitobjekte-Einleitung"
24139
24140 \end_inset
24141
24142
24143 \begin_inset Index idx
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147 Gleitobjekte ! Einleitung
24148 \end_layout
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Standard
24156 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24157  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24158  der beste Platz ist.
24159  
24160 \family sans
24161 Fußnoten
24162 \family default
24163  und 
24164 \family sans
24165 Randnotizen
24166 \family default
24167  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24168  wenn auf ihrer Seite schon zu viele sind.
24169 \end_layout
24170
24171 \begin_layout Standard
24172 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24173  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24174  um weiße Flächen und Seiten ohne Text zu vermeiden.
24175  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24176 löst,
24177  kann im Text auf ein Gleitobjekt verwiesen werden.
24178  Gleitobjekte sind deshalb nummeriert.
24179  Querverweise werden in Abschnitt
24180 \begin_inset space ~
24181 \end_inset
24182
24183
24184 \begin_inset CommandInset ref
24185 LatexCommand ref
24186 reference "abs:Auf-Gleitobjekte-verweisen"
24187
24188 \end_inset
24189
24190  beschrieben.
24191 \end_layout
24192
24193 \begin_layout Standard
24194 Ein Gleitobjekt wird mit 
24195 \family sans
24196 Einfügen\SpecialChar \menuseparator
24197 Gleitobjekt\SpecialChar \menuseparator
24198 Algorithmus/Abbildung/Ta\SpecialChar \-
24199 belle/Um\SpecialChar \-
24200 flos\SpecialChar \-
24201 se\SpecialChar \-
24202 nes
24203 \begin_inset space ~
24204 \end_inset
24205
24206 Gleitobjekt
24207 \family default
24208  eingefügt (Werkzeugleistenknopf 
24209 \begin_inset Info
24210 type  "icon"
24211 arg   "float-insert figure"
24212 \end_inset
24213
24214  oder 
24215 \begin_inset Info
24216 type  "icon"
24217 arg   "float-insert table"
24218 \end_inset
24219
24220 ).
24221  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24222  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24223  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24224  #:).
24225  Statt # sehen Sie die von LyX vergebene Nummer.
24226  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24227  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24228  eingefügt.
24229  In Abschnitt
24230 \begin_inset space ~
24231 \end_inset
24232
24233
24234 \begin_inset CommandInset ref
24235 LatexCommand ref
24236 reference "abs:Titel-Platzierung"
24237
24238 \end_inset
24239
24240  finden Sie mehr über die Platzierung des Titels.
24241  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24242  auch wieder geöffnet.
24243  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24244 \begin_inset Graphics
24245         filename clipart/GleitobjektQt4.png
24246         scale 70
24247         scaleBeforeRotation
24248
24249 \end_inset
24250
24251  – ein graues Kästchen mit roter Beschriftung.
24252 \end_layout
24253
24254 \begin_layout Standard
24255 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24256  Gleitobjekte in einem eigenen Absatz einzufügen.
24257 \end_layout
24258
24259 \begin_layout Standard
24260 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24261  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24262  klicken.
24263 \end_layout
24264
24265 \begin_layout Section
24266 Gleitobjekt-Typen
24267 \begin_inset Index idx
24268 status collapsed
24269
24270 \begin_layout Plain Layout
24271 Gleitobjekte ! Typen
24272 \end_layout
24273
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \begin_layout Standard
24280 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24281 \begin_inset space ~
24282 \end_inset
24283
24284
24285 \begin_inset CommandInset ref
24286 LatexCommand ref
24287 reference "abs:Gleitende-Abbildungen"
24288
24289 \end_inset
24290
24291  und 
24292 \begin_inset CommandInset ref
24293 LatexCommand ref
24294 reference "abs:Gleitende-Tabellen"
24295
24296 \end_inset
24297
24298  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24299  Letztere sind in Abschnitt
24300 \begin_inset space ~
24301 \end_inset
24302
24303
24304 \begin_inset CommandInset ref
24305 LatexCommand ref
24306 reference "abs:Umflossene-Gleitobjekte"
24307
24308 \end_inset
24309
24310  beschrieben.
24311 \end_layout
24312
24313 \begin_layout Subsection
24314 Algorithmen-Gleitobjekt
24315 \begin_inset Index idx
24316 status collapsed
24317
24318 \begin_layout Plain Layout
24319 Gleitobjekte ! Algorithmen
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \begin_inset CommandInset label
24326 LatexCommand label
24327 name "uab:Gleitobjekt-Algorithmen"
24328
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \begin_layout Standard
24335 \begin_inset Float algorithm
24336 placement h
24337 wide false
24338 sideways false
24339 status open
24340
24341 \begin_layout Plain Layout
24342 \begin_inset Caption
24343
24344 \begin_layout Plain Layout
24345 \begin_inset CommandInset label
24346 LatexCommand label
24347 name "alg:Ein-Gleitobjekt-Algorithmus"
24348
24349 \end_inset
24350
24351 Ein Gleitobjekt-Algorithmus 
24352 \end_layout
24353
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \begin_layout LyX-Code
24360 for I in 1..N loop
24361 \begin_inset Newline newline
24362 \end_inset
24363
24364  Sum:= Sum + A(I); /*Kommentar*/
24365 \begin_inset Newline newline
24366 \end_inset
24367
24368 end loop
24369 \begin_inset VSpace -4mm
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \begin_layout Standard
24381 Dieser Typ wird mit 
24382 \family sans
24383 Einfügen\SpecialChar \menuseparator
24384 Gleitobjekt\SpecialChar \menuseparator
24385 Algorithmus
24386 \family default
24387  eingefügt.
24388  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24389  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24390 \begin_inset space ~
24391 \end_inset
24392
24393
24394 \begin_inset CommandInset ref
24395 LatexCommand ref
24396 reference "kap:Programm-Code-Listen"
24397
24398 \end_inset
24399
24400 .
24401  Eine mögliche Absatz-Umgebung hier für ist 
24402 \family sans
24403 LyX-Code
24404 \family default
24405 , beschrieben im 
24406 \emph on
24407 Benutzerhandbuch
24408 \emph default
24409 .
24410  In Algorithmus
24411 \begin_inset space ~
24412 \end_inset
24413
24414
24415 \begin_inset CommandInset ref
24416 LatexCommand ref
24417 reference "alg:Ein-Gleitobjekt-Algorithmus"
24418
24419 \end_inset
24420
24421  wurden am Ende -4
24422 \begin_inset space \thinspace{}
24423 \end_inset
24424
24425 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24426  letzten Zeile gedruckt wird.
24427 \end_layout
24428
24429 \begin_layout Standard
24430 Die Marke 
24431 \emph on
24432 Algorithmus
24433 \emph default
24434  wird nicht automatisch in die druckbare Version übernommen, sondern das
24435  englische Wort 
24436 \emph on
24437 Algorithm
24438 \emph default
24439  verwendet.
24440  Soll
24441 \emph on
24442  Algorithmus
24443 \emph default
24444  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24445 \end_layout
24446
24447 \begin_layout Standard
24448
24449 \series bold
24450
24451 \backslash
24452 floatname{algorithm}{Algorithmus}
24453 \end_layout
24454
24455 \begin_layout Standard
24456 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24457  Sprache wie die LyX Menünamen haben, das Menü 
24458 \family sans
24459 Einfügen\SpecialChar \menuseparator
24460 Liste
24461 \begin_inset space \thinspace{}
24462 \end_inset
24463
24464 /
24465 \begin_inset space \thinspace{}
24466 \end_inset
24467
24468 Inhaltsverzeichnis\SpecialChar \menuseparator
24469 Algorithmenverzeichnis
24470 \family default
24471  verwendet werden.
24472  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24473  eingefügt werden:
24474 \end_layout
24475
24476 \begin_layout Standard
24477
24478 \series bold
24479
24480 \backslash
24481 listof{algorithm}{Algorithmenverzeichnis}
24482 \end_layout
24483
24484 \begin_layout Standard
24485 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24486  nach dem Schema 
24487 \begin_inset Quotes gld
24488 \end_inset
24489
24490 Kapitelnummer.Algorithmusnummer
24491 \begin_inset Quotes grd
24492 \end_inset
24493
24494  nummeriert.
24495  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24496  einfügen:
24497 \end_layout
24498
24499 \begin_layout Standard
24500
24501 \series bold
24502
24503 \backslash
24504 numberwithin{algorithm}{chapter}
24505 \end_layout
24506
24507 \begin_layout Standard
24508 Um 
24509 \series bold
24510
24511 \backslash
24512 numberwithin
24513 \series default
24514  benutzen zu können, muss in den 
24515 \family sans
24516 Mathe
24517 \begin_inset space ~
24518 \end_inset
24519
24520 Optionen
24521 \family default
24522  der 
24523 \family sans
24524 Dokument-Einstellungen
24525 \family default
24526  
24527 \family sans
24528 AMS
24529 \begin_inset space ~
24530 \end_inset
24531
24532 Mathe
24533 \begin_inset space ~
24534 \end_inset
24535
24536 Paket
24537 \family default
24538
24539 \begin_inset space ~
24540 \end_inset
24541
24542
24543 \family sans
24544 verwenden
24545 \family default
24546  angekreuzt sein.
24547 \end_layout
24548
24549 \begin_layout Section
24550 Gleitobjekt-Nummerierung
24551 \begin_inset Index idx
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555 Gleitobjekte ! Nummerierung
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24565  nummeriert oder nach dem Schema 
24566 \begin_inset Quotes gld
24567 \end_inset
24568
24569 Kapitelnummer.Gleitobjektnummer
24570 \begin_inset Quotes grd
24571 \end_inset
24572
24573  oder 
24574 \begin_inset Quotes gld
24575 \end_inset
24576
24577 Abschnittsnummer.Gleitobjektnummer
24578 \begin_inset Quotes grd
24579 \end_inset
24580
24581 .
24582  Das hängt von der Dokumentklasse ab.
24583 \end_layout
24584
24585 \begin_layout Standard
24586 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24587  in den LaTeX-Vorspann einfügen:
24588 \end_layout
24589
24590 \begin_layout Standard
24591
24592 \series bold
24593
24594 \backslash
24595 renewcommand{
24596 \backslash
24597 thetable}{
24598 \backslash
24599 roman{table}}
24600 \end_layout
24601
24602 \begin_layout Standard
24603
24604 \series bold
24605
24606 \backslash
24607 thetable
24608 \series default
24609  ist der Befehl, der die Tabellennummer druckt.
24610  Für Abbildungen ist das 
24611 \series bold
24612
24613 \backslash
24614 thefigure
24615 \series default
24616 .
24617  Der Befehl 
24618 \series bold
24619
24620 \backslash
24621 roman
24622 \series default
24623  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24624 \end_layout
24625
24626 \begin_layout Standard
24627 Um das Nummerierungsschema zum Beispiel auf 
24628 \begin_inset Quotes gld
24629 \end_inset
24630
24631 Unterabschnittsnummer.Num\SpecialChar \-
24632 mer
24633 \begin_inset Quotes grd
24634 \end_inset
24635
24636  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24637 \end_layout
24638
24639 \begin_layout Standard
24640
24641 \series bold
24642
24643 \backslash
24644 numberwithin{table}{subsection}
24645 \end_layout
24646
24647 \begin_layout Standard
24648 Um den Befehl 
24649 \series bold
24650
24651 \backslash
24652 numberwithin
24653 \series default
24654  benutzen zu können, müssen Sie in den 
24655 \family sans
24656 Mathe
24657 \begin_inset space ~
24658 \end_inset
24659
24660 Optionen
24661 \family default
24662  der 
24663 \family sans
24664 Dokument-Einstellungen
24665 \family default
24666  
24667 \family sans
24668 AMS
24669 \begin_inset space ~
24670 \end_inset
24671
24672 Mathe
24673 \begin_inset space ~
24674 \end_inset
24675
24676 Paket
24677 \family default
24678
24679 \begin_inset space ~
24680 \end_inset
24681
24682
24683 \family sans
24684 verwenden
24685 \family default
24686  ankreuzen.
24687 \end_layout
24688
24689 \begin_layout Standard
24690 Sehen Sie sich bitte auch Abschnitt
24691 \begin_inset space ~
24692 \end_inset
24693
24694
24695 \begin_inset CommandInset ref
24696 LatexCommand ref
24697 reference "uab:Fußnoten-Nummerierung"
24698
24699 \end_inset
24700
24701  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24702 \end_layout
24703
24704 \begin_layout Section
24705 Auf Gleitobjekte verweisen
24706 \begin_inset CommandInset label
24707 LatexCommand label
24708 name "abs:Auf-Gleitobjekte-verweisen"
24709
24710 \end_inset
24711
24712
24713 \begin_inset Index idx
24714 status collapsed
24715
24716 \begin_layout Plain Layout
24717 Gleitobjekte ! Querverweise
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \begin_inset Index idx
24724 status collapsed
24725
24726 \begin_layout Plain Layout
24727 Querverweise ! auf Gleitobjekte
24728 \end_layout
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Standard
24736 Zunächst müssen Sie mit 
24737 \family sans
24738 Einfügen\SpecialChar \menuseparator
24739 Marke
24740 \family default
24741  oder einen Klick auf 
24742 \begin_inset Info
24743 type  "icon"
24744 arg   "label-insert"
24745 \end_inset
24746
24747  eine Marke im Titel einfügen.
24748  Im 
24749 \family sans
24750 Marke
24751 \family default
24752 -Dialog schreiben Sie einen Text in das Feld 
24753 \family sans
24754 Marke
24755 \family default
24756  oder übernehmen den vorgeschlagenen.
24757  Die Marke sieht in LyX dann so aus:
24758 \end_layout
24759
24760 \begin_layout Standard
24761 \begin_inset Graphics
24762         filename clipart/Marke.png
24763         lyxscale 80
24764         scale 50
24765         scaleBeforeRotation
24766
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Standard
24773 Die Marke wird als Anker und Name für den Querverweis benutzt.
24774  Mit 
24775 \family sans
24776 Einfügen\SpecialChar \menuseparator
24777 Querverweis
24778 \family default
24779  oder einen Klick auf 
24780 \begin_inset Info
24781 type  "icon"
24782 arg   "dialog-show-new-inset ref"
24783 \end_inset
24784
24785  können Sie dann auf die Marke verweisen.
24786  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24787  angezeigt:
24788 \end_layout
24789
24790 \begin_layout Standard
24791 \begin_inset Graphics
24792         filename clipart/Querverweis.png
24793         lyxscale 80
24794         scale 50
24795         scaleBeforeRotation
24796
24797 \end_inset
24798
24799
24800 \begin_inset Newline newline
24801 \end_inset
24802
24803  Mehr zu Querverweisen finden Sie im 
24804 \emph on
24805 Benutzerhandbuch
24806 \emph default
24807 .
24808 \end_layout
24809
24810 \begin_layout Standard
24811 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24812  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24813  durch einen Zeilenumbruch getrennt werden können.
24814 \end_layout
24815
24816 \begin_layout Standard
24817 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24818  LyX passt die Querverweise automatisch an.
24819 \end_layout
24820
24821 \begin_layout Standard
24822 Ein Klick auf den Schalter 
24823 \family sans
24824 Gehe
24825 \begin_inset space ~
24826 \end_inset
24827
24828 zur
24829 \begin_inset space ~
24830 \end_inset
24831
24832 Marke
24833 \family default
24834  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24835  Der Text der Schaltfläche heißt jetzt 
24836 \family sans
24837 Gehe
24838 \begin_inset space ~
24839 \end_inset
24840
24841 zurück
24842 \family default
24843  und ein Klick darauf macht genau dies.
24844 \end_layout
24845
24846 \begin_layout Subsection
24847 Querverweis-Formate
24848 \begin_inset CommandInset label
24849 LatexCommand label
24850 name "uab:Querverweis-Formate"
24851
24852 \end_inset
24853
24854
24855 \begin_inset Index idx
24856 status collapsed
24857
24858 \begin_layout Plain Layout
24859 Querverweise ! Formate
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \begin_layout Standard
24868 Es gibt sechs verschiedene Querverweisstile:
24869 \end_layout
24870
24871 \begin_layout Description
24872 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24873  
24874 \begin_inset CommandInset ref
24875 LatexCommand ref
24876 reference "abb:Zwei-Teilabbildungen"
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \begin_layout Description
24884 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24885  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24886  verwendet wird, speziell wenn der Name 
24887 \begin_inset Quotes gld
24888 \end_inset
24889
24890 Gleichung
24891 \begin_inset Quotes grd
24892 \end_inset
24893
24894  weggelassen wird: 
24895 \begin_inset CommandInset ref
24896 LatexCommand eqref
24897 reference "eq:Wgn"
24898
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \begin_layout Description
24905 <Seite>: druckt die Seitennummer: Seite
24906 \begin_inset space ~
24907 \end_inset
24908
24909
24910 \begin_inset CommandInset ref
24911 LatexCommand pageref
24912 reference "abb:Zwei-Teilabbildungen"
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \begin_layout Description
24920 auf
24921 \begin_inset space ~
24922 \end_inset
24923
24924 Seite
24925 \begin_inset space ~
24926 \end_inset
24927
24928 <Seite>: druckt den Text 
24929 \begin_inset Quotes gld
24930 \end_inset
24931
24932 auf Seite
24933 \begin_inset Quotes grd
24934 \end_inset
24935
24936  und die Seitennummer: 
24937 \begin_inset CommandInset ref
24938 LatexCommand vpageref
24939 reference "abb:Zwei-Teilabbildungen"
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Description
24947 <Querverweis>
24948 \begin_inset space ~
24949 \end_inset
24950
24951 auf
24952 \begin_inset space ~
24953 \end_inset
24954
24955 Seite
24956 \begin_inset space ~
24957 \end_inset
24958
24959 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24960 \begin_inset Quotes gld
24961 \end_inset
24962
24963 auf Seite
24964 \begin_inset Quotes grd
24965 \end_inset
24966
24967 , und die Seitennummer: 
24968 \begin_inset CommandInset ref
24969 LatexCommand vref
24970 reference "abb:Zwei-Teilabbildungen"
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Description
24978 Formatierter
24979 \begin_inset space ~
24980 \end_inset
24981
24982 Querverweis: druckt ein selbst definiertes Querverweisformat
24983 \begin_inset Newline newline
24984 \end_inset
24985
24986
24987 \begin_inset Note Greyedout
24988 status open
24989
24990 \begin_layout Plain Layout
24991
24992 \series bold
24993 Bemerkung:
24994 \series default
24995  Dies ist nur möglich, wenn das LaTeX-Paket 
24996 \series bold
24997 prettyref
24998 \series default
24999  oder 
25000 \series bold
25001 refstyle
25002 \series default
25003
25004 \begin_inset Index idx
25005 status collapsed
25006
25007 \begin_layout Plain Layout
25008 LaTeX-Pakete ! prettyref
25009 \end_layout
25010
25011 \end_inset
25012
25013
25014 \begin_inset Index idx
25015 status collapsed
25016
25017 \begin_layout Plain Layout
25018 LaTeX-Pakete ! refstyle
25019 \end_layout
25020
25021 \end_inset
25022
25023  installiert ist.
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \begin_inset Newline newline
25030 \end_inset
25031
25032 Sie können duch setzen der Option 
25033 \family sans
25034 Verwende refstyle (nicht prettyref) für Querverweise
25035 \family default
25036  im Menü 
25037 \family sans
25038 Dokument\SpecialChar \menuseparator
25039 Einstellungen\SpecialChar \menuseparator
25040 Dokumentklasse
25041 \family default
25042  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
25043  Das Format wird definiert, indem man den Befehl 
25044 \series bold
25045
25046 \backslash
25047 newrefformat
25048 \series default
25049  (prettyref) oder 
25050 \series bold
25051
25052 \backslash
25053 newref
25054 \series default
25055  (refstyle) in den LaTeX-Vorspann einfügt.
25056  Z.
25057 \begin_inset space \thinspace{}
25058 \end_inset
25059
25060 B.
25061  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25062  
25063 \begin_inset Quotes eld
25064 \end_inset
25065
25066
25067 \family sans
25068 abb
25069 \family default
25070
25071 \begin_inset Quotes erd
25072 \end_inset
25073
25074 ) mit dem Befehle
25075 \begin_inset Newline newline
25076 \end_inset
25077
25078
25079 \series bold
25080
25081 \backslash
25082 newref{abb}{refcmd={Bild auf Seite 
25083 \backslash
25084 pageref{#1}}}
25085 \series default
25086
25087 \begin_inset Newline newline
25088 \end_inset
25089
25090 geändert werden.
25091  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25092 en verwiesen, 
25093 \begin_inset CommandInset citation
25094 LatexCommand cite
25095 key "prettyref,refstyle"
25096
25097 \end_inset
25098
25099 .
25100 \end_layout
25101
25102 \begin_layout Description
25103 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25104 \begin_inset CommandInset ref
25105 LatexCommand nameref
25106 reference "abb:Zwei-Teilabbildungen"
25107
25108 \end_inset
25109
25110
25111 \end_layout
25112
25113 \begin_layout Standard
25114
25115 \family sans
25116 <Seite>
25117 \family default
25118  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25119  vorherigen, der selben oder der nächsten Seite befindet.
25120  Stattdessen wird z.
25121 \begin_inset space \thinspace{}
25122 \end_inset
25123
25124 B.
25125  der Text 
25126 \begin_inset Quotes gld
25127 \end_inset
25128
25129
25130 \family sans
25131 auf dieser Seite
25132 \family default
25133
25134 \begin_inset Quotes grd
25135 \end_inset
25136
25137  gedruckt.
25138  Der Stil 
25139 \family sans
25140 <Querverweis>
25141 \begin_inset space ~
25142 \end_inset
25143
25144 auf
25145 \begin_inset space ~
25146 \end_inset
25147
25148 Seite
25149 \begin_inset space ~
25150 \end_inset
25151
25152 <Seite>
25153 \family default
25154  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25155  Seite ist.
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25160  automatisch von LaTeX berechnet.
25161  Die Stile können im Feld 
25162 \family sans
25163 Format
25164 \family default
25165  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25166  einen Querverweis klicken.
25167 \end_layout
25168
25169 \begin_layout Standard
25170 \begin_inset Note Greyedout
25171 status open
25172
25173 \begin_layout Plain Layout
25174
25175 \series bold
25176 Bemerkung:
25177 \series default
25178  Es wird empfohlen, das LaTeX-Paket 
25179 \series bold
25180 refstyle
25181 \series default
25182
25183 \begin_inset Index idx
25184 status collapsed
25185
25186 \begin_layout Plain Layout
25187 LaTeX-Pakete ! refstyle
25188 \end_layout
25189
25190 \end_inset
25191
25192  zu verwenden, da 
25193 \series bold
25194 prettyref
25195 \series default
25196
25197 \begin_inset Index idx
25198 status collapsed
25199
25200 \begin_layout Plain Layout
25201 LaTeX-Pakete ! prettyref
25202 \end_layout
25203
25204 \end_inset
25205
25206  nicht alle möglichen LyX Marken-Kürzel
25207 \begin_inset Foot
25208 status collapsed
25209
25210 \begin_layout Plain Layout
25211  
25212 \begin_inset Quotes gld
25213 \end_inset
25214
25215 abb:
25216 \begin_inset Quotes grd
25217 \end_inset
25218
25219  ist z.
25220 \begin_inset space \thinspace{}
25221 \end_inset
25222
25223 B.
25224  LyXs Kürzel für Marken in Bildbeschriftungen.
25225 \end_layout
25226
25227 \end_inset
25228
25229  kennt und auch nicht internationalisiert ist.
25230 \end_layout
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \begin_layout Subsection
25238 Automatische Querverweisnamen
25239 \begin_inset Index idx
25240 status collapsed
25241
25242 \begin_layout Plain Layout
25243 Querverweise ! Automatische Namen 
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \begin_layout Standard
25252 Das LaTeX-Paket 
25253 \series bold
25254 hyperref
25255 \series default
25256
25257 \begin_inset Index idx
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261 LaTeX-Pakete ! hyperref
25262 \end_layout
25263
25264 \end_inset
25265
25266 , das in den
25267 \family sans
25268  PDF-Eigenschaften
25269 \family default
25270  im 
25271 \family sans
25272 Dokument-Einstellungen
25273 \family default
25274  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25275  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25276  wie 
25277 \emph on
25278 Abschnitt
25279 \emph default
25280 ).
25281  Sie müssen damit z.
25282 \begin_inset space \thinspace{}
25283 \end_inset
25284
25285 B.
25286  nicht mehr den Namen 
25287 \begin_inset Quotes gld
25288 \end_inset
25289
25290 Abbildung
25291 \begin_inset Quotes grd
25292 \end_inset
25293
25294  vor jeden Querverweis auf eine Abbildung schreiben.
25295  Um diese Funktion benutzen zu können, aktivieren Sie 
25296 \series bold
25297 hyperref
25298 \series default
25299  und fügen diese Zeile in den LaTeX-Vorspann ein:
25300 \end_layout
25301
25302 \begin_layout Standard
25303
25304 \series bold
25305
25306 \backslash
25307 AtBeginDocument{
25308 \backslash
25309 renewcommand{
25310 \backslash
25311 ref}[1]{
25312 \backslash
25313 mbox{
25314 \backslash
25315 autoref{#1}}}}
25316 \end_layout
25317
25318 \begin_layout Standard
25319 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25320 \begin_inset space \thinspace{}
25321 \end_inset
25322
25323 B.
25324  statt 
25325 \begin_inset Quotes gld
25326 \end_inset
25327
25328 Abschnitt
25329 \begin_inset Quotes grd
25330 \end_inset
25331
25332  den Namen 
25333 \begin_inset Quotes gld
25334 \end_inset
25335
25336 Kap.
25337 \begin_inset space \thinspace{}
25338 \end_inset
25339
25340
25341 \begin_inset Quotes grd
25342 \end_inset
25343
25344 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25345 \end_layout
25346
25347 \begin_layout Standard
25348
25349 \series bold
25350
25351 \backslash
25352 addto
25353 \backslash
25354 extrasngerman{
25355 \backslash
25356 renewcommand{
25357 \backslash
25358 sectionautorefname}
25359 \begin_inset Newline newline
25360 \end_inset
25361
25362
25363 \begin_inset Phantom HPhantom
25364 status open
25365
25366 \begin_layout Plain Layout
25367
25368 \series bold
25369 \begin_inset space ~
25370 \end_inset
25371
25372
25373 \end_layout
25374
25375 \end_inset
25376
25377 {Kap.
25378 \backslash
25379 negthinspace}}
25380 \end_layout
25381
25382 \begin_layout Standard
25383 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25384 \begin_inset Newline newline
25385 \end_inset
25386
25387
25388 \series bold
25389
25390 \backslash
25391 extrasngerman
25392 \series default
25393  durch 
25394 \series bold
25395
25396 \backslash
25397 extras***
25398 \series default
25399 , wobei *** der Name der verwendeten Sprache ist.
25400 \end_layout
25401
25402 \begin_layout Standard
25403 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25404  z.
25405 \begin_inset space \thinspace{}
25406 \end_inset
25407
25408 B.
25409  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25410 \end_layout
25411
25412 \begin_layout Standard
25413
25414 \series bold
25415
25416 \backslash
25417 addto
25418 \backslash
25419 extrasngerman{
25420 \backslash
25421 renewcommand*{
25422 \backslash
25423 equationautorefname}[1]{}}
25424 \end_layout
25425
25426 \begin_layout Standard
25427 Mehr über dieses Thema finden Sie in der 
25428 \series bold
25429 hyperref
25430 \series default
25431 -Dokumentation 
25432 \begin_inset CommandInset citation
25433 LatexCommand cite
25434 key "hyperref"
25435
25436 \end_inset
25437
25438 .
25439 \end_layout
25440
25441 \begin_layout Standard
25442 \begin_inset Note Greyedout
25443 status open
25444
25445 \begin_layout Plain Layout
25446
25447 \series bold
25448 Bemerkung:
25449 \series default
25450  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25451  als Querverweisstil 
25452 \family sans
25453 Formatierter
25454 \begin_inset space ~
25455 \end_inset
25456
25457 Querverweis
25458 \family default
25459  benutzen, wie in Abschnitt
25460 \begin_inset space ~
25461 \end_inset
25462
25463
25464 \begin_inset CommandInset ref
25465 LatexCommand ref
25466 reference "uab:Querverweis-Formate"
25467
25468 \end_inset
25469
25470  beschrieben.
25471 \end_layout
25472
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \begin_layout Standard
25479 Das 
25480 \emph on
25481 Mathe
25482 \emph default
25483  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25484 \end_layout
25485
25486 \begin_layout Subsection
25487 Querverweis-Position
25488 \begin_inset CommandInset label
25489 LatexCommand label
25490 name "uab:Querverweis-Position"
25491
25492 \end_inset
25493
25494
25495 \begin_inset Index idx
25496 status collapsed
25497
25498 \begin_layout Plain Layout
25499 Querverweise !  Position
25500 \end_layout
25501
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \begin_layout Standard
25508 Wenn Sie 
25509 \series bold
25510 hyperref
25511 \series default
25512
25513 \begin_inset Index idx
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517 LaTeX-Pakete ! hyperref
25518 \end_layout
25519
25520 \end_inset
25521
25522  in den
25523 \family sans
25524  PDF-Eigenschaften
25525 \family default
25526  im 
25527 \family sans
25528 Dokument-Einstellungen
25529 \family default
25530  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25531  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25532  und Sie werden das Bild ohne Scrollen nicht sehen.
25533  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25534  ist.
25535  Wenn Sie das  LaTeX-Paket 
25536 \series bold
25537 hypcap
25538 \series default
25539
25540 \begin_inset Index idx
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544 LaTeX-Pakete ! hypcap
25545 \end_layout
25546
25547 \end_inset
25548
25549 , das Teil des LaTeX-Pakets 
25550 \series bold
25551 oberdiek
25552 \series default
25553
25554 \begin_inset Index idx
25555 status collapsed
25556
25557 \begin_layout Plain Layout
25558 LaTeX-Pakete ! oberdiek
25559 \end_layout
25560
25561 \end_inset
25562
25563  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25564  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25565 \series bold
25566 hypcap
25567 \series default
25568  zunächst in den LaTeX-Vorspann laden:
25569 \end_layout
25570
25571 \begin_layout Standard
25572
25573 \series bold
25574
25575 \backslash
25576 usepackage[figure]{hypcap}
25577 \end_layout
25578
25579 \begin_layout Standard
25580 Sie können 
25581 \series bold
25582 hypcap
25583 \series default
25584  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25585  nicht empfohlen.
25586  Weitere Informationen finden Sie im
25587 \series bold
25588  hypcap
25589 \series default
25590 -Handbuch 
25591 \begin_inset CommandInset citation
25592 LatexCommand cite
25593 key "hypcap"
25594
25595 \end_inset
25596
25597 .
25598 \end_layout
25599
25600 \begin_layout Standard
25601 \begin_inset Note Greyedout
25602 status open
25603
25604 \begin_layout Plain Layout
25605
25606 \series bold
25607 Bemerkung:
25608 \series default
25609  
25610 \series bold
25611 hypcap
25612 \series medium
25613  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Section
25622 Gleitobjekt-Platzierung
25623 \begin_inset CommandInset label
25624 LatexCommand label
25625 name "abs:Gleitobjekt-Platzierung"
25626
25627 \end_inset
25628
25629
25630 \begin_inset Index idx
25631 status collapsed
25632
25633 \begin_layout Plain Layout
25634 Gleitobjekte ! Platzierung
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \begin_layout Standard
25643 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25644 \family sans
25645 Einstellungen 
25646 \family default
25647 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25648 ng ändern können.
25649 \begin_inset Newline newline
25650 \end_inset
25651
25652 Die Option 
25653 \family sans
25654 Spalten
25655 \begin_inset space ~
25656 \end_inset
25657
25658 überspannen
25659 \family default
25660  ist nur bei zweispaltigen Dokumenten sinnvoll.
25661  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25662 \begin_inset Newline newline
25663 \end_inset
25664
25665 Die Option 
25666 \family sans
25667 Seitwärts
25668 \begin_inset space ~
25669 \end_inset
25670
25671 drehen
25672 \family default
25673  ist in Abschnitt 
25674 \begin_inset CommandInset ref
25675 LatexCommand ref
25676 reference "abs:Gedrehte-Gleitobjekte"
25677
25678 \end_inset
25679
25680  beschrieben.
25681 \end_layout
25682
25683 \begin_layout Standard
25684 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25685  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25686  Sie die Option 
25687 \family sans
25688 Standard-Platzierung
25689 \begin_inset space ~
25690 \end_inset
25691
25692 verwenden
25693 \family default
25694  nicht verwenden:
25695 \end_layout
25696
25697 \begin_layout Description
25698 Hier
25699 \begin_inset space ~
25700 \end_inset
25701
25702 wenn
25703 \begin_inset space ~
25704 \end_inset
25705
25706 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25707 \end_layout
25708
25709 \begin_layout Description
25710 Anfang
25711 \begin_inset space ~
25712 \end_inset
25713
25714 der
25715 \begin_inset space ~
25716 \end_inset
25717
25718 Seite
25719 \family sans
25720  
25721 \family default
25722 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25723  Gleitobjekte, die maximal 70
25724 \begin_inset space \thinspace{}
25725 \end_inset
25726
25727 % einer Seite benötigen, dürfen oben platziert werden.
25728  Dies kann durch die Variable 
25729 \series bold
25730
25731 \backslash
25732 topfraction
25733 \series default
25734  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25735 \end_layout
25736
25737 \begin_deeper
25738 \begin_layout Standard
25739
25740 \series bold
25741
25742 \backslash
25743 renewcommand{
25744 \backslash
25745 topfraction}{0.9}
25746 \family typewriter
25747 \series default
25748  
25749 \end_layout
25750
25751 \end_deeper
25752 \begin_layout Description
25753 Ende
25754 \begin_inset space ~
25755 \end_inset
25756
25757 der
25758 \begin_inset space ~
25759 \end_inset
25760
25761 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25762  Gleitobjekte, die maximal 30
25763 \begin_inset space \thinspace{}
25764 \end_inset
25765
25766 % einer Seite benötigen, dürfen unten platziert werden.
25767  Dies kann durch die Variable 
25768 \series bold
25769
25770 \backslash
25771 bottomfraction
25772 \series default
25773  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25774 \end_layout
25775
25776 \begin_deeper
25777 \begin_layout Standard
25778
25779 \series bold
25780
25781 \backslash
25782 renewcommand{
25783 \backslash
25784 bottomfraction}{0.5}
25785 \end_layout
25786
25787 \begin_layout Standard
25788 die oftmals zu kleine untere Grenze auf 50
25789 \begin_inset space \thinspace{}
25790 \end_inset
25791
25792 %.
25793 \end_layout
25794
25795 \end_deeper
25796 \begin_layout Description
25797 Seite
25798 \begin_inset space ~
25799 \end_inset
25800
25801 mit
25802 \begin_inset space ~
25803 \end_inset
25804
25805 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25806  Nur wenn mehr als 50
25807 \begin_inset space \thinspace{}
25808 \end_inset
25809
25810 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25811  Gleitobjekte bereitgestellt.
25812  Dies kann durch die Variable 
25813 \series bold
25814
25815 \backslash
25816 floatpagefraction 
25817 \series default
25818 im LaTeX-Vorspann überschrieben werden.
25819 \end_layout
25820
25821 \begin_layout Standard
25822 Die Reihenfolge der obigen Optionen wird 
25823 \emph on
25824 immer
25825 \emph default
25826  von LaTeX verwendet.
25827  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25828  versuchen 
25829 \family sans
25830 Hier
25831 \begin_inset space \space{}
25832 \end_inset
25833
25834 wenn
25835 \begin_inset space \space{}
25836 \end_inset
25837
25838 möglich
25839 \family default
25840 , dann 
25841 \family sans
25842 Anfang
25843 \begin_inset space ~
25844 \end_inset
25845
25846 der
25847 \begin_inset space ~
25848 \end_inset
25849
25850 Seite
25851 \family default
25852  und dann die anderen Optionen anzuwenden.
25853  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25854  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25855  Reihenfolge.
25856  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25857 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25858 \end_layout
25859
25860 \begin_layout Standard
25861 Die Option 
25862 \family sans
25863 Hier,
25864 \begin_inset space ~
25865 \end_inset
25866
25867 auf
25868 \begin_inset space ~
25869 \end_inset
25870
25871 jeden
25872 \begin_inset space ~
25873 \end_inset
25874
25875 Fall
25876 \family default
25877  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25878  fast druckreif ist.
25879  Denn mit der Option kann das Objekt nicht mehr 
25880 \emph on
25881 gleiten
25882 \emph default
25883 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25884  oftmals zerstört.
25885 \end_layout
25886
25887 \begin_layout Standard
25888 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25889  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25890 \begin_inset VSpace bigskip
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \begin_layout Standard
25897 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25898 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25899  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25900  Das kann mit dem LaTeX-Befehl
25901 \series bold
25902  
25903 \backslash
25904 suppressfloats
25905 \series default
25906  verhindert werden.
25907  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25908  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25909  gesetzt wird.
25910  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25911 \end_layout
25912
25913 \begin_layout Standard
25914
25915 \series bold
25916
25917 \backslash
25918 let
25919 \backslash
25920 meinAbschnitt
25921 \backslash
25922 section
25923 \begin_inset Newline newline
25924 \end_inset
25925
25926
25927 \backslash
25928 renewcommand{
25929 \backslash
25930 section}{
25931 \backslash
25932 suppressfloats[t]
25933 \backslash
25934 meinAbschnitt}
25935 \end_layout
25936
25937 \begin_layout Standard
25938 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25939  Unterabschnitten festlegen.
25940  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25941  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25942 \end_layout
25943
25944 \begin_layout Standard
25945 Es gibt auch noch das LaTeX-Paket 
25946 \series bold
25947 flafter
25948 \series default
25949
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 LaTeX-Pakete ! flafter
25955 \end_layout
25956
25957 \end_inset
25958
25959  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25960  gedruckt wird.
25961 \end_layout
25962
25963 \begin_layout Standard
25964 \begin_inset VSpace bigskip
25965 \end_inset
25966
25967 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25968  Dafür gibt es das LaTeX-Paket 
25969 \series bold
25970 endfloat
25971 \series default
25972
25973 \begin_inset Index idx
25974 status collapsed
25975
25976 \begin_layout Plain Layout
25977 LaTeX-Pakete ! endfloat
25978 \end_layout
25979
25980 \end_inset
25981
25982 .
25983  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25984  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25985  
25986 \family sans
25987
25988 \begin_inset Quotes gld
25989 \end_inset
25990
25991 [Abbildung
25992 \begin_inset space ~
25993 \end_inset
25994
25995 3.2 ist ungefähr hier.]
25996 \family default
25997
25998 \begin_inset Quotes grd
25999 \end_inset
26000
26001  finden.
26002  Das 
26003 \series bold
26004 endfloat
26005 \series default
26006 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
26007 \end_layout
26008
26009 \begin_layout Standard
26010
26011 \series bold
26012
26013 \backslash
26014 usepackage[Optionen]{endfloat}
26015 \end_layout
26016
26017 \begin_layout Standard
26018 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26019  Tabellen-Abschnitte, die Sie in der 
26020 \series bold
26021 endfloat
26022 \series default
26023 -Dokumentation 
26024 \begin_inset CommandInset citation
26025 LatexCommand cite
26026 key "endfloat"
26027
26028 \end_inset
26029
26030  nachlesen können.
26031 \begin_inset Newline newline
26032 \end_inset
26033
26034
26035 \begin_inset Note Greyedout
26036 status open
26037
26038 \begin_layout Plain Layout
26039
26040 \series bold
26041 Bemerkung
26042 \begin_inset space ~
26043 \end_inset
26044
26045 1: endfloat
26046 \series default
26047  übersetzt den Hinweistext nicht automatisch.
26048  Abschnitt
26049 \begin_inset space ~
26050 \end_inset
26051
26052 4 in 
26053 \begin_inset CommandInset citation
26054 LatexCommand cite
26055 key "endfloat"
26056
26057 \end_inset
26058
26059  beschreibt, wie es geht.
26060 \end_layout
26061
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \begin_layout Standard
26068 \begin_inset Note Greyedout
26069 status open
26070
26071 \begin_layout Plain Layout
26072
26073 \series bold
26074 Bemerkung
26075 \begin_inset space ~
26076 \end_inset
26077
26078 2: 
26079 \series default
26080 Die aktuelle Version von 
26081 \series bold
26082 endfloat
26083 \series default
26084  hat einen Fehler, wenn die Überschrift ein 
26085 \begin_inset Quotes gld
26086 \end_inset
26087
26088 ß
26089 \begin_inset Quotes grd
26090 \end_inset
26091
26092  enthält.
26093  Sie müssen stattdessen den Befehl 
26094 \series bold
26095
26096 \backslash
26097 ss
26098 \series default
26099  als TeX-Code benutzen.
26100 \end_layout
26101
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \begin_layout Standard
26108 \begin_inset VSpace bigskip
26109 \end_inset
26110
26111 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26112  wie 
26113 \begin_inset CommandInset citation
26114 LatexCommand cite
26115 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26116
26117 \end_inset
26118
26119 .
26120 \end_layout
26121
26122 \begin_layout Section
26123 Gedrehte Gleitobjekte
26124 \begin_inset CommandInset label
26125 LatexCommand label
26126 name "abs:Gedrehte-Gleitobjekte"
26127
26128 \end_inset
26129
26130
26131 \begin_inset Index idx
26132 status collapsed
26133
26134 \begin_layout Plain Layout
26135 Gleitobjekte ! drehen
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \end_layout
26142
26143 \begin_layout Standard
26144 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26145 t drehen.
26146  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26147  und die Option 
26148 \family sans
26149 Seitwärts
26150 \begin_inset space ~
26151 \end_inset
26152
26153 drehen
26154 \family default
26155  wählen.
26156 \end_layout
26157
26158 \begin_layout Standard
26159 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26160  sie ein mehrspaltiges Dokument haben) gedruckt.
26161  Sie können mehrere Spalten überspannen, wenn die Option 
26162 \family sans
26163 Spalten
26164 \begin_inset space ~
26165 \end_inset
26166
26167 überspannen
26168 \family default
26169  in den Gleitobjekt Einstellungen gewählt ist.
26170  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26171  werden können.
26172  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26173  Option 
26174 \series bold
26175 figuresleft
26176 \series default
26177  oder 
26178 \series bold
26179 figuresright
26180 \series default
26181  zu den Dokumentklassen-Optionen hinzu.
26182 \end_layout
26183
26184 \begin_layout Standard
26185 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26186  Tabelle
26187 \begin_inset space ~
26188 \end_inset
26189
26190
26191 \begin_inset CommandInset ref
26192 LatexCommand ref
26193 reference "tab:Gedrehte-Tabelle"
26194
26195 \end_inset
26196
26197  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26198 \end_layout
26199
26200 \begin_layout Standard
26201 \begin_inset Note Greyedout
26202 status open
26203
26204 \begin_layout Plain Layout
26205
26206 \series bold
26207 Bemerkung:
26208 \series default
26209  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \begin_layout Standard
26218 \begin_inset Float table
26219 wide false
26220 sideways true
26221 status open
26222
26223 \begin_layout Plain Layout
26224 \begin_inset Caption
26225
26226 \begin_layout Plain Layout
26227 \begin_inset CommandInset label
26228 LatexCommand label
26229 name "tab:Gedrehte-Tabelle"
26230
26231 \end_inset
26232
26233 Gedrehte Tabelle
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \begin_layout Plain Layout
26242 \align center
26243 \begin_inset Tabular
26244 <lyxtabular version="3" rows="1" columns="5">
26245 <features tabularvalignment="middle">
26246 <column alignment="center" valignment="top" width="0">
26247 <column alignment="center" valignment="top" width="0">
26248 <column alignment="center" valignment="top" width="0">
26249 <column alignment="center" valignment="top" width="0">
26250 <column alignment="center" valignment="top" width="0">
26251 <row>
26252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256 Test
26257 \end_layout
26258
26259 \end_inset
26260 </cell>
26261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265 b
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274 c
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 d
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 e
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 </lyxtabular>
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \begin_layout Section
26311 Untergleitobjekte
26312 \begin_inset Index idx
26313 status collapsed
26314
26315 \begin_layout Plain Layout
26316 Gleitobjekte ! Untergleitobjekte
26317 \end_layout
26318
26319 \end_inset
26320
26321
26322 \end_layout
26323
26324 \begin_layout Standard
26325 Untergleitobjekte werden z.
26326 \begin_inset space \thinspace{}
26327 \end_inset
26328
26329 B.
26330  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26331  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26332  eingefügt wird.
26333  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26334  in Tabelle
26335 \begin_inset space ~
26336 \end_inset
26337
26338
26339 \begin_inset CommandInset ref
26340 LatexCommand ref
26341 reference "tab:Untertabellen-nebeneinander"
26342
26343 \end_inset
26344
26345  und 
26346 \begin_inset CommandInset ref
26347 LatexCommand ref
26348 reference "tab:Untertabellen-übereinander"
26349
26350 \end_inset
26351
26352 .
26353 \end_layout
26354
26355 \begin_layout Standard
26356 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26357 \begin_inset space ~
26358 \end_inset
26359
26360
26361 \begin_inset CommandInset ref
26362 LatexCommand ref
26363 reference "tab:Untertabelle-a"
26364
26365 \end_inset
26366
26367  und 
26368 \begin_inset CommandInset ref
26369 LatexCommand ref
26370 reference "tab:Untertabelle-b"
26371
26372 \end_inset
26373
26374  sind Untertabellen von Tabelle
26375 \begin_inset space ~
26376 \end_inset
26377
26378
26379 \begin_inset CommandInset ref
26380 LatexCommand ref
26381 reference "tab:Untertabellen-nebeneinander"
26382
26383 \end_inset
26384
26385 .
26386 \end_layout
26387
26388 \begin_layout Standard
26389 \begin_inset Float table
26390 wide false
26391 sideways false
26392 status open
26393
26394 \begin_layout Plain Layout
26395 \begin_inset Caption
26396
26397 \begin_layout Plain Layout
26398 \begin_inset CommandInset label
26399 LatexCommand label
26400 name "tab:Untertabellen-nebeneinander"
26401
26402 \end_inset
26403
26404 Zwei Untertabellen nebeneinander.
26405 \end_layout
26406
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \begin_layout Plain Layout
26413 \align center
26414 \begin_inset space \hfill{}
26415 \end_inset
26416
26417
26418 \begin_inset Float table
26419 wide false
26420 sideways false
26421 status collapsed
26422
26423 \begin_layout Plain Layout
26424 \begin_inset Caption
26425
26426 \begin_layout Plain Layout
26427 \begin_inset CommandInset label
26428 LatexCommand label
26429 name "tab:Untertabelle-a"
26430
26431 \end_inset
26432
26433 Dies ist Untertabelle a.
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Plain Layout
26442 \align center
26443 \begin_inset Tabular
26444 <lyxtabular version="3" rows="1" columns="5">
26445 <features tabularvalignment="middle">
26446 <column alignment="center" valignment="top" width="0">
26447 <column alignment="center" valignment="top" width="0">
26448 <column alignment="center" valignment="top" width="0">
26449 <column alignment="center" valignment="top" width="0">
26450 <column alignment="center" valignment="top" width="0">
26451 <row>
26452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456 Test
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 b
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 c
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 d
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 e
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 </row>
26498 </lyxtabular>
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \begin_inset space \hfill{}
26509 \end_inset
26510
26511
26512 \begin_inset Float table
26513 wide false
26514 sideways false
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518 \begin_inset Caption
26519
26520 \begin_layout Plain Layout
26521 \begin_inset CommandInset label
26522 LatexCommand label
26523 name "tab:Untertabelle-b"
26524
26525 \end_inset
26526
26527 Dies ist Untertabelle b.
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \begin_layout Plain Layout
26536 \align center
26537 \begin_inset Tabular
26538 <lyxtabular version="3" rows="1" columns="5">
26539 <features tabularvalignment="middle">
26540 <column alignment="center" valignment="top" width="0">
26541 <column alignment="center" valignment="top" width="0">
26542 <column alignment="center" valignment="top" width="0">
26543 <column alignment="center" valignment="top" width="0">
26544 <column alignment="center" valignment="top" width="0">
26545 <row>
26546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550 e
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 d
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 c
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 b
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 Test
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 </lyxtabular>
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \begin_inset space \hfill{}
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \end_inset
26609
26610
26611 \end_layout
26612
26613 \begin_layout Standard
26614 \begin_inset Float table
26615 wide false
26616 sideways false
26617 status open
26618
26619 \begin_layout Plain Layout
26620 \begin_inset Caption
26621
26622 \begin_layout Plain Layout
26623 \begin_inset CommandInset label
26624 LatexCommand label
26625 name "tab:Untertabellen-übereinander"
26626
26627 \end_inset
26628
26629 Zwei Untertabellen übereinander.
26630  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \begin_layout Plain Layout
26639 \align center
26640 \begin_inset Float table
26641 wide false
26642 sideways false
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646 \begin_inset Caption
26647
26648 \begin_layout Plain Layout
26649
26650 \end_layout
26651
26652 \end_inset
26653
26654
26655 \end_layout
26656
26657 \begin_layout Plain Layout
26658 \align center
26659 \begin_inset Tabular
26660 <lyxtabular version="3" rows="1" columns="4">
26661 <features tabularvalignment="middle">
26662 <column alignment="center" valignment="top" width="0">
26663 <column alignment="center" valignment="top" width="0">
26664 <column alignment="center" valignment="top" width="0">
26665 <column alignment="center" valignment="top" width="0">
26666 <row>
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 Test
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 Test
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 Test
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 Test
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 </row>
26704 </lyxtabular>
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Plain Layout
26717 \align center
26718 \begin_inset Float table
26719 wide false
26720 sideways false
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724 \begin_inset Caption
26725
26726 \begin_layout Plain Layout
26727
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \begin_layout Plain Layout
26736 \align center
26737 \begin_inset Tabular
26738 <lyxtabular version="3" rows="1" columns="5">
26739 <features tabularvalignment="middle">
26740 <column alignment="center" valignment="top" width="0">
26741 <column alignment="center" valignment="top" width="0">
26742 <column alignment="center" valignment="top" width="0">
26743 <column alignment="center" valignment="top" width="0">
26744 <column alignment="center" valignment="top" width="0">
26745 <row>
26746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 a
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759 b
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 c
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777 d
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26783 \begin_inset Text
26784
26785 \begin_layout Plain Layout
26786 e
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 </row>
26792 </lyxtabular>
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \begin_layout Section
26810 Gleitobjekte nebeneinander
26811 \begin_inset Index idx
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815 Gleitobjekte ! nebeneinander
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \begin_layout Standard
26824 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26825 \begin_inset space ~
26826 \end_inset
26827
26828
26829 \begin_inset CommandInset ref
26830 LatexCommand ref
26831 reference "abb:Gleitobjekt-links"
26832
26833 \end_inset
26834
26835  und 
26836 \begin_inset CommandInset ref
26837 LatexCommand ref
26838 reference "abb:Gleitobjekt-rechts"
26839
26840 \end_inset
26841
26842  wird nur 
26843 \emph on
26844 ein
26845 \emph default
26846  Gleitobjekt verwendet.
26847  In dieses werden zwei Minipage Boxen eingefügt.
26848 \begin_inset Foot
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852 Minipages sind in Abschnitt
26853 \begin_inset space ~
26854 \end_inset
26855
26856
26857 \begin_inset CommandInset ref
26858 LatexCommand ref
26859 reference "abs:Minipage"
26860
26861 \end_inset
26862
26863  erklärt.
26864 \end_layout
26865
26866 \end_inset
26867
26868  Die Breite wird für jede Minipage auf 45
26869 \begin_inset space \thinspace{}
26870 \end_inset
26871
26872 -50
26873 \begin_inset space \thinspace{}
26874 \end_inset
26875
26876 Spalten% und die Box Ausrichtung auf 
26877 \family sans
26878 Unten
26879 \family default
26880  gesetzt.
26881  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26882  Gleitobjekt.
26883  Der einzige Unterschied ist, dass die Bildeinheit 
26884 \family sans
26885 Spaltenbreite
26886 \begin_inset space ~
26887 \end_inset
26888
26889 %
26890 \family default
26891  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26892 \end_layout
26893
26894 \begin_layout Standard
26895 \begin_inset Float figure
26896 wide false
26897 sideways false
26898 status open
26899
26900 \begin_layout Plain Layout
26901 \begin_inset Box Frameless
26902 position "b"
26903 hor_pos "c"
26904 has_inner_box 1
26905 inner_pos "t"
26906 use_parbox 0
26907 use_makebox 0
26908 width "45col%"
26909 special "none"
26910 height "1in"
26911 height_special "totalheight"
26912 status open
26913
26914 \begin_layout Plain Layout
26915 \align center
26916 \begin_inset Graphics
26917         filename ../clipart/mobius.eps
26918         lyxscale 50
26919         width 100col%
26920         scaleBeforeRotation
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \begin_layout Plain Layout
26928 \begin_inset Caption
26929
26930 \begin_layout Plain Layout
26931 \begin_inset CommandInset label
26932 LatexCommand label
26933 name "abb:Gleitobjekt-links"
26934
26935 \end_inset
26936
26937 Gleitobjekt auf der linken Seite.
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \begin_inset space \hfill{}
26949 \end_inset
26950
26951
26952 \begin_inset Box Frameless
26953 position "b"
26954 hor_pos "c"
26955 has_inner_box 1
26956 inner_pos "t"
26957 use_parbox 0
26958 use_makebox 0
26959 width "45col%"
26960 special "none"
26961 height "1in"
26962 height_special "totalheight"
26963 status open
26964
26965 \begin_layout Plain Layout
26966 \align center
26967 \begin_inset Graphics
26968         filename ../clipart/platypus.eps
26969         lyxscale 50
26970         width 100col%
26971         scaleBeforeRotation
26972
26973 \end_inset
26974
26975
26976 \end_layout
26977
26978 \begin_layout Plain Layout
26979 \begin_inset Caption
26980
26981 \begin_layout Plain Layout
26982 \begin_inset CommandInset label
26983 LatexCommand label
26984 name "abb:Gleitobjekt-rechts"
26985
26986 \end_inset
26987
26988 Gleitobjekt auf der rechten Seite.
26989 \end_layout
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Section
27007 Beschriftungs-Formatierung
27008 \begin_inset CommandInset label
27009 LatexCommand label
27010 name "abs:Titel-Formatierung"
27011
27012 \end_inset
27013
27014
27015 \begin_inset Index idx
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019 Gleitobjekte ! Beschriftung ! Formatierung
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \end_layout
27026
27027 \begin_layout Standard
27028
27029 \family sans
27030 Legende
27031 \family default
27032  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27033  In LyX sehen Titel so aus:  
27034 \family sans
27035
27036 \begin_inset Quotes gld
27037 \end_inset
27038
27039 Abbildung xyz:
27040 \family default
27041
27042 \begin_inset Quotes grd
27043 \end_inset
27044
27045 , gefolgt vom Beschriftungstext, wobei 
27046 \family sans
27047 xyz
27048 \family default
27049  die von LyX vergebene Nummer ist.
27050  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27051  gedruckt.
27052  Dies ist nicht immer brauchbar.
27053 \end_layout
27054
27055 \begin_layout Standard
27056 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
27057  
27058 \series bold
27059 caption
27060 \series default
27061
27062 \begin_inset Index idx
27063 status collapsed
27064
27065 \begin_layout Plain Layout
27066 LaTeX-Pakete ! caption
27067 \end_layout
27068
27069 \end_inset
27070
27071  in den LaTeX-Vorspann laden:
27072 \end_layout
27073
27074 \begin_layout Standard
27075
27076 \series bold
27077
27078 \backslash
27079 usepackage[Format-Definition]{caption}
27080 \end_layout
27081
27082 \begin_layout Standard
27083 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
27084  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
27085 \end_layout
27086
27087 \begin_layout Standard
27088
27089 \series bold
27090
27091 \backslash
27092 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27093 \end_layout
27094
27095 \begin_layout Standard
27096 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27097  definieren.
27098  Dazu laden Sie das 
27099 \series bold
27100 caption
27101 \series default
27102 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27103  dem Befehl
27104 \end_layout
27105
27106 \begin_layout Standard
27107
27108 \series bold
27109
27110 \backslash
27111 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27112 \end_layout
27113
27114 \begin_layout Standard
27115 Für Abbildung
27116 \begin_inset space ~
27117 \end_inset
27118
27119
27120 \begin_inset CommandInset ref
27121 LatexCommand ref
27122 reference "abb:Langer-Abb-Titel"
27123
27124 \end_inset
27125
27126  und Tabelle
27127 \begin_inset space ~
27128 \end_inset
27129
27130
27131 \begin_inset CommandInset ref
27132 LatexCommand ref
27133 reference "tab:Langer-Tab-Titel"
27134
27135 \end_inset
27136
27137  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27138  werden:
27139 \end_layout
27140
27141 \begin_layout Standard
27142
27143 \series bold
27144
27145 \backslash
27146 usepackage[tableposition=top]{caption}
27147 \begin_inset Newline newline
27148 \end_inset
27149
27150
27151 \backslash
27152 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27153 \begin_inset Newline newline
27154 \end_inset
27155
27156
27157 \begin_inset Phantom HPhantom
27158 status open
27159
27160 \begin_layout Plain Layout
27161
27162 \series bold
27163
27164 \backslash
27165 captionsetup[figure]{
27166 \end_layout
27167
27168 \end_inset
27169
27170 labelsep=period}
27171 \begin_inset Newline newline
27172 \end_inset
27173
27174
27175 \backslash
27176 captionsetup[table]{labelfont={bf,sf}}
27177 \end_layout
27178
27179 \begin_layout Standard
27180 \begin_inset Note Greyedout
27181 status open
27182
27183 \begin_layout Plain Layout
27184
27185 \series bold
27186 Bemerkung:
27187 \series default
27188  Die Option 
27189 \series bold
27190 tableposition=top
27191 \series default
27192  hat keine Auswirkung, wenn eine 
27193 \series bold
27194 KOMA-Script
27195 \series default
27196
27197 \begin_inset Index idx
27198 status collapsed
27199
27200 \begin_layout Plain Layout
27201 LaTeX-Pakete ! KOMA-Script
27202 \end_layout
27203
27204 \end_inset
27205
27206 -Dokumentklasse verwendet wird.
27207  Hier muss die Option 
27208 \series bold
27209 captions=tableheading
27210 \series default
27211  benutzt werden.
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 Weitere Informationen über das Paket
27221 \series bold
27222  caption
27223 \series default
27224  finden Sie in seiner Dokumentation 
27225 \begin_inset CommandInset citation
27226 LatexCommand cite
27227 key "caption"
27228
27229 \end_inset
27230
27231 .
27232 \end_layout
27233
27234 \begin_layout Standard
27235 Wenn Sie den Namen von 
27236 \begin_inset Quotes gld
27237 \end_inset
27238
27239 Abbildung
27240 \begin_inset Quotes grd
27241 \end_inset
27242
27243  auf 
27244 \begin_inset Quotes gld
27245 \end_inset
27246
27247 Bild
27248 \begin_inset Quotes grd
27249 \end_inset
27250
27251  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27252 \end_layout
27253
27254 \begin_layout Standard
27255
27256 \series bold
27257
27258 \backslash
27259 renewcommand{
27260 \backslash
27261 fnum@figure}{Bild~
27262 \backslash
27263 thefigure}
27264 \end_layout
27265
27266 \begin_layout Standard
27267 wobei 
27268 \series bold
27269
27270 \backslash
27271 thefigure
27272 \series default
27273  die Bildnummer einsetzt und
27274 \series bold
27275  ~
27276 \series default
27277  ein geschütztes Leerzeichen ist.
27278 \end_layout
27279
27280 \begin_layout Standard
27281 \begin_inset VSpace bigskip
27282 \end_inset
27283
27284 Wenn Sie eine 
27285 \series bold
27286 KOMA-Script
27287 \series default
27288
27289 \begin_inset Index idx
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 LaTeX-Pakete ! KOMA-Script
27294 \end_layout
27295
27296 \end_inset
27297
27298 -Dokumentklasse (
27299 \family sans
27300 article (KOMA-Script)
27301 \family default
27302
27303 \family sans
27304 book (KOMA-Script)
27305 \family default
27306
27307 \family sans
27308 letter (KOMA-Script)
27309 \family default
27310  oder 
27311 \family sans
27312 report (KOMA-Script)
27313 \family default
27314 ) benutzen, können Sie anstatt des 
27315 \series bold
27316 caption
27317 \series default
27318 -Paketes den eingebauten Befehl 
27319 \series bold
27320
27321 \backslash
27322 setkomafont
27323 \series default
27324  von 
27325 \series bold
27326 KOMA-Script
27327 \series default
27328  benutzen.
27329  Der Befehl
27330 \end_layout
27331
27332 \begin_layout Standard
27333
27334 \series bold
27335
27336 \backslash
27337 setkomafont{captionlabel}{
27338 \backslash
27339 bfseries}
27340 \end_layout
27341
27342 \begin_layout Standard
27343 im LaTeX-Vorspann druckt den Namen fett.
27344 \end_layout
27345
27346 \begin_layout Standard
27347 Weitere Informationen über 
27348 \series bold
27349
27350 \backslash
27351 setkomafont
27352 \series default
27353  finden Sie in der 
27354 \series bold
27355 KOMA-Script
27356 \series default
27357 -Do\SpecialChar \-
27358 ku\SpecialChar \-
27359 men\SpecialChar \-
27360 ta\SpecialChar \-
27361 tion 
27362 \begin_inset CommandInset citation
27363 LatexCommand cite
27364 key "KOMA-Script"
27365
27366 \end_inset
27367
27368 .
27369 \end_layout
27370
27371 \begin_layout Standard
27372 \begin_inset ERT
27373 status collapsed
27374
27375 \begin_layout Plain Layout
27376
27377
27378 \backslash
27379 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27380 }
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \begin_inset Note Note
27387 status open
27388
27389 \begin_layout Plain Layout
27390 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Standard
27399 \begin_inset Float figure
27400 placement !p
27401 wide false
27402 sideways false
27403 status open
27404
27405 \begin_layout Plain Layout
27406 \align center
27407 \begin_inset Graphics
27408         filename ../clipart/mobius.eps
27409         lyxscale 50
27410         scale 50
27411         scaleBeforeRotation
27412
27413 \end_inset
27414
27415
27416 \end_layout
27417
27418 \begin_layout Plain Layout
27419 \begin_inset Caption
27420
27421 \begin_layout Plain Layout
27422 \begin_inset CommandInset label
27423 LatexCommand label
27424 name "abb:Langer-Abb-Titel"
27425
27426 \end_inset
27427
27428 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27429  ist, um das andere Beschriftungsformat zu zeigen.
27430  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27431 \begin_inset Argument
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27436  ist.
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \end_inset
27445
27446
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Standard
27455 \begin_inset ERT
27456 status collapsed
27457
27458 \begin_layout Plain Layout
27459
27460
27461 \backslash
27462 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27463 on}
27464 \end_layout
27465
27466 \end_inset
27467
27468
27469 \end_layout
27470
27471 \begin_layout Standard
27472 \begin_inset Float table
27473 placement !p
27474 wide false
27475 sideways false
27476 status open
27477
27478 \begin_layout Plain Layout
27479 \begin_inset Caption
27480
27481 \begin_layout Plain Layout
27482 \begin_inset CommandInset label
27483 LatexCommand label
27484 name "tab:Langer-Tab-Titel"
27485
27486 \end_inset
27487
27488 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27489  ist, um das andere Beschriftungsformat zu zeigen.
27490  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27491  benutzt.
27492 \begin_inset Argument
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27497  ist.
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Plain Layout
27511 \align center
27512 \begin_inset Tabular
27513 <lyxtabular version="3" rows="1" columns="5">
27514 <features tabularvalignment="middle">
27515 <column alignment="center" valignment="top" width="0">
27516 <column alignment="center" valignment="top" width="0">
27517 <column alignment="center" valignment="top" width="0">
27518 <column alignment="center" valignment="top" width="0">
27519 <column alignment="center" valignment="top" width="0">
27520 <row>
27521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 a
27526 \end_layout
27527
27528 \end_inset
27529 </cell>
27530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27531 \begin_inset Text
27532
27533 \begin_layout Plain Layout
27534 b
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27540 \begin_inset Text
27541
27542 \begin_layout Plain Layout
27543 c
27544 \end_layout
27545
27546 \end_inset
27547 </cell>
27548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Plain Layout
27552 d
27553 \end_layout
27554
27555 \end_inset
27556 </cell>
27557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561 e
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 </row>
27567 </lyxtabular>
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \begin_layout Section
27580 Beschriftungs-Platzierung
27581 \begin_inset CommandInset label
27582 LatexCommand label
27583 name "abs:Titel-Platzierung"
27584
27585 \end_inset
27586
27587
27588 \begin_inset Index idx
27589 status collapsed
27590
27591 \begin_layout Plain Layout
27592 Gleitobjekte ! Beschriftung ! Platzierung
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \end_layout
27599
27600 \begin_layout Standard
27601 Normalerweise werden die Beschriftungen wie folgt platziert:
27602 \end_layout
27603
27604 \begin_layout Description
27605 Abbildung: darunter
27606 \end_layout
27607
27608 \begin_layout Description
27609 Tabelle: darüber
27610 \end_layout
27611
27612 \begin_layout Standard
27613 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27614  Das heißt wenn Sie eine der Dokument-Klassen 
27615 \family sans
27616 article
27617 \family default
27618
27619 \family sans
27620 book
27621 \family default
27622
27623 \family sans
27624 letter
27625 \family default
27626  oder 
27627 \family sans
27628 report
27629 \family default
27630  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27631  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
27632 \series bold
27633 caption
27634 \series default
27635  im LaTeX-Vorspann folgendes schreiben:
27636 \begin_inset Foot
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640 In Abschnitt
27641 \begin_inset space ~
27642 \end_inset
27643
27644
27645 \begin_inset CommandInset ref
27646 LatexCommand ref
27647 reference "abs:Titel-Formatierung"
27648
27649 \end_inset
27650
27651  steht mehr über das Paket 
27652 \series bold
27653 caption
27654 \series default
27655 .
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664
27665 \series bold
27666 tableposition=top
27667 \end_layout
27668
27669 \begin_layout Standard
27670 Wenn Sie eine 
27671 \series bold
27672 KOMA-Script
27673 \series default
27674
27675 \begin_inset Index idx
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679 LaTeX-Pakete ! KOMA-Script
27680 \end_layout
27681
27682 \end_inset
27683
27684 -Dokumentklasse (
27685 \family sans
27686 article (KOMA-Script)
27687 \family default
27688
27689 \family sans
27690 book (KOMA-Script)
27691 \family default
27692
27693 \family sans
27694 letter (KOMA-Script)
27695 \family default
27696  oder 
27697 \family sans
27698 report (KOMA-Script)
27699 \family default
27700 ) benutzen, können Sie alternativ zum 
27701 \series bold
27702 caption
27703 \series default
27704 -Paket die Option 
27705 \series bold
27706 captions=tableheading
27707 \series default
27708  benutzen.
27709 \end_layout
27710
27711 \begin_layout Standard
27712 \begin_inset VSpace bigskip
27713 \end_inset
27714
27715 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
27716  Das bewirkt das LaTeX-Paket 
27717 \series bold
27718 sidecap
27719 \series default
27720
27721 \begin_inset Index idx
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725 LaTeX-Pakete ! sidecap
27726 \end_layout
27727
27728 \end_inset
27729
27730 , das so in den LaTeX-Vorspann geladen wird:
27731 \end_layout
27732
27733 \begin_layout Standard
27734
27735 \series bold
27736
27737 \backslash
27738 usepackage[Option]{sidecap}
27739 \end_layout
27740
27741 \begin_layout Standard
27742 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
27743  Mit 
27744 \series bold
27745 innercaption
27746 \series default
27747  wird die Beschriftung innen gedruckt.
27748  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
27749  
27750 \series bold
27751 rightcaption
27752 \series default
27753  oder 
27754 \series bold
27755 leftcaption
27756 \series default
27757 .
27758 \end_layout
27759
27760 \begin_layout Standard
27761 \begin_inset ERT
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765
27766
27767 \backslash
27768 ifsidecap
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \begin_inset Note Note
27775 status open
27776
27777 \begin_layout Plain Layout
27778 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27779 \series bold
27780 sidecap
27781 \series default
27782  installiert ist.
27783 \end_layout
27784
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \begin_layout Standard
27791 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
27792  in den LaTeX-Vorspann schreiben:
27793 \end_layout
27794
27795 \begin_layout Standard
27796 \noindent
27797 \begin_inset CommandInset line
27798 LatexCommand rule
27799 offset "0.5ex"
27800 width "100line%"
27801 height "1pt"
27802
27803 \end_inset
27804
27805
27806 \end_layout
27807
27808 \begin_layout Standard
27809
27810 \series bold
27811
27812 \backslash
27813 newcommand{
27814 \backslash
27815 TabBesBeg}[1][1.0]{%
27816 \begin_inset Newline newline
27817 \end_inset
27818
27819
27820 \begin_inset Phantom HPhantom
27821 status open
27822
27823 \begin_layout Plain Layout
27824 \begin_inset space ~
27825 \end_inset
27826
27827
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \backslash
27834 let
27835 \backslash
27836 MyTable
27837 \backslash
27838 table
27839 \begin_inset Newline newline
27840 \end_inset
27841
27842
27843 \begin_inset Phantom HPhantom
27844 status open
27845
27846 \begin_layout Plain Layout
27847
27848 \series medium
27849 \begin_inset space ~
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \end_inset
27856
27857
27858 \backslash
27859 let
27860 \backslash
27861 MyEndtable
27862 \backslash
27863 endtable
27864 \begin_inset Newline newline
27865 \end_inset
27866
27867
27868 \begin_inset Phantom HPhantom
27869 status open
27870
27871 \begin_layout Plain Layout
27872
27873 \series medium
27874 \begin_inset space ~
27875 \end_inset
27876
27877
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \backslash
27884 renewenvironment{table}[1]{
27885 \backslash
27886 begin{SCtable}[#1]##1}{
27887 \backslash
27888 end{SCtable}}}
27889 \end_layout
27890
27891 \begin_layout Standard
27892
27893 \series bold
27894
27895 \backslash
27896 newcommand{
27897 \backslash
27898 TabBesEnd}{%
27899 \begin_inset Newline newline
27900 \end_inset
27901
27902
27903 \begin_inset Phantom HPhantom
27904 status open
27905
27906 \begin_layout Plain Layout
27907 \begin_inset space ~
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \end_inset
27914
27915
27916 \backslash
27917 let
27918 \backslash
27919 table
27920 \backslash
27921 MyTable
27922 \begin_inset Newline newline
27923 \end_inset
27924
27925
27926 \begin_inset Phantom HPhantom
27927 status open
27928
27929 \begin_layout Plain Layout
27930 \begin_inset space ~
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \backslash
27940 let
27941 \backslash
27942 endtable
27943 \backslash
27944 MyEndtable
27945 \end_layout
27946
27947 \begin_layout Standard
27948
27949 \series bold
27950
27951 \backslash
27952 newcommand{
27953 \backslash
27954 FigBesBeg}[1][1.0]{%
27955 \begin_inset Newline newline
27956 \end_inset
27957
27958
27959 \begin_inset Phantom HPhantom
27960 status open
27961
27962 \begin_layout Plain Layout
27963 \begin_inset space ~
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \backslash
27973 let
27974 \backslash
27975 MyFigure
27976 \backslash
27977 figure
27978 \begin_inset Newline newline
27979 \end_inset
27980
27981
27982 \begin_inset Phantom HPhantom
27983 status open
27984
27985 \begin_layout Plain Layout
27986 \begin_inset space ~
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \end_inset
27993
27994
27995 \backslash
27996 let
27997 \backslash
27998 MyEndfigure
27999 \backslash
28000 endfigure
28001 \begin_inset Newline newline
28002 \end_inset
28003
28004
28005 \begin_inset Phantom HPhantom
28006 status open
28007
28008 \begin_layout Plain Layout
28009 \begin_inset space ~
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \end_inset
28016
28017
28018 \backslash
28019 renewenvironment{figure}[1]{
28020 \backslash
28021 begin{SCfigure}[#1]##1}{
28022 \backslash
28023 end{SCfigure}}}
28024 \end_layout
28025
28026 \begin_layout Standard
28027
28028 \series bold
28029
28030 \backslash
28031 newcommand{
28032 \backslash
28033 FigBesEnd}{%
28034 \begin_inset Newline newline
28035 \end_inset
28036
28037
28038 \begin_inset Phantom HPhantom
28039 status open
28040
28041 \begin_layout Plain Layout
28042 \begin_inset space ~
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \backslash
28052 let
28053 \backslash
28054 figure
28055 \backslash
28056 MyFigure
28057 \begin_inset Newline newline
28058 \end_inset
28059
28060
28061 \begin_inset Phantom HPhantom
28062 status open
28063
28064 \begin_layout Plain Layout
28065 \begin_inset space ~
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \backslash
28075 let
28076 \backslash
28077 endfigure
28078 \backslash
28079 MyEndfigure}
28080 \end_layout
28081
28082 \begin_layout Standard
28083 \noindent
28084 \begin_inset CommandInset line
28085 LatexCommand rule
28086 offset "0.5ex"
28087 width "100line%"
28088 height "1pt"
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Standard
28096 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28097 ungen seitlich gedruckt werden.
28098  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28099 \end_layout
28100
28101 \begin_layout Standard
28102
28103 \series bold
28104
28105 \backslash
28106 FigBesBeg
28107 \end_layout
28108
28109 \begin_layout Standard
28110 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28111 \end_layout
28112
28113 \begin_layout Standard
28114
28115 \series bold
28116
28117 \backslash
28118 FigBesEnd
28119 \end_layout
28120
28121 \begin_layout Standard
28122 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28123  zurückkehren wollen.
28124 \end_layout
28125
28126 \begin_layout Standard
28127 Bei Gleitobjekt-Tabellen heißen die Befehle
28128 \end_layout
28129
28130 \begin_layout Standard
28131
28132 \series bold
28133
28134 \backslash
28135 TabBesBeg
28136 \series default
28137  und 
28138 \series bold
28139
28140 \backslash
28141 TabBesEnd
28142 \series default
28143 .
28144 \end_layout
28145
28146 \begin_layout Standard
28147 Abbildung
28148 \begin_inset space ~
28149 \end_inset
28150
28151
28152 \begin_inset CommandInset ref
28153 LatexCommand ref
28154 reference "abb:Beschriftung-neben"
28155
28156 \end_inset
28157
28158  und Tabelle
28159 \begin_inset space ~
28160 \end_inset
28161
28162
28163 \begin_inset CommandInset ref
28164 LatexCommand ref
28165 reference "tab:Beschriftung-neben"
28166
28167 \end_inset
28168
28169  sind Beispiele für seitliche Beschriftungen.
28170 \end_layout
28171
28172 \begin_layout Standard
28173 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28174  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28175  der Abbildung.
28176  Das kann man mit dem Befehl
28177 \end_layout
28178
28179 \begin_layout Standard
28180
28181 \series bold
28182
28183 \backslash
28184 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28185 \end_layout
28186
28187 \begin_layout Standard
28188 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28189  Der Gleitobjekt-Typ ist entweder 
28190 \family sans
28191 figure
28192 \family default
28193  oder 
28194 \family sans
28195 table
28196 \family default
28197 , die
28198 \family sans
28199  
28200 \family default
28201 Platzierung ist 
28202 \family typewriter
28203 t
28204 \family default
28205  für oben, 
28206 \family typewriter
28207 c
28208 \family default
28209  für zentriert oder 
28210 \family typewriter
28211 b
28212 \family default
28213  für unten.
28214  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28215  lautet der Befehl
28216 \end_layout
28217
28218 \begin_layout Standard
28219
28220 \series bold
28221
28222 \backslash
28223 sidecaptionvpos{figure}{c}
28224 \end_layout
28225
28226 \begin_layout Standard
28227 Das wurde in Abbildung
28228 \begin_inset space ~
28229 \end_inset
28230
28231
28232 \begin_inset CommandInset ref
28233 LatexCommand ref
28234 reference "abb:cap-beside-fig-2"
28235
28236 \end_inset
28237
28238  benutzt.
28239 \end_layout
28240
28241 \begin_layout Standard
28242 \begin_inset VSpace medskip
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \begin_layout Standard
28249 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28250  Für schmale Bilder/Tabellen, wie in Tabelle
28251 \begin_inset space ~
28252 \end_inset
28253
28254
28255 \begin_inset CommandInset ref
28256 LatexCommand ref
28257 reference "tab:Beschriftung-neben"
28258
28259 \end_inset
28260
28261 , führt dies zu zu schmalen Beschriftungen.
28262  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28263  Breite des Bildes/der Tabelle multipliziert wird.
28264  Das Ergebnis ist die Beschriftungsbreite.
28265  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28266  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28267  Der 
28268 \emph on
28269 Faktor
28270 \emph default
28271  kann entweder als optionales Argument für 
28272 \series bold
28273
28274 \backslash
28275 FigBesBeg
28276 \series default
28277  angegeben werden:
28278 \end_layout
28279
28280 \begin_layout Standard
28281
28282 \series bold
28283
28284 \backslash
28285 FigBesBeg[Faktor]
28286 \end_layout
28287
28288 \begin_layout Standard
28289 oder indem man in der Definition von 
28290 \series bold
28291
28292 \backslash
28293 FigBesBeg
28294 \series default
28295  die 
28296 \series bold
28297 1.0
28298 \series default
28299  mit einem anderen Wert ersetzt.
28300  Bei letzterem ist der angegebene Faktor der Standard wenn 
28301 \series bold
28302
28303 \backslash
28304 FigBesBeg
28305 \series default
28306  ohne Argument verwendet wird.
28307  Für Tabelle
28308 \begin_inset space ~
28309 \end_inset
28310
28311
28312 \begin_inset CommandInset ref
28313 LatexCommand ref
28314 reference "tab:Beschriftung-neben-breiter"
28315
28316 \end_inset
28317
28318  und Abbildung
28319 \begin_inset space ~
28320 \end_inset
28321
28322
28323 \begin_inset CommandInset ref
28324 LatexCommand ref
28325 reference "abb:cap-beside-fig-2"
28326
28327 \end_inset
28328
28329  wurde der Faktor 5 verwendet.
28330 \end_layout
28331
28332 \begin_layout Standard
28333 \begin_inset Note Greyedout
28334 status open
28335
28336 \begin_layout Plain Layout
28337
28338 \series bold
28339 Achtung:
28340 \series default
28341  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28342 erungsoption 
28343 \family sans
28344 Hier,
28345 \begin_inset space ~
28346 \end_inset
28347
28348 auf
28349 \begin_inset space ~
28350 \end_inset
28351
28352 jeden
28353 \begin_inset space ~
28354 \end_inset
28355
28356 Fall
28357 \family default
28358  nicht verwendet werden werden, da diese von 
28359 \series bold
28360 sidecap
28361 \series default
28362  nicht unterstützt wird.
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \begin_layout Standard
28371 \begin_inset VSpace medskip
28372 \end_inset
28373
28374 Weitere Informationen über das Paket
28375 \series bold
28376  sidecap
28377 \series default
28378  finden Sie in seiner Dokumentation 
28379 \begin_inset CommandInset citation
28380 LatexCommand cite
28381 key "sidecap"
28382
28383 \end_inset
28384
28385 .
28386 \end_layout
28387
28388 \begin_layout Standard
28389 \begin_inset Note Greyedout
28390 status open
28391
28392 \begin_layout Plain Layout
28393
28394 \series bold
28395 Bemerkung:
28396 \series default
28397  Das LaTeX-Paket 
28398 \series bold
28399 hypcap
28400 \series default
28401 ,
28402 \begin_inset Index idx
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406 LaTeX-Pakete ! hypcap
28407 \end_layout
28408
28409 \end_inset
28410
28411  das in Abschnitt
28412 \begin_inset space ~
28413 \end_inset
28414
28415
28416 \begin_inset CommandInset ref
28417 LatexCommand ref
28418 reference "uab:Querverweis-Position"
28419
28420 \end_inset
28421
28422  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28423  Beschriftungen.
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Standard
28432 \begin_inset ERT
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436
28437
28438 \backslash
28439 FigBesBeg 
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \end_layout
28446
28447 \begin_layout Standard
28448 \begin_inset Float figure
28449 wide false
28450 sideways false
28451 status open
28452
28453 \begin_layout Plain Layout
28454 \begin_inset Graphics
28455         filename ../clipart/escher-lsd.eps
28456         scale 75
28457         scaleBeforeRotation
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \begin_layout Plain Layout
28465 \begin_inset Caption
28466
28467 \begin_layout Plain Layout
28468 \begin_inset CommandInset label
28469 LatexCommand label
28470 name "abb:Beschriftung-neben"
28471
28472 \end_inset
28473
28474 Dies ist eine Beschriftung neben einer Abbildung.
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \end_layout
28481
28482 \end_inset
28483
28484
28485 \end_layout
28486
28487 \begin_layout Standard
28488 \begin_inset ERT
28489 status collapsed
28490
28491 \begin_layout Plain Layout
28492
28493
28494 \backslash
28495 FigBesEnd
28496 \end_layout
28497
28498 \end_inset
28499
28500
28501 \end_layout
28502
28503 \begin_layout Standard
28504 \begin_inset ERT
28505 status collapsed
28506
28507 \begin_layout Plain Layout
28508
28509
28510 \backslash
28511 TabBesBeg 
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 \begin_inset Float table
28521 wide false
28522 sideways false
28523 status open
28524
28525 \begin_layout Plain Layout
28526 \begin_inset Caption
28527
28528 \begin_layout Plain Layout
28529 \begin_inset CommandInset label
28530 LatexCommand label
28531 name "tab:Beschriftung-neben"
28532
28533 \end_inset
28534
28535 Dies ist eine Beschriftung neben einer Tabelle.
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \end_layout
28542
28543 \begin_layout Plain Layout
28544 \begin_inset Tabular
28545 <lyxtabular version="3" rows="4" columns="5">
28546 <features tabularvalignment="middle">
28547 <column alignment="center" valignment="top" width="0">
28548 <column alignment="center" valignment="top" width="0">
28549 <column alignment="center" valignment="top" width="0">
28550 <column alignment="center" valignment="top" width="0">
28551 <column alignment="center" valignment="top" width="0">
28552 <row>
28553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28554 \begin_inset Text
28555
28556 \begin_layout Plain Layout
28557 a
28558 \end_layout
28559
28560 \end_inset
28561 </cell>
28562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28563 \begin_inset Text
28564
28565 \begin_layout Plain Layout
28566
28567 \end_layout
28568
28569 \end_inset
28570 </cell>
28571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28572 \begin_inset Text
28573
28574 \begin_layout Plain Layout
28575 b
28576 \end_layout
28577
28578 \end_inset
28579 </cell>
28580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28581 \begin_inset Text
28582
28583 \begin_layout Plain Layout
28584
28585 \end_layout
28586
28587 \end_inset
28588 </cell>
28589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28590 \begin_inset Text
28591
28592 \begin_layout Plain Layout
28593 c
28594 \end_layout
28595
28596 \end_inset
28597 </cell>
28598 </row>
28599 <row>
28600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28601 \begin_inset Text
28602
28603 \begin_layout Plain Layout
28604
28605 \end_layout
28606
28607 \end_inset
28608 </cell>
28609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28610 \begin_inset Text
28611
28612 \begin_layout Plain Layout
28613 d
28614 \end_layout
28615
28616 \end_inset
28617 </cell>
28618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622
28623 \end_layout
28624
28625 \end_inset
28626 </cell>
28627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28628 \begin_inset Text
28629
28630 \begin_layout Plain Layout
28631 e
28632 \end_layout
28633
28634 \end_inset
28635 </cell>
28636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28637 \begin_inset Text
28638
28639 \begin_layout Plain Layout
28640
28641 \end_layout
28642
28643 \end_inset
28644 </cell>
28645 </row>
28646 <row>
28647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28648 \begin_inset Text
28649
28650 \begin_layout Plain Layout
28651 f
28652 \end_layout
28653
28654 \end_inset
28655 </cell>
28656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28657 \begin_inset Text
28658
28659 \begin_layout Plain Layout
28660
28661 \end_layout
28662
28663 \end_inset
28664 </cell>
28665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28666 \begin_inset Text
28667
28668 \begin_layout Plain Layout
28669 g
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28675 \begin_inset Text
28676
28677 \begin_layout Plain Layout
28678
28679 \end_layout
28680
28681 \end_inset
28682 </cell>
28683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28684 \begin_inset Text
28685
28686 \begin_layout Plain Layout
28687 h
28688 \end_layout
28689
28690 \end_inset
28691 </cell>
28692 </row>
28693 <row>
28694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28695 \begin_inset Text
28696
28697 \begin_layout Plain Layout
28698
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 i
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28713 \begin_inset Text
28714
28715 \begin_layout Plain Layout
28716
28717 \end_layout
28718
28719 \end_inset
28720 </cell>
28721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28722 \begin_inset Text
28723
28724 \begin_layout Plain Layout
28725 j
28726 \end_layout
28727
28728 \end_inset
28729 </cell>
28730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28731 \begin_inset Text
28732
28733 \begin_layout Plain Layout
28734
28735 \end_layout
28736
28737 \end_inset
28738 </cell>
28739 </row>
28740 </lyxtabular>
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 \begin_inset ERT
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757
28758
28759 \backslash
28760 TabBesEnd
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Standard
28769 \begin_inset ERT
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773
28774
28775 \backslash
28776 FigBesBeg[5] 
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \end_layout
28783
28784 \begin_layout Standard
28785 \begin_inset ERT
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789
28790
28791 \backslash
28792 sidecaptionvpos{figure}{c}
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \begin_inset Float figure
28799 wide false
28800 sideways false
28801 status open
28802
28803 \begin_layout Plain Layout
28804 \begin_inset Graphics
28805         filename ../clipart/escher-lsd.eps
28806         scale 75
28807         scaleBeforeRotation
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Plain Layout
28815 \begin_inset Caption
28816
28817 \begin_layout Plain Layout
28818 \begin_inset CommandInset label
28819 LatexCommand label
28820 name "abb:cap-beside-fig-2"
28821
28822 \end_inset
28823
28824 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Standard
28838 \begin_inset ERT
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842
28843
28844 \backslash
28845 FigBesEnd
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \begin_layout Standard
28854 \begin_inset ERT
28855 status collapsed
28856
28857 \begin_layout Plain Layout
28858
28859
28860 \backslash
28861 TabBesBeg[5]
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \begin_layout Standard
28870 \begin_inset Float table
28871 wide false
28872 sideways false
28873 status open
28874
28875 \begin_layout Plain Layout
28876 \begin_inset Caption
28877
28878 \begin_layout Plain Layout
28879 \begin_inset CommandInset label
28880 LatexCommand label
28881 name "tab:Beschriftung-neben-breiter"
28882
28883 \end_inset
28884
28885 Diese Beschriftung ist breiter als die in Tabelle
28886 \begin_inset space ~
28887 \end_inset
28888
28889
28890 \begin_inset CommandInset ref
28891 LatexCommand ref
28892 reference "tab:Beschriftung-neben"
28893
28894 \end_inset
28895
28896 .
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \end_layout
28903
28904 \begin_layout Plain Layout
28905 \begin_inset Tabular
28906 <lyxtabular version="3" rows="4" columns="5">
28907 <features tabularvalignment="middle">
28908 <column alignment="center" valignment="top" width="0">
28909 <column alignment="center" valignment="top" width="0">
28910 <column alignment="center" valignment="top" width="0">
28911 <column alignment="center" valignment="top" width="0">
28912 <column alignment="center" valignment="top" width="0">
28913 <row>
28914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28915 \begin_inset Text
28916
28917 \begin_layout Plain Layout
28918 a
28919 \end_layout
28920
28921 \end_inset
28922 </cell>
28923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28924 \begin_inset Text
28925
28926 \begin_layout Plain Layout
28927
28928 \end_layout
28929
28930 \end_inset
28931 </cell>
28932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28933 \begin_inset Text
28934
28935 \begin_layout Plain Layout
28936 b
28937 \end_layout
28938
28939 \end_inset
28940 </cell>
28941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954 c
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 </row>
28960 <row>
28961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28962 \begin_inset Text
28963
28964 \begin_layout Plain Layout
28965
28966 \end_layout
28967
28968 \end_inset
28969 </cell>
28970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28971 \begin_inset Text
28972
28973 \begin_layout Plain Layout
28974 d
28975 \end_layout
28976
28977 \end_inset
28978 </cell>
28979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28980 \begin_inset Text
28981
28982 \begin_layout Plain Layout
28983
28984 \end_layout
28985
28986 \end_inset
28987 </cell>
28988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28989 \begin_inset Text
28990
28991 \begin_layout Plain Layout
28992 e
28993 \end_layout
28994
28995 \end_inset
28996 </cell>
28997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28998 \begin_inset Text
28999
29000 \begin_layout Plain Layout
29001
29002 \end_layout
29003
29004 \end_inset
29005 </cell>
29006 </row>
29007 <row>
29008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29009 \begin_inset Text
29010
29011 \begin_layout Plain Layout
29012 f
29013 \end_layout
29014
29015 \end_inset
29016 </cell>
29017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29018 \begin_inset Text
29019
29020 \begin_layout Plain Layout
29021
29022 \end_layout
29023
29024 \end_inset
29025 </cell>
29026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29027 \begin_inset Text
29028
29029 \begin_layout Plain Layout
29030 g
29031 \end_layout
29032
29033 \end_inset
29034 </cell>
29035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29036 \begin_inset Text
29037
29038 \begin_layout Plain Layout
29039
29040 \end_layout
29041
29042 \end_inset
29043 </cell>
29044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29045 \begin_inset Text
29046
29047 \begin_layout Plain Layout
29048 h
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 </row>
29054 <row>
29055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29056 \begin_inset Text
29057
29058 \begin_layout Plain Layout
29059
29060 \end_layout
29061
29062 \end_inset
29063 </cell>
29064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29065 \begin_inset Text
29066
29067 \begin_layout Plain Layout
29068 i
29069 \end_layout
29070
29071 \end_inset
29072 </cell>
29073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29074 \begin_inset Text
29075
29076 \begin_layout Plain Layout
29077
29078 \end_layout
29079
29080 \end_inset
29081 </cell>
29082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29083 \begin_inset Text
29084
29085 \begin_layout Plain Layout
29086 j
29087 \end_layout
29088
29089 \end_inset
29090 </cell>
29091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29092 \begin_inset Text
29093
29094 \begin_layout Plain Layout
29095
29096 \end_layout
29097
29098 \end_inset
29099 </cell>
29100 </row>
29101 </lyxtabular>
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \begin_layout Standard
29114 \begin_inset ERT
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118
29119
29120 \backslash
29121 TabBesEnd
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130 \begin_inset ERT
29131 status collapsed
29132
29133 \begin_layout Plain Layout
29134
29135
29136 \backslash
29137 else
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \begin_inset Note Note
29144 status open
29145
29146 \begin_layout Plain Layout
29147 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29148 \series bold
29149 sidecap
29150 \series default
29151  nicht installiert ist:
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Standard
29160 Das LaTeX-Paket 
29161 \series bold
29162 sidecap
29163 \series default
29164  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29165 \end_layout
29166
29167 \begin_layout Standard
29168 \begin_inset ERT
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172
29173
29174 \backslash
29175 fi
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Section
29184 Gleitobjekt-Verzeichnisse
29185 \begin_inset Index idx
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189 Gleitobjekte ! Verzeichnisse
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \end_layout
29196
29197 \begin_layout Standard
29198 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29199  Sie können mit den Untermenüs von 
29200 \family sans
29201 Einfügen\SpecialChar \menuseparator
29202 Liste
29203 \begin_inset space ~
29204 \end_inset
29205
29206 /
29207 \begin_inset space ~
29208 \end_inset
29209
29210 Inhaltsverzeichnis
29211 \family default
29212  eingefügt werden.
29213 \end_layout
29214
29215 \begin_layout Standard
29216 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29217  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29218 \end_layout
29219
29220 \begin_layout Standard
29221 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29222  und ein Tabellen-Verzeichnis.
29223 \end_layout
29224
29225 \begin_layout Chapter
29226 Notizen
29227 \end_layout
29228
29229 \begin_layout Section
29230 LyX-Notizen
29231 \begin_inset Index idx
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235 Notizen ! LyX-Notizen
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Standard
29244 Notizen werden mit einem Klick auf 
29245 \begin_inset Info
29246 type  "icon"
29247 arg   "note-insert"
29248 \end_inset
29249
29250  oder 
29251 \family sans
29252 Einfügen\SpecialChar \menuseparator
29253 Notiz
29254 \family default
29255  eingefügt.
29256  Es gibt drei Arten:
29257 \end_layout
29258
29259 \begin_layout Description
29260 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29261  Eine 
29262 \family sans
29263 LyX-Notiz
29264 \family default
29265  sieht so aus:
29266 \begin_inset Newline newline
29267 \end_inset
29268
29269
29270 \begin_inset Newline newline
29271 \end_inset
29272
29273
29274 \begin_inset Graphics
29275         filename clipart/LyXNotizQt4.png
29276         display false
29277         scale 60
29278         scaleBeforeRotation
29279
29280 \end_inset
29281
29282  
29283 \begin_inset Note Note
29284 status open
29285
29286 \begin_layout Plain Layout
29287 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Description
29296 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29297  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29298 \family sans
29299 Datei\SpecialChar \menuseparator
29300 Ex\SpecialChar \-
29301 por\SpecialChar \-
29302 tie\SpecialChar \-
29303 ren\SpecialChar \menuseparator
29304 LaTe
29305 \begin_inset ERT
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309
29310 {}
29311 \end_layout
29312
29313 \end_inset
29314
29315 X (pdflatex) / (normal)
29316 \family default
29317 .
29318  Ein Kommentar sieht so aus:
29319 \begin_inset Newline newline
29320 \end_inset
29321
29322
29323 \begin_inset Newline newline
29324 \end_inset
29325
29326
29327 \begin_inset Graphics
29328         filename clipart/KommentarQt4.png
29329         display false
29330         scale 60
29331         scaleBeforeRotation
29332
29333 \end_inset
29334
29335  
29336 \begin_inset Note Comment
29337 status open
29338
29339 \begin_layout Plain Layout
29340 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29341 \end_layout
29342
29343 \end_inset
29344
29345
29346 \end_layout
29347
29348 \begin_layout Description
29349 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29350 \begin_inset Newline newline
29351 \end_inset
29352
29353
29354 \begin_inset Newline newline
29355 \end_inset
29356
29357
29358 \begin_inset Graphics
29359         filename clipart/GrauschriftNotizQt4.png
29360         display false
29361         scale 60
29362         scaleBeforeRotation
29363
29364 \end_inset
29365
29366
29367 \begin_inset Newline newline
29368 \end_inset
29369
29370
29371 \begin_inset ERT
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375
29376
29377 \backslash
29378 renewenvironment{lyxgreyedout}
29379 \end_layout
29380
29381 \begin_layout Plain Layout
29382
29383 {
29384 \backslash
29385 textcolor[gray]{0.4}
29386 \backslash
29387 bgroup}{
29388 \backslash
29389 egroup}
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \begin_inset Note Greyedout
29396 status open
29397
29398 \begin_layout Plain Layout
29399 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29400 \begin_inset Foot
29401 status open
29402
29403 \begin_layout Plain Layout
29404 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 renewenvironment{lyxgreyedout}
29423 \end_layout
29424
29425 \begin_layout Plain Layout
29426
29427 {
29428 \backslash
29429 textcolor{blue}
29430 \backslash
29431 bgroup}{
29432 \backslash
29433 egroup}
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \begin_inset Note Note
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29444  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29445  
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \begin_inset Newline newline
29452 \end_inset
29453
29454
29455 \begin_inset Newline newline
29456 \end_inset
29457
29458 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29459  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29460 \end_layout
29461
29462 \begin_layout Standard
29463 \begin_inset VSpace bigskip
29464 \end_inset
29465
29466 Wenn Sie auf den Werkzeugleistenknopf 
29467 \family sans
29468
29469 \begin_inset Info
29470 type  "icon"
29471 arg   "note-insert"
29472 \end_inset
29473
29474
29475 \family default
29476  klicken, wird zunächst eine 
29477 \family sans
29478 LyX-Notiz
29479 \family default
29480  eingefügt.
29481  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29482  Notiz-Typen auswählen.
29483  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29484  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29485  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29486  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29487  am Ende der Notiz ist.
29488 \end_layout
29489
29490 \begin_layout Standard
29491 \begin_inset VSpace bigskip
29492 \end_inset
29493
29494 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29495 \family sans
29496 Dokument\SpecialChar \menuseparator
29497 Einstellungen\SpecialChar \menuseparator
29498 Farben
29499 \family default
29500  geändert werden.
29501 \end_layout
29502
29503 \begin_layout Section
29504 Fußnoten
29505 \begin_inset CommandInset label
29506 LatexCommand label
29507 name "abs:Fußnoten"
29508
29509 \end_inset
29510
29511
29512 \begin_inset Index idx
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Notizen ! Fußnoten
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \begin_inset Index idx
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526 Fußnoten
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \end_layout
29533
29534 \begin_layout Standard
29535 Fußnoten werden über den Werkzeugleistenknopf 
29536 \begin_inset Info
29537 type  "icon"
29538 arg   "footnote-insert"
29539 \end_inset
29540
29541  oder das Menü 
29542 \family sans
29543 Einfügen\SpecialChar \menuseparator
29544 Fußnote
29545 \family default
29546  eingefügt.
29547  Man sieht dann diese Fußnotenbox: 
29548 \begin_inset Graphics
29549         filename clipart/FussnoteQt4.png
29550         scale 80
29551         scaleBeforeRotation
29552
29553 \end_inset
29554
29555  in die der Fußnotentext eingegeben wird.
29556  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29557  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29558  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29559 \family sans
29560 Backspace
29561 \family default
29562  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29563 \family sans
29564 Entf
29565 \family default
29566  wenn der Cursor am Ende der Fußnote ist.
29567 \end_layout
29568
29569 \begin_layout Standard
29570 Hier ist eine Beispielfußnote:
29571 \color black
29572
29573 \begin_inset Foot
29574 status open
29575
29576 \begin_layout Plain Layout
29577 \begin_inset CommandInset label
29578 LatexCommand label
29579 name "fuss:Fußnoten-Beispiel"
29580
29581 \end_inset
29582
29583 Dies ist eine Fußnote.
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \color inherit
29590
29591 \begin_inset ERT
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595
29596
29597 \backslash
29598 newcounter{MyRepeatFoot}
29599 \end_layout
29600
29601 \begin_layout Plain Layout
29602
29603
29604 \backslash
29605 setcounter{MyRepeatFoot}{
29606 \backslash
29607 thefootnote}
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \begin_layout Standard
29616 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29617  wurde, eine hochgestellte Zahl.
29618  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29619  hochgestellt dem Text vorangeht.
29620  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
29621  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
29622  werden.
29623 \end_layout
29624
29625 \begin_layout Standard
29626 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
29627  der Fußnote eine Marke eingefügt wurde.
29628  Dies ist ein Querverweis auf Fußnote
29629 \begin_inset space ~
29630 \end_inset
29631
29632
29633 \begin_inset CommandInset ref
29634 LatexCommand ref
29635 reference "fuss:Fußnoten-Beispiel"
29636
29637 \end_inset
29638
29639 .
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset VSpace defskip
29644 \end_inset
29645
29646 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
29647  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
29648  wird der Befehl 
29649 \series bold
29650
29651 \backslash
29652 footnotemark{}
29653 \series default
29654  als TeX-Code eingefügt.
29655  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
29656 \series bold
29657
29658 \backslash
29659 footnotetext
29660 \series default
29661  nach der Tabelle eingegeben.
29662 \begin_inset Newline newline
29663 \end_inset
29664
29665 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
29666 \end_layout
29667
29668 \begin_layout Standard
29669
29670 \series bold
29671
29672 \backslash
29673 footnotetext{
29674 \series default
29675 Gedruckte Tabellenfußnote.
29676 \series bold
29677 }
29678 \end_layout
29679
29680 \begin_layout Standard
29681 \begin_inset Tabular
29682 <lyxtabular version="3" rows="2" columns="1">
29683 <features tabularvalignment="middle">
29684 <column alignment="center" valignment="top" width="0">
29685 <row>
29686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29687 \begin_inset Text
29688
29689 \begin_layout Plain Layout
29690 Dies ist ein Beispieltext.
29691 \begin_inset Foot
29692 status open
29693
29694 \begin_layout Plain Layout
29695 Diese Fußnote wird nicht gedruckt!
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \end_inset
29704 </cell>
29705 </row>
29706 <row>
29707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29708 \begin_inset Text
29709
29710 \begin_layout Plain Layout
29711 Dies ist ein Beispieltext.
29712 \begin_inset ERT
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716
29717
29718 \backslash
29719 footnotemark{}
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \end_layout
29726
29727 \end_inset
29728 </cell>
29729 </row>
29730 </lyxtabular>
29731
29732 \end_inset
29733
29734
29735 \begin_inset ERT
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740
29741 \backslash
29742 footnotetext{
29743 \end_layout
29744
29745 \end_inset
29746
29747 Gedruckte Tabellenfußnote.
29748 \begin_inset ERT
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752
29753 }
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Standard
29762 Fußnoten in langen Tabellen sind in Abschnitt
29763 \begin_inset space ~
29764 \end_inset
29765
29766
29767 \begin_inset CommandInset ref
29768 LatexCommand ref
29769 reference "uab:Fußnoten-in-langen"
29770
29771 \end_inset
29772
29773  beschrieben.
29774 \end_layout
29775
29776 \begin_layout Standard
29777 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
29778  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
29779  innerhalb einer Seite ist.
29780  (Mehr über Minipages ist in Abschnitt
29781 \begin_inset space ~
29782 \end_inset
29783
29784
29785 \begin_inset CommandInset ref
29786 LatexCommand ref
29787 reference "abs:Minipage"
29788
29789 \end_inset
29790
29791  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
29792  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
29793  Methode mit 
29794 \series bold
29795
29796 \backslash
29797 footnotemark{}
29798 \series default
29799  und 
29800 \series bold
29801
29802 \backslash
29803 footnotetext
29804 \series default
29805 .
29806 \end_layout
29807
29808 \begin_layout Standard
29809 \begin_inset Box Frameless
29810 position "t"
29811 hor_pos "c"
29812 has_inner_box 1
29813 inner_pos "t"
29814 use_parbox 0
29815 use_makebox 0
29816 width "100col%"
29817 special "none"
29818 height "1in"
29819 height_special "totalheight"
29820 status open
29821
29822 \begin_layout Plain Layout
29823 Dies ist ein Beispieltext.in einer Minipage.
29824 \begin_inset Foot
29825 status open
29826
29827 \begin_layout Plain Layout
29828 Fußnote in einer Minipage.
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Plain Layout
29837 Dies ist ein Beispieltext.
29838  in einer Minipage.
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844
29845 \backslash
29846 footnotemark{}
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 \begin_inset ERT
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864
29865
29866 \backslash
29867 footnotetext{
29868 \end_layout
29869
29870 \end_inset
29871
29872 Fußnote außerhalb der Minipage.
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878 }
29879 \end_layout
29880
29881 \end_inset
29882
29883
29884 \end_layout
29885
29886 \begin_layout Standard
29887 \begin_inset VSpace defskip
29888 \end_inset
29889
29890
29891 \end_layout
29892
29893 \begin_layout Standard
29894 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
29895  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
29896 \series bold
29897
29898 \backslash
29899 footnotemark[Nummer]
29900 \series default
29901 .
29902 \begin_inset Newline newline
29903 \end_inset
29904
29905 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
29906  sie speichern, nachdem Sie die Fußnote eingefügt haben.
29907  Hinter Fußnote
29908 \begin_inset space ~
29909 \end_inset
29910
29911
29912 \begin_inset CommandInset ref
29913 LatexCommand ref
29914 reference "fuss:Fußnoten-Beispiel"
29915
29916 \end_inset
29917
29918  wurde das mit folgenden TeX-Code-Befehlen gemacht:
29919 \end_layout
29920
29921 \begin_layout Standard
29922
29923 \series bold
29924
29925 \backslash
29926 newcounter{MyRepeatFoot}
29927 \begin_inset Newline newline
29928 \end_inset
29929
29930
29931 \backslash
29932 setcounter{MyRepeatFoot}{
29933 \backslash
29934 thefootnote}
29935 \end_layout
29936
29937 \begin_layout Standard
29938 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
29939 \end_layout
29940
29941 \begin_layout Standard
29942
29943 \series bold
29944
29945 \backslash
29946 footnotemark[
29947 \backslash
29948 theMyRepeatFoot]
29949 \end_layout
29950
29951 \begin_layout Standard
29952 Hier ist eine wiederholte Fußnote:
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958
29959 \backslash
29960 footnotemark[
29961 \backslash
29962 theMyRepeatFoot]
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Standard
29971 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
29972  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
29973 \end_layout
29974
29975 \begin_layout Standard
29976
29977 \series bold
29978
29979 \backslash
29980 footnotemark[
29981 \backslash
29982 thefootnote]
29983 \end_layout
29984
29985 \begin_layout Standard
29986 Hier ist eine weitere wiederholte Fußnote:
29987 \begin_inset ERT
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991
29992
29993 \backslash
29994 footnotemark[
29995 \backslash
29996 thefootnote]
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \end_layout
30003
30004 \begin_layout Subsection
30005 Fußnoten-Nummerierung
30006 \begin_inset CommandInset label
30007 LatexCommand label
30008 name "uab:Fußnoten-Nummerierung"
30009
30010 \end_inset
30011
30012
30013 \begin_inset Index idx
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017 Fußnoten ! Nummerierung
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \begin_layout Standard
30026 Um Fußnoten nach jedem Abschnitt
30027 \family roman
30028  auf 1 zurückzusetzen, 
30029 \family default
30030 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30031 \end_layout
30032
30033 \begin_layout Standard
30034
30035 \series bold
30036
30037 \backslash
30038 @addtoreset{footnote}{section}
30039 \end_layout
30040
30041 \begin_layout Standard
30042 \begin_inset VSpace bigskip
30043 \end_inset
30044
30045 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30046  Zahlen:
30047 \end_layout
30048
30049 \begin_layout Standard
30050
30051 \series bold
30052
30053 \backslash
30054 renewcommand{
30055 \backslash
30056 thefootnote}{
30057 \backslash
30058 roman{footnote}}
30059 \end_layout
30060
30061 \begin_layout Standard
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 renewcommand{
30070 \backslash
30071 thefootnote}{
30072 \backslash
30073 roman{footnote}}
30074 \end_layout
30075
30076 \end_inset
30077
30078  Hier ist ein Beispiel für solch eine Fußnote:
30079 \begin_inset Foot
30080 status open
30081
30082 \begin_layout Plain Layout
30083 Dies ist eine Fußnote mit kleinen römischen Zahlen
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \end_layout
30090
30091 \begin_layout Standard
30092 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30093  in obigem Befehl 
30094 \series bold
30095
30096 \backslash
30097 roman
30098 \series default
30099  durch 
30100 \series bold
30101
30102 \backslash
30103 Roman
30104 \series default
30105 .
30106  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30107 \begin_inset Quotes gld
30108 \end_inset
30109
30110 nummerieren
30111 \begin_inset Quotes grd
30112 \end_inset
30113
30114 , verwenden Sie die Befehle 
30115 \series bold
30116
30117 \backslash
30118 Alph
30119 \series default
30120  oder 
30121 \series bold
30122
30123 \backslash
30124 alph
30125 \series default
30126 .
30127  Für die 
30128 \begin_inset Quotes gld
30129 \end_inset
30130
30131 Nummerierung
30132 \begin_inset Quotes grd
30133 \end_inset
30134
30135  mit Symbolen steht der Befehl 
30136 \series bold
30137
30138 \backslash
30139 fnsymbol
30140 \series default
30141  zur Verfügung.
30142 \end_layout
30143
30144 \begin_layout Standard
30145 \begin_inset Note Greyedout
30146 status open
30147
30148 \begin_layout Plain Layout
30149
30150 \series bold
30151 Bemerkung 1:
30152 \series default
30153  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30154  
30155 \emph on
30156 ein
30157 \emph default
30158  Buchstabe verwendet wird.
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \begin_inset Newline newline
30165 \end_inset
30166
30167
30168 \begin_inset Note Greyedout
30169 status open
30170
30171 \begin_layout Plain Layout
30172
30173 \series bold
30174 Bemerkung 2:
30175 \series default
30176  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \end_layout
30183
30184 \begin_layout Standard
30185 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30186 \series bold
30187
30188 \backslash
30189 arabic
30190 \series default
30191  anstelle von 
30192 \series bold
30193
30194 \backslash
30195 roman
30196 \series default
30197  in obigem Befehl.
30198 \begin_inset ERT
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202
30203
30204 \backslash
30205 renewcommand{
30206 \backslash
30207 thefootnote}{
30208 \backslash
30209 arabic{footnote}}
30210 \end_layout
30211
30212 \end_inset
30213
30214
30215 \end_layout
30216
30217 \begin_layout Standard
30218 \begin_inset VSpace bigskip
30219 \end_inset
30220
30221
30222 \end_layout
30223
30224 \begin_layout Standard
30225 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30226 \begin_inset Quotes gld
30227 \end_inset
30228
30229 Kapitel.Fußnote
30230 \begin_inset Quotes grd
30231 \end_inset
30232
30233  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30234 \end_layout
30235
30236 \begin_layout Standard
30237
30238 \series bold
30239
30240 \backslash
30241 numberwithin{footnote}{chapter}
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Um 
30246 \series bold
30247
30248 \backslash
30249 numberwithin
30250 \series default
30251  benutzen zu können, muss in den 
30252 \family sans
30253 Mathe
30254 \begin_inset space ~
30255 \end_inset
30256
30257 Optionen
30258 \family default
30259  der 
30260 \family sans
30261 Dokument-Einstellungen
30262 \family default
30263  
30264 \family sans
30265 AMS
30266 \begin_inset space ~
30267 \end_inset
30268
30269 Mathe
30270 \begin_inset space ~
30271 \end_inset
30272
30273 Paket
30274 \family default
30275
30276 \begin_inset space ~
30277 \end_inset
30278
30279
30280 \family sans
30281 verwenden
30282 \family default
30283  angekreuzt sein.
30284 \begin_inset ERT
30285 status collapsed
30286
30287 \begin_layout Plain Layout
30288
30289
30290 \backslash
30291 numberwithin{footnote}{chapter}
30292 \end_layout
30293
30294 \end_inset
30295
30296  Hier ist ein Beispiel für solch eine Fußnote.
30297 \series bold
30298
30299 \begin_inset Foot
30300 status open
30301
30302 \begin_layout Plain Layout
30303 Dies ist eine Fußnote nach dem Schema 
30304 \begin_inset Quotes gld
30305 \end_inset
30306
30307 Kapitel.Fußnote
30308 \begin_inset Quotes grd
30309 \end_inset
30310
30311 .
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \series default
30318
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324
30325 \backslash
30326 renewcommand{
30327 \backslash
30328 thefootnote}{
30329 \backslash
30330 arabic{footnote}}
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \end_layout
30337
30338 \begin_layout Standard
30339 \begin_inset Note Greyedout
30340 status open
30341
30342 \begin_layout Plain Layout
30343
30344 \series bold
30345 Bemerkung:
30346 \series default
30347  
30348 \series bold
30349
30350 \backslash
30351 numberwithin
30352 \series default
30353  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30354  werden überschrieben.
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \begin_layout Standard
30363 Um also z.
30364 \begin_inset space \thinspace{}
30365 \end_inset
30366
30367 B.
30368  das Schema 
30369 \begin_inset Quotes gld
30370 \end_inset
30371
30372 Kapitel.
30373 \backslash
30374 Roman{footnote}
30375 \begin_inset Quotes grd
30376 \end_inset
30377
30378  zu erhalten, muss dieser Befehl anstelle von 
30379 \series bold
30380
30381 \backslash
30382 numberwithin
30383 \series default
30384  verwendet werden:
30385 \end_layout
30386
30387 \begin_layout Standard
30388
30389 \series bold
30390
30391 \backslash
30392 renewcommand{
30393 \backslash
30394 thefootnote}{
30395 \backslash
30396 thechapter.
30397 \backslash
30398 Roman{footnote}}
30399 \end_layout
30400
30401 \begin_layout Subsection
30402 Fußnoten-Platzierung
30403 \begin_inset Index idx
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 Fußnoten ! Platzierung
30408 \end_layout
30409
30410 \end_inset
30411
30412
30413 \end_layout
30414
30415 \begin_layout Standard
30416 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30417  ohne Zwischenraum am Ende der Seite gedruckt.
30418  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30419  LaTeX-Vorspann 1.5
30420 \begin_inset space \thinspace{}
30421 \end_inset
30422
30423 mm Zwischenraum einfügen:
30424 \end_layout
30425
30426 \begin_layout Standard
30427
30428 \series bold
30429
30430 \backslash
30431 let
30432 \backslash
30433 myFoot
30434 \backslash
30435 footnote
30436 \begin_inset Newline newline
30437 \end_inset
30438
30439
30440 \backslash
30441 renewcommand{
30442 \backslash
30443 footnote}[1]{
30444 \backslash
30445 myFoot{#1
30446 \backslash
30447 vspace{1.5mm}}}
30448 \end_layout
30449
30450 \begin_layout Standard
30451 \begin_inset VSpace bigskip
30452 \end_inset
30453
30454 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30455  Spalte gedruckt, Abbildung
30456 \begin_inset space ~
30457 \end_inset
30458
30459
30460 \begin_inset CommandInset ref
30461 LatexCommand ref
30462 reference "abb:Standard-Fußnoten-Platzierung-in"
30463
30464 \end_inset
30465
30466 .
30467  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30468  in Abbildung
30469 \begin_inset space ~
30470 \end_inset
30471
30472
30473 \begin_inset CommandInset ref
30474 LatexCommand ref
30475 reference "abb:Fußnoten-Platzierung-in-einem"
30476
30477 \end_inset
30478
30479 , müssen Sie das LaTeX-Paket 
30480 \series bold
30481 ftnright
30482 \series default
30483
30484 \begin_inset Index idx
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488 LaTeX-Pakete ! ftnright
30489 \end_layout
30490
30491 \end_inset
30492
30493  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30494 \end_layout
30495
30496 \begin_layout Standard
30497
30498 \series bold
30499
30500 \backslash
30501 usepackage{ftnright}
30502 \end_layout
30503
30504 \begin_layout Standard
30505 \begin_inset Float figure
30506 placement !h
30507 wide false
30508 sideways false
30509 status open
30510
30511 \begin_layout Plain Layout
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517
30518 \backslash
30519 framebox{
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \begin_inset Graphics
30526         filename ../clipart/without_fntright.pdf
30527         width 100col%
30528         scaleBeforeRotation
30529
30530 \end_inset
30531
30532
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538 }
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \end_layout
30545
30546 \begin_layout Plain Layout
30547 \begin_inset Caption
30548
30549 \begin_layout Plain Layout
30550 \begin_inset CommandInset label
30551 LatexCommand label
30552 name "abb:Standard-Fußnoten-Platzierung-in"
30553
30554 \end_inset
30555
30556 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30557 \begin_inset Argument
30558 status open
30559
30560 \begin_layout Plain Layout
30561 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \begin_layout Standard
30580 \begin_inset Float figure
30581 placement !h
30582 wide false
30583 sideways false
30584 status open
30585
30586 \begin_layout Plain Layout
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592
30593 \backslash
30594 framebox{
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \begin_inset Graphics
30601         filename ../clipart/with_fntright.pdf
30602         width 100col%
30603         scaleBeforeRotation
30604
30605 \end_inset
30606
30607
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613 }
30614 \end_layout
30615
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \begin_layout Plain Layout
30622 \begin_inset Caption
30623
30624 \begin_layout Plain Layout
30625 \begin_inset CommandInset label
30626 LatexCommand label
30627 name "abb:Fußnoten-Platzierung-in-einem"
30628
30629 \end_inset
30630
30631 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
30632  
30633 \series bold
30634 ftnright
30635 \series default
30636 .
30637 \begin_inset Argument
30638 status collapsed
30639
30640 \begin_layout Plain Layout
30641 Fußnoten-Platzierung mit 
30642 \family typewriter
30643 ftnright
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \end_layout
30660
30661 \begin_layout Standard
30662 \begin_inset VSpace bigskip
30663 \end_inset
30664
30665 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
30666  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
30667 \begin_inset space ~
30668 \end_inset
30669
30670
30671 \begin_inset CommandInset ref
30672 LatexCommand ref
30673 reference "abb:endnotes"
30674
30675 \end_inset
30676
30677  gedruckt.
30678  Man nennt sie dann 
30679 \begin_inset Quotes gld
30680 \end_inset
30681
30682 Endnoten
30683 \begin_inset Quotes grd
30684 \end_inset
30685
30686 .
30687 \begin_inset Index idx
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 Endnoten
30692 \end_layout
30693
30694 \end_inset
30695
30696  Um das zu erreichen, laden Sie im Menü 
30697 \family sans
30698 Dokument\SpecialChar \menuseparator
30699 Einstellungen\SpecialChar \menuseparator
30700 Module 
30701 \family default
30702 das Modul 
30703 \family sans
30704 Fußnote
30705 \begin_inset space ~
30706 \end_inset
30707
30708 als
30709 \begin_inset space ~
30710 \end_inset
30711
30712 Endnote
30713 \family default
30714 .
30715  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
30716 \end_layout
30717
30718 \begin_layout Standard
30719
30720 \series bold
30721
30722 \backslash
30723 theendnotes
30724 \end_layout
30725
30726 \begin_layout Standard
30727 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
30728 \end_layout
30729
30730 \begin_layout Standard
30731 \begin_inset Float figure
30732 wide false
30733 sideways false
30734 status open
30735
30736 \begin_layout Plain Layout
30737 \align center
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743
30744 \backslash
30745 framebox{
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \begin_inset Graphics
30752         filename ../clipart/endnotes.pdf
30753         scaleBeforeRotation
30754
30755 \end_inset
30756
30757
30758 \begin_inset ERT
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763 }
30764 \end_layout
30765
30766 \end_inset
30767
30768
30769 \end_layout
30770
30771 \begin_layout Plain Layout
30772 \begin_inset Caption
30773
30774 \begin_layout Plain Layout
30775 \begin_inset CommandInset label
30776 LatexCommand label
30777 name "abb:endnotes"
30778
30779 \end_inset
30780
30781
30782 \series bold
30783 endnotes
30784 \series default
30785  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
30786  gedruckt.
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \end_layout
30798
30799 \begin_layout Standard
30800 \begin_inset VSpace medskip
30801 \end_inset
30802
30803 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
30804 ache übersetzt.
30805  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
30806 \begin_inset Quotes gld
30807 \end_inset
30808
30809 Notes
30810 \begin_inset Quotes grd
30811 \end_inset
30812
30813  in 
30814 \begin_inset Quotes gld
30815 \end_inset
30816
30817 Anmerkungen
30818 \begin_inset Quotes grd
30819 \end_inset
30820
30821 :
30822 \end_layout
30823
30824 \begin_layout Standard
30825
30826 \series bold
30827
30828 \backslash
30829 renewcommand{
30830 \backslash
30831 notesname}{Anmerkungen}
30832 \end_layout
30833
30834 \begin_layout Standard
30835 \begin_inset VSpace medskip
30836 \end_inset
30837
30838 Wenn Sie in den Befehlen von Abschnitt
30839 \begin_inset space ~
30840 \end_inset
30841
30842
30843 \begin_inset CommandInset ref
30844 LatexCommand ref
30845 reference "uab:Fußnoten-Nummerierung"
30846
30847 \end_inset
30848
30849  
30850 \series bold
30851
30852 \backslash
30853 thefootnote
30854 \series default
30855  durch 
30856 \series bold
30857
30858 \backslash
30859 theendnote
30860 \series default
30861  ersetzen, können Sie die Nummerierung von Endnoten ändern.
30862  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
30863 \series bold
30864
30865 \backslash
30866 @addtoreset
30867 \series default
30868  wie in Abschnitt
30869 \begin_inset space \space{}
30870 \end_inset
30871
30872
30873 \begin_inset CommandInset ref
30874 LatexCommand ref
30875 reference "uab:Fußnoten-Nummerierung"
30876
30877 \end_inset
30878
30879  beschrieben und ersetzen 
30880 \series bold
30881 footnote
30882 \series default
30883  durch 
30884 \series bold
30885 endnote
30886 \series default
30887 .
30888 \end_layout
30889
30890 \begin_layout Standard
30891 Für Endnoten gibt es den Befehl 
30892 \series bold
30893
30894 \backslash
30895 endnotemark[Nummer]
30896 \series default
30897  analog zum Befehl 
30898 \series bold
30899
30900 \backslash
30901 footnotemark
30902 \series default
30903  der in Abschnitt
30904 \begin_inset space ~
30905 \end_inset
30906
30907
30908 \begin_inset CommandInset ref
30909 LatexCommand ref
30910 reference "abs:Fußnoten"
30911
30912 \end_inset
30913
30914  beschrieben ist.
30915 \end_layout
30916
30917 \begin_layout Standard
30918 \begin_inset VSpace bigskip
30919 \end_inset
30920
30921 Mit dem LaTeX-Paket 
30922 \series bold
30923 footmisc
30924 \series default
30925
30926 \begin_inset Index idx
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930 LaTeX-Pakete ! footmisc
30931 \end_layout
30932
30933 \end_inset
30934
30935  (
30936 \begin_inset CommandInset citation
30937 LatexCommand cite
30938 key "footmisc"
30939
30940 \end_inset
30941
30942 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
30943 \end_layout
30944
30945 \begin_layout Standard
30946 In LaTeX-Büchern, 
30947 \begin_inset CommandInset citation
30948 LatexCommand cite
30949 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
30950
30951 \end_inset
30952
30953 , finden Sie weiteres zu Fußnoten.
30954  Wenn Sie eine 
30955 \series bold
30956 KOMA-Script
30957 \series default
30958
30959 \begin_inset Index idx
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963 LaTeX-Pakete ! KOMA-Script
30964 \end_layout
30965
30966 \end_inset
30967
30968  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
30969 zifische Befehle anpassen, siehe 
30970 \begin_inset CommandInset citation
30971 LatexCommand cite
30972 key "KOMA-Script"
30973
30974 \end_inset
30975
30976 .
30977 \end_layout
30978
30979 \begin_layout Section
30980 Randnotizen
30981 \begin_inset Index idx
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985 Randnotizen
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \begin_inset Index idx
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995 Notizen ! Randnotizen
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \begin_layout Standard
31004 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31005  Sie fügen sie mit einem Klick auf den Schalter 
31006 \begin_inset Info
31007 type  "icon"
31008 arg   "marginalnote-insert"
31009 \end_inset
31010
31011  oder über 
31012 \family sans
31013 Einfügen\SpecialChar \menuseparator
31014 Randnotiz
31015 \family default
31016  ein.
31017  Ein graues Kästchen mit der Aufschrift 
31018 \begin_inset Quotes gld
31019 \end_inset
31020
31021 Rand
31022 \begin_inset Quotes grd
31023 \end_inset
31024
31025  erscheint
31026 \family roman
31027 \series medium
31028 , und dort, wo der Cursor steht, können Sie Text eingeben.
31029 \end_layout
31030
31031 \begin_layout Standard
31032 Hier am Rand sehen Sie eine Randnotiz.
31033  
31034 \begin_inset Marginal
31035 status open
31036
31037 \begin_layout Plain Layout
31038 Dies ist eine Randnotiz.
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \end_layout
31045
31046 \begin_layout Standard
31047 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31048  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31049  Seiten und rechts auf den ungeraden.
31050  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31051  wird und umgekehrt.
31052  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31053  wurde.
31054 \end_layout
31055
31056 \begin_layout Standard
31057 \begin_inset VSpace bigskip
31058 \end_inset
31059
31060 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31061 \end_layout
31062
31063 \begin_layout Standard
31064
31065 \series bold
31066
31067 \backslash
31068 reversemarginpar
31069 \end_layout
31070
31071 \begin_layout Standard
31072 als TeX-Code vor einer Randnotiz ein.
31073  Das gilt dann für alle folgenden Randnotizen.
31074  
31075 \begin_inset ERT
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079
31080
31081 \backslash
31082 reversemarginpar 
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \begin_inset Marginal
31089 status open
31090
31091 \begin_layout Plain Layout
31092 Hier ist ein Beispiel im inneren Rand.
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \begin_inset Newline newline
31099 \end_inset
31100
31101
31102 \begin_inset Note Greyedout
31103 status open
31104
31105 \begin_layout Plain Layout
31106  
31107 \series bold
31108 Achtung:
31109 \series default
31110  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \end_layout
31117
31118 \begin_layout Standard
31119 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31120 \end_layout
31121
31122 \begin_layout Standard
31123
31124 \series bold
31125
31126 \backslash
31127 normalmarginpar
31128 \end_layout
31129
31130 \begin_layout Standard
31131 als TeX-Code ein.
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137
31138 \backslash
31139 normalmarginpar 
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \begin_layout Standard
31148 \begin_inset Note Greyedout
31149 status open
31150
31151 \begin_layout Plain Layout
31152
31153 \series bold
31154 Achtung:
31155 \series default
31156  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31157 \series bold
31158
31159 \backslash
31160 reversemarginpar
31161 \series default
31162  verwendet wird.
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \begin_layout Standard
31171 \begin_inset VSpace bigskip
31172 \end_inset
31173
31174
31175 \begin_inset Marginal
31176 status open
31177
31178 \begin_layout Plain Layout
31179
31180 \family roman
31181 \series medium
31182 EinSehrLangesWort am Anfang, das umgebrochen wird.
31183 \end_layout
31184
31185 \end_inset
31186
31187  Ähnlich wie in Abschnitt
31188 \begin_inset space ~
31189 \end_inset
31190
31191
31192 \begin_inset CommandInset ref
31193 LatexCommand ref
31194 reference "uab:Mehrfache-Zeilen-in"
31195
31196 \end_inset
31197
31198  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31199  Wort der Randnotiz sind.
31200  Um das zu vermeiden, fügen sie 0
31201 \begin_inset space \thinspace{}
31202 \end_inset
31203
31204 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31205 \begin_inset Marginal
31206 status open
31207
31208 \begin_layout Plain Layout
31209 \begin_inset space \hspace{}
31210 \length 0pt
31211 \end_inset
31212
31213
31214 \family roman
31215 \series medium
31216 EinSehrLangesWort am Anfang, das umgebrochen wird.
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \end_layout
31223
31224 \begin_layout Standard
31225 \begin_inset VSpace bigskip
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Standard
31232 \begin_inset Note Greyedout
31233 status open
31234
31235 \begin_layout Plain Layout
31236
31237 \series bold
31238 Bemerkung:
31239 \series default
31240  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31241  verwendet werden.
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \begin_layout Standard
31250 \begin_inset VSpace bigskip
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \begin_layout Standard
31257 \begin_inset ERT
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261
31262
31263 \backslash
31264 ifmarginnote
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \begin_inset Note Note
31271 status open
31272
31273 \begin_layout Plain Layout
31274 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31275 \series bold
31276 marginnote
31277 \series default
31278  installiert ist.
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \begin_layout Standard
31287 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31288 \series bold
31289 marginnote
31290 \series default
31291
31292 \begin_inset Index idx
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296 LaTeX-Pakete ! marginnote
31297 \end_layout
31298
31299 \end_inset
31300
31301  verwendet wird.
31302  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31303  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31304  des Pakets 
31305 \series bold
31306 marginnote
31307 \series default
31308  für Randnotizen verwendet wird:
31309 \end_layout
31310
31311 \begin_layout Standard
31312
31313 \series bold
31314
31315 \backslash
31316 usepackage{marginnote}
31317 \begin_inset Newline newline
31318 \end_inset
31319
31320
31321 \backslash
31322 let
31323 \backslash
31324 marginpar
31325 \backslash
31326 marginnote
31327 \end_layout
31328
31329 \begin_layout Standard
31330 Dies wird auch in diesem Dokument verwendet, denn 
31331 \series bold
31332 marginnote
31333 \series default
31334  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31335  für Randnotizen angeben.
31336  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31337 n zu dicht beieinander sind.
31338  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31339  Schema
31340 \end_layout
31341
31342 \begin_layout Standard
31343
31344 \series bold
31345 [Versatz]
31346 \end_layout
31347
31348 \begin_layout Standard
31349 angegeben.
31350  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31351 \begin_inset space ~
31352 \end_inset
31353
31354
31355 \begin_inset CommandInset ref
31356 LatexCommand ref
31357 reference "tab:Maßeinheiten"
31358
31359 \end_inset
31360
31361  aufgelistet sind.
31362  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31363  nach unten.
31364  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31365 \begin_inset space \thinspace{}
31366 \end_inset
31367
31368 cm mit dem TeX-Code-Befehl  
31369 \begin_inset Quotes gld
31370 \end_inset
31371
31372
31373 \series bold
31374 [-1.5cm]
31375 \series default
31376
31377 \begin_inset Quotes grd
31378 \end_inset
31379
31380  nach oben versetzt.
31381 \begin_inset Marginal
31382 status open
31383
31384 \begin_layout Plain Layout
31385 Diese Randnotiz ist 1.5
31386 \begin_inset space \thinspace{}
31387 \end_inset
31388
31389 cm von ihrer Originalposition nach oben versetzt.
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400 [-1.5cm]
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \end_layout
31407
31408 \begin_layout Standard
31409 \begin_inset VSpace medskip
31410 \end_inset
31411
31412 Mit 
31413 \series bold
31414 marginnote
31415 \series default
31416  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31417  Zum Beispiel setzen die Befehle
31418 \end_layout
31419
31420 \begin_layout Standard
31421
31422 \series bold
31423
31424 \backslash
31425 renewcommand*{
31426 \backslash
31427 raggedleftmarginnote}{
31428 \backslash
31429 centering}
31430 \begin_inset Newline newline
31431 \end_inset
31432
31433
31434 \backslash
31435 renewcommand*{
31436 \backslash
31437 raggedrightmarginnote}{
31438 \backslash
31439 centering}
31440 \end_layout
31441
31442 \begin_layout Standard
31443 die Ausrichtung auf zentriert.
31444  
31445 \series bold
31446
31447 \backslash
31448 raggedleftmarginnote
31449 \series default
31450  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31451  
31452 \begin_inset ERT
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457
31458 \backslash
31459 renewcommand*{
31460 \backslash
31461 raggedleftmarginnote}{
31462 \backslash
31463 centering}
31464 \end_layout
31465
31466 \begin_layout Plain Layout
31467
31468
31469 \backslash
31470 renewcommand*{
31471 \backslash
31472 raggedrightmarginnote}{
31473 \backslash
31474 centering}
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \begin_inset Marginal
31481 status open
31482
31483 \begin_layout Plain Layout
31484 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31485 \end_layout
31486
31487 \end_inset
31488
31489  Die Voreinstellung ist
31490 \end_layout
31491
31492 \begin_layout Standard
31493
31494 \series bold
31495
31496 \backslash
31497 renewcommand*{
31498 \backslash
31499 raggedleftmarginnote}{
31500 \backslash
31501 raggedleft}
31502 \begin_inset Newline newline
31503 \end_inset
31504
31505
31506 \backslash
31507 renewcommand*{
31508 \backslash
31509 raggedrightmarginnote}{
31510 \backslash
31511 raggedright}
31512 \series default
31513
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519
31520 \backslash
31521 renewcommand*{
31522 \backslash
31523 raggedleftmarginnote}{
31524 \backslash
31525 raggedleft}
31526 \end_layout
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 renewcommand*{
31533 \backslash
31534 raggedrightmarginnote}{
31535 \backslash
31536 raggedright}
31537 \end_layout
31538
31539 \end_inset
31540
31541
31542 \end_layout
31543
31544 \begin_layout Standard
31545 \begin_inset VSpace medskip
31546 \end_inset
31547
31548 Für weitere Fähigkeiten des Pakets 
31549 \series bold
31550 marginnote
31551 \series default
31552  sei auf dessen Dokumentation verwiesen 
31553 \begin_inset CommandInset citation
31554 LatexCommand cite
31555 key "marginnote"
31556
31557 \end_inset
31558
31559 .
31560 \end_layout
31561
31562 \begin_layout Standard
31563 \begin_inset VSpace bigskip
31564 \end_inset
31565
31566 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31567  geändert werden.
31568  Um z.
31569 \begin_inset space \thinspace{}
31570 \end_inset
31571
31572 B.
31573  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31574  und fettgedruckten Text 
31575 \begin_inset Quotes eld
31576 \end_inset
31577
31578
31579 \family sans
31580 \series bold
31581 \bar under
31582 Achtung!
31583 \family default
31584 \series default
31585 \bar default
31586
31587 \begin_inset Quotes erd
31588 \end_inset
31589
31590  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31591 \end_layout
31592
31593 \begin_layout Standard
31594
31595 \series bold
31596
31597 \backslash
31598 let
31599 \backslash
31600 myMarginpar
31601 \backslash
31602 marginpar
31603 \begin_inset Newline newline
31604 \end_inset
31605
31606
31607 \backslash
31608 renewcommand{
31609 \backslash
31610 marginpar}[1]{
31611 \backslash
31612 myMarginpar{%
31613 \begin_inset Newline newline
31614 \end_inset
31615
31616
31617 \begin_inset Phantom HPhantom
31618 status open
31619
31620 \begin_layout Plain Layout
31621
31622 \series bold
31623 \begin_inset space ~
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \backslash
31633 hspace{0pt}
31634 \backslash
31635 textsf{
31636 \backslash
31637 textbf{
31638 \backslash
31639 underbar{Achtung!}}}%
31640 \begin_inset Newline newline
31641 \end_inset
31642
31643
31644 \begin_inset Phantom HPhantom
31645 status open
31646
31647 \begin_layout Plain Layout
31648
31649 \series bold
31650 \begin_inset space ~
31651 \end_inset
31652
31653
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \backslash
31660 vspace{1.5mm}
31661 \backslash
31662
31663 \backslash
31664 #1}}
31665 \end_layout
31666
31667 \begin_layout Standard
31668 \begin_inset ERT
31669 status collapsed
31670
31671 \begin_layout Plain Layout
31672
31673
31674 \backslash
31675 let
31676 \backslash
31677 myMarginpar
31678 \backslash
31679 marginpar
31680 \end_layout
31681
31682 \begin_layout Plain Layout
31683
31684
31685 \backslash
31686 renewcommand{
31687 \backslash
31688 marginpar}[1]{
31689 \backslash
31690 myMarginpar{%
31691 \end_layout
31692
31693 \begin_layout Plain Layout
31694
31695    
31696 \backslash
31697 textsf{
31698 \backslash
31699 textbf{
31700 \backslash
31701 underbar{Achtung!}}}%
31702 \end_layout
31703
31704 \begin_layout Plain Layout
31705
31706    
31707 \backslash
31708 vspace{1.5mm}
31709 \backslash
31710
31711 \backslash
31712 #1}}
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \begin_inset Marginal
31719 status open
31720
31721 \begin_layout Plain Layout
31722 Dies ist eine Randnotiz mit einer definierten Überschrift.
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \begin_inset ERT
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732
31733 [-1.5cm]
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \begin_inset ERT
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743
31744
31745 \backslash
31746 renewcommand{
31747 \backslash
31748 marginpar}[1]{
31749 \backslash
31750 myMarginpar{#1}}
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \begin_inset Note Note
31757 status open
31758
31759 \begin_layout Plain Layout
31760 Das Format wurde nur für dieses Beispiel geändert.
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Standard
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774
31775 \backslash
31776 else
31777 \end_layout
31778
31779 \end_inset
31780
31781
31782 \begin_inset Note Note
31783 status open
31784
31785 \begin_layout Plain Layout
31786 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
31787 \series bold
31788 marginnote
31789 \series default
31790  nicht installiert ist:
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \begin_layout Standard
31799 Das LaTeX-Paket 
31800 \series bold
31801 marginnote
31802 \series default
31803  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31804 \end_layout
31805
31806 \begin_layout Standard
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 fi
31815 \end_layout
31816
31817 \end_inset
31818
31819
31820 \end_layout
31821
31822 \begin_layout Chapter
31823 Boxen
31824 \end_layout
31825
31826 \begin_layout Section
31827 Einleitung
31828 \begin_inset Index idx
31829 status collapsed
31830
31831 \begin_layout Plain Layout
31832 Boxen ! Einleitung
31833 \end_layout
31834
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Standard
31841 Boxen werden benutzt, um einen Textblock zu formatieren.
31842  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
31843  siehe Abschnitt
31844 \begin_inset space ~
31845 \end_inset
31846
31847
31848 \begin_inset CommandInset ref
31849 LatexCommand ref
31850 reference "abs:Minipage"
31851
31852 \end_inset
31853
31854 , um Text zu umrahmen, siehe Abschnitt
31855 \begin_inset space ~
31856 \end_inset
31857
31858
31859 \begin_inset CommandInset ref
31860 LatexCommand ref
31861 reference "uab:Verzierung"
31862
31863 \end_inset
31864
31865 , um Silbentrennung zu verhindern, siehe Abschnitt
31866 \begin_inset space ~
31867 \end_inset
31868
31869
31870 \begin_inset CommandInset ref
31871 LatexCommand ref
31872 reference "abs:Silbentrennung-unterbinden"
31873
31874 \end_inset
31875
31876 , um Text senkrecht auszurichten, siehe Abschnitt
31877 \begin_inset space ~
31878 \end_inset
31879
31880
31881 \begin_inset CommandInset ref
31882 LatexCommand ref
31883 reference "uab:Vertikale-Ausrichtung"
31884
31885 \end_inset
31886
31887  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
31888 \begin_inset space ~
31889 \end_inset
31890
31891
31892 \begin_inset CommandInset ref
31893 LatexCommand ref
31894 reference "abs:Farbige-Boxen"
31895
31896 \end_inset
31897
31898 .
31899 \end_layout
31900
31901 \begin_layout Standard
31902 Boxen werden mit 
31903 \family sans
31904 Einfügen\SpecialChar \menuseparator
31905 Box
31906 \family default
31907  oder dem Schalter 
31908 \begin_inset Info
31909 type  "icon"
31910 arg   "box-insert Frameless"
31911 \end_inset
31912
31913  eingefügt.
31914  Ein graues Kästchen mit der Aufschrift 
31915 \begin_inset Quotes gld
31916 \end_inset
31917
31918 Box (Minipage)
31919 \begin_inset Quotes grd
31920 \end_inset
31921
31922  erscheint: 
31923 \begin_inset Graphics
31924         filename clipart/StandardBoxQt4.png
31925         scale 85
31926         scaleBeforeRotation
31927
31928 \end_inset
31929
31930  Mit einem Rechts\SpecialChar \-
31931 klick auf das graue Kästchen und der Auswahl von 
31932 \family sans
31933 Einstellungen
31934 \family default
31935  kann der Typ spezifiziert werden.
31936  Das Dialogfenster bietet bei 
31937 \family sans
31938 Innere
31939 \begin_inset space ~
31940 \end_inset
31941
31942 Box
31943 \family default
31944  die Typen 
31945 \family sans
31946 Makebox
31947 \family default
31948
31949 \family sans
31950 Parbox
31951 \family default
31952  und 
31953 \family sans
31954 Minipage
31955 \family default
31956  an.
31957  
31958 \family sans
31959 Minipage
31960 \family default
31961  ist die Standard-Einstellung für neue Boxen und in Abschnitt
31962 \begin_inset space ~
31963 \end_inset
31964
31965
31966 \begin_inset CommandInset ref
31967 LatexCommand ref
31968 reference "abs:Minipage"
31969
31970 \end_inset
31971
31972  beschrieben, 
31973 \family sans
31974 Parbox
31975 \family default
31976  in Abschnitt
31977 \begin_inset space ~
31978 \end_inset
31979
31980
31981 \begin_inset CommandInset ref
31982 LatexCommand ref
31983 reference "abs:Parbox"
31984
31985 \end_inset
31986
31987  und 
31988 \family sans
31989 Makebox
31990 \family default
31991  in 
31992 \begin_inset CommandInset ref
31993 LatexCommand ref
31994 reference "abs:Silbentrennung-unterbinden"
31995
31996 \end_inset
31997
31998 .
31999 \end_layout
32000
32001 \begin_layout Standard
32002 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32003  wie auf Gleitobjekte und Fußnoten.
32004 \end_layout
32005
32006 \begin_layout Standard
32007 \begin_inset Note Greyedout
32008 status open
32009
32010 \begin_layout Plain Layout
32011
32012 \series bold
32013 Bemerkung
32014 \begin_inset space ~
32015 \end_inset
32016
32017 1:
32018 \series default
32019  Boxen dürfen in 
32020 \family sans
32021 List-
32022 \family default
32023  oder 
32024 \family sans
32025 Beschreibung-
32026 \family default
32027 Umgebungen nicht verwendet werden.
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \end_layout
32034
32035 \begin_layout Standard
32036 \begin_inset Note Greyedout
32037 status open
32038
32039 \begin_layout Plain Layout
32040
32041 \series bold
32042 Bemerkung
32043 \begin_inset space ~
32044 \end_inset
32045
32046 2:
32047 \series default
32048  Boxen ohne 
32049 \family sans
32050 Innere
32051 \begin_inset space ~
32052 \end_inset
32053
32054 Box
32055 \family default
32056  und ohne Rahmen werden in Abschnitt
32057 \begin_inset space ~
32058 \end_inset
32059
32060
32061 \begin_inset CommandInset ref
32062 LatexCommand ref
32063 reference "abs:Silbentrennung-unterbinden"
32064
32065 \end_inset
32066
32067  beschrieben.
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \begin_layout Section
32076 Das Box-Einstellungen-Fenster
32077 \begin_inset CommandInset label
32078 LatexCommand label
32079 name "abs:Box-Dialog"
32080
32081 \end_inset
32082
32083
32084 \begin_inset Index idx
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088 Boxen ! Box-Dialog-Fenster
32089 \end_layout
32090
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Subsection
32097 Box-Größe
32098 \begin_inset Index idx
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102 Boxen ! Größe
32103 \end_layout
32104
32105 \end_inset
32106
32107
32108 \end_layout
32109
32110 \begin_layout Standard
32111 Im 
32112 \family sans
32113 Box-Einstellungen
32114 \family default
32115 -Fenster können Sie die Größe der Box mit 
32116 \family sans
32117 Breite
32118 \family default
32119  und 
32120 \family sans
32121 Höhe 
32122 \family default
32123 festlegen.
32124  Die verfügbaren Einheiten werden in Tabelle
32125 \begin_inset space ~
32126 \end_inset
32127
32128
32129 \begin_inset CommandInset ref
32130 LatexCommand ref
32131 reference "tab:Maßeinheiten"
32132
32133 \end_inset
32134
32135  aufgelistet.
32136  Das Feld
32137 \family sans
32138  Höhe
32139 \family default
32140  bietet die folgenden zusätzlichen Größen:
32141 \end_layout
32142
32143 \begin_layout Description
32144 Tiefe Dies ist die reine Text-
32145 \begin_inset Quotes gld
32146 \end_inset
32147
32148 Höhe
32149 \begin_inset Quotes grd
32150 \end_inset
32151
32152 .
32153  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32154 \begin_inset Newline newline
32155 \end_inset
32156
32157
32158 \begin_inset Newline newline
32159 \end_inset
32160
32161
32162 \begin_inset Newline newline
32163 \end_inset
32164
32165
32166 \begin_inset Box Boxed
32167 position "c"
32168 hor_pos "c"
32169 has_inner_box 1
32170 inner_pos "c"
32171 use_parbox 0
32172 use_makebox 0
32173 width "12col%"
32174 special "none"
32175 height "1in"
32176 height_special "depth"
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180 \align center
32181 Box-Höhe = 1
32182 \begin_inset space \thinspace{}
32183 \end_inset
32184
32185 Tiefe
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \begin_inset Newline newline
32192 \end_inset
32193
32194
32195 \begin_inset Newline newline
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \begin_layout Description
32202 Höhe Dies ist die Texthöhe innerhalb der Box.
32203  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32204  Texthöhe setzen: 
32205 \begin_inset Box Boxed
32206 position "c"
32207 hor_pos "c"
32208 has_inner_box 1
32209 inner_pos "c"
32210 use_parbox 0
32211 use_makebox 0
32212 width "20col%"
32213 special "none"
32214 height "2in"
32215 height_special "height"
32216 status collapsed
32217
32218 \begin_layout Plain Layout
32219 \align center
32220 Boxhöhe = 2
32221 \begin_inset space \thinspace{}
32222 \end_inset
32223
32224 Höhe
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Description
32233 Gesamthöhe Dies ist Höhe
32234 \begin_inset space \thinspace{}
32235 \end_inset
32236
32237 +
32238 \begin_inset space \thinspace{}
32239 \end_inset
32240
32241 Tiefe: 
32242 \begin_inset Box Boxed
32243 position "c"
32244 hor_pos "c"
32245 has_inner_box 1
32246 inner_pos "c"
32247 use_parbox 0
32248 use_makebox 0
32249 width "20col%"
32250 special "none"
32251 height "1in"
32252 height_special "totalheight"
32253 status collapsed
32254
32255 \begin_layout Plain Layout
32256 \align center
32257 Boxhöhe = 1
32258 \begin_inset space \thinspace{}
32259 \end_inset
32260
32261 Gesamthöhe
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \begin_layout Description
32270 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32271 \begin_inset Box Boxed
32272 position "c"
32273 hor_pos "c"
32274 has_inner_box 1
32275 inner_pos "c"
32276 use_parbox 0
32277 use_makebox 0
32278 width "12col%"
32279 special "none"
32280 height "1in"
32281 height_special "width"
32282 status collapsed
32283
32284 \begin_layout Plain Layout
32285 \align center
32286 Boxhöhe = 1
32287 \begin_inset space \thinspace{}
32288 \end_inset
32289
32290 Breite
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Subsection
32299 Ausrichtung
32300 \begin_inset Index idx
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 Boxen ! Ausrichtung
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \end_layout
32311
32312 \begin_layout Standard
32313 Wenn Sie eine 
32314 \family sans
32315 Innere
32316 \begin_inset space ~
32317 \end_inset
32318
32319 Box
32320 \family default
32321  gewählt haben, kann die Box mit folgenden Werten für 
32322 \family sans
32323 Box
32324 \family default
32325  senkrecht ausgerichtet werden:
32326 \end_layout
32327
32328 \begin_layout Description
32329 Oben Dies ist ein Beispieltext.
32330  
32331 \begin_inset Box Boxed
32332 position "t"
32333 hor_pos "c"
32334 has_inner_box 1
32335 inner_pos "c"
32336 use_parbox 0
32337 use_makebox 0
32338 width "20col%"
32339 special "none"
32340 height "1in"
32341 height_special "totalheight"
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345 \align center
32346 Die Ober\SpecialChar \-
32347 kante der Box ist in der Zeile.
32348 \end_layout
32349
32350 \end_inset
32351
32352  Dies ist ein Beispieltext.
32353 \end_layout
32354
32355 \begin_layout Description
32356 Mitte Dies ist ein Beispieltext.
32357  
32358 \begin_inset Box Boxed
32359 position "c"
32360 hor_pos "c"
32361 has_inner_box 1
32362 inner_pos "c"
32363 use_parbox 0
32364 use_makebox 0
32365 width "20col%"
32366 special "none"
32367 height "1in"
32368 height_special "totalheight"
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372 \align center
32373 Die Mitte der Box ist in der Zeile.
32374 \end_layout
32375
32376 \end_inset
32377
32378  Dies ist ein Beispieltext.
32379 \end_layout
32380
32381 \begin_layout Description
32382 Unten Dies ist ein Beispieltext.
32383  
32384 \begin_inset Box Boxed
32385 position "b"
32386 hor_pos "c"
32387 has_inner_box 1
32388 inner_pos "c"
32389 use_parbox 0
32390 use_makebox 0
32391 width "20col%"
32392 special "none"
32393 height "1in"
32394 height_special "totalheight"
32395 status collapsed
32396
32397 \begin_layout Plain Layout
32398 \align center
32399 Die Unter\SpecialChar \-
32400 kante der Box ist in der Zeile.
32401 \end_layout
32402
32403 \end_inset
32404
32405  Dies ist ein Beispieltext.
32406 \end_layout
32407
32408 \begin_layout Standard
32409 \begin_inset Note Greyedout
32410 status open
32411
32412 \begin_layout Plain Layout
32413
32414 \series bold
32415 Bemerkung:
32416 \series default
32417  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32418  Boxen in einer Zeile sind und eine Box z.
32419 \begin_inset space \thinspace{}
32420 \end_inset
32421
32422 B.
32423  schattiert ist, die andere aber nicht.
32424 \end_layout
32425
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Standard
32432 Eine Box kann mit dem Dialog 
32433 \family sans
32434 Absatz-Einstellungen
32435 \family default
32436  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32437 \end_layout
32438
32439 \begin_layout Standard
32440 \begin_inset VSpace bigskip
32441 \end_inset
32442
32443 Wenn Sie eine 
32444 \family sans
32445 Innere
32446 \begin_inset space ~
32447 \end_inset
32448
32449 Box
32450 \family default
32451  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32452 \family sans
32453 Inhalt
32454 \family default
32455  senkrecht ausgerichtet werden:
32456 \end_layout
32457
32458 \begin_layout Description
32459 Oben Dies ist ein Beispieltext.
32460  
32461 \begin_inset Box Boxed
32462 position "c"
32463 hor_pos "c"
32464 has_inner_box 1
32465 inner_pos "t"
32466 use_parbox 0
32467 use_makebox 0
32468 width "20col%"
32469 special "none"
32470 height "1.5in"
32471 height_special "totalheight"
32472 status collapsed
32473
32474 \begin_layout Plain Layout
32475 \align center
32476 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32477 \end_layout
32478
32479 \end_inset
32480
32481  Dies ist ein Beispieltext.
32482 \end_layout
32483
32484 \begin_layout Description
32485 Mitte Dies ist ein Beispieltext.
32486  
32487 \begin_inset Box Boxed
32488 position "c"
32489 hor_pos "c"
32490 has_inner_box 1
32491 inner_pos "c"
32492 use_parbox 0
32493 use_makebox 0
32494 width "20col%"
32495 special "none"
32496 height "1.5in"
32497 height_special "totalheight"
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 \align center
32502 Der Boxinhalt ist zentriert ausgerichtet.
32503 \end_layout
32504
32505 \end_inset
32506
32507  Dies ist ein Beispieltext.
32508 \end_layout
32509
32510 \begin_layout Description
32511 Unten Dies ist ein Beispieltext.
32512  
32513 \begin_inset Box Boxed
32514 position "c"
32515 hor_pos "c"
32516 has_inner_box 1
32517 inner_pos "b"
32518 use_parbox 0
32519 use_makebox 0
32520 width "20col%"
32521 special "none"
32522 height "1.5in"
32523 height_special "totalheight"
32524 status collapsed
32525
32526 \begin_layout Plain Layout
32527 \align center
32528 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32529 \end_layout
32530
32531 \end_inset
32532
32533  Dies ist ein Beispieltext.
32534 \end_layout
32535
32536 \begin_layout Description
32537 Dehnen Dies ist ein Beispieltext.
32538  
32539 \begin_inset Box Boxed
32540 position "c"
32541 hor_pos "c"
32542 has_inner_box 1
32543 inner_pos "s"
32544 use_parbox 0
32545 use_makebox 0
32546 width "20col%"
32547 special "none"
32548 height "1in"
32549 height_special "totalheight"
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553 \align center
32554 Der Boxinhalt
32555 \end_layout
32556
32557 \begin_layout Plain Layout
32558 \align center
32559 ist über die
32560 \end_layout
32561
32562 \begin_layout Plain Layout
32563 \align center
32564 Boxhöhe
32565 \end_layout
32566
32567 \begin_layout Plain Layout
32568 \align center
32569 gleichmäßig verteilt.
32570 \end_layout
32571
32572 \end_inset
32573
32574  Dies ist ein Beispieltext.
32575 \end_layout
32576
32577 \begin_layout Standard
32578 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32579  besteht.
32580  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32581 \end_layout
32582
32583 \begin_layout Standard
32584 Ein Boxinhalt kann mit dem Dialog 
32585 \family sans
32586 Absatz-Einstellungen
32587 \family default
32588  waagerecht ausgerichtet werden, wenn Sie eine
32589 \family sans
32590  Innere
32591 \begin_inset space ~
32592 \end_inset
32593
32594 Box
32595 \family default
32596  gewählt haben.
32597 \end_layout
32598
32599 \begin_layout Standard
32600 \align center
32601 \begin_inset Box Boxed
32602 position "c"
32603 hor_pos "c"
32604 has_inner_box 1
32605 inner_pos "s"
32606 use_parbox 0
32607 use_makebox 0
32608 width "30col%"
32609 special "none"
32610 height "1.25in"
32611 height_special "totalheight"
32612 status collapsed
32613
32614 \begin_layout Plain Layout
32615 \align left
32616 Hier ist jede Zeile
32617 \end_layout
32618
32619 \begin_layout Plain Layout
32620 \align center
32621 anders
32622 \end_layout
32623
32624 \begin_layout Plain Layout
32625 \align right
32626 ausgerichtet.
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \end_layout
32633
32634 \begin_layout Standard
32635 Wenn Sie keine
32636 \family sans
32637  Innere
32638 \begin_inset space ~
32639 \end_inset
32640
32641 Box
32642 \family default
32643  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
32644 \family sans
32645 Box-Einstellungen-
32646 \family default
32647 Dialog ausrichten
32648 \end_layout
32649
32650 \begin_layout Standard
32651 \align center
32652 \begin_inset Box Boxed
32653 position "c"
32654 hor_pos "s"
32655 has_inner_box 0
32656 inner_pos "s"
32657 use_parbox 0
32658 use_makebox 0
32659 width "90col%"
32660 special "none"
32661 height "1.25in"
32662 height_special "totalheight"
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666 Dieser Boxinhalt wurde horizontal gedehnt.
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Subsection
32675 Verzierung
32676 \begin_inset CommandInset label
32677 LatexCommand label
32678 name "uab:Verzierung"
32679
32680 \end_inset
32681
32682
32683 \begin_inset Index idx
32684 status collapsed
32685
32686 \begin_layout Plain Layout
32687 Boxen ! Verzierung
32688 \end_layout
32689
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \begin_layout Standard
32696 Im 
32697 \family sans
32698 Box-Einstellungen-
32699 \family default
32700 Dialog können Sie mit der 
32701 \family sans
32702 Verzierung
32703 \family default
32704  den Typ der Box auswählen:
32705 \end_layout
32706
32707 \begin_layout Description
32708 Kein
32709 \begin_inset space ~
32710 \end_inset
32711
32712 Rahmen Nichts wird gezeichnet.
32713 \end_layout
32714
32715 \begin_layout Description
32716 Einfacher
32717 \begin_inset space ~
32718 \end_inset
32719
32720 rechteckiger
32721 \begin_inset space ~
32722 \end_inset
32723
32724 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
32725  Die Rahmendicke wird durch 
32726 \series bold
32727
32728 \backslash
32729 fboxrule
32730 \series default
32731  festgelegt.
32732  
32733 \begin_inset Box Boxed
32734 position "c"
32735 hor_pos "c"
32736 has_inner_box 1
32737 inner_pos "c"
32738 use_parbox 0
32739 use_makebox 0
32740 width "21col%"
32741 special "none"
32742 height "1in"
32743 height_special "totalheight"
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747
32748 \series medium
32749 Rechteckige
32750 \begin_inset space ~
32751 \end_inset
32752
32753 Box
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Description
32762 erlaube
32763 \begin_inset space ~
32764 \end_inset
32765
32766 Seitenumbrüche 
32767 \end_layout
32768
32769 \begin_layout Description
32770 Ovaler
32771 \begin_inset space ~
32772 \end_inset
32773
32774 Rahmen,
32775 \begin_inset space ~
32776 \end_inset
32777
32778 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
32779  Die Rahmendicke ist 0.4
32780 \begin_inset space \thinspace{}
32781 \end_inset
32782
32783 pt.
32784  
32785 \begin_inset Box ovalbox
32786 position "c"
32787 hor_pos "c"
32788 has_inner_box 1
32789 inner_pos "c"
32790 use_parbox 0
32791 use_makebox 0
32792 width "20col%"
32793 special "none"
32794 height "1in"
32795 height_special "totalheight"
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 Ovale
32800 \begin_inset space ~
32801 \end_inset
32802
32803 Box,
32804 \begin_inset space ~
32805 \end_inset
32806
32807 dünn
32808 \end_layout
32809
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \begin_layout Description
32816 Ovaler
32817 \begin_inset space ~
32818 \end_inset
32819
32820 Rahmen,
32821 \begin_inset space ~
32822 \end_inset
32823
32824 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
32825  Die Rahmendicke ist 0.8
32826 \begin_inset space \thinspace{}
32827 \end_inset
32828
32829 pt.
32830  
32831 \begin_inset Box Ovalbox
32832 position "c"
32833 hor_pos "c"
32834 has_inner_box 1
32835 inner_pos "c"
32836 use_parbox 0
32837 use_makebox 0
32838 width "20col%"
32839 special "none"
32840 height "1in"
32841 height_special "totalheight"
32842 status collapsed
32843
32844 \begin_layout Plain Layout
32845 Ovale
32846 \begin_inset space ~
32847 \end_inset
32848
32849 Box,
32850 \begin_inset space ~
32851 \end_inset
32852
32853 dick
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Description
32862 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
32863  Die Rahmendicke wird durch 
32864 \series bold
32865
32866 \backslash
32867 fboxrule
32868 \series default
32869  festgelegt, der Schatten ist 4
32870 \begin_inset space \thinspace{}
32871 \end_inset
32872
32873 pt breit.
32874 \begin_inset Newline newline
32875 \end_inset
32876
32877
32878 \begin_inset Box Shadowbox
32879 position "c"
32880 hor_pos "c"
32881 has_inner_box 1
32882 inner_pos "c"
32883 use_parbox 0
32884 use_makebox 0
32885 width "20col%"
32886 special "none"
32887 height "1in"
32888 height_special "totalheight"
32889 status collapsed
32890
32891 \begin_layout Plain Layout
32892 Schattierte
32893 \begin_inset space ~
32894 \end_inset
32895
32896 Box
32897 \end_layout
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \begin_layout Description
32905 Schattierter
32906 \begin_inset space ~
32907 \end_inset
32908
32909 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
32910  Im Gegensatz zu farbigen Boxen
32911 \begin_inset Foot
32912 status collapsed
32913
32914 \begin_layout Plain Layout
32915 siehe Abschnitt
32916 \begin_inset space ~
32917 \end_inset
32918
32919
32920 \begin_inset CommandInset ref
32921 LatexCommand ref
32922 reference "abs:Farbige-Boxen"
32923
32924 \end_inset
32925
32926
32927 \end_layout
32928
32929 \end_inset
32930
32931  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
32932  die Box ist ein Absatz für sich.
32933  
32934 \begin_inset Box Shaded
32935 position "t"
32936 hor_pos "c"
32937 has_inner_box 0
32938 inner_pos "t"
32939 use_parbox 0
32940 use_makebox 0
32941 width "50col%"
32942 special "none"
32943 height "1in"
32944 height_special "totalheight"
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948 Schattierter Hintergrund Box
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \begin_layout Description
32957 Doppelter
32958 \begin_inset space ~
32959 \end_inset
32960
32961 rechteckiger
32962 \begin_inset space ~
32963 \end_inset
32964
32965 Rahmen zeichnet einen doppelten Rahmen um die Box.
32966  Der innere Rahmen ist 0.75
32967 \begin_inset space \thinspace{}
32968 \end_inset
32969
32970
32971 \series bold
32972
32973 \backslash
32974 fboxrule
32975 \series default
32976  breit, der äußere 1.5
32977 \begin_inset space \thinspace{}
32978 \end_inset
32979
32980
32981 \series bold
32982
32983 \backslash
32984 fboxrule
32985 \series default
32986 , der Zwischenraum 1.5
32987 \begin_inset space \thinspace{}
32988 \end_inset
32989
32990
32991 \series bold
32992
32993 \backslash
32994 fboxrule
32995 \series default
32996
32997 \begin_inset space \thinspace{}
32998 \end_inset
32999
33000 +
33001 \begin_inset space \thinspace{}
33002 \end_inset
33003
33004 0.5
33005 \begin_inset space \thinspace{}
33006 \end_inset
33007
33008 pt.
33009  
33010 \begin_inset Box Doublebox
33011 position "c"
33012 hor_pos "c"
33013 has_inner_box 1
33014 inner_pos "c"
33015 use_parbox 0
33016 use_makebox 0
33017 width "20col%"
33018 special "none"
33019 height "1in"
33020 height_special "totalheight"
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024 Doppelt
33025 \begin_inset space ~
33026 \end_inset
33027
33028 gerahmte
33029 \begin_inset space ~
33030 \end_inset
33031
33032 Box
33033 \end_layout
33034
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \begin_layout Standard
33041 \begin_inset VSpace bigskip
33042 \end_inset
33043
33044 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33045  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33046 \series bold
33047 fancybox
33048 \series default
33049
33050 \begin_inset Index idx
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054 LaTeX-Pakete ! fancybox
33055 \end_layout
33056
33057 \end_inset
33058
33059  installiert sein.
33060 \end_layout
33061
33062 \begin_layout Standard
33063 \begin_inset VSpace bigskip
33064 \end_inset
33065
33066 Wenn Sie die Verzierung 
33067 \family sans
33068 Einfacher rechteckiger Rahmen
33069 \family default
33070  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33071  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33072  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33073  für sich ist und 
33074 \series bold
33075
33076 \backslash
33077 fboxrule
33078 \series default
33079  und 
33080 \series bold
33081
33082 \backslash
33083 fboxsep
33084 \series default
33085  keinen Einfluss auf diesen Box Typ haben.
33086  Die Rahmendicke wird durch 
33087 \series bold
33088
33089 \backslash
33090 FrameRule
33091 \series default
33092  festgelegt.
33093  
33094 \begin_inset Box Framed
33095 position "t"
33096 hor_pos "c"
33097 has_inner_box 0
33098 inner_pos "t"
33099 use_parbox 0
33100 use_makebox 0
33101 width "100col%"
33102 special "none"
33103 height "1in"
33104 height_special "totalheight"
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108 Box erlaubt Seitenumbruch
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \begin_layout Section
33117 Box-Anpassung
33118 \begin_inset Index idx
33119 status collapsed
33120
33121 \begin_layout Plain Layout
33122 Boxen ! Anpassung
33123 \end_layout
33124
33125 \end_inset
33126
33127
33128 \end_layout
33129
33130 \begin_layout Standard
33131 Der Standardwert für 
33132 \series bold
33133
33134 \backslash
33135 fboxrule
33136 \series default
33137  ist 0.4
33138 \begin_inset space \thinspace{}
33139 \end_inset
33140
33141 pt.
33142  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 pt gesetzt werden:
33147 \end_layout
33148
33149 \begin_layout Standard
33150
33151 \series bold
33152
33153 \backslash
33154 setlength{
33155 \backslash
33156 fboxrule}{2pt}
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \begin_inset ERT
33161 status collapsed
33162
33163 \begin_layout Plain Layout
33164
33165
33166 \backslash
33167 setlength{
33168 \backslash
33169 fboxrule}{2pt}
33170 \end_layout
33171
33172 \end_inset
33173
33174
33175 \begin_inset Box Boxed
33176 position "c"
33177 hor_pos "c"
33178 has_inner_box 1
33179 inner_pos "c"
33180 use_parbox 0
33181 use_makebox 0
33182 width "30col%"
33183 special "none"
33184 height "1in"
33185 height_special "totalheight"
33186 status open
33187
33188 \begin_layout Plain Layout
33189 \align center
33190 Rechteckige Box mit einer Rahmenbreite von 2
33191 \begin_inset space \thinspace{}
33192 \end_inset
33193
33194 pt
33195 \end_layout
33196
33197 \end_inset
33198
33199
33200 \begin_inset ERT
33201 status collapsed
33202
33203 \begin_layout Plain Layout
33204
33205
33206 \backslash
33207 setlength{
33208 \backslash
33209 fboxrule}{0.4pt}
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \begin_inset VSpace bigskip
33216 \end_inset
33217
33218
33219 \end_layout
33220
33221 \begin_layout Standard
33222 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33223 \begin_inset space \thinspace{}
33224 \end_inset
33225
33226 pt.
33227  Sie können das ändern, indem Sie den Wert von 
33228 \series bold
33229
33230 \backslash
33231 fboxsep
33232 \series default
33233  mit einem TeX-Code-Befehl ändern:
33234 \end_layout
33235
33236 \begin_layout Standard
33237
33238 \series bold
33239
33240 \backslash
33241 setlength{
33242 \backslash
33243 fboxsep}{10pt}
33244 \end_layout
33245
33246 \begin_layout Standard
33247 setzt den Wert auf 10
33248 \begin_inset space \thinspace{}
33249 \end_inset
33250
33251 pt, wie in der folgenden Box:
33252 \end_layout
33253
33254 \begin_layout Standard
33255 \begin_inset ERT
33256 status collapsed
33257
33258 \begin_layout Plain Layout
33259
33260
33261 \backslash
33262 setlength{
33263 \backslash
33264 fboxsep}{10pt}
33265 \end_layout
33266
33267 \end_inset
33268
33269
33270 \begin_inset Box Boxed
33271 position "c"
33272 hor_pos "c"
33273 has_inner_box 1
33274 inner_pos "c"
33275 use_parbox 0
33276 use_makebox 0
33277 width "25col%"
33278 special "none"
33279 height "1in"
33280 height_special "totalheight"
33281 status open
33282
33283 \begin_layout Plain Layout
33284 \align center
33285 Rechteckige Box mit 
33286 \series bold
33287
33288 \backslash
33289 fboxsep
33290 \series default
33291
33292 \begin_inset space \thinspace{}
33293 \end_inset
33294
33295 =
33296 \begin_inset space \thinspace{}
33297 \end_inset
33298
33299 10
33300 \begin_inset space \thinspace{}
33301 \end_inset
33302
33303 pt
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \begin_inset ERT
33310 status collapsed
33311
33312 \begin_layout Plain Layout
33313
33314
33315 \backslash
33316 setlength{
33317 \backslash
33318 fboxsep}{3pt}
33319 \end_layout
33320
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \begin_layout Standard
33327 \noindent
33328 \begin_inset VSpace bigskip
33329 \end_inset
33330
33331 Der Durchmesser der abgerundeten Ecken kann mit 
33332 \series bold
33333
33334 \backslash
33335 cornersize
33336 \series default
33337  gesetzt werden.
33338  Der TeX-Code-Befehl
33339 \end_layout
33340
33341 \begin_layout Standard
33342
33343 \series bold
33344
33345 \backslash
33346 cornersize*{1cm}
33347 \end_layout
33348
33349 \begin_layout Standard
33350 setzt den Durchmesser auf 1
33351 \begin_inset space \thinspace{}
33352 \end_inset
33353
33354 cm.
33355  Der TeX-Code-Befehl
33356 \end_layout
33357
33358 \begin_layout Standard
33359
33360 \series bold
33361
33362 \backslash
33363 cornersize{num}
33364 \end_layout
33365
33366 \begin_layout Standard
33367 setzt den Durchmesser auf 
33368 \family sans
33369 num
33370 \begin_inset space \thinspace{}
33371 \end_inset
33372
33373 ×
33374 \begin_inset space \thinspace{}
33375 \end_inset
33376
33377 Minimum(Breite der Box, Höhe der Box)
33378 \family default
33379 .
33380  Der Standardwert ist 
33381 \series bold
33382
33383 \backslash
33384 cornersize{0.5}
33385 \series default
33386 .
33387 \end_layout
33388
33389 \begin_layout Standard
33390 \begin_inset ERT
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394
33395
33396 \backslash
33397 cornersize*{1.5cm}
33398 \end_layout
33399
33400 \end_inset
33401
33402
33403 \begin_inset Box Ovalbox
33404 position "c"
33405 hor_pos "c"
33406 has_inner_box 1
33407 inner_pos "c"
33408 use_parbox 0
33409 use_makebox 0
33410 width "30col%"
33411 special "none"
33412 height "1in"
33413 height_special "totalheight"
33414 status open
33415
33416 \begin_layout Plain Layout
33417 \align center
33418 Ovale Box, dicker Rand, mit 
33419 \series bold
33420
33421 \backslash
33422 cornersize
33423 \series default
33424
33425 \begin_inset space \thinspace{}
33426 \end_inset
33427
33428 =
33429 \begin_inset space \thinspace{}
33430 \end_inset
33431
33432 1.5
33433 \begin_inset space \thinspace{}
33434 \end_inset
33435
33436 cm
33437 \end_layout
33438
33439 \end_inset
33440
33441
33442 \begin_inset ERT
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446
33447
33448 \backslash
33449 cornersize{0.5}
33450 \end_layout
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \begin_layout Standard
33458 \begin_inset VSpace bigskip
33459 \end_inset
33460
33461 Die Breite des Schattens wird mit 
33462 \series bold
33463
33464 \backslash
33465 shadowsize
33466 \series default
33467  festgelegt.
33468  Mit dem TeX-Code-Befehl
33469 \end_layout
33470
33471 \begin_layout Standard
33472
33473 \series bold
33474
33475 \backslash
33476 setlength{
33477 \backslash
33478 shadowsize}{2pt}
33479 \end_layout
33480
33481 \begin_layout Standard
33482 wird er für die folgende Box auf 2
33483 \begin_inset space \thinspace{}
33484 \end_inset
33485
33486 pt festgelegt.
33487 \end_layout
33488
33489 \begin_layout Standard
33490 \begin_inset ERT
33491 status collapsed
33492
33493 \begin_layout Plain Layout
33494
33495
33496 \backslash
33497 setlength{
33498 \backslash
33499 shadowsize}{2pt}
33500 \end_layout
33501
33502 \end_inset
33503
33504
33505 \begin_inset Box Shadowbox
33506 position "c"
33507 hor_pos "c"
33508 has_inner_box 1
33509 inner_pos "c"
33510 use_parbox 0
33511 use_makebox 0
33512 width "25col%"
33513 special "none"
33514 height "1in"
33515 height_special "totalheight"
33516 status open
33517
33518 \begin_layout Plain Layout
33519 \align center
33520 Schattierte Box mit 
33521 \series bold
33522
33523 \backslash
33524 shadowsize
33525 \series default
33526
33527 \begin_inset space \thinspace{}
33528 \end_inset
33529
33530 =
33531 \begin_inset space \thinspace{}
33532 \end_inset
33533
33534 2
33535 \begin_inset space \thinspace{}
33536 \end_inset
33537
33538 pt
33539 \end_layout
33540
33541 \end_inset
33542
33543
33544 \begin_inset ERT
33545 status collapsed
33546
33547 \begin_layout Plain Layout
33548
33549
33550 \backslash
33551 setlength{
33552 \backslash
33553 shadowsize}{4pt}
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \begin_layout Standard
33562 \begin_inset VSpace bigskip
33563 \end_inset
33564
33565 Der Standardwert für 
33566 \series bold
33567
33568 \backslash
33569 FrameRule
33570 \series default
33571  ist 0.4
33572 \begin_inset space \thinspace{}
33573 \end_inset
33574
33575 pt.
33576  Der Standard-Abstand zwischen Rahmen und Text ist 9
33577 \begin_inset space \thinspace{}
33578 \end_inset
33579
33580 pt und kann mit dem Wert für 
33581 \series bold
33582
33583 \backslash
33584 FrameSep
33585 \series default
33586  geändert werden.
33587  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33588  TeX-Code Befehlen geändert:
33589 \end_layout
33590
33591 \begin_layout Standard
33592
33593 \series bold
33594
33595 \backslash
33596 setlength{
33597 \backslash
33598 FrameRule}{5pt}
33599 \begin_inset Newline newline
33600 \end_inset
33601
33602
33603 \backslash
33604 setlength{
33605 \backslash
33606 FrameSep}{0.5cm}
33607 \end_layout
33608
33609 \begin_layout Standard
33610 \begin_inset ERT
33611 status collapsed
33612
33613 \begin_layout Plain Layout
33614
33615
33616 \backslash
33617 setlength{
33618 \backslash
33619 FrameRule}{5pt}
33620 \end_layout
33621
33622 \begin_layout Plain Layout
33623
33624
33625 \backslash
33626 setlength{
33627 \backslash
33628 FrameSep}{0.5cm}
33629 \end_layout
33630
33631 \end_inset
33632
33633
33634 \begin_inset Box Framed
33635 position "t"
33636 hor_pos "c"
33637 has_inner_box 0
33638 inner_pos "t"
33639 use_parbox 0
33640 use_makebox 0
33641 width "100col%"
33642 special "none"
33643 height "1in"
33644 height_special "totalheight"
33645 status open
33646
33647 \begin_layout Plain Layout
33648 Dies ist Text in einer 
33649 \family sans
33650 Seitenumbruch erlaubt
33651 \family default
33652  Box.
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \begin_inset ERT
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662
33663
33664 \backslash
33665 setlength{
33666 \backslash
33667 FrameRule}{0.4pt}
33668 \end_layout
33669
33670 \begin_layout Plain Layout
33671
33672
33673 \backslash
33674 setlength{
33675 \backslash
33676 FrameSep}{9pt}
33677 \end_layout
33678
33679 \end_inset
33680
33681
33682 \end_layout
33683
33684 \begin_layout Standard
33685 \begin_inset VSpace bigskip
33686 \end_inset
33687
33688 Für Boxen mit 
33689 \family sans
33690 schattiertem Hintergrund
33691 \family default
33692  beträgt der Abstand zwischen Rand und Text 3
33693 \begin_inset space \thinspace{}
33694 \end_inset
33695
33696 pt und kann mit 
33697 \series bold
33698
33699 \backslash
33700 fboxsep
33701 \series default
33702  geändert werden.
33703  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
33704  
33705 \series bold
33706
33707 \backslash
33708 definecolor{shadecolor}
33709 \series default
33710  oder global über das Menü 
33711 \family sans
33712 Werkzeuge\SpecialChar \menuseparator
33713 Einstellungen\SpecialChar \menuseparator
33714 Farben\SpecialChar \menuseparator
33715 Schattierte
33716 \begin_inset space ~
33717 \end_inset
33718
33719 Box
33720 \family default
33721  geändert werden.
33722  Das Schema des 
33723 \series bold
33724
33725 \backslash
33726 definecolor
33727 \series default
33728  Befehls ist  in Abschnitt
33729 \begin_inset space ~
33730 \end_inset
33731
33732
33733 \begin_inset CommandInset ref
33734 LatexCommand ref
33735 reference "abs:Farbige-Tabellen"
33736
33737 \end_inset
33738
33739  erklärt.
33740 \begin_inset Foot
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744 Beachten Sie, dass 
33745 \series bold
33746
33747 \backslash
33748 definecolor
33749 \series default
33750  das LaTeX-Paket 
33751 \series bold
33752 color
33753 \series default
33754  im LaTeX-Vorspann benötigt, siehe Abschnitt
33755 \begin_inset space ~
33756 \end_inset
33757
33758
33759 \begin_inset CommandInset ref
33760 LatexCommand ref
33761 reference "abs:Farbige-Boxen"
33762
33763 \end_inset
33764
33765 .
33766 \end_layout
33767
33768 \end_inset
33769
33770  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
33771 \end_layout
33772
33773 \begin_layout Standard
33774
33775 \series bold
33776
33777 \backslash
33778 setlength{
33779 \backslash
33780 fboxsep}{0.5cm}
33781 \begin_inset Newline newline
33782 \end_inset
33783
33784
33785 \backslash
33786 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33787 \end_layout
33788
33789 \begin_layout Standard
33790 \begin_inset ERT
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794
33795
33796 \backslash
33797 setlength{
33798 \backslash
33799 fboxsep}{0.5cm}
33800 \end_layout
33801
33802 \begin_layout Plain Layout
33803
33804
33805 \backslash
33806 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \begin_inset Box Shaded
33813 position "t"
33814 hor_pos "c"
33815 has_inner_box 0
33816 inner_pos "t"
33817 use_parbox 0
33818 use_makebox 0
33819 width "100col%"
33820 special "none"
33821 height "1in"
33822 height_special "totalheight"
33823 status open
33824
33825 \begin_layout Plain Layout
33826
33827 \color yellow
33828 Dies ist gelber Text in einer 
33829 \family sans
33830 schattierten Hintergrund
33831 \begin_inset space ~
33832 \end_inset
33833
33834
33835 \family default
33836 Box auf dunkelgrünem Hintergrund.
33837 \end_layout
33838
33839 \end_inset
33840
33841
33842 \begin_inset ERT
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846
33847
33848 \backslash
33849 setlength{
33850 \backslash
33851 fboxsep}{3pt}
33852 \end_layout
33853
33854 \begin_layout Plain Layout
33855
33856
33857 \backslash
33858 definecolor{shadecolor}{rgb}{1,0,0}
33859 \end_layout
33860
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \begin_layout Standard
33867 \begin_inset VSpace bigskip
33868 \end_inset
33869
33870 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
33871  der sie ändert.
33872 \end_layout
33873
33874 \begin_layout Section
33875 Minipage
33876 \begin_inset CommandInset label
33877 LatexCommand label
33878 name "abs:Minipage"
33879
33880 \end_inset
33881
33882
33883 \begin_inset Index idx
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887 Boxen ! Minipage
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Standard
33896 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
33897  deshalb unter anderem eigene Fußnoten haben.
33898 \end_layout
33899
33900 \begin_layout Standard
33901 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
33902 \end_layout
33903
33904 \begin_layout Standard
33905 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
33906  Ihre Breite ist 45 Spaltenbreite
33907 \begin_inset space ~
33908 \end_inset
33909
33910 %, und sie sind durch einen 
33911 \family sans
33912 HFill
33913 \family default
33914  getrennt (
33915 \family sans
33916 Einfügen\SpecialChar \menuseparator
33917 Formatierung\SpecialChar \menuseparator
33918 Horizontaler
33919 \begin_inset space \space{}
33920 \end_inset
33921
33922 Abstand\SpecialChar \menuseparator
33923 Abstand\SpecialChar \menuseparator
33924 Variabler
33925 \begin_inset space ~
33926 \end_inset
33927
33928 horiz.
33929 \begin_inset space ~
33930 \end_inset
33931
33932 Abstand
33933 \family default
33934 ).
33935 \begin_inset Newpage newpage
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942 \noindent
33943 \begin_inset Box Frameless
33944 position "t"
33945 hor_pos "c"
33946 has_inner_box 1
33947 inner_pos "c"
33948 use_parbox 0
33949 use_makebox 0
33950 width "45col%"
33951 special "none"
33952 height "1in"
33953 height_special "totalheight"
33954 status open
33955
33956 \begin_layout Plain Layout
33957 Dies ist ein deutscher Text.
33958  Dies ist ein deutscher Text.
33959  Dies ist ein deutscher Text.
33960  Dies ist ein deutscher Text.
33961  Dies ist ein deutscher Text.
33962  Dies ist ein deutscher Text.
33963  Dies ist ein deutscher Text.
33964  Dies ist ein deutscher Text.
33965  Dies ist ein deutscher Text.
33966  Dies ist ein deutscher Text.
33967  Dies ist ein deutscher Text.
33968  Dies ist ein deutscher Text.
33969  Dies ist ein deutscher Text
33970 \begin_inset Foot
33971 status open
33972
33973 \begin_layout Plain Layout
33974 Dies ist eine deutsche Fußnote.
33975 \end_layout
33976
33977 \end_inset
33978
33979 .
33980  Dies ist ein deutscher Text.
33981  Dies ist ein deutscher Text.
33982 \end_layout
33983
33984 \end_inset
33985
33986
33987 \begin_inset space \hfill{}
33988 \end_inset
33989
33990
33991 \begin_inset Box Frameless
33992 position "t"
33993 hor_pos "c"
33994 has_inner_box 1
33995 inner_pos "c"
33996 use_parbox 0
33997 use_makebox 0
33998 width "45col%"
33999 special "none"
34000 height "1in"
34001 height_special "totalheight"
34002 status open
34003
34004 \begin_layout Plain Layout
34005
34006 \lang english
34007 This is an English Text.
34008  This is an English Text.
34009  This is an English Text.
34010  This is an English Text.
34011  This is an English Text.
34012  This is an English Text.
34013  This is an English Text.
34014  This is an English Text.
34015  This is an English Text.
34016  This is an English Text.
34017  This is an English Text.
34018  This is an English Text.
34019  This is an English Text.
34020  This is an English Text.
34021  This is an English Text.
34022  This is an English Text.
34023 \begin_inset Foot
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027
34028 \lang english
34029 This is an English footnote.
34030 \end_layout
34031
34032 \end_inset
34033
34034  This is an English Text.
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \begin_layout Standard
34043 \begin_inset VSpace bigskip
34044 \end_inset
34045
34046 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34047  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34048  Absätze nicht eingerückt werden, obwohl Sie das in 
34049 \family sans
34050 Dokument
34051 \family default
34052 \SpecialChar \menuseparator
34053
34054 \family sans
34055 Einstellun\SpecialChar \-
34056 gen\SpecialChar \menuseparator
34057 Textformat
34058 \family default
34059  festgelegt haben.
34060  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34061  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34062 \series bold
34063
34064 \backslash
34065 hspace*{1em}
34066 \series default
34067 .
34068 \end_layout
34069
34070 \begin_layout Standard
34071 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34072  zu verpassen, siehe Abschnitt
34073 \begin_inset space ~
34074 \end_inset
34075
34076
34077 \begin_inset CommandInset ref
34078 LatexCommand ref
34079 reference "uab:Farbe-für-Absätze"
34080
34081 \end_inset
34082
34083 .
34084 \end_layout
34085
34086 \begin_layout Standard
34087 \begin_inset Note Greyedout
34088 status open
34089
34090 \begin_layout Plain Layout
34091
34092 \series bold
34093 Bemerkung:
34094 \series default
34095  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34096  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34097 \end_layout
34098
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \begin_layout Section
34105 Parbox
34106 \begin_inset CommandInset label
34107 LatexCommand label
34108 name "abs:Parbox"
34109
34110 \end_inset
34111
34112
34113 \begin_inset Index idx
34114 status collapsed
34115
34116 \begin_layout Plain Layout
34117 Boxen ! Parbox
34118 \end_layout
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 Parbox ist eine Abkürzung für 
34127 \begin_inset Quotes gld
34128 \end_inset
34129
34130 paragraph box
34131 \begin_inset Quotes grd
34132 \end_inset
34133
34134 , was Absatzbox bedeutet.
34135  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34136  in Parboxen nicht ausgegeben werden:
34137 \end_layout
34138
34139 \begin_layout Standard
34140 \align center
34141 \begin_inset Box Frameless
34142 position "t"
34143 hor_pos "c"
34144 has_inner_box 1
34145 inner_pos "t"
34146 use_parbox 1
34147 use_makebox 0
34148 width "33col%"
34149 special "none"
34150 height "1in"
34151 height_special "totalheight"
34152 status open
34153
34154 \begin_layout Plain Layout
34155 Dies ist Text in einer Parbox.
34156  Dies ist Text in einer Parbox.
34157 \end_layout
34158
34159 \begin_layout Plain Layout
34160 Diese Fußnote wird nicht gedruckt:
34161 \begin_inset Foot
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34166 \end_layout
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Section
34179 Boxen für Worte und Buchstaben
34180 \begin_inset Index idx
34181 status collapsed
34182
34183 \begin_layout Plain Layout
34184 Boxen ! für Buchstaben
34185 \end_layout
34186
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \begin_layout Subsection
34193 Silbentrennung unterbinden
34194 \begin_inset CommandInset label
34195 LatexCommand label
34196 name "abs:Silbentrennung-unterbinden"
34197
34198 \end_inset
34199
34200
34201 \begin_inset Index idx
34202 status collapsed
34203
34204 \begin_layout Plain Layout
34205 Boxen ! zur Vermeidung von Silbentrennung
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \begin_layout Standard
34214 Sie können den Boxtyp 
34215 \family sans
34216 Makebox
34217 \family default
34218  benutzen, um Silbentrennungen zu unterbinden.
34219 \begin_inset Newline newline
34220 \end_inset
34221
34222 Hier ist ein Beispiel: 
34223 \end_layout
34224
34225 \begin_layout Standard
34226 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34227 \begin_inset Quotes gld
34228 \end_inset
34229
34230 einsehrsehrsehrlangeswort
34231 \begin_inset Quotes grd
34232 \end_inset
34233
34234 .
34235 \end_layout
34236
34237 \begin_layout Standard
34238 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34239  Innere
34240 \begin_inset space ~
34241 \end_inset
34242
34243 Box auf Makebox und deren Breite auf 1
34244 \begin_inset space \thinspace{}
34245 \end_inset
34246
34247 Width.
34248 \end_layout
34249
34250 \begin_layout Standard
34251 Hier ist das Ergebnis:
34252 \end_layout
34253
34254 \begin_layout Standard
34255 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34256 \begin_inset Box Frameless
34257 position "t"
34258 hor_pos "c"
34259 has_inner_box 1
34260 inner_pos "t"
34261 use_parbox 0
34262 use_makebox 1
34263 width "1in"
34264 special "width"
34265 height "1in"
34266 height_special "totalheight"
34267 status open
34268
34269 \begin_layout Plain Layout
34270 \begin_inset Quotes gld
34271 \end_inset
34272
34273 einsehrsehrsehrlangeswort
34274 \begin_inset Quotes grd
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \end_inset
34281
34282 .
34283 \end_layout
34284
34285 \begin_layout Standard
34286 Alternativ dazu kann man auch den Befehl 
34287 \begin_inset Quotes gld
34288 \end_inset
34289
34290
34291 \series bold
34292
34293 \backslash
34294 -
34295 \series default
34296
34297 \begin_inset Quotes grd
34298 \end_inset
34299
34300  als TeX-Code direkt vor das Wort setzen:
34301 \end_layout
34302
34303 \begin_layout Standard
34304 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34305 \begin_inset Quotes gld
34306 \end_inset
34307
34308
34309 \begin_inset ERT
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313
34314
34315 \backslash
34316 -
34317 \end_layout
34318
34319 \end_inset
34320
34321 einsehrsehrsehrlangeswort
34322 \begin_inset Quotes grd
34323 \end_inset
34324
34325 .
34326 \end_layout
34327
34328 \begin_layout Standard
34329 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34330  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34331 \family sans
34332 Strg-Eingabe
34333 \family default
34334 ) einfügen: 
34335 \end_layout
34336
34337 \begin_layout Standard
34338 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34339 \begin_inset Newline newline
34340 \end_inset
34341
34342
34343 \begin_inset Box Frameless
34344 position "t"
34345 hor_pos "c"
34346 has_inner_box 1
34347 inner_pos "t"
34348 use_parbox 0
34349 use_makebox 1
34350 width "1in"
34351 special "width"
34352 height "1in"
34353 height_special "totalheight"
34354 status open
34355
34356 \begin_layout Plain Layout
34357 \begin_inset Quotes gld
34358 \end_inset
34359
34360 einsehrsehrsehrlangeswort
34361 \begin_inset Quotes grd
34362 \end_inset
34363
34364
34365 \end_layout
34366
34367 \end_inset
34368
34369 .
34370 \end_layout
34371
34372 \begin_layout Subsection
34373 Vertikale Ausrichtung
34374 \begin_inset CommandInset label
34375 LatexCommand label
34376 name "uab:Vertikale-Ausrichtung"
34377
34378 \end_inset
34379
34380
34381 \begin_inset Index idx
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385 Boxen ! für Vertikale Ausrichtung
34386 \end_layout
34387
34388 \end_inset
34389
34390
34391 \begin_inset Index idx
34392 status collapsed
34393
34394 \begin_layout Plain Layout
34395 Boxen ! raisebox
34396 \end_layout
34397
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \begin_layout Standard
34404 Mit dem LaTeX-Befehl 
34405 \series bold
34406
34407 \backslash
34408 raisebox
34409 \series default
34410  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34411 n Textes ausrichten.
34412  
34413 \series bold
34414
34415 \backslash
34416 raisebox
34417 \series default
34418  wird folgendermaßen benutzt:
34419 \end_layout
34420
34421 \begin_layout Standard
34422
34423 \series bold
34424
34425 \backslash
34426 raisebox{Verschiebung}[oben][unten]{Text}
34427 \end_layout
34428
34429 \begin_layout Standard
34430 Positive Werte für Verschiebung
34431 \series bold
34432  
34433 \series default
34434 verschieben die Box nach oben, negative nach unten.
34435  Die beiden optionalen Parameter 
34436 \family typewriter
34437 oben
34438 \family default
34439  und 
34440 \family typewriter
34441 unten
34442 \family default
34443  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34444  hinausgeht, wenn sie nicht verschoben ist.
34445 \end_layout
34446
34447 \begin_layout Standard
34448 Um zum Beispiel das Wort 
34449 \begin_inset Quotes gld
34450 \end_inset
34451
34452 provokant
34453 \begin_inset Quotes grd
34454 \end_inset
34455
34456  mit seinem 
34457 \begin_inset Quotes gld
34458 \end_inset
34459
34460 niedrigsten
34461 \begin_inset Quotes grd
34462 \end_inset
34463
34464  Buchstaben 
34465 \begin_inset Quotes gld
34466 \end_inset
34467
34468 p
34469 \begin_inset Quotes grd
34470 \end_inset
34471
34472  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34473 \end_layout
34474
34475 \begin_layout Standard
34476
34477 \series bold
34478
34479 \backslash
34480 raisebox{
34481 \backslash
34482 depth}{
34483 \end_layout
34484
34485 \begin_layout Standard
34486 vor dem Wort einfügen und 
34487 \begin_inset Quotes gld
34488 \end_inset
34489
34490
34491 \series bold
34492 }
34493 \series default
34494
34495 \begin_inset Quotes grd
34496 \end_inset
34497
34498  als TeX-Code dahinter:
34499 \end_layout
34500
34501 \begin_layout Standard
34502 Dies ist eine Zeile, in der das Wort 
34503 \begin_inset ERT
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507
34508
34509 \backslash
34510 raisebox{
34511 \backslash
34512 depth}{
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \begin_inset Quotes gld
34519 \end_inset
34520
34521 provokant
34522 \begin_inset Quotes grd
34523 \end_inset
34524
34525
34526 \begin_inset ERT
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530
34531 }
34532 \end_layout
34533
34534 \end_inset
34535
34536  nach oben verschoben wurde.
34537 \end_layout
34538
34539 \begin_layout Standard
34540 \begin_inset VSpace bigskip
34541 \end_inset
34542
34543 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34544  gedehnt:
34545 \end_layout
34546
34547 \begin_layout Standard
34548 Dies ist eine Zeile, in der das Wort 
34549 \begin_inset ERT
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553
34554
34555 \backslash
34556 raisebox{-
34557 \backslash
34558 depth}{
34559 \end_layout
34560
34561 \end_inset
34562
34563
34564 \begin_inset Quotes gld
34565 \end_inset
34566
34567 provokant
34568 \begin_inset Quotes grd
34569 \end_inset
34570
34571
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577 }
34578 \end_layout
34579
34580 \end_inset
34581
34582  nach unten verschoben wurde.
34583 \end_layout
34584
34585 \begin_layout Standard
34586 Dies ist eine Zeile, in der das Wort 
34587 \begin_inset ERT
34588 status collapsed
34589
34590 \begin_layout Plain Layout
34591
34592
34593 \backslash
34594 raisebox{0.5cm}{
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \begin_inset Quotes gld
34601 \end_inset
34602
34603 testen
34604 \begin_inset Quotes grd
34605 \end_inset
34606
34607
34608 \begin_inset ERT
34609 status collapsed
34610
34611 \begin_layout Plain Layout
34612
34613 }
34614 \end_layout
34615
34616 \end_inset
34617
34618  um 0.5
34619 \begin_inset space \thinspace{}
34620 \end_inset
34621
34622 cm nach oben verschoben wurde.
34623 \end_layout
34624
34625 \begin_layout Standard
34626 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34627 \end_layout
34628
34629 \begin_layout Standard
34630
34631 \series bold
34632
34633 \backslash
34634 raisebox{-
34635 \backslash
34636 depth}[0pt]{
34637 \end_layout
34638
34639 \begin_layout Standard
34640 Dies ist eine Zeile, in der das Wort 
34641 \begin_inset ERT
34642 status collapsed
34643
34644 \begin_layout Plain Layout
34645
34646
34647 \backslash
34648 raisebox{-
34649 \backslash
34650 depth}[0pt]{
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \begin_inset Quotes gld
34657 \end_inset
34658
34659 provokant
34660 \begin_inset Quotes grd
34661 \end_inset
34662
34663
34664 \begin_inset ERT
34665 status collapsed
34666
34667 \begin_layout Plain Layout
34668
34669 }
34670 \end_layout
34671
34672 \end_inset
34673
34674  nach unten verschoben wurde.
34675 \end_layout
34676
34677 \begin_layout Standard
34678 Dies ist eine Zeile, in der das Wort 
34679 \begin_inset ERT
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683
34684
34685 \backslash
34686 raisebox{0.5cm}[0pt]{
34687 \end_layout
34688
34689 \end_inset
34690
34691
34692 \begin_inset Quotes gld
34693 \end_inset
34694
34695 testen
34696 \begin_inset Quotes grd
34697 \end_inset
34698
34699
34700 \begin_inset ERT
34701 status collapsed
34702
34703 \begin_layout Plain Layout
34704
34705 }
34706 \end_layout
34707
34708 \end_inset
34709
34710  um 0.5
34711 \begin_inset space \thinspace{}
34712 \end_inset
34713
34714 cm nach oben verschoben wurde.
34715  Jetzt überschneiden sich die verschobenen Worte.
34716 \end_layout
34717
34718 \begin_layout Section
34719 Farbige Boxen
34720 \begin_inset CommandInset label
34721 LatexCommand label
34722 name "abs:Farbige-Boxen"
34723
34724 \end_inset
34725
34726
34727 \begin_inset Index idx
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731 Boxen ! farbige
34732 \end_layout
34733
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Subsection
34740 Text-Hintergrundfarbe
34741 \begin_inset Index idx
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745 Farbe ! für Text-Hintergrund
34746 \end_layout
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Standard
34754 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
34755  so genannten 
34756 \begin_inset Quotes gld
34757 \end_inset
34758
34759 colorbox
34760 \begin_inset Quotes grd
34761 \end_inset
34762
34763  stehen.
34764  Dafür muss das LaTeX-Paket 
34765 \series bold
34766 color
34767 \series default
34768
34769 \begin_inset Index idx
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773 LaTeX-Pakete ! color
34774 \end_layout
34775
34776 \end_inset
34777
34778  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
34779 \end_layout
34780
34781 \begin_layout Standard
34782
34783 \series bold
34784
34785 \backslash
34786 @ifundefined{textcolor}
34787 \begin_inset Newline newline
34788 \end_inset
34789
34790
34791 \begin_inset Phantom HPhantom
34792 status open
34793
34794 \begin_layout Plain Layout
34795
34796 \series bold
34797 \begin_inset space ~
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \end_inset
34804
34805 {
34806 \backslash
34807 usepackage{color}}{}
34808 \end_layout
34809
34810 \begin_layout Standard
34811 Wenn Sie Text einfärben, lädt LyX das Paket 
34812 \series bold
34813 color
34814 \series default
34815  automatisch.
34816 \begin_inset Foot
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 Der Befehl 
34821 \series bold
34822
34823 \backslash
34824 @ifundefined
34825 \series default
34826  vermeidet, dass es in diesem Fall doppelt geladen wird.
34827 \end_layout
34828
34829 \end_inset
34830
34831
34832 \end_layout
34833
34834 \begin_layout Standard
34835 \begin_inset VSpace medskip
34836 \end_inset
34837
34838 Colorboxen werden mit dem Befehl 
34839 \series bold
34840
34841 \backslash
34842 colorbox
34843 \series default
34844  erzeugt:
34845 \end_layout
34846
34847 \begin_layout Standard
34848
34849 \series bold
34850
34851 \backslash
34852 colorbox{Farbe}{Boxinhalt}
34853 \end_layout
34854
34855 \begin_layout Standard
34856 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
34857  Boxen sein.
34858 \end_layout
34859
34860 \begin_layout Standard
34861 Die folgenden Farben sind vordefiniert:
34862 \family sans
34863  schwarz
34864 \family default
34865
34866 \family sans
34867 wei
34868 \family default
34869 ß, 
34870 \family sans
34871 rot
34872 \family default
34873 \series bold
34874 ,
34875 \series default
34876  
34877 \family sans
34878 grün
34879 \family default
34880
34881 \family sans
34882 blau
34883 \family default
34884
34885 \family sans
34886 türkis
34887 \family default
34888
34889 \family sans
34890 purpurrot
34891 \family default
34892  und 
34893 \family sans
34894 gelb
34895 \family default
34896 .
34897 \end_layout
34898
34899 \begin_layout Standard
34900 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
34901 \begin_inset space ~
34902 \end_inset
34903
34904
34905 \begin_inset CommandInset ref
34906 LatexCommand ref
34907 reference "abs:Farbige-Tabellen"
34908
34909 \end_inset
34910
34911  beschrieben.
34912 \end_layout
34913
34914 \begin_layout Standard
34915 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
34916  den TeX-Code-Befehl
34917 \end_layout
34918
34919 \begin_layout Standard
34920
34921 \series bold
34922
34923 \backslash
34924 colorbox{red}{
34925 \end_layout
34926
34927 \begin_layout Standard
34928 vor dem Wort ein.
34929  Hinter dem Wort fügen Sie 
34930 \series bold
34931
34932 \begin_inset Quotes gld
34933 \end_inset
34934
34935 }
34936 \series default
34937
34938 \begin_inset Quotes grd
34939 \end_inset
34940
34941  als TeX-Code ein.
34942  Hier ist das Ergebnis:
34943 \end_layout
34944
34945 \begin_layout Standard
34946 In dieser Zeile hat 
34947 \begin_inset ERT
34948 status collapsed
34949
34950 \begin_layout Plain Layout
34951
34952
34953 \backslash
34954 colorbox{red}{
34955 \end_layout
34956
34957 \end_inset
34958
34959 Achtung!
34960 \begin_inset ERT
34961 status collapsed
34962
34963 \begin_layout Plain Layout
34964
34965 }
34966 \end_layout
34967
34968 \end_inset
34969
34970  einen roten Hintergrund.
34971 \end_layout
34972
34973 \begin_layout Standard
34974 \begin_inset VSpace bigskip
34975 \end_inset
34976
34977 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
34978  
34979 \series bold
34980
34981 \backslash
34982 fcolorbox
34983 \series default
34984  verwenden:
34985 \end_layout
34986
34987 \begin_layout Standard
34988
34989 \series bold
34990
34991 \backslash
34992 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
34993 \end_layout
34994
34995 \begin_layout Standard
34996
34997 \series bold
34998
34999 \backslash
35000 fcolorbox
35001 \series default
35002  ist eine Erweiterung von 
35003 \series bold
35004
35005 \backslash
35006 colorbox
35007 \series default
35008 .
35009  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35010  
35011 \series bold
35012
35013 \backslash
35014 fboxrule
35015 \series default
35016  und 
35017 \series bold
35018
35019 \backslash
35020 fboxsep
35021 \series default
35022  gesteuert werden, wie in Abschnitt
35023 \begin_inset space ~
35024 \end_inset
35025
35026
35027 \begin_inset CommandInset ref
35028 LatexCommand ref
35029 reference "uab:Verzierung"
35030
35031 \end_inset
35032
35033  beschrieben.
35034 \end_layout
35035
35036 \begin_layout Standard
35037 Für das folgende Beispiel wurde der Befehl
35038 \end_layout
35039
35040 \begin_layout Standard
35041
35042 \series bold
35043
35044 \backslash
35045 fcolorbox{cyan}{magenta}{
35046 \end_layout
35047
35048 \begin_layout Standard
35049 benutzt.
35050  Hier wurden die Rahmendicke und der Abstand auf 1
35051 \begin_inset space \thinspace{}
35052 \end_inset
35053
35054 mm gesetzt:
35055 \begin_inset Newline newline
35056 \end_inset
35057
35058
35059 \begin_inset ERT
35060 status collapsed
35061
35062 \begin_layout Plain Layout
35063
35064
35065 \backslash
35066 fboxrule 1mm 
35067 \backslash
35068 fboxsep 1mm
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079
35080 \backslash
35081 fcolorbox{cyan}{green}{
35082 \end_layout
35083
35084 \end_inset
35085
35086 Dies ist Text in einer farbigen, gerahmten Box.
35087 \begin_inset ERT
35088 status collapsed
35089
35090 \begin_layout Plain Layout
35091
35092 }
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \begin_layout Standard
35101 \begin_inset VSpace bigskip
35102 \end_inset
35103
35104 Natürlich gibt es auch farbigen Text in einer Colorbox:
35105 \begin_inset Newline newline
35106 \end_inset
35107
35108
35109 \begin_inset ERT
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113
35114
35115 \backslash
35116 fcolorbox{cyan}{green}{
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \color yellow
35123 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35124 \color none
35125
35126 \begin_inset ERT
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130
35131 }
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \begin_inset ERT
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141
35142
35143 \backslash
35144 fboxrule 0.4pt 
35145 \backslash
35146 fboxsep 3pt
35147 \end_layout
35148
35149 \end_inset
35150
35151
35152 \end_layout
35153
35154 \begin_layout Standard
35155 \begin_inset VSpace bigskip
35156 \end_inset
35157
35158
35159 \end_layout
35160
35161 \begin_layout Standard
35162 \begin_inset Note Greyedout
35163 status open
35164
35165 \begin_layout Plain Layout
35166 \noindent
35167
35168 \series bold
35169 Bemerkung:
35170 \series default
35171  Text in Colorboxen kann nicht umgebrochen werden.
35172  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35173  wie im folgenden beschrieben.
35174 \end_layout
35175
35176 \end_inset
35177
35178
35179 \end_layout
35180
35181 \begin_layout Subsection
35182 Farbe für Absätze
35183 \begin_inset CommandInset label
35184 LatexCommand label
35185 name "uab:Farbe-für-Absätze"
35186
35187 \end_inset
35188
35189
35190 \begin_inset Index idx
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194 Farbe ! für Absätze
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \end_layout
35201
35202 \begin_layout Standard
35203 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35204  den Text in eine Minipage stellen.
35205  Vor der Minipage fügen Sie den TeX-Code-Befehl
35206 \end_layout
35207
35208 \begin_layout Standard
35209
35210 \series bold
35211
35212 \backslash
35213 colorbox{color}{
35214 \end_layout
35215
35216 \begin_layout Standard
35217 ein.
35218  Hinter der Minipage fügen Sie 
35219 \series bold
35220
35221 \begin_inset Quotes gld
35222 \end_inset
35223
35224 }
35225 \series default
35226
35227 \begin_inset Quotes grd
35228 \end_inset
35229
35230  als TeX-Code ein.
35231 \end_layout
35232
35233 \begin_layout Standard
35234 \begin_inset ERT
35235 status collapsed
35236
35237 \begin_layout Plain Layout
35238
35239
35240 \backslash
35241 colorbox{hellgrau}{
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \begin_inset Box Frameless
35248 position "t"
35249 hor_pos "c"
35250 has_inner_box 1
35251 inner_pos "t"
35252 use_parbox 0
35253 use_makebox 0
35254 width "100col%"
35255 special "none"
35256 height "1in"
35257 height_special "totalheight"
35258 status collapsed
35259
35260 \begin_layout Plain Layout
35261 Dies ist Text mit einer Hintergrundfarbe.
35262  Dies ist Text mit einer Hintergrundfarbe.
35263 \end_layout
35264
35265 \begin_layout Plain Layout
35266 Der Text kann Fußnoten
35267 \begin_inset Foot
35268 status open
35269
35270 \begin_layout Plain Layout
35271 Eine weitere Fußnote
35272 \end_layout
35273
35274 \end_inset
35275
35276  und Tabellen und Abbildungen enthalten.
35277 \end_layout
35278
35279 \begin_layout Plain Layout
35280 \align center
35281 \begin_inset Tabular
35282 <lyxtabular version="3" rows="3" columns="3">
35283 <features tabularvalignment="middle">
35284 <column alignment="center" valignment="top" width="0">
35285 <column alignment="center" valignment="top" width="0">
35286 <column alignment="center" valignment="top" width="0">
35287 <row>
35288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292 a
35293 \end_layout
35294
35295 \end_inset
35296 </cell>
35297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35298 \begin_inset Text
35299
35300 \begin_layout Plain Layout
35301 !
35302 \end_layout
35303
35304 \end_inset
35305 </cell>
35306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35307 \begin_inset Text
35308
35309 \begin_layout Plain Layout
35310 3
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 </row>
35316 <row>
35317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Plain Layout
35321 <
35322 \end_layout
35323
35324 \end_inset
35325 </cell>
35326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35327 \begin_inset Text
35328
35329 \begin_layout Plain Layout
35330 b2
35331 \begin_inset Quotes erd
35332 \end_inset
35333
35334 |
35335 \end_layout
35336
35337 \end_inset
35338 </cell>
35339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35340 \begin_inset Text
35341
35342 \begin_layout Plain Layout
35343 >
35344 \end_layout
35345
35346 \end_inset
35347 </cell>
35348 </row>
35349 <row>
35350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35351 \begin_inset Text
35352
35353 \begin_layout Plain Layout
35354 1
35355 \end_layout
35356
35357 \end_inset
35358 </cell>
35359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35360 \begin_inset Text
35361
35362 \begin_layout Plain Layout
35363 §
35364 \end_layout
35365
35366 \end_inset
35367 </cell>
35368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372 c
35373 \end_layout
35374
35375 \end_inset
35376 </cell>
35377 </row>
35378 </lyxtabular>
35379
35380 \end_inset
35381
35382
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \begin_inset ERT
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392
35393 }
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \end_layout
35400
35401 \begin_layout Section
35402 Rotierte und skalierte Boxen
35403 \end_layout
35404
35405 \begin_layout Standard
35406 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35407 \series bold
35408 graphicx
35409 \series default
35410
35411 \begin_inset Index idx
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415 LaTeX-Pakete ! graphicx
35416 \end_layout
35417
35418 \end_inset
35419
35420  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35421 \end_layout
35422
35423 \begin_layout Standard
35424
35425 \series bold
35426
35427 \backslash
35428 @ifundefined{rotatebox}
35429 \begin_inset Newline newline
35430 \end_inset
35431
35432
35433 \begin_inset Phantom HPhantom
35434 status open
35435
35436 \begin_layout Plain Layout
35437
35438 \series bold
35439 \begin_inset space ~
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \end_inset
35446
35447 {
35448 \backslash
35449 usepackage{graphicx}}{}
35450 \end_layout
35451
35452 \begin_layout Standard
35453 \begin_inset Note Greyedout
35454 status open
35455
35456 \begin_layout Plain Layout
35457
35458 \series bold
35459 Achtung:
35460 \series default
35461  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35462 \end_layout
35463
35464 \end_inset
35465
35466
35467 \end_layout
35468
35469 \begin_layout Standard
35470 \begin_inset Note Greyedout
35471 status open
35472
35473 \begin_layout Plain Layout
35474
35475 \series bold
35476 Achtung:
35477 \series default
35478  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Subsection
35487 Rotierte Boxen
35488 \begin_inset Index idx
35489 status collapsed
35490
35491 \begin_layout Plain Layout
35492 Boxen ! rotierte
35493 \end_layout
35494
35495 \end_inset
35496
35497
35498 \begin_inset Index idx
35499 status collapsed
35500
35501 \begin_layout Plain Layout
35502 Rotiertes Material
35503 \end_layout
35504
35505 \end_inset
35506
35507
35508 \end_layout
35509
35510 \begin_layout Standard
35511 Um Text zu drehen, verwendet man den Befehl 
35512 \series bold
35513
35514 \backslash
35515 rotatebox
35516 \series default
35517  im TeX-Code nach folgendem Schema:
35518 \end_layout
35519
35520 \begin_layout Standard
35521
35522 \series bold
35523
35524 \backslash
35525 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35526 \end_layout
35527
35528 \begin_layout Standard
35529 Der Drehpunkt wird mit 
35530 \series bold
35531 origin=Position
35532 \series default
35533  angegeben.
35534  Folgende Positionen sind möglich: 
35535 \emph on
35536 c
35537 \emph default
35538  (mittig), 
35539 \emph on
35540 l
35541 \emph default
35542  (links), 
35543 \emph on
35544 r
35545 \emph default
35546  (rechts), 
35547 \emph on
35548 b
35549 \emph default
35550  (unten), 
35551 \emph on
35552 t
35553 \emph default
35554  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35555  Z.
35556 \begin_inset space \thinspace{}
35557 \end_inset
35558
35559 B.
35560  bedeutet 
35561 \emph on
35562 lt
35563 \emph default
35564 , dass sich der Drehpunkt links oben befindet.
35565  Wird kein Drehpunkt angegeben, wird die Position 
35566 \emph on
35567 l
35568 \emph default
35569  verwendet.
35570  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35571  Gedreht wird gegen den Uhrzeigersinn.
35572 \end_layout
35573
35574 \begin_layout Standard
35575 Im folgenden Beispiel wurde vor dem Text der Befehl 
35576 \series bold
35577
35578 \backslash
35579 rotatebox[origin=c]{60}{
35580 \series default
35581  im TeX-Modus eingegeben.
35582  Nach dem Text wurde die schließende Klammer 
35583 \series bold
35584 }
35585 \series default
35586  wiederum im TeX-Modus eingegeben.
35587 \end_layout
35588
35589 \begin_layout Standard
35590 Dies ist eine Zeile 
35591 \begin_inset ERT
35592 status collapsed
35593
35594 \begin_layout Plain Layout
35595
35596
35597 \backslash
35598 rotatebox[origin=c]{60}{
35599 \end_layout
35600
35601 \end_inset
35602
35603 mit rotiertem
35604 \begin_inset ERT
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608
35609 }
35610 \end_layout
35611
35612 \end_inset
35613
35614  Text.
35615 \end_layout
35616
35617 \begin_layout Standard
35618 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35619 \end_layout
35620
35621 \begin_layout Standard
35622 Dies ist eine Zeile 
35623 \begin_inset ERT
35624 status collapsed
35625
35626 \begin_layout Plain Layout
35627
35628
35629 \backslash
35630 rotatebox[origin=r]{-60}{
35631 \end_layout
35632
35633 \end_inset
35634
35635
35636 \begin_inset Box Doublebox
35637 position "c"
35638 hor_pos "c"
35639 has_inner_box 0
35640 inner_pos "c"
35641 use_parbox 0
35642 use_makebox 0
35643 width "1in"
35644 special "width"
35645 height "1in"
35646 height_special "totalheight"
35647 status collapsed
35648
35649 \begin_layout Plain Layout
35650 mit rotiertem
35651 \end_layout
35652
35653 \end_inset
35654
35655
35656 \begin_inset ERT
35657 status collapsed
35658
35659 \begin_layout Plain Layout
35660
35661 }
35662 \end_layout
35663
35664 \end_inset
35665
35666  umrandeten Text 
35667 \begin_inset ERT
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671
35672
35673 \backslash
35674 rotatebox[origin=lb]{60}{
35675 \end_layout
35676
35677 \end_inset
35678
35679
35680 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35681 \end_inset
35682
35683
35684 \begin_inset ERT
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688
35689 }
35690 \end_layout
35691
35692 \end_inset
35693
35694  und einer Formel.
35695 \end_layout
35696
35697 \begin_layout Standard
35698 Oder ein Bild oder Tabelle:
35699 \end_layout
35700
35701 \begin_layout Standard
35702 Dies ist eine Zeile 
35703 \begin_inset ERT
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707
35708
35709 \backslash
35710 rotatebox[origin=lb]{90}{
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \begin_inset Graphics
35717         filename ../clipart/platypus.eps
35718         lyxscale 50
35719         width 25col%
35720
35721 \end_inset
35722
35723
35724 \begin_inset ERT
35725 status collapsed
35726
35727 \begin_layout Plain Layout
35728
35729 }
35730 \end_layout
35731
35732 \end_inset
35733
35734  mit einem rotierten Bild 
35735 \begin_inset ERT
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739
35740
35741 \backslash
35742 rotatebox[origin=l]{-90}{
35743 \end_layout
35744
35745 \end_inset
35746
35747
35748 \begin_inset Tabular
35749 <lyxtabular version="3" rows="2" columns="2">
35750 <features tabularvalignment="middle">
35751 <column alignment="center" valignment="top" width="0">
35752 <column alignment="center" valignment="top" width="0">
35753 <row>
35754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 q
35759 \end_layout
35760
35761 \end_inset
35762 </cell>
35763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35764 \begin_inset Text
35765
35766 \begin_layout Plain Layout
35767 w
35768 \end_layout
35769
35770 \end_inset
35771 </cell>
35772 </row>
35773 <row>
35774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35775 \begin_inset Text
35776
35777 \begin_layout Plain Layout
35778 e
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35784 \begin_inset Text
35785
35786 \begin_layout Plain Layout
35787 r
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 </row>
35793 </lyxtabular>
35794
35795 \end_inset
35796
35797
35798 \begin_inset ERT
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802
35803 }
35804 \end_layout
35805
35806 \end_inset
35807
35808  und Tabelle.
35809 \begin_inset Index idx
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813 Abbildungen ! rotierte
35814 \end_layout
35815
35816 \end_inset
35817
35818
35819 \begin_inset Index idx
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823 Tabellen ! rotierte
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \end_layout
35830
35831 \begin_layout Subsection
35832 Skalierte Boxen
35833 \begin_inset Index idx
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837 Boxen ! skalierte
35838 \end_layout
35839
35840 \end_inset
35841
35842
35843 \begin_inset Index idx
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847 Skaliertes Material
35848 \end_layout
35849
35850 \end_inset
35851
35852
35853 \end_layout
35854
35855 \begin_layout Standard
35856 Um Text zu skalieren, kann man die Befehle 
35857 \series bold
35858
35859 \backslash
35860 scalebox
35861 \series default
35862  und 
35863 \series bold
35864
35865 \backslash
35866 resizebox
35867 \series default
35868  im TeX-Modus verwenden.
35869 \end_layout
35870
35871 \begin_layout Standard
35872
35873 \series bold
35874
35875 \backslash
35876 scalebox
35877 \series default
35878  wird nach folgendem Schema verwendet:
35879 \end_layout
35880
35881 \begin_layout Standard
35882
35883 \series bold
35884
35885 \backslash
35886 scalebox{horizontal}[vertikal]{Boxinhalt}
35887 \end_layout
35888
35889 \begin_layout Standard
35890 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35891  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35892  verwendet.
35893 \end_layout
35894
35895 \begin_layout Standard
35896 Z.
35897 \begin_inset space \thinspace{}
35898 \end_inset
35899
35900 B.
35901  ergibt der Befehl 
35902 \series bold
35903
35904 \backslash
35905 scalebox{2}{Hallo}
35906 \series default
35907  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35908 \begin_inset ERT
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912
35913
35914 \backslash
35915 scalebox{2}{
35916 \end_layout
35917
35918 \end_inset
35919
35920 Hallo
35921 \begin_inset ERT
35922 status collapsed
35923
35924 \begin_layout Plain Layout
35925
35926 }
35927 \end_layout
35928
35929 \end_inset
35930
35931 .
35932 \end_layout
35933
35934 \begin_layout Standard
35935
35936 \series bold
35937
35938 \backslash
35939 scalebox{2}[1]{Hallo}
35940 \series default
35941  verzerrt hingegen das 
35942 \begin_inset ERT
35943 status collapsed
35944
35945 \begin_layout Plain Layout
35946
35947
35948 \backslash
35949 scalebox{2}[1]{
35950 \end_layout
35951
35952 \end_inset
35953
35954 Hallo
35955 \begin_inset ERT
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959
35960 }
35961 \end_layout
35962
35963 \end_inset
35964
35965 .
35966 \end_layout
35967
35968 \begin_layout Standard
35969 Die Skalierungsfaktoren dürfen auch negativ sein.
35970  In diesem Fall wird der Boxinhalt gespiegelt.
35971 \end_layout
35972
35973 \begin_layout Standard
35974 Daher lässt sich mit dem Befehl 
35975 \series bold
35976
35977 \backslash
35978 scalebox{-1}[1]{Hallo}
35979 \series default
35980  Spiegelschrift erstellen: 
35981 \begin_inset ERT
35982 status collapsed
35983
35984 \begin_layout Plain Layout
35985
35986
35987 \backslash
35988 scalebox{-1}[1]{
35989 \end_layout
35990
35991 \end_inset
35992
35993 Hallo
35994 \begin_inset ERT
35995 status collapsed
35996
35997 \begin_layout Plain Layout
35998
35999 }
36000 \end_layout
36001
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Standard
36008
36009 \series bold
36010
36011 \backslash
36012 scalebox{1}[-1]{Hallo}
36013 \series default
36014  spiegelt das 
36015 \begin_inset ERT
36016 status collapsed
36017
36018 \begin_layout Plain Layout
36019
36020
36021 \backslash
36022 scalebox{1}[-1]{
36023 \end_layout
36024
36025 \end_inset
36026
36027 Hallo
36028 \begin_inset ERT
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032
36033 }
36034 \end_layout
36035
36036 \end_inset
36037
36038  an der Grundlinie.
36039 \end_layout
36040
36041 \begin_layout Standard
36042 Zu 
36043 \series bold
36044
36045 \backslash
36046 scalebox{-1}[1]{Boxinhalt}
36047 \series default
36048  gibt es den äquivalenten Befehl
36049 \begin_inset Newline newline
36050 \end_inset
36051
36052
36053 \series bold
36054
36055 \backslash
36056 reflectbox{Boxinhalt}
36057 \series default
36058 .
36059 \end_layout
36060
36061 \begin_layout Standard
36062 \begin_inset VSpace bigskip
36063 \end_inset
36064
36065
36066 \series bold
36067
36068 \backslash
36069 resizebox
36070 \series default
36071  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36072  skalieren.
36073  Das Befehlsschema ist folgendes:
36074 \end_layout
36075
36076 \begin_layout Standard
36077
36078 \series bold
36079
36080 \backslash
36081 resizebox{Breite}{Höhe}{Boxinhalt}
36082 \end_layout
36083
36084 \begin_layout Standard
36085 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36086 \series bold
36087 !
36088 \series default
36089  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36090  wird.
36091 \end_layout
36092
36093 \begin_layout Standard
36094 Der Befehl 
36095 \series bold
36096
36097 \backslash
36098 resizebox{2cm}{1cm}{Hallo}
36099 \series default
36100  ergibt: 
36101 \begin_inset ERT
36102 status collapsed
36103
36104 \begin_layout Plain Layout
36105
36106
36107 \backslash
36108 resizebox{2cm}{1cm}{
36109 \end_layout
36110
36111 \end_inset
36112
36113 Hallo
36114 \begin_inset ERT
36115 status collapsed
36116
36117 \begin_layout Plain Layout
36118
36119 }
36120 \end_layout
36121
36122 \end_inset
36123
36124
36125 \begin_inset Newline newline
36126 \end_inset
36127
36128 Der Befehl 
36129 \series bold
36130
36131 \backslash
36132 resizebox{2cm}{!}{Hallo}
36133 \series default
36134  ergibt: 
36135 \begin_inset ERT
36136 status collapsed
36137
36138 \begin_layout Plain Layout
36139
36140
36141 \backslash
36142 resizebox{2cm}{!}{
36143 \end_layout
36144
36145 \end_inset
36146
36147 Hallo
36148 \begin_inset ERT
36149 status collapsed
36150
36151 \begin_layout Plain Layout
36152
36153 }
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \begin_layout Standard
36162 \begin_inset VSpace bigskip
36163 \end_inset
36164
36165
36166 \begin_inset Note Greyedout
36167 status open
36168
36169 \begin_layout Plain Layout
36170
36171 \series bold
36172 Bemerkung:
36173 \series default
36174  Wurde in Argumenten von 
36175 \series bold
36176
36177 \backslash
36178 scalebox
36179 \series default
36180  oder 
36181 \series bold
36182
36183 \backslash
36184 resizebox
36185 \series default
36186  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36187  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36188  werden.
36189 \end_layout
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \begin_layout Standard
36197 \begin_inset VSpace bigskip
36198 \end_inset
36199
36200
36201 \end_layout
36202
36203 \begin_layout Standard
36204 Alle Boxen können beliebig miteinander kombiniert werden.
36205  So ergibt z.
36206 \begin_inset space \thinspace{}
36207 \end_inset
36208
36209 B.
36210  der Befehl
36211 \begin_inset Newline newline
36212 \end_inset
36213
36214
36215 \series bold
36216
36217 \backslash
36218 rotatebox[origin=c]{-45}{
36219 \backslash
36220 resizebox{2cm}{!}{
36221 \backslash
36222 reflectbox{Hallo}}}
36223 \series default
36224 :
36225 \end_layout
36226
36227 \begin_layout Standard
36228 \align center
36229 \begin_inset ERT
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233
36234
36235 \backslash
36236 rotatebox[origin=c]{-45}{
36237 \backslash
36238 resizebox{2cm}{!}{
36239 \backslash
36240 reflectbox{
36241 \end_layout
36242
36243 \end_inset
36244
36245 Hallo
36246 \begin_inset ERT
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250
36251 }}}
36252 \end_layout
36253
36254 \end_inset
36255
36256
36257 \end_layout
36258
36259 \begin_layout Standard
36260 \noindent
36261 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36262 \end_layout
36263
36264 \begin_layout Standard
36265 \align center
36266 \begin_inset ERT
36267 status collapsed
36268
36269 \begin_layout Plain Layout
36270
36271
36272 \backslash
36273 rotatebox[origin=c]{-30}{
36274 \backslash
36275 resizebox{2cm}{!}{
36276 \backslash
36277 reflectbox{
36278 \end_layout
36279
36280 \end_inset
36281
36282
36283 \begin_inset Graphics
36284         filename ../clipart/platypus.eps
36285         lyxscale 50
36286         width 25col%
36287
36288 \end_inset
36289
36290
36291 \begin_inset ERT
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295
36296 }}}
36297 \end_layout
36298
36299 \end_inset
36300
36301
36302 \begin_inset ERT
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306
36307
36308 \backslash
36309 rotatebox[origin=c]{-45}{
36310 \backslash
36311 resizebox{2cm}{!}{
36312 \backslash
36313 reflectbox{
36314 \end_layout
36315
36316 \end_inset
36317
36318
36319 \begin_inset Tabular
36320 <lyxtabular version="3" rows="2" columns="2">
36321 <features tabularvalignment="middle">
36322 <column alignment="center" valignment="top" width="0">
36323 <column alignment="center" valignment="top" width="0">
36324 <row>
36325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36326 \begin_inset Text
36327
36328 \begin_layout Plain Layout
36329 q
36330 \end_layout
36331
36332 \end_inset
36333 </cell>
36334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36335 \begin_inset Text
36336
36337 \begin_layout Plain Layout
36338 w
36339 \end_layout
36340
36341 \end_inset
36342 </cell>
36343 </row>
36344 <row>
36345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349 e
36350 \end_layout
36351
36352 \end_inset
36353 </cell>
36354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36355 \begin_inset Text
36356
36357 \begin_layout Plain Layout
36358 r
36359 \end_layout
36360
36361 \end_inset
36362 </cell>
36363 </row>
36364 </lyxtabular>
36365
36366 \end_inset
36367
36368
36369 \begin_inset ERT
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373
36374 }}}
36375 \end_layout
36376
36377 \end_inset
36378
36379
36380 \begin_inset ERT
36381 status collapsed
36382
36383 \begin_layout Plain Layout
36384
36385
36386 \backslash
36387 rotatebox[origin=c]{-45}{
36388 \backslash
36389 resizebox{2cm}{!}{
36390 \backslash
36391 reflectbox{
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36398 \end_inset
36399
36400
36401 \begin_inset ERT
36402 status collapsed
36403
36404 \begin_layout Plain Layout
36405
36406 }}}
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \begin_inset Index idx
36413 status collapsed
36414
36415 \begin_layout Plain Layout
36416 Abbildungen ! skalierte
36417 \end_layout
36418
36419 \end_inset
36420
36421
36422 \begin_inset Index idx
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426 Tabellen ! skalierte
36427 \end_layout
36428
36429 \end_inset
36430
36431
36432 \end_layout
36433
36434 \begin_layout Standard
36435 Hat man den globalen Formelstil 
36436 \series bold
36437 fleqn
36438 \series default
36439
36440 \begin_inset Foot
36441 status collapsed
36442
36443 \begin_layout Plain Layout
36444 Wenn 
36445 \begin_inset Quotes gld
36446 \end_inset
36447
36448 fleqn
36449 \begin_inset Quotes grd
36450 \end_inset
36451
36452  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36453 \end_layout
36454
36455 \end_inset
36456
36457  gewählt, kann man auch abgesetzte Formeln skalieren.
36458 \end_layout
36459
36460 \begin_layout Chapter
36461 Umflossene Objekte
36462 \begin_inset Index idx
36463 status collapsed
36464
36465 \begin_layout Plain Layout
36466 Umflossene Objekte
36467 \end_layout
36468
36469 \end_inset
36470
36471
36472 \end_layout
36473
36474 \begin_layout Section
36475 Umflossene Gleitobjekte
36476 \begin_inset CommandInset label
36477 LatexCommand label
36478 name "abs:Umflossene-Gleitobjekte"
36479
36480 \end_inset
36481
36482
36483 \begin_inset Index idx
36484 status collapsed
36485
36486 \begin_layout Plain Layout
36487 Gleitobjekte ! umflossene
36488 \end_layout
36489
36490 \end_inset
36491
36492
36493 \begin_inset Index idx
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497 Umflossene Objekte ! Gleitobjekte
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \begin_layout Standard
36506 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36507  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36508  den die Abbildung bzw.
36509 \begin_inset space ~
36510 \end_inset
36511
36512 Tabelle übrig lässt.
36513  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36514  Sie werden über das Menü
36515 \family sans
36516  Einfügen\SpecialChar \menuseparator
36517 Gleitobjekt\SpecialChar \menuseparator
36518 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36519 objekt
36520 \family default
36521  eingefügt, wenn das LaTeX-Paket 
36522 \series bold
36523 wrapfig
36524 \series default
36525
36526 \begin_inset Index idx
36527 status collapsed
36528
36529 \begin_layout Plain Layout
36530 LaTeX-Pakete ! wrapfig
36531 \end_layout
36532
36533 \end_inset
36534
36535  installiert ist.
36536 \begin_inset Foot
36537 status collapsed
36538
36539 \begin_layout Plain Layout
36540 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36541 \emph on
36542 LaTeX-Konfiguration
36543 \emph default
36544  beschrieben.
36545 \end_layout
36546
36547 \end_inset
36548
36549  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36550  Box des Gleitobjekts geändert werden.
36551  
36552 \begin_inset Wrap figure
36553 lines 0
36554 placement l
36555 overhang 1cm
36556 width "40col%"
36557 status open
36558
36559 \begin_layout Plain Layout
36560 \begin_inset Graphics
36561         filename ../clipart/mobius.eps
36562         width 40col%
36563         scaleBeforeRotation
36564         rotateOrigin center
36565
36566 \end_inset
36567
36568
36569 \end_layout
36570
36571 \begin_layout Plain Layout
36572 \begin_inset Caption
36573
36574 \begin_layout Plain Layout
36575 \begin_inset CommandInset label
36576 LatexCommand label
36577 name "abb:Dies-ist-eine"
36578
36579 \end_inset
36580
36581 Dies ist eine umflossene Gleitobjekt-Abbildung
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \end_layout
36588
36589 \end_inset
36590
36591  Obligatorische Einstellungen sind die 
36592 \family sans
36593 Breite
36594 \family default
36595  und 
36596 \family sans
36597 Platzierung
36598 \family default
36599  des Gleitobjekts.
36600  Optional sind der 
36601 \family sans
36602 Überhang 
36603 \family default
36604 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36605 \begin_inset space \thinspace{}
36606 \end_inset
36607
36608 /
36609 \begin_inset space \thinspace{}
36610 \end_inset
36611
36612 der Seite ragt und die 
36613 \family sans
36614 benötigten Zeilen
36615 \family default
36616 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36617  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36618  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36619  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36620  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36621  zu lassen.
36622  Abbildung
36623 \begin_inset space ~
36624 \end_inset
36625
36626
36627 \begin_inset CommandInset ref
36628 LatexCommand ref
36629 reference "abb:Dies-ist-eine"
36630
36631 \end_inset
36632
36633  ist zum Beispiel ein umflossenes Bild, das 40
36634 \begin_inset space \thinspace{}
36635 \end_inset
36636
36637 % der Spaltenbreite einnimmt, 1
36638 \begin_inset space \thinspace{}
36639 \end_inset
36640
36641 cm in den Rand ragt und links gesetzt wurde.
36642 \end_layout
36643
36644 \begin_layout Standard
36645 \begin_inset Note Greyedout
36646 status open
36647
36648 \begin_layout Plain Layout
36649
36650 \series bold
36651 Bemerkung:
36652 \series default
36653  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36654 \begin_inset space \thinspace{}
36655 \end_inset
36656
36657 B.
36658  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36659  oder über anderen Text gedruckt wird.
36660 \end_layout
36661
36662 \end_inset
36663
36664
36665 \end_layout
36666
36667 \begin_layout Standard
36668 Allgemein gilt für umflossene Gleitobjekte:
36669 \end_layout
36670
36671 \begin_layout Itemize
36672 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36673  fortgesetzt werden.
36674  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36675  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36676 \end_layout
36677
36678 \begin_layout Itemize
36679 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36680  werden oder darin.
36681 \end_layout
36682
36683 \begin_layout Itemize
36684 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36685  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36686 \end_layout
36687
36688 \begin_layout Itemize
36689 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36690 \end_layout
36691
36692 \begin_layout Itemize
36693 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36694 \begin_inset space \thinspace{}
36695 \end_inset
36696
36697
36698 \begin_inset CommandInset ref
36699 LatexCommand ref
36700 reference "kap:Gleitobjekte"
36701
36702 \end_inset
36703
36704  beschrieben.
36705 \end_layout
36706
36707 \begin_layout Section
36708 Umflossene Fixe Objekte
36709 \begin_inset Index idx
36710 status collapsed
36711
36712 \begin_layout Plain Layout
36713 Umflossene Objekte ! Fixe Objekte
36714 \end_layout
36715
36716 \end_inset
36717
36718
36719 \end_layout
36720
36721 \begin_layout Standard
36722 Die in Abschnitt
36723 \begin_inset space ~
36724 \end_inset
36725
36726
36727 \begin_inset CommandInset ref
36728 LatexCommand ref
36729 reference "abs:Umflossene-Gleitobjekte"
36730
36731 \end_inset
36732
36733  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36734 \end_layout
36735
36736 \begin_layout Standard
36737 \noindent
36738 \align center
36739 \begin_inset Tabular
36740 <lyxtabular version="3" rows="2" columns="2">
36741 <features tabularvalignment="middle">
36742 <column alignment="center" valignment="top" width="0">
36743 <column alignment="center" valignment="top" width="0">
36744 <row>
36745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36746 \begin_inset Text
36747
36748 \begin_layout Plain Layout
36749 \begin_inset Graphics
36750         filename ../../images/dialog-show-new-inset_graphics.png
36751         scale 70
36752         scaleBeforeRotation
36753
36754 \end_inset
36755
36756
36757 \end_layout
36758
36759 \end_inset
36760 </cell>
36761 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765 Text
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 </row>
36771 <row>
36772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776 Text
36777 \end_layout
36778
36779 \end_inset
36780 </cell>
36781 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785 Text
36786 \end_layout
36787
36788 \end_inset
36789 </cell>
36790 </row>
36791 </lyxtabular>
36792
36793 \end_inset
36794
36795  oder 
36796 \begin_inset Tabular
36797 <lyxtabular version="3" rows="2" columns="2">
36798 <features tabularvalignment="middle">
36799 <column alignment="center" valignment="top" width="0">
36800 <column alignment="center" valignment="top" width="0">
36801 <row>
36802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Plain Layout
36806 Text
36807 \end_layout
36808
36809 \end_inset
36810 </cell>
36811 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815 \begin_inset Graphics
36816         filename ../../images/dialog-show-new-inset_graphics.png
36817         scale 70
36818         scaleBeforeRotation
36819
36820 \end_inset
36821
36822
36823 \end_layout
36824
36825 \end_inset
36826 </cell>
36827 </row>
36828 <row>
36829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36830 \begin_inset Text
36831
36832 \begin_layout Plain Layout
36833 Text
36834 \end_layout
36835
36836 \end_inset
36837 </cell>
36838 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36839 \begin_inset Text
36840
36841 \begin_layout Plain Layout
36842 Text
36843 \end_layout
36844
36845 \end_inset
36846 </cell>
36847 </row>
36848 </lyxtabular>
36849
36850 \end_inset
36851
36852
36853 \end_layout
36854
36855 \begin_layout Standard
36856 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36857  wurde, um z.
36858 \begin_inset space \thinspace{}
36859 \end_inset
36860
36861 B.
36862  solche Positionen zu erhalten:
36863 \begin_inset VSpace defskip
36864 \end_inset
36865
36866
36867 \end_layout
36868
36869 \begin_layout Standard
36870 \noindent
36871 \align center
36872 \begin_inset Tabular
36873 <lyxtabular version="3" rows="2" columns="2">
36874 <features tabularvalignment="middle">
36875 <column alignment="center" valignment="top" width="0">
36876 <column alignment="center" valignment="top" width="0">
36877 <row>
36878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36879 \begin_inset Text
36880
36881 \begin_layout Plain Layout
36882 Text
36883 \end_layout
36884
36885 \end_inset
36886 </cell>
36887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891 Text
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 </row>
36897 <row>
36898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36899 \begin_inset Text
36900
36901 \begin_layout Plain Layout
36902 \begin_inset Graphics
36903         filename ../../images/dialog-show-new-inset_graphics.png
36904         scale 70
36905         scaleBeforeRotation
36906
36907 \end_inset
36908
36909
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918 Text
36919 \end_layout
36920
36921 \end_inset
36922 </cell>
36923 </row>
36924 </lyxtabular>
36925
36926 \end_inset
36927
36928  
36929 \begin_inset Tabular
36930 <lyxtabular version="3" rows="2" columns="2">
36931 <features tabularvalignment="middle">
36932 <column alignment="center" valignment="top" width="0">
36933 <column alignment="center" valignment="top" width="0">
36934 <row>
36935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36936 \begin_inset Text
36937
36938 \begin_layout Plain Layout
36939 Text
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36945 \begin_inset Text
36946
36947 \begin_layout Plain Layout
36948 Text
36949 \end_layout
36950
36951 \end_inset
36952 </cell>
36953 </row>
36954 <row>
36955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36956 \begin_inset Text
36957
36958 \begin_layout Plain Layout
36959 Text
36960 \end_layout
36961
36962 \end_inset
36963 </cell>
36964 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36965 \begin_inset Text
36966
36967 \begin_layout Plain Layout
36968 \begin_inset Graphics
36969         filename ../../images/dialog-show-new-inset_graphics.png
36970         scale 70
36971         scaleBeforeRotation
36972
36973 \end_inset
36974
36975
36976 \end_layout
36977
36978 \end_inset
36979 </cell>
36980 </row>
36981 </lyxtabular>
36982
36983 \end_inset
36984
36985  
36986 \begin_inset Tabular
36987 <lyxtabular version="3" rows="2" columns="3">
36988 <features tabularvalignment="middle">
36989 <column alignment="center" valignment="top" width="0">
36990 <column alignment="center" valignment="top" width="0">
36991 <column alignment="center" valignment="top" width="0">
36992 <row>
36993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36994 \begin_inset Text
36995
36996 \begin_layout Plain Layout
36997 Text
36998 \end_layout
36999
37000 \end_inset
37001 </cell>
37002 <cell alignment="center" valignment="top" topline="true" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006 \begin_inset Graphics
37007         filename ../../images/dialog-show-new-inset_graphics.png
37008         scale 70
37009         scaleBeforeRotation
37010
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022 Text
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 </row>
37028 <row>
37029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033 Text
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37039 \begin_inset Text
37040
37041 \begin_layout Plain Layout
37042 Text
37043 \end_layout
37044
37045 \end_inset
37046 </cell>
37047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37048 \begin_inset Text
37049
37050 \begin_layout Plain Layout
37051 Text
37052 \end_layout
37053
37054 \end_inset
37055 </cell>
37056 </row>
37057 </lyxtabular>
37058
37059 \end_inset
37060
37061  
37062 \begin_inset Tabular
37063 <lyxtabular version="3" rows="2" columns="3">
37064 <features tabularvalignment="middle">
37065 <column alignment="center" valignment="top" width="0">
37066 <column alignment="center" valignment="top" width="0">
37067 <column alignment="center" valignment="top" width="0">
37068 <row>
37069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 Text
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 <cell alignment="center" valignment="top" topline="true" usebox="none">
37079 \begin_inset Text
37080
37081 \begin_layout Plain Layout
37082 Text
37083 \end_layout
37084
37085 \end_inset
37086 </cell>
37087 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37088 \begin_inset Text
37089
37090 \begin_layout Plain Layout
37091 Text
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 </row>
37097 <row>
37098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37099 \begin_inset Text
37100
37101 \begin_layout Plain Layout
37102 Text
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111 \begin_inset Graphics
37112         filename ../../images/dialog-show-new-inset_graphics.png
37113         scale 70
37114         scaleBeforeRotation
37115
37116 \end_inset
37117
37118
37119 \end_layout
37120
37121 \end_inset
37122 </cell>
37123 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127 Text
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 </row>
37133 </lyxtabular>
37134
37135 \end_inset
37136
37137
37138 \end_layout
37139
37140 \begin_layout Standard
37141 \noindent
37142 \align center
37143 \begin_inset Tabular
37144 <lyxtabular version="3" rows="3" columns="2">
37145 <features tabularvalignment="middle">
37146 <column alignment="center" valignment="top" width="0">
37147 <column alignment="center" valignment="top" width="0">
37148 <row>
37149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37150 \begin_inset Text
37151
37152 \begin_layout Plain Layout
37153 Text
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37159 \begin_inset Text
37160
37161 \begin_layout Plain Layout
37162 Text
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 </row>
37168 <row>
37169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 \begin_inset Graphics
37174         filename ../../images/dialog-show-new-inset_graphics.png
37175         scale 70
37176         scaleBeforeRotation
37177
37178 \end_inset
37179
37180
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37186 \begin_inset Text
37187
37188 \begin_layout Plain Layout
37189 Text
37190 \end_layout
37191
37192 \end_inset
37193 </cell>
37194 </row>
37195 <row>
37196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200 Text
37201 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209 Text
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 </row>
37215 </lyxtabular>
37216
37217 \end_inset
37218
37219  
37220 \begin_inset Tabular
37221 <lyxtabular version="3" rows="3" columns="3">
37222 <features tabularvalignment="middle">
37223 <column alignment="center" valignment="top" width="0">
37224 <column alignment="center" valignment="top" width="0">
37225 <column alignment="center" valignment="top" width="0">
37226 <row>
37227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37228 \begin_inset Text
37229
37230 \begin_layout Plain Layout
37231 Text
37232 \end_layout
37233
37234 \end_inset
37235 </cell>
37236 <cell alignment="center" valignment="top" topline="true" usebox="none">
37237 \begin_inset Text
37238
37239 \begin_layout Plain Layout
37240 Text
37241 \end_layout
37242
37243 \end_inset
37244 </cell>
37245 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249 Text
37250 \end_layout
37251
37252 \end_inset
37253 </cell>
37254 </row>
37255 <row>
37256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260 Text
37261 \end_layout
37262
37263 \end_inset
37264 </cell>
37265 <cell alignment="center" valignment="top" usebox="none">
37266 \begin_inset Text
37267
37268 \begin_layout Plain Layout
37269 \begin_inset Graphics
37270         filename ../../images/dialog-show-new-inset_graphics.png
37271         scale 70
37272         scaleBeforeRotation
37273
37274 \end_inset
37275
37276
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 Text
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 </row>
37291 <row>
37292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296 Text
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 Text
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314 Text
37315 \end_layout
37316
37317 \end_inset
37318 </cell>
37319 </row>
37320 </lyxtabular>
37321
37322 \end_inset
37323
37324  
37325 \begin_inset Tabular
37326 <lyxtabular version="3" rows="3" columns="2">
37327 <features tabularvalignment="middle">
37328 <column alignment="center" valignment="top" width="0">
37329 <column alignment="center" valignment="top" width="0">
37330 <row>
37331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 Text
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344 Text
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 </row>
37350 <row>
37351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 Text
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364 \begin_inset Graphics
37365         filename ../../images/dialog-show-new-inset_graphics.png
37366         scale 70
37367         scaleBeforeRotation
37368
37369 \end_inset
37370
37371
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 </row>
37377 <row>
37378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382 Text
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout Plain Layout
37391 Text
37392 \end_layout
37393
37394 \end_inset
37395 </cell>
37396 </row>
37397 </lyxtabular>
37398
37399 \end_inset
37400
37401
37402 \end_layout
37403
37404 \begin_layout Standard
37405 \noindent
37406 kann man das LaTeX-Paket 
37407 \series bold
37408 picinpar
37409 \series default
37410
37411 \begin_inset Index idx
37412 status collapsed
37413
37414 \begin_layout Plain Layout
37415 LaTeX-Pakete ! picinpar
37416 \end_layout
37417
37418 \end_inset
37419
37420  benutzen.
37421  Hier ist ein Beispiel:
37422 \end_layout
37423
37424 \begin_layout Standard
37425 \begin_inset ERT
37426 status collapsed
37427
37428 \begin_layout Plain Layout
37429
37430
37431 \backslash
37432 ifpicinpar
37433 \end_layout
37434
37435 \end_inset
37436
37437
37438 \begin_inset Note Note
37439 status open
37440
37441 \begin_layout Plain Layout
37442 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37443 \series bold
37444 picinpar
37445 \series default
37446  installiert ist.
37447 \end_layout
37448
37449 \end_inset
37450
37451
37452 \end_layout
37453
37454 \begin_layout Standard
37455 \begin_inset ERT
37456 status collapsed
37457
37458 \begin_layout Plain Layout
37459
37460
37461 \backslash
37462 begin{window}[2,c,{
37463 \end_layout
37464
37465 \end_inset
37466
37467
37468 \begin_inset Graphics
37469         filename ../clipart/mobius.eps
37470         lyxscale 60
37471         width 40col%
37472         scaleBeforeRotation
37473         rotateOrigin center
37474
37475 \end_inset
37476
37477
37478 \begin_inset ERT
37479 status collapsed
37480
37481 \begin_layout Plain Layout
37482
37483 },]
37484 \end_layout
37485
37486 \begin_layout Plain Layout
37487
37488 {}
37489 \end_layout
37490
37491 \end_inset
37492
37493
37494 \size small
37495 \lang english
37496 It was in the spring of the year 1894 that all London was interested, and
37497  the fashionable world dismayed, by the murder of the Honourable Ronald
37498  Adair under most unusual and inexplicable circumstances.
37499  The public has already learned those particulars of the crime which
37500 \size default
37501
37502 \begin_inset ERT
37503 status collapsed
37504
37505 \begin_layout Plain Layout
37506
37507
37508 \backslash
37509 footnotemark{}
37510 \end_layout
37511
37512 \end_inset
37513
37514
37515 \size small
37516  came out in the police investigation, but a good deal was suppressed upon
37517  that occasion, since the case for the prosecution was so overwhelmingly
37518  strong that it was not necessary to bring forward all the facts.
37519  Only now, at the end of nearly ten years, am I allowed to supply those
37520  missing links which make up the whole of that remarkable chain.
37521 \size default
37522 \lang ngerman
37523
37524 \begin_inset ERT
37525 status collapsed
37526
37527 \begin_layout Plain Layout
37528
37529
37530 \backslash
37531 end{window}
37532 \end_layout
37533
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \begin_layout Standard
37540 \begin_inset ERT
37541 status collapsed
37542
37543 \begin_layout Plain Layout
37544
37545
37546 \backslash
37547 footnotetext{
37548 \end_layout
37549
37550 \end_inset
37551
37552 Fußnote des Absatzes mit fixem Objekt.
37553 \begin_inset ERT
37554 status collapsed
37555
37556 \begin_layout Plain Layout
37557
37558 }
37559 \end_layout
37560
37561 \end_inset
37562
37563
37564 \end_layout
37565
37566 \begin_layout Standard
37567 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37568  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37569  vertikale Position im Text bestimmen kann.
37570  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37571  beschriftet werden.
37572 \end_layout
37573
37574 \begin_layout Standard
37575 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37576  Befehl
37577 \end_layout
37578
37579 \begin_layout Standard
37580
37581 \series bold
37582
37583 \backslash
37584 begin{window}[2,c,{
37585 \end_layout
37586
37587 \begin_layout Standard
37588 als TeX-Code einfügt.
37589  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37590  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37591  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37592  Danach fügt man das Objekt ein.
37593  In diesem Beispiel wurde ein Bild der Breite von 40
37594 \begin_inset space \thinspace{}
37595 \end_inset
37596
37597 % der Textspaltenbreite eingefügt.
37598  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37599  Nach dem Objekt fügt man den Befehl
37600 \end_layout
37601
37602 \begin_layout Standard
37603
37604 \series bold
37605 },Beschreibungstext]
37606 \begin_inset Newline newline
37607 \end_inset
37608
37609 {}
37610 \end_layout
37611
37612 \begin_layout Standard
37613 ein.
37614  Man beachte dass das 
37615 \begin_inset Quotes gld
37616 \end_inset
37617
37618
37619 \series bold
37620 {}
37621 \series default
37622
37623 \begin_inset Quotes grd
37624 \end_inset
37625
37626  in der zweiten Zeile steht.
37627  Der Beschreibungstext ist optional.
37628  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37629  das Objekt befinden, also direkt nach dem 
37630 \series bold
37631 {}
37632 \series default
37633  beginnen.
37634  Am Ende des Absatzes fügt man folgenden Befehl ein:
37635 \end_layout
37636
37637 \begin_layout Standard
37638
37639 \series bold
37640
37641 \backslash
37642 end{window}
37643 \end_layout
37644
37645 \begin_layout Standard
37646 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37647  man muss stattdessen den Befehl 
37648 \series bold
37649
37650 \backslash
37651 footnotemark
37652 \series default
37653  verwenden.
37654  Außerhalb des Absatzes den Befehl 
37655 \series bold
37656
37657 \backslash
37658 footnotetext
37659 \series default
37660 , wie es in Abschnitt
37661 \begin_inset space ~
37662 \end_inset
37663
37664
37665 \begin_inset CommandInset ref
37666 LatexCommand ref
37667 reference "abs:Fußnoten"
37668
37669 \end_inset
37670
37671  beschrieben ist.
37672 \end_layout
37673
37674 \begin_layout Standard
37675 \begin_inset ERT
37676 status collapsed
37677
37678 \begin_layout Plain Layout
37679
37680
37681 \backslash
37682 else
37683 \end_layout
37684
37685 \end_inset
37686
37687
37688 \begin_inset Note Note
37689 status open
37690
37691 \begin_layout Plain Layout
37692 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37693 \series bold
37694 picinpar
37695 \series default
37696  nicht installiert ist:
37697 \end_layout
37698
37699 \end_inset
37700
37701
37702 \end_layout
37703
37704 \begin_layout Standard
37705 Das LaTeX-Paket 
37706 \series bold
37707 picinpar
37708 \series default
37709  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37710 \end_layout
37711
37712 \begin_layout Standard
37713 \begin_inset ERT
37714 status collapsed
37715
37716 \begin_layout Plain Layout
37717
37718
37719 \backslash
37720 fi
37721 \end_layout
37722
37723 \end_inset
37724
37725
37726 \end_layout
37727
37728 \begin_layout Section
37729 Initiale
37730 \begin_inset Index idx
37731 status collapsed
37732
37733 \begin_layout Plain Layout
37734 Initiale
37735 \end_layout
37736
37737 \end_inset
37738
37739
37740 \begin_inset Index idx
37741 status collapsed
37742
37743 \begin_layout Plain Layout
37744 Umflossene Objekte ! Initiale
37745 \end_layout
37746
37747 \end_inset
37748
37749
37750 \end_layout
37751
37752 \begin_layout Standard
37753 Für Initialen muss das LaTeX-Paket 
37754 \series bold
37755 lettrine
37756 \series default
37757
37758 \begin_inset Index idx
37759 status collapsed
37760
37761 \begin_layout Plain Layout
37762 LaTeX-Pakete ! lettrine
37763 \end_layout
37764
37765 \end_inset
37766
37767  installiert sein und das Modul 
37768 \family sans
37769 Initialen
37770 \family default
37771  im Dokument verwendet werden (Menü 
37772 \family sans
37773 Dokument\SpecialChar \menuseparator
37774 Einstellungen\SpecialChar \menuseparator
37775 Module
37776 \family default
37777 ).
37778  Um eine Initiale einzufügen, verwendet man den Stil 
37779 \family sans
37780 Initiale
37781 \family default
37782 .
37783  Dieser Stil hat ein obligatorisches und ein optionales Argument.
37784  Das obligatorische Argument wird über das Menü 
37785 \family sans
37786 Einfügen\SpecialChar \menuseparator
37787 Kurztitel
37788 \family default
37789  eingefügt und enthält den Buchstaben, der die Initiale bildet.
37790  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
37791  vor dem obligatorischen ein.
37792  Dieses enthält Parameter um die Initiale zu modifizieren.
37793  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37794  von 
37795 \series bold
37796 lettrine
37797 \series default
37798
37799 \begin_inset CommandInset citation
37800 LatexCommand cite
37801 key "lettrine"
37802
37803 \end_inset
37804
37805 .
37806  Der Stil selbst enthält den Text, der die Initiale umgibt.
37807  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37808  Initiale ist, in 
37809 \shape smallcaps
37810 Kapitälchen
37811 \shape default
37812  gedruckt wird.
37813  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
37814  schließende geschweifte Klammer '
37815 \series bold
37816 }
37817 \series default
37818 ' als TeX-Code ein.
37819  Am Ende des Stils muss eine öffnende geschweifte Klammer '
37820 \series bold
37821 {
37822 \series default
37823 ' als TeX-Code stehen.
37824 \end_layout
37825
37826 \begin_layout Standard
37827 \begin_inset Newpage newpage
37828 \end_inset
37829
37830
37831 \end_layout
37832
37833 \begin_layout Standard
37834 Hier sind einige Beispiele:
37835 \end_layout
37836
37837 \begin_layout Standard
37838 \begin_inset ERT
37839 status collapsed
37840
37841 \begin_layout Plain Layout
37842
37843
37844 \backslash
37845 iflettrine
37846 \end_layout
37847
37848 \end_inset
37849
37850
37851 \begin_inset Note Note
37852 status open
37853
37854 \begin_layout Plain Layout
37855 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37856 \series bold
37857 lettrine
37858 \series default
37859  installiert ist.
37860 \end_layout
37861
37862 \end_inset
37863
37864
37865 \end_layout
37866
37867 \begin_layout Enumerate
37868 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37869
37870 \begin_inset Formula $\mathfrak{Fraktur}$
37871 \end_inset
37872
37873 :
37874 \end_layout
37875
37876 \begin_deeper
37877 \begin_layout Initial
37878 \begin_inset Argument
37879 status open
37880
37881 \begin_layout Plain Layout
37882 \begin_inset Formula $\mathfrak{I}$
37883 \end_inset
37884
37885
37886 \end_layout
37887
37888 \end_inset
37889
37890 t
37891 \begin_inset ERT
37892 status collapsed
37893
37894 \begin_layout Plain Layout
37895
37896 }
37897 \end_layout
37898
37899 \end_inset
37900
37901  
37902 \lang english
37903 was in the spring of the year 1894 that all London was interested, and the
37904  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37905  under most unusual and inexplicable circumstances.
37906  The public has already learned those particulars of the crime which came
37907  out in the police investigation, but a good deal was suppressed upon that
37908  occasion, since the case for the prosecution was so overwhelmingly strong
37909  that it was not necessary to bring forward all the facts.
37910 \lang ngerman
37911
37912 \begin_inset ERT
37913 status collapsed
37914
37915 \begin_layout Plain Layout
37916
37917 {
37918 \end_layout
37919
37920 \end_inset
37921
37922
37923 \end_layout
37924
37925 \end_deeper
37926 \begin_layout Enumerate
37927 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37928  besteht und kein Text ist in 
37929 \shape smallcaps
37930 Kapitälchen
37931 \shape default
37932 :
37933 \end_layout
37934
37935 \begin_deeper
37936 \begin_layout Initial
37937 \begin_inset Argument
37938 status open
37939
37940 \begin_layout Plain Layout
37941 lines=1
37942 \end_layout
37943
37944 \end_inset
37945
37946
37947 \begin_inset Argument
37948 status open
37949
37950 \begin_layout Plain Layout
37951 It
37952 \end_layout
37953
37954 \end_inset
37955
37956
37957 \begin_inset ERT
37958 status collapsed
37959
37960 \begin_layout Plain Layout
37961
37962 }
37963 \end_layout
37964
37965 \end_inset
37966
37967  
37968 \lang english
37969 was in the spring of the year 1894 that all London was interested, and the
37970  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37971  under most unusual and inexplicable circumstances.
37972  The public has already learned those particulars of the crime which came
37973  out in the police investigation, but a good deal was suppressed upon that
37974  occasion, since the case for the prosecution was so overwhelmingly strong
37975  that it was not necessary to bring forward all the facts.
37976 \lang ngerman
37977
37978 \begin_inset ERT
37979 status collapsed
37980
37981 \begin_layout Plain Layout
37982
37983 {
37984 \end_layout
37985
37986 \end_inset
37987
37988
37989 \end_layout
37990
37991 \end_deeper
37992 \begin_layout Enumerate
37993 Magenta, hängende Initiale über 3
37994 \begin_inset space ~
37995 \end_inset
37996
37997 Zeilen in der Mathe-Schrift
37998 \begin_inset Newline newline
37999 \end_inset
38000
38001  
38002 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
38003 \end_inset
38004
38005 , der Text 
38006 \begin_inset Quotes gld
38007 \end_inset
38008
38009
38010 \lang english
38011 was in the spring
38012 \lang ngerman
38013
38014 \begin_inset Quotes erd
38015 \end_inset
38016
38017  ist in 
38018 \shape smallcaps
38019 Kapitälchen
38020 \shape default
38021 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
38022 \begin_inset Newline newline
38023 \end_inset
38024
38025
38026 \series bold
38027
38028 \backslash
38029 renewcommand{
38030 \backslash
38031 LettrineFontHook}{
38032 \backslash
38033 color{Farbe}}
38034 \series default
38035
38036 \begin_inset Newline newline
38037 \end_inset
38038
38039 wobei 
38040 \emph on
38041 Farbe
38042 \emph default
38043  
38044 \begin_inset Quotes gld
38045 \end_inset
38046
38047 red
38048 \begin_inset Quotes erd
38049 \end_inset
38050
38051
38052 \begin_inset Quotes gld
38053 \end_inset
38054
38055 blue
38056 \begin_inset Quotes erd
38057 \end_inset
38058
38059
38060 \begin_inset Quotes gld
38061 \end_inset
38062
38063 green
38064 \begin_inset Quotes erd
38065 \end_inset
38066
38067
38068 \begin_inset Quotes gld
38069 \end_inset
38070
38071 yellow
38072 \begin_inset Quotes erd
38073 \end_inset
38074
38075
38076 \begin_inset Quotes gld
38077 \end_inset
38078
38079 cyan
38080 \begin_inset Quotes erd
38081 \end_inset
38082
38083
38084 \begin_inset Quotes gld
38085 \end_inset
38086
38087 magenta
38088 \begin_inset Quotes erd
38089 \end_inset
38090
38091
38092 \begin_inset Quotes gld
38093 \end_inset
38094
38095 black
38096 \begin_inset Quotes erd
38097 \end_inset
38098
38099  oder 
38100 \begin_inset Quotes gld
38101 \end_inset
38102
38103 white
38104 \begin_inset Quotes erd
38105 \end_inset
38106
38107  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38108 \begin_inset Newline newline
38109 \end_inset
38110
38111
38112 \series bold
38113
38114 \backslash
38115 @ifundefined{textcolor}
38116 \begin_inset Newline newline
38117 \end_inset
38118
38119
38120 \begin_inset space ~
38121 \end_inset
38122
38123 {
38124 \backslash
38125 usepackage{color}}{}
38126 \end_layout
38127
38128 \begin_deeper
38129 \begin_layout Standard
38130 \begin_inset ERT
38131 status collapsed
38132
38133 \begin_layout Plain Layout
38134
38135
38136 \backslash
38137 renewcommand{
38138 \backslash
38139 LettrineFontHook}{
38140 \backslash
38141 color{magenta}}
38142 \end_layout
38143
38144 \end_inset
38145
38146
38147 \begin_inset Note Note
38148 status open
38149
38150 \begin_layout Plain Layout
38151 macht die Initiale magenta
38152 \end_layout
38153
38154 \end_inset
38155
38156
38157 \end_layout
38158
38159 \begin_layout Initial
38160 \begin_inset Argument
38161 status open
38162
38163 \begin_layout Plain Layout
38164 lines=3, lhang=0.33, loversize=0.25
38165 \end_layout
38166
38167 \end_inset
38168
38169
38170 \begin_inset Argument
38171 status open
38172
38173 \begin_layout Plain Layout
38174 \begin_inset Formula $\mathcal{I}$
38175 \end_inset
38176
38177
38178 \end_layout
38179
38180 \end_inset
38181
38182
38183 \lang english
38184 t was in the spring
38185 \lang ngerman
38186
38187 \begin_inset ERT
38188 status collapsed
38189
38190 \begin_layout Plain Layout
38191
38192 }
38193 \end_layout
38194
38195 \end_inset
38196
38197  
38198 \lang english
38199 of the year 1894 that all London was interested, and the fashionable world
38200  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38201  and inexplicable circumstances.
38202  The public has already learned those particulars of the crime which came
38203  out in the police investigation, but a good deal was suppressed upon that
38204  occasion, since the case for the prosecution was so overwhelmingly strong
38205  that it was not necessary to bring forward all the facts.
38206 \family sans
38207 \lang ngerman
38208
38209 \begin_inset ERT
38210 status collapsed
38211
38212 \begin_layout Plain Layout
38213
38214 {
38215 \end_layout
38216
38217 \end_inset
38218
38219
38220 \end_layout
38221
38222 \end_deeper
38223 \begin_layout Standard
38224 \begin_inset ERT
38225 status collapsed
38226
38227 \begin_layout Plain Layout
38228
38229
38230 \backslash
38231 else
38232 \end_layout
38233
38234 \end_inset
38235
38236
38237 \begin_inset Note Note
38238 status open
38239
38240 \begin_layout Plain Layout
38241 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38242 \series bold
38243 lettrine
38244 \series default
38245  nicht installiert ist:
38246 \end_layout
38247
38248 \end_inset
38249
38250
38251 \end_layout
38252
38253 \begin_layout Standard
38254 Das LaTeX-Paket 
38255 \series bold
38256 lettrine
38257 \series default
38258  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38259 \end_layout
38260
38261 \begin_layout Standard
38262 \begin_inset ERT
38263 status collapsed
38264
38265 \begin_layout Plain Layout
38266
38267
38268 \backslash
38269 fi
38270 \end_layout
38271
38272 \end_inset
38273
38274
38275 \end_layout
38276
38277 \begin_layout Chapter
38278 Externe Dateien
38279 \begin_inset Index idx
38280 status collapsed
38281
38282 \begin_layout Plain Layout
38283 Dateien ! externe
38284 \end_layout
38285
38286 \end_inset
38287
38288
38289 \end_layout
38290
38291 \begin_layout Standard
38292 Mit 
38293 \family sans
38294 Einfügen\SpecialChar \menuseparator
38295 Datei
38296 \family default
38297  können Sie fremdes Material in Ihr Dokument einsetzen.
38298  Das kann folgendes sein:
38299 \end_layout
38300
38301 \begin_layout Description
38302 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38303  eingefügt.
38304 \end_layout
38305
38306 \begin_layout Description
38307 Einfacher
38308 \begin_inset space ~
38309 \end_inset
38310
38311 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38312  eingefügt.
38313 \end_layout
38314
38315 \begin_layout Description
38316 Einfacher
38317 \begin_inset space ~
38318 \end_inset
38319
38320 Text,
38321 \begin_inset space ~
38322 \end_inset
38323
38324 Zeilen
38325 \begin_inset space ~
38326 \end_inset
38327
38328 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38329  Leerzeilen trennen die Absätze.
38330 \end_layout
38331
38332 \begin_layout Description
38333 Externes
38334 \begin_inset space ~
38335 \end_inset
38336
38337 Material Dateien in verschiedenen Formaten.
38338 \end_layout
38339
38340 \begin_layout Description
38341 Unterdokument LyX- oder LaTeX-Dokumente.
38342 \end_layout
38343
38344 \begin_layout Section
38345 Externes Material
38346 \begin_inset Index idx
38347 status collapsed
38348
38349 \begin_layout Plain Layout
38350 Externes Material
38351 \end_layout
38352
38353 \end_inset
38354
38355
38356 \end_layout
38357
38358 \begin_layout Standard
38359 Mit 
38360 \family sans
38361 Einfügen\SpecialChar \menuseparator
38362 Datei\SpecialChar \menuseparator
38363  Externes Material
38364 \family default
38365  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38366  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38367  weil LyX sich darum kümmert.
38368  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38369  eingefügt werden können.
38370  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38371 \family sans
38372  Aussehen
38373 \begin_inset space ~
38374 \end_inset
38375
38376 &
38377 \begin_inset space ~
38378 \end_inset
38379
38380 Handhabung\SpecialChar \menuseparator
38381 Grafik
38382 \family default
38383 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38384 \end_layout
38385
38386 \begin_layout Standard
38387 Zur Zeit können Sie folgende Dateitypen (
38388 \family sans
38389 Vorlagen
38390 \family default
38391 ) benutzen:
38392 \end_layout
38393
38394 \begin_layout Description
38395 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38396 \series bold
38397
38398 \begin_inset CommandInset href
38399 LatexCommand href
38400 name "XBoard"
38401 target "http://de.wikipedia.org/wiki/XBoard"
38402
38403 \end_inset
38404
38405
38406 \series default
38407  erzeugt wurden.
38408 \end_layout
38409
38410 \begin_layout Description
38411 Datum fügt ein Datum mit dem Format 
38412 \emph on
38413 Tag-Monat-Jahr
38414 \emph default
38415  ein.
38416  Hier ist ein Beispiel: 
38417 \begin_inset External
38418         template Date
38419         filename .
38420
38421 \end_inset
38422
38423
38424 \begin_inset space ~
38425 \end_inset
38426
38427
38428 \begin_inset Note Note
38429 status open
38430
38431 \begin_layout Plain Layout
38432
38433 \lang english
38434 Remove the protected space when bug 4398 is fixed!
38435 \end_layout
38436
38437 \end_inset
38438
38439
38440 \begin_inset Newline newline
38441 \end_inset
38442
38443 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38444  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38445  Menü 
38446 \family sans
38447 Einfügen\SpecialChar \menuseparator
38448 Datum
38449 \family default
38450  und mit dem LaTeX-Befehl 
38451 \series bold
38452
38453 \backslash
38454 today
38455 \series default
38456 .
38457  Die verschiedenen Methoden werden in Tabelle
38458 \begin_inset space ~
38459 \end_inset
38460
38461
38462 \begin_inset CommandInset ref
38463 LatexCommand ref
38464 reference "tab:Vergleich-der-Datums-Eingaben"
38465
38466 \end_inset
38467
38468  verglichen.
38469 \end_layout
38470
38471 \begin_layout Description
38472 Dia unterstützt Diagramme, die mit dem Programm 
38473 \series bold
38474
38475 \begin_inset CommandInset href
38476 LatexCommand href
38477 name "Dia"
38478 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38479
38480 \end_inset
38481
38482
38483 \series default
38484  erzeugt wurden.
38485 \end_layout
38486
38487 \begin_layout Description
38488 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38489 \series bold
38490
38491 \begin_inset CommandInset href
38492 LatexCommand href
38493 name "Gnumeric"
38494 target "http://de.wikipedia.org/wiki/Gnumeric"
38495
38496 \end_inset
38497
38498
38499 \series default
38500
38501 \begin_inset CommandInset href
38502 LatexCommand href
38503 name "OpenDocument"
38504 target "http://de.wikipedia.org/wiki/OpenDocument"
38505
38506 \end_inset
38507
38508
38509 \begin_inset CommandInset href
38510 LatexCommand href
38511 name "Microsoft Office XML"
38512 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38513
38514 \end_inset
38515
38516  und 
38517 \begin_inset CommandInset href
38518 LatexCommand href
38519 name "Office Open XML"
38520 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38521
38522 \end_inset
38523
38524  einfügen.
38525  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38526 \family typewriter
38527 ssconvert
38528 \family default
38529  gefunden haben.
38530  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38531  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38532  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38533 \emph on
38534 spreadsheet.lyx
38535 \emph default
38536 .
38537 \end_layout
38538
38539 \begin_layout Description
38540 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38541  dem Notensatzprogramm 
38542 \series bold
38543
38544 \begin_inset CommandInset href
38545 LatexCommand href
38546 name "LilyPond"
38547 target "http://de.wikipedia.org/wiki/LilyPond"
38548
38549 \end_inset
38550
38551
38552 \series default
38553  gesetzt werden.
38554  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38555  
38556 \emph on
38557 lilypond.lyx
38558 \emph default
38559 .
38560 \end_layout
38561
38562 \begin_layout Description
38563 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38564  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38565  
38566 \series bold
38567 pages
38568 \series default
38569  im Feld 
38570 \family sans
38571 Option
38572 \family default
38573  in der Karteikarte 
38574 \family sans
38575 LaTeX- und LyX-Optionen
38576 \family default
38577 .
38578  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38579  (man gibt als Option 
38580 \series bold
38581 pages={3,5,6,8}
38582 \series default
38583  an), Seitenbereiche (
38584 \series bold
38585 pages={4-9}
38586 \series default
38587 ) oder eine Kombination davon enthält.
38588  Um leere Seiten einzufügen, verwendet man {}.
38589  Z.
38590 \begin_inset space \thinspace{}
38591 \end_inset
38592
38593 B.
38594  fügt 
38595 \series bold
38596 pages={3,{},8-11,15}
38597 \series default
38598  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38599  Seitenbereiche werden mit der Syntax 
38600 \emph on
38601 Start
38602 \emph default
38603 -
38604 \emph on
38605 Stop
38606 \emph default
38607  angegeben.
38608  Dies wählt alle Seiten von 
38609 \emph on
38610 Start
38611 \emph default
38612  bis 
38613 \emph on
38614 Stop
38615 \emph default
38616  aus.
38617  Wird 
38618 \emph on
38619 Start
38620 \emph default
38621  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38622 \emph on
38623 Stop
38624 \emph default
38625  weggelassen, wird stattdessen die letzte Seite verwendet.
38626  Die letzte Seite kann außerdem mit dem Schlagwort 
38627 \series bold
38628 last
38629 \series default
38630  ausgewählt werden.
38631  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38632 \series bold
38633 pages=-
38634 \series default
38635  fügt also alle Seiten des Dokuments ein und 
38636 \series bold
38637 pages=last-1
38638 \series default
38639  fügt alle Seiten in umgekehrter Reihenfolge ein.
38640  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38641  eingefügt.
38642 \begin_inset Newline newline
38643 \end_inset
38644
38645 Die Option 
38646 \series bold
38647 noautoscale
38648 \series default
38649  fügt die Seiten in ihrer Originalgröße ein.
38650  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38651  dass sie die komplette Breite Ihres Dokuments einnehmen.
38652  In der Karteikarte 
38653 \family sans
38654 Größe und Drehung
38655 \family default
38656  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38657  werden.
38658  Wird eine andere Breite als 100
38659 \begin_inset space \thinspace{}
38660 \end_inset
38661
38662 Größe% verwendet, wird die Option 
38663 \series bold
38664 noautoscale
38665 \series default
38666  überschrieben.
38667  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38668  des LaTeX-Pakets 
38669 \series bold
38670 pdfpages
38671 \series default
38672  
38673 \begin_inset CommandInset citation
38674 LatexCommand cite
38675 key "pdfpages"
38676
38677 \end_inset
38678
38679 .
38680 \begin_inset Index idx
38681 status collapsed
38682
38683 \begin_layout Plain Layout
38684 LaTeX-Pakete ! pdfpages
38685 \end_layout
38686
38687 \end_inset
38688
38689
38690 \begin_inset Newline newline
38691 \end_inset
38692
38693 Um diese Vorlage in einer 
38694 \family sans
38695 Beamer
38696 \family default
38697 -Präsentation zu verwenden, muss zuerst eine 
38698 \family sans
38699 BeendeRahmen
38700 \family default
38701  Umgebung eingefügt werden.
38702  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
38703 \series bold
38704
38705 \backslash
38706 setbeamertemplate{background canvas}{}
38707 \series default
38708 .
38709  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38710  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38711  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38712  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38713  sicher, dass die Ausrichtung 
38714 \family sans
38715 Standard
38716 \family default
38717  für den Absatz verwendet wird, der die Vorlage enthält.
38718 \begin_inset Newline newline
38719 \end_inset
38720
38721 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38722 \begin_inset External
38723         template PDFPages
38724         filename ../clipart/Abstract.pdf
38725         extra LaTeX "pages=-"
38726         rotateAngle -5
38727         rotateOrigin bottomleft
38728         width 50col%
38729
38730 \end_inset
38731
38732
38733 \end_layout
38734
38735 \begin_layout Description
38736 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38737  Die Bilddateien können im Dialogfenster 
38738 \family sans
38739 Externes
38740 \begin_inset space ~
38741 \end_inset
38742
38743 Material
38744 \family default
38745  genauso behandelt werden wie die mit dem normalen 
38746 \family sans
38747 Grafik
38748 \family default
38749 -Dialog eingefügten, siehe Abschnitt
38750 \begin_inset space ~
38751 \end_inset
38752
38753
38754 \begin_inset CommandInset ref
38755 LatexCommand ref
38756 reference "abs:Grafik-Dialog"
38757
38758 \end_inset
38759
38760 .
38761  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38762  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38763  Hier ist ein eingefügtes Rasterbild: 
38764 \begin_inset External
38765         template RasterImage
38766         filename ../clipart/ToolbarEnvBox.png
38767
38768 \end_inset
38769
38770
38771 \end_layout
38772
38773 \begin_layout Description
38774 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38775 \series bold
38776
38777 \begin_inset CommandInset href
38778 LatexCommand href
38779 name "Xfig"
38780 target "http://de.wikipedia.org/wiki/Xfig"
38781
38782 \end_inset
38783
38784
38785 \series default
38786  erzeugt wurden.
38787 \end_layout
38788
38789 \begin_layout Standard
38790 \begin_inset Float table
38791 placement !h
38792 wide false
38793 sideways false
38794 status open
38795
38796 \begin_layout Plain Layout
38797 \begin_inset Caption
38798
38799 \begin_layout Plain Layout
38800 \begin_inset CommandInset label
38801 LatexCommand label
38802 name "tab:Vergleich-der-Datums-Eingaben"
38803
38804 \end_inset
38805
38806 Vergleich der Datums-Eingaben
38807 \end_layout
38808
38809 \end_inset
38810
38811
38812 \end_layout
38813
38814 \begin_layout Plain Layout
38815 \align center
38816 \begin_inset Tabular
38817 <lyxtabular version="3" rows="4" columns="4">
38818 <features tabularvalignment="middle">
38819 <column alignment="center" valignment="top" width="0">
38820 <column alignment="center" valignment="top" width="0">
38821 <column alignment="center" valignment="top" width="0">
38822 <column alignment="center" valignment="top" width="0">
38823 <row>
38824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38825 \begin_inset Text
38826
38827 \begin_layout Plain Layout
38828 Dokumentformat
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38834 \begin_inset Text
38835
38836 \begin_layout Plain Layout
38837
38838 \family sans
38839 Externes Material\SpecialChar \menuseparator
38840 Datum
38841 \end_layout
38842
38843 \end_inset
38844 </cell>
38845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38846 \begin_inset Text
38847
38848 \begin_layout Plain Layout
38849
38850 \family sans
38851 Einfügen\SpecialChar \menuseparator
38852 Datum
38853 \end_layout
38854
38855 \end_inset
38856 </cell>
38857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38858 \begin_inset Text
38859
38860 \begin_layout Plain Layout
38861 Befehl 
38862 \series bold
38863
38864 \backslash
38865 today
38866 \end_layout
38867
38868 \end_inset
38869 </cell>
38870 </row>
38871 <row>
38872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38873 \begin_inset Text
38874
38875 \begin_layout Plain Layout
38876 LyX
38877 \end_layout
38878
38879 \end_inset
38880 </cell>
38881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38882 \begin_inset Text
38883
38884 \begin_layout Plain Layout
38885 als Box
38886 \end_layout
38887
38888 \end_inset
38889 </cell>
38890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38891 \begin_inset Text
38892
38893 \begin_layout Plain Layout
38894 als Datum
38895 \end_layout
38896
38897 \end_inset
38898 </cell>
38899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38900 \begin_inset Text
38901
38902 \begin_layout Plain Layout
38903 als TeX-Code
38904 \end_layout
38905
38906 \end_inset
38907 </cell>
38908 </row>
38909 <row>
38910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38911 \begin_inset Text
38912
38913 \begin_layout Plain Layout
38914 LaTeX
38915 \end_layout
38916
38917 \end_inset
38918 </cell>
38919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38920 \begin_inset Text
38921
38922 \begin_layout Plain Layout
38923 als Datum
38924 \end_layout
38925
38926 \end_inset
38927 </cell>
38928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38929 \begin_inset Text
38930
38931 \begin_layout Plain Layout
38932 als Datum
38933 \end_layout
38934
38935 \end_inset
38936 </cell>
38937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38938 \begin_inset Text
38939
38940 \begin_layout Plain Layout
38941 als Befehl
38942 \end_layout
38943
38944 \end_inset
38945 </cell>
38946 </row>
38947 <row>
38948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38949 \begin_inset Text
38950
38951 \begin_layout Plain Layout
38952 DVI, PDF, PS
38953 \end_layout
38954
38955 \end_inset
38956 </cell>
38957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Plain Layout
38961 als Datum
38962 \end_layout
38963
38964 \end_inset
38965 </cell>
38966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38967 \begin_inset Text
38968
38969 \begin_layout Plain Layout
38970 als Datum
38971 \end_layout
38972
38973 \end_inset
38974 </cell>
38975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38976 \begin_inset Text
38977
38978 \begin_layout Plain Layout
38979 als Datum
38980 \end_layout
38981
38982 \end_inset
38983 </cell>
38984 </row>
38985 </lyxtabular>
38986
38987 \end_inset
38988
38989
38990 \end_layout
38991
38992 \end_inset
38993
38994
38995 \end_layout
38996
38997 \begin_layout Standard
38998 Wenn Sie im Dialogfenster
38999 \family sans
39000  Externes
39001 \begin_inset space ~
39002 \end_inset
39003
39004 Material 
39005 \family default
39006 in der Karteikarte
39007 \family sans
39008  Datei
39009 \family default
39010  die Option 
39011 \family sans
39012 Entwurf
39013 \family default
39014  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39015 \begin_inset Newline newline
39016 \end_inset
39017
39018 LyX kann externes Material entweder als Box wie hier: 
39019 \begin_inset Graphics
39020         filename clipart/ExternesMaterialQt4.png
39021         scale 85
39022         scaleBeforeRotation
39023
39024 \end_inset
39025
39026  oder als Bild darstellen.
39027  Das hängt davon ab, ob Sie im Dialog
39028 \family sans
39029  
39030 \family default
39031 in der Karteikarte 
39032 \family sans
39033 LaTeX- und LyX-Optionen
39034 \family default
39035  die Option 
39036 \family sans
39037 In
39038 \begin_inset space ~
39039 \end_inset
39040
39041 LyX
39042 \begin_inset space ~
39043 \end_inset
39044
39045 anzeigen
39046 \family default
39047  gewählt haben oder nicht.
39048 \end_layout
39049
39050 \begin_layout Standard
39051 Im LyX-Handbuch 
39052 \family sans
39053 \emph on
39054 Anpassung
39055 \family default
39056 \emph default
39057  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39058 \end_layout
39059
39060 \begin_layout Section
39061 Unterdokumente
39062 \begin_inset CommandInset label
39063 LatexCommand label
39064 name "abs:Unterdokumente"
39065
39066 \end_inset
39067
39068
39069 \begin_inset Index idx
39070 status collapsed
39071
39072 \begin_layout Plain Layout
39073 Unterdokument
39074 \end_layout
39075
39076 \end_inset
39077
39078
39079 \end_layout
39080
39081 \begin_layout Standard
39082 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39083  oder Abschnitten bestehen.
39084  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39085  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39086  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39087  z.
39088 \begin_inset space \thinspace{}
39089 \end_inset
39090
39091 B.
39092  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39093 \end_layout
39094
39095 \begin_layout Standard
39096 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39097  müssen, geben Sie im Unterdokument im Menü
39098 \family sans
39099  Dokument\SpecialChar \menuseparator
39100 Einstellungen\SpecialChar \menuseparator
39101 Dokumentklasse
39102 \family default
39103  das Hauptdokument an.
39104  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39105  bearbeiten.
39106 \end_layout
39107
39108 \begin_layout Standard
39109 Unterdokumente werden in LyX als Box angezeigt: 
39110 \begin_inset Graphics
39111         filename clipart/UnterdokumentQt4.png
39112         scale 85
39113         scaleBeforeRotation
39114
39115 \end_inset
39116
39117  Sie werden über
39118 \family sans
39119  Einfügen\SpecialChar \menuseparator
39120 Datei\SpecialChar \menuseparator
39121 Unterdokument
39122 \family default
39123  eingebunden, was das Dialogfenster
39124 \family sans
39125  Unterdokument
39126 \family default
39127  öffnet.
39128  Für 
39129 \family sans
39130 die Art
39131 \begin_inset space ~
39132 \end_inset
39133
39134 der
39135 \begin_inset space ~
39136 \end_inset
39137
39138 Einbindung
39139 \family default
39140  gibt es dort vier Möglichkeiten:
39141 \end_layout
39142
39143 \begin_layout Description
39144 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39145  Wenn Sie im Dialogfenster
39146 \family sans
39147  Unterdokument
39148 \family default
39149  auf 
39150 \family sans
39151 Bearbeiten
39152 \family default
39153  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39154  und Sie können es editieren.
39155 \begin_inset Newline newline
39156 \end_inset
39157
39158
39159 \end_layout
39160
39161 \begin_layout Standard
39162 Hier wird ein Unterdokument
39163 \family sans
39164  
39165 \family default
39166 per 
39167 \family sans
39168 Include
39169 \family default
39170  eingebunden: 
39171 \begin_inset CommandInset include
39172 LatexCommand include
39173 filename "DummyDocument1.lyx"
39174
39175 \end_inset
39176
39177 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39178  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39179  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39180 s.
39181  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39182 \begin_inset space ~
39183 \end_inset
39184
39185
39186 \begin_inset CommandInset ref
39187 LatexCommand ref
39188 reference "uab:Externer-Unterabschnitt-1"
39189
39190 \end_inset
39191
39192 .
39193 \end_layout
39194
39195 \begin_layout Standard
39196 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39197  wird benutzt.
39198  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39199  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39200  Unterdokumente, die per 
39201 \family sans
39202 Include
39203 \family default
39204  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39205  und enden mit einem Seitenumbruch.
39206 \end_layout
39207
39208 \begin_layout Standard
39209 \begin_inset Note Greyedout
39210 status open
39211
39212 \begin_layout Plain Layout
39213
39214 \series bold
39215 Bemerkung:
39216 \series default
39217  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39218  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39219  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39220  Ergebnissen führen wird.
39221 \end_layout
39222
39223 \end_inset
39224
39225
39226 \end_layout
39227
39228 \begin_layout Description
39229 Input Diese Methode ist 
39230 \family sans
39231 Include
39232 \family default
39233  sehr ähnlich mit folgenden Unterschieden:
39234 \end_layout
39235
39236 \begin_deeper
39237 \begin_layout Itemize
39238 Unterdokumente, die per 
39239 \family sans
39240 Input
39241 \family default
39242  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39243  Seite und enden NICHT mit einem Seitenumbruch.
39244 \end_layout
39245
39246 \begin_layout Itemize
39247 Unterdokumente, die per 
39248 \family sans
39249 Input
39250 \family default
39251  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39252 \family sans
39253  Unterdokument Vorschau
39254 \begin_inset space ~
39255 \end_inset
39256
39257 anzeigen
39258 \family default
39259  angekreuzt wurde und in den LyX-Einstellungen unter
39260 \family sans
39261  Aussehen
39262 \begin_inset space ~
39263 \end_inset
39264
39265 &
39266 \begin_inset space ~
39267 \end_inset
39268
39269 Handhabung\SpecialChar \menuseparator
39270 Grafik\SpecialChar \menuseparator
39271 Sofortige
39272 \begin_inset space ~
39273 \end_inset
39274
39275 Vorschau
39276 \family default
39277  auf 
39278 \family sans
39279 An
39280 \family default
39281  gesetzt wurde.
39282  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39283  aus.
39284 \end_layout
39285
39286 \begin_layout Itemize
39287 Unterdokumente, die per 
39288 \family sans
39289 Input
39290 \family default
39291  eingebunden werden, können nicht über das Menü 
39292 \family sans
39293 Dokument\SpecialChar \menuseparator
39294 Einstellungen\SpecialChar \menuseparator
39295 Unterdokumente
39296 \family default
39297  unterdrückt werden.
39298 \end_layout
39299
39300 \end_deeper
39301 \begin_layout Standard
39302 Hier ist ein Unterdokument, das mit
39303 \family sans
39304  Input
39305 \family default
39306  eingebunden wurde: 
39307 \begin_inset CommandInset include
39308 LatexCommand input
39309 filename "DummyDocument2.lyx"
39310
39311 \end_inset
39312
39313 .
39314 \end_layout
39315
39316 \begin_layout Description
39317 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39318   In der Druckvorschau wird für den Text der Stil 
39319 \family typewriter
39320 Schreibmaschine
39321 \family default
39322  verwendet.
39323  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39324  Wenn Sie im Dialogfenster
39325 \family sans
39326  Unterdokument Leerzeichen
39327 \begin_inset space ~
39328 \end_inset
39329
39330 bei
39331 \begin_inset space ~
39332 \end_inset
39333
39334 der
39335 \begin_inset space ~
39336 \end_inset
39337
39338 Ausgabe
39339 \begin_inset space ~
39340 \end_inset
39341
39342 kennzeichnen 
39343 \family default
39344 ankreuzen, wird in der Druckvorschau das Zeichen 
39345 \begin_inset Quotes gld
39346 \end_inset
39347
39348
39349 \begin_inset ERT
39350 status collapsed
39351
39352 \begin_layout Plain Layout
39353
39354
39355 \backslash
39356 textvisiblespace 
39357 \end_layout
39358
39359 \end_inset
39360
39361
39362 \begin_inset Quotes grd
39363 \end_inset
39364
39365  für jedes Leerzeichen eingefügt.
39366 \begin_inset Newline newline
39367 \end_inset
39368
39369 Im Gegensatz zu 
39370 \family sans
39371 Einfügen\SpecialChar \menuseparator
39372 Datei\SpecialChar \menuseparator
39373 Einfacher
39374 \begin_inset space ~
39375 \end_inset
39376
39377 Text
39378 \family default
39379  wird bei 
39380 \family sans
39381 Unformatiert
39382 \family default
39383  der Dateiinhalt in LyX nicht dargestellt.
39384 \end_layout
39385
39386 \begin_layout Standard
39387 Hier ist ein Unterdokument, das mit
39388 \family sans
39389  Unformatiert
39390 \family default
39391  eingebunden wurde: 
39392 \begin_inset CommandInset include
39393 LatexCommand verbatiminput
39394 filename "DummyTextDocument.txt"
39395
39396 \end_inset
39397
39398
39399 \begin_inset VSpace bigskip
39400 \end_inset
39401
39402 Hier ist ein Unterdokument, das mit
39403 \family sans
39404  Unformatiert
39405 \family default
39406  eingebunden wurde und
39407 \family sans
39408  Leerzeichen
39409 \begin_inset space ~
39410 \end_inset
39411
39412 bei
39413 \begin_inset space ~
39414 \end_inset
39415
39416 der
39417 \begin_inset space ~
39418 \end_inset
39419
39420 Ausgabe
39421 \begin_inset space ~
39422 \end_inset
39423
39424 kennzeichnen
39425 \family default
39426  angekreuzt hat: 
39427 \begin_inset CommandInset include
39428 LatexCommand verbatiminput*
39429 filename "DummyTextDocument.txt"
39430
39431 \end_inset
39432
39433
39434 \end_layout
39435
39436 \begin_layout Standard
39437 \begin_inset VSpace bigskip
39438 \end_inset
39439
39440
39441 \end_layout
39442
39443 \begin_layout Standard
39444 \begin_inset Note Greyedout
39445 status open
39446
39447 \begin_layout Plain Layout
39448
39449 \series bold
39450 Bemerkung:
39451 \series default
39452  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39453  
39454 \family sans
39455 Unformatiert
39456 \family default
39457  eingebunden werden, am Zeilenende nicht umgebrochen.
39458 \end_layout
39459
39460 \end_inset
39461
39462
39463 \end_layout
39464
39465 \begin_layout Description
39466 Listing Dieser Typ wird in Kapitel
39467 \begin_inset space ~
39468 \end_inset
39469
39470
39471 \begin_inset CommandInset ref
39472 LatexCommand ref
39473 reference "kap:Programm-Code-Listen"
39474
39475 \end_inset
39476
39477  beschrieben.
39478 \end_layout
39479
39480 \begin_layout Standard
39481 \begin_inset Note Greyedout
39482 status open
39483
39484 \begin_layout Plain Layout
39485
39486 \series bold
39487 Bemerkung:
39488 \series default
39489  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39490  das zu LaTeX-Problemen führen.
39491 \end_layout
39492
39493 \end_inset
39494
39495
39496 \end_layout
39497
39498 \begin_layout Standard
39499 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39500  wollen, z.
39501 \begin_inset space \thinspace{}
39502 \end_inset
39503
39504 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39505  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39506  Dies geschieht über das Menü 
39507 \family sans
39508 Dokument\SpecialChar \menuseparator
39509 Einstellungen\SpecialChar \menuseparator
39510 Unterdokumente
39511 \family default
39512 .
39513  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39514  in die Spalte 
39515 \family sans
39516 In Ausgabe einbinden
39517 \family default
39518  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39519  für Unterdokumente möglich ist, die per 
39520 \family sans
39521 Input
39522 \family default
39523  eingebunden wurden).
39524  Wenn die Option 
39525 \family sans
39526 Zähler und Querverweise wahren
39527 \family default
39528  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39529 \begin_inset space ~
39530 \end_inset
39531
39532 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39533  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39534  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39535  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39536  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39537  sind, wählen sie die Option nicht.
39538 \end_layout
39539
39540 \begin_layout Standard
39541 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39542 \begin_inset Foot
39543 status collapsed
39544
39545 \begin_layout Plain Layout
39546 Zweige sind im Kapitel 
39547 \emph on
39548 Zweige
39549 \emph default
39550  des LyX 
39551 \emph on
39552 Benutzerhandbuchs
39553 \emph default
39554  erklärt.
39555 \end_layout
39556
39557 \end_inset
39558
39559  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39560  Dateien in der Ausgabe erscheinen.
39561  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39562  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39563  werden.
39564 \end_layout
39565
39566 \begin_layout Chapter
39567 Programm-Code-Listen
39568 \begin_inset CommandInset label
39569 LatexCommand label
39570 name "kap:Programm-Code-Listen"
39571
39572 \end_inset
39573
39574
39575 \begin_inset Index idx
39576 status collapsed
39577
39578 \begin_layout Plain Layout
39579 Listen
39580 \end_layout
39581
39582 \end_inset
39583
39584
39585 \begin_inset Index idx
39586 status collapsed
39587
39588 \begin_layout Plain Layout
39589 Programm-Code
39590 \end_layout
39591
39592 \end_inset
39593
39594
39595 \end_layout
39596
39597 \begin_layout Standard
39598 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39599 \family sans
39600 Einfügen\SpecialChar \menuseparator
39601 Pro\SpecialChar \-
39602 grammlisting
39603 \family default
39604  verwenden.
39605  Das LaTeX-Paket 
39606 \series bold
39607 listings
39608 \series default
39609
39610 \begin_inset Index idx
39611 status collapsed
39612
39613 \begin_layout Plain Layout
39614 LaTeX-Pakete ! listings
39615 \end_layout
39616
39617 \end_inset
39618
39619  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39620 \end_layout
39621
39622 \begin_layout Standard
39623 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39624 rmat der Programm-Code-Liste festlegen.
39625 \end_layout
39626
39627 \begin_layout Standard
39628 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39629  Die Platzierungsoption 
39630 \family sans
39631 Eingebettetes
39632 \begin_inset space ~
39633 \end_inset
39634
39635 Listing
39636 \family default
39637  druckt das Listing in der Zeile wie hier: 
39638 \begin_inset listings
39639 lstparams "language={C++}"
39640 inline true
39641 status open
39642
39643 \begin_layout Plain Layout
39644
39645 int a=5;
39646 \end_layout
39647
39648 \end_inset
39649
39650
39651 \begin_inset Newline newline
39652 \end_inset
39653
39654 Die Option 
39655 \family sans
39656 Gleitobjekt
39657 \family default
39658  erzeugt ein Listing-Gleitobjekt, dessen 
39659 \family sans
39660 Platzierung 
39661 \family default
39662 Sie mit 
39663 \family sans
39664 h
39665 \family default
39666
39667 \family sans
39668 t
39669 \family default
39670
39671 \family sans
39672 b
39673 \family default
39674  und 
39675 \family sans
39676 p
39677 \family default
39678 , analog zu den in Abschnitt
39679 \begin_inset space ~
39680 \end_inset
39681
39682
39683 \begin_inset CommandInset ref
39684 LatexCommand ref
39685 reference "abs:Gleitobjekt-Platzierung"
39686
39687 \end_inset
39688
39689  beschriebenen Platzierungsoptionen festlegen können.
39690  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39691  hintereinander angegeben, z.
39692 \begin_inset space \thinspace{}
39693 \end_inset
39694
39695 B.
39696  
39697 \begin_inset Quotes gld
39698 \end_inset
39699
39700
39701 \family sans
39702 htbp
39703 \family default
39704
39705 \begin_inset Quotes grd
39706 \end_inset
39707
39708 .
39709  Die Option 
39710 \begin_inset Quotes gld
39711 \end_inset
39712
39713 h
39714 \begin_inset Quotes grd
39715 \end_inset
39716
39717  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39718  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39719 \end_layout
39720
39721 \begin_layout Standard
39722 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39723  zu verweisen: Listing
39724 \begin_inset space ~
39725 \end_inset
39726
39727
39728 \begin_inset CommandInset ref
39729 LatexCommand ref
39730 reference "lst:Gleitendes-Programm-Listing"
39731
39732 \end_inset
39733
39734 .
39735 \end_layout
39736
39737 \begin_layout Standard
39738 \begin_inset listings
39739 lstparams "language=Python"
39740 inline false
39741 status open
39742
39743 \begin_layout Plain Layout
39744
39745 \begin_inset Caption
39746
39747 \begin_layout Plain Layout
39748 \begin_inset CommandInset label
39749 LatexCommand label
39750 name "lst:Gleitendes-Programm-Listing"
39751
39752 \end_inset
39753
39754 Gleitendes Programm-Listing
39755 \end_layout
39756
39757 \end_inset
39758
39759 # Gleitendes Programm-Listing
39760 \end_layout
39761
39762 \begin_layout Plain Layout
39763
39764 def func(param):
39765 \end_layout
39766
39767 \begin_layout Plain Layout
39768
39769     'Dies ist eine Python-Funktion'
39770 \end_layout
39771
39772 \begin_layout Plain Layout
39773
39774     pass
39775 \end_layout
39776
39777 \end_inset
39778
39779
39780 \end_layout
39781
39782 \begin_layout Standard
39783 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39784  der Sprache erkannt und besonders gedruckt, wie 
39785 \emph on
39786 #
39787 \emph default
39788
39789 \emph on
39790 def
39791 \emph default
39792  und 
39793 \emph on
39794 pass
39795 \emph default
39796  in Listing
39797 \begin_inset space ~
39798 \end_inset
39799
39800
39801 \begin_inset CommandInset ref
39802 LatexCommand ref
39803 reference "lst:Gleitendes-Programm-Listing"
39804
39805 \end_inset
39806
39807 .
39808 \end_layout
39809
39810 \begin_layout Standard
39811 \begin_inset Note Greyedout
39812 status open
39813
39814 \begin_layout Plain Layout
39815
39816 \series bold
39817 Bemerkung:
39818 \series default
39819  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39820 \family typewriter
39821 Schreib\SpecialChar \-
39822 maschine
39823 \family default
39824  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39825 h keine fett gedruckten Buchstaben.
39826  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39827 \family sans
39828 Dokument\SpecialChar \menuseparator
39829 Einstellungen\SpecialChar \menuseparator
39830 Schriften
39831 \family default
39832 .
39833  (Die Schriften 
39834 \emph on
39835 LuxiMono, BeraMono
39836 \emph default
39837  und 
39838 \emph on
39839 Courier
39840 \emph default
39841  enthalten fett gedruckte Buchstaben.)
39842 \end_layout
39843
39844 \end_inset
39845
39846
39847 \end_layout
39848
39849 \begin_layout Standard
39850 Im Abschnitt 
39851 \family sans
39852 Zeilennummerierung
39853 \family default
39854  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39855 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39856  jede wievielte Zeile nummeriert werden soll und die 
39857 \family sans
39858 Schriftgröße
39859 \family default
39860  der Nummerierung.
39861 \end_layout
39862
39863 \begin_layout Standard
39864 Im Abschnitt 
39865 \family sans
39866 Bereich
39867 \family default
39868  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39869  Im Abschnitt 
39870 \family sans
39871 Stil
39872 \family default
39873  legen Sie fest, wie die Liste ausgedruckt werden soll.
39874  Die Option 
39875 \family sans
39876 Erweiterte
39877 \begin_inset space ~
39878 \end_inset
39879
39880 Zeichentabelle
39881 \family default
39882  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39883 \end_layout
39884
39885 \begin_layout Standard
39886 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39887 \begin_inset Quotes gld
39888 \end_inset
39889
39890 3
39891 \begin_inset Quotes grd
39892 \end_inset
39893
39894 , Sprache 
39895 \begin_inset Quotes gld
39896 \end_inset
39897
39898 Python
39899 \begin_inset Quotes grd
39900 \end_inset
39901
39902 , Optionen 
39903 \begin_inset Quotes gld
39904 \end_inset
39905
39906 Erweiterte Zeichentabelle
39907 \begin_inset Quotes grd
39908 \end_inset
39909
39910  und 
39911 \begin_inset Quotes gld
39912 \end_inset
39913
39914 Leerzeichen als Symbol
39915 \begin_inset Quotes grd
39916 \end_inset
39917
39918  und Bereich Zeilen 3
39919 \begin_inset space \thinspace{}
39920 \end_inset
39921
39922 -
39923 \begin_inset space \thinspace{}
39924 \end_inset
39925
39926 8:
39927 \end_layout
39928
39929 \begin_layout Standard
39930 \begin_inset listings
39931 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39932 inline false
39933 status open
39934
39935 \begin_layout Plain Layout
39936
39937 def func(param):
39938 \end_layout
39939
39940 \begin_layout Plain Layout
39941
39942     'Dies ist eine Python-Funktion'
39943 \end_layout
39944
39945 \begin_layout Plain Layout
39946
39947     pass
39948 \end_layout
39949
39950 \begin_layout Plain Layout
39951
39952 def func(param):
39953 \end_layout
39954
39955 \begin_layout Plain Layout
39956
39957 'Sonderzeichen: Tschüß'
39958 \end_layout
39959
39960 \begin_layout Plain Layout
39961
39962 pass
39963 \end_layout
39964
39965 \begin_layout Plain Layout
39966
39967 def func(param):
39968 \end_layout
39969
39970 \begin_layout Plain Layout
39971
39972 'Dies ist eine Python-Funktion'
39973 \end_layout
39974
39975 \begin_layout Plain Layout
39976
39977 pass
39978 \end_layout
39979
39980 \end_inset
39981
39982
39983 \end_layout
39984
39985 \begin_layout Standard
39986 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39987 \family sans
39988 Tabulatorgröße
39989 \family default
39990  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39991 \end_layout
39992
39993 \begin_layout Standard
39994 \noindent
39995 \begin_inset Note Greyedout
39996 status open
39997
39998 \begin_layout Plain Layout
39999
40000 \series bold
40001 Bemerkung:
40002 \series default
40003  Wegen eines Fehlers im 
40004 \series bold
40005 listings
40006 \series default
40007 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40008  verschoben.
40009  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40010  Listing nummeriert werden.
40011 \end_layout
40012
40013 \end_inset
40014
40015
40016 \end_layout
40017
40018 \begin_layout Standard
40019 \begin_inset VSpace bigskip
40020 \end_inset
40021
40022
40023 \end_layout
40024
40025 \begin_layout Standard
40026 \noindent
40027 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40028  Das machen Sie mit
40029 \family sans
40030  Einfügen\SpecialChar \menuseparator
40031 Datei\SpecialChar \menuseparator
40032 Unterdokument
40033 \family default
40034  und der 
40035 \family sans
40036 Art
40037 \begin_inset space ~
40038 \end_inset
40039
40040 der
40041 \begin_inset space ~
40042 \end_inset
40043
40044 Einbindung
40045 \family default
40046  
40047 \family sans
40048 Listing
40049 \family default
40050 .
40051 \begin_inset Foot
40052 status collapsed
40053
40054 \begin_layout Plain Layout
40055 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40056 \begin_inset space ~
40057 \end_inset
40058
40059
40060 \begin_inset CommandInset ref
40061 LatexCommand ref
40062 reference "abs:Unterdokumente"
40063
40064 \end_inset
40065
40066  beschrieben.
40067 \end_layout
40068
40069 \end_inset
40070
40071  Im Dialogfenster
40072 \family sans
40073  Unterdokument
40074 \family default
40075  können Sie die Listing-Parameter unter 
40076 \family sans
40077 Weitere
40078 \begin_inset space ~
40079 \end_inset
40080
40081 Parameter
40082 \family default
40083  eingeben.
40084  Wenn Sie dort ein Fragezeichen 
40085 \begin_inset Quotes gld
40086 \end_inset
40087
40088 ?
40089 \begin_inset Quotes grd
40090 \end_inset
40091
40092  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40093 det.
40094 \end_layout
40095
40096 \begin_layout Standard
40097 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40098  Text ins Feld 
40099 \family sans
40100 Marke
40101 \family default
40102 , auf die dann wie üblich verwiesen werden kann.
40103 \end_layout
40104
40105 \begin_layout Standard
40106 Listing
40107 \begin_inset space ~
40108 \end_inset
40109
40110
40111 \begin_inset CommandInset ref
40112 LatexCommand ref
40113 reference "lst:Datei-Listing"
40114
40115 \end_inset
40116
40117  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40118 \begin_inset space \thinspace{}
40119 \end_inset
40120
40121 -
40122 \begin_inset space \thinspace{}
40123 \end_inset
40124
40125 15 gedruckt werden.
40126 \end_layout
40127
40128 \begin_layout Standard
40129 \begin_inset CommandInset include
40130 LatexCommand lstinputlisting
40131 filename "EmbeddedObjects.lyx"
40132 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40133
40134 \end_inset
40135
40136
40137 \end_layout
40138
40139 \begin_layout Standard
40140 \begin_inset VSpace bigskip
40141 \end_inset
40142
40143
40144 \end_layout
40145
40146 \begin_layout Standard
40147 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40148 \end_layout
40149
40150 \begin_layout Enumerate
40151 Öffnen Sie die Listings-Einstellungen und fügen
40152 \begin_inset Newline newline
40153 \end_inset
40154
40155
40156 \family sans
40157 mathescape=true
40158 \family default
40159
40160 \begin_inset Newline newline
40161 \end_inset
40162
40163 in das Feld des Tabs 
40164 \family sans
40165 Erweitert
40166 \family default
40167  ein
40168 \end_layout
40169
40170 \begin_layout Enumerate
40171 Erstellen Sie eine Formel außerhalb des Listings
40172 \end_layout
40173
40174 \begin_layout Enumerate
40175 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40176 blage (Tastenkürzel 
40177 \family sans
40178 Ctrl+C
40179 \family default
40180 )
40181 \end_layout
40182
40183 \begin_layout Enumerate
40184 Schreiben sie 
40185 \begin_inset Quotes gld
40186 \end_inset
40187
40188
40189 \family sans
40190 $$
40191 \family default
40192
40193 \begin_inset Quotes grd
40194 \end_inset
40195
40196  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40197 hen (Tastenkürzel 
40198 \family sans
40199 Ctrl+V
40200 \family default
40201 )
40202 \end_layout
40203
40204 \begin_layout Standard
40205 \begin_inset listings
40206 lstparams "language=Python,mathescape=true"
40207 inline false
40208 status open
40209
40210 \begin_layout Plain Layout
40211
40212 \begin_inset Caption
40213
40214 \begin_layout Plain Layout
40215 Programm-Listing mit einer Formel
40216 \end_layout
40217
40218 \end_inset
40219
40220 # Beispiel-Programm-Listing
40221 \end_layout
40222
40223 \begin_layout Plain Layout
40224
40225 def func(param):
40226 \end_layout
40227
40228 \begin_layout Plain Layout
40229
40230     # $
40231 \backslash
40232 prod_{n=1}^{
40233 \backslash
40234 infty}
40235 \backslash
40236 ,
40237 \backslash
40238 frac{1}{x^{2}}$
40239 \end_layout
40240
40241 \begin_layout Plain Layout
40242
40243     pass
40244 \end_layout
40245
40246 \end_inset
40247
40248
40249 \end_layout
40250
40251 \begin_layout Standard
40252 \begin_inset VSpace bigskip
40253 \end_inset
40254
40255
40256 \end_layout
40257
40258 \begin_layout Standard
40259 \noindent
40260 Dokumentweite Listing-Eigenschaften können im Dialog 
40261 \family sans
40262 Dokument\SpecialChar \menuseparator
40263 Einstellungen\SpecialChar \menuseparator
40264 Listing
40265 \family default
40266  festgelegt werden.
40267  Dort bekommt man durch Eingabe eines Fragezeichens 
40268 \begin_inset Quotes gld
40269 \end_inset
40270
40271 ?
40272 \begin_inset Quotes grd
40273 \end_inset
40274
40275  eine Liste aller möglichen Parameter.
40276 \end_layout
40277
40278 \begin_layout Standard
40279 Weitere Informationen über das 
40280 \series bold
40281 listings
40282 \series default
40283 -Paket finden Sie in 
40284 \begin_inset CommandInset citation
40285 LatexCommand cite
40286 key "listings"
40287
40288 \end_inset
40289
40290 .
40291 \end_layout
40292
40293 \begin_layout Chapter
40294 \start_of_appendix
40295 In LyX verfügbare Maßeinheiten
40296 \begin_inset CommandInset label
40297 LatexCommand label
40298 name "kap:In-LyX-verfügbare"
40299
40300 \end_inset
40301
40302
40303 \begin_inset Index idx
40304 status collapsed
40305
40306 \begin_layout Plain Layout
40307 Einheiten
40308 \end_layout
40309
40310 \end_inset
40311
40312
40313 \end_layout
40314
40315 \begin_layout Standard
40316 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40317  Tabelle
40318 \begin_inset space ~
40319 \end_inset
40320
40321
40322 \begin_inset CommandInset ref
40323 LatexCommand ref
40324 reference "tab:Maßeinheiten"
40325
40326 \end_inset
40327
40328  alle in LyX verfügbaren Maßeinheiten.
40329 \end_layout
40330
40331 \begin_layout Standard
40332 \begin_inset Float table
40333 placement h
40334 wide false
40335 sideways false
40336 status open
40337
40338 \begin_layout Plain Layout
40339 \begin_inset Caption
40340
40341 \begin_layout Plain Layout
40342 \begin_inset CommandInset label
40343 LatexCommand label
40344 name "tab:Maßeinheiten"
40345
40346 \end_inset
40347
40348 Maßeinheiten
40349 \end_layout
40350
40351 \end_inset
40352
40353
40354 \end_layout
40355
40356 \begin_layout Plain Layout
40357 \begin_inset VSpace medskip
40358 \end_inset
40359
40360
40361 \end_layout
40362
40363 \begin_layout Plain Layout
40364 \align center
40365 \begin_inset Tabular
40366 <lyxtabular version="3" rows="20" columns="2">
40367 <features tabularvalignment="middle">
40368 <column alignment="center" valignment="top" width="0">
40369 <column alignment="center" valignment="top" width="0">
40370 <row>
40371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40372 \begin_inset Text
40373
40374 \begin_layout Plain Layout
40375
40376 \series bold
40377 Maßeinheit
40378 \end_layout
40379
40380 \end_inset
40381 </cell>
40382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40383 \begin_inset Text
40384
40385 \begin_layout Plain Layout
40386
40387 \series bold
40388 Name/Beschreibung
40389 \end_layout
40390
40391 \end_inset
40392 </cell>
40393 </row>
40394 <row>
40395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40396 \begin_inset Text
40397
40398 \begin_layout Plain Layout
40399 mm
40400 \end_layout
40401
40402 \end_inset
40403 </cell>
40404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40405 \begin_inset Text
40406
40407 \begin_layout Plain Layout
40408 Millimeter
40409 \end_layout
40410
40411 \end_inset
40412 </cell>
40413 </row>
40414 <row>
40415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40416 \begin_inset Text
40417
40418 \begin_layout Plain Layout
40419 cm
40420 \end_layout
40421
40422 \end_inset
40423 </cell>
40424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40425 \begin_inset Text
40426
40427 \begin_layout Plain Layout
40428 Zentimeter
40429 \end_layout
40430
40431 \end_inset
40432 </cell>
40433 </row>
40434 <row>
40435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40436 \begin_inset Text
40437
40438 \begin_layout Plain Layout
40439 in
40440 \end_layout
40441
40442 \end_inset
40443 </cell>
40444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40445 \begin_inset Text
40446
40447 \begin_layout Plain Layout
40448 Zoll (1
40449 \begin_inset space \thinspace{}
40450 \end_inset
40451
40452 in = 2.54
40453 \begin_inset space \thinspace{}
40454 \end_inset
40455
40456 cm
40457 \end_layout
40458
40459 \end_inset
40460 </cell>
40461 </row>
40462 <row>
40463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40464 \begin_inset Text
40465
40466 \begin_layout Plain Layout
40467 pt
40468 \end_layout
40469
40470 \end_inset
40471 </cell>
40472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40473 \begin_inset Text
40474
40475 \begin_layout Plain Layout
40476 Punkt (72.27
40477 \begin_inset space \thinspace{}
40478 \end_inset
40479
40480 pt = 1
40481 \begin_inset space \thinspace{}
40482 \end_inset
40483
40484 in)
40485 \end_layout
40486
40487 \end_inset
40488 </cell>
40489 </row>
40490 <row>
40491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40492 \begin_inset Text
40493
40494 \begin_layout Plain Layout
40495 pc
40496 \end_layout
40497
40498 \end_inset
40499 </cell>
40500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40501 \begin_inset Text
40502
40503 \begin_layout Plain Layout
40504 Pica (1
40505 \begin_inset space \thinspace{}
40506 \end_inset
40507
40508 pc = 12
40509 \begin_inset space \thinspace{}
40510 \end_inset
40511
40512 pt)
40513 \end_layout
40514
40515 \end_inset
40516 </cell>
40517 </row>
40518 <row>
40519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40520 \begin_inset Text
40521
40522 \begin_layout Plain Layout
40523 sp
40524 \end_layout
40525
40526 \end_inset
40527 </cell>
40528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40529 \begin_inset Text
40530
40531 \begin_layout Plain Layout
40532 skalierter Punkt (65536
40533 \begin_inset space \thinspace{}
40534 \end_inset
40535
40536 sp = 1
40537 \begin_inset space \thinspace{}
40538 \end_inset
40539
40540 pt)
40541 \end_layout
40542
40543 \end_inset
40544 </cell>
40545 </row>
40546 <row>
40547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40548 \begin_inset Text
40549
40550 \begin_layout Plain Layout
40551 bp
40552 \end_layout
40553
40554 \end_inset
40555 </cell>
40556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40557 \begin_inset Text
40558
40559 \begin_layout Plain Layout
40560 großer Punkt (72
40561 \begin_inset space \thinspace{}
40562 \end_inset
40563
40564 bp = 1
40565 \begin_inset space \thinspace{}
40566 \end_inset
40567
40568 in)
40569 \end_layout
40570
40571 \end_inset
40572 </cell>
40573 </row>
40574 <row>
40575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40576 \begin_inset Text
40577
40578 \begin_layout Plain Layout
40579 dd
40580 \end_layout
40581
40582 \end_inset
40583 </cell>
40584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40585 \begin_inset Text
40586
40587 \begin_layout Plain Layout
40588 Didot (1
40589 \begin_inset space \thinspace{}
40590 \end_inset
40591
40592 dd 
40593 \begin_inset Formula $\approx$
40594 \end_inset
40595
40596  0,376
40597 \begin_inset space \thinspace{}
40598 \end_inset
40599
40600 mm)
40601 \end_layout
40602
40603 \end_inset
40604 </cell>
40605 </row>
40606 <row>
40607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40608 \begin_inset Text
40609
40610 \begin_layout Plain Layout
40611 cc
40612 \end_layout
40613
40614 \end_inset
40615 </cell>
40616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40617 \begin_inset Text
40618
40619 \begin_layout Plain Layout
40620 Cicero (1
40621 \begin_inset space \thinspace{}
40622 \end_inset
40623
40624 cc = 12
40625 \begin_inset space \thinspace{}
40626 \end_inset
40627
40628 dd)
40629 \end_layout
40630
40631 \end_inset
40632 </cell>
40633 </row>
40634 <row>
40635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40636 \begin_inset Text
40637
40638 \begin_layout Plain Layout
40639 Skalierung%
40640 \end_layout
40641
40642 \end_inset
40643 </cell>
40644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40645 \begin_inset Text
40646
40647 \begin_layout Plain Layout
40648 % der originalen Bildbreite
40649 \end_layout
40650
40651 \end_inset
40652 </cell>
40653 </row>
40654 <row>
40655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40656 \begin_inset Text
40657
40658 \begin_layout Plain Layout
40659 Textbreite %
40660 \end_layout
40661
40662 \end_inset
40663 </cell>
40664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40665 \begin_inset Text
40666
40667 \begin_layout Plain Layout
40668 % der Textbreite
40669 \end_layout
40670
40671 \end_inset
40672 </cell>
40673 </row>
40674 <row>
40675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40676 \begin_inset Text
40677
40678 \begin_layout Plain Layout
40679 Spaltenbreite %
40680 \end_layout
40681
40682 \end_inset
40683 </cell>
40684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40685 \begin_inset Text
40686
40687 \begin_layout Plain Layout
40688 % der Spaltenbreite
40689 \end_layout
40690
40691 \end_inset
40692 </cell>
40693 </row>
40694 <row>
40695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40696 \begin_inset Text
40697
40698 \begin_layout Plain Layout
40699 Seitenbreite %
40700 \end_layout
40701
40702 \end_inset
40703 </cell>
40704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40705 \begin_inset Text
40706
40707 \begin_layout Plain Layout
40708 % der Seitenbreite
40709 \end_layout
40710
40711 \end_inset
40712 </cell>
40713 </row>
40714 <row>
40715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40716 \begin_inset Text
40717
40718 \begin_layout Plain Layout
40719 Zeilenbreite %
40720 \end_layout
40721
40722 \end_inset
40723 </cell>
40724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40725 \begin_inset Text
40726
40727 \begin_layout Plain Layout
40728 % der Zeilenbreite
40729 \end_layout
40730
40731 \end_inset
40732 </cell>
40733 </row>
40734 <row>
40735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40736 \begin_inset Text
40737
40738 \begin_layout Plain Layout
40739 Texthöhe %
40740 \end_layout
40741
40742 \end_inset
40743 </cell>
40744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40745 \begin_inset Text
40746
40747 \begin_layout Plain Layout
40748 % der Texthöhe
40749 \end_layout
40750
40751 \end_inset
40752 </cell>
40753 </row>
40754 <row>
40755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40756 \begin_inset Text
40757
40758 \begin_layout Plain Layout
40759 Seitenhöhe %
40760 \end_layout
40761
40762 \end_inset
40763 </cell>
40764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40765 \begin_inset Text
40766
40767 \begin_layout Plain Layout
40768 % der Seitenhöhe
40769 \end_layout
40770
40771 \end_inset
40772 </cell>
40773 </row>
40774 <row>
40775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40776 \begin_inset Text
40777
40778 \begin_layout Plain Layout
40779 ex
40780 \end_layout
40781
40782 \end_inset
40783 </cell>
40784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40785 \begin_inset Text
40786
40787 \begin_layout Plain Layout
40788 Die Höhe des Buchstabens 
40789 \emph on
40790 x
40791 \emph default
40792  im aktiven Zeichensatz
40793 \end_layout
40794
40795 \end_inset
40796 </cell>
40797 </row>
40798 <row>
40799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40800 \begin_inset Text
40801
40802 \begin_layout Plain Layout
40803 em
40804 \end_layout
40805
40806 \end_inset
40807 </cell>
40808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40809 \begin_inset Text
40810
40811 \begin_layout Plain Layout
40812 Die Breite des Buchstabens 
40813 \emph on
40814 M
40815 \emph default
40816  im aktiven Zeichensatz
40817 \end_layout
40818
40819 \end_inset
40820 </cell>
40821 </row>
40822 <row>
40823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40824 \begin_inset Text
40825
40826 \begin_layout Plain Layout
40827 mu
40828 \end_layout
40829
40830 \end_inset
40831 </cell>
40832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40833 \begin_inset Text
40834
40835 \begin_layout Plain Layout
40836 mathematische  Maßeinheit
40837 \series bold
40838  
40839 \series default
40840 (1
40841 \begin_inset space \thinspace{}
40842 \end_inset
40843
40844 mu = 1/18
40845 \begin_inset space \thinspace{}
40846 \end_inset
40847
40848 em)
40849 \end_layout
40850
40851 \end_inset
40852 </cell>
40853 </row>
40854 </lyxtabular>
40855
40856 \end_inset
40857
40858
40859 \end_layout
40860
40861 \end_inset
40862
40863
40864 \end_layout
40865
40866 \begin_layout Chapter
40867 Ausgabedatei-Formate mit Grafiken
40868 \begin_inset CommandInset label
40869 LatexCommand label
40870 name "kap:Ausgabedatei-Formate"
40871
40872 \end_inset
40873
40874
40875 \end_layout
40876
40877 \begin_layout Section
40878 DVI
40879 \begin_inset Index idx
40880 status collapsed
40881
40882 \begin_layout Plain Layout
40883 Dateiformat! DVI
40884 \end_layout
40885
40886 \end_inset
40887
40888
40889 \begin_inset Index idx
40890 status collapsed
40891
40892 \begin_layout Plain Layout
40893 DVI
40894 \end_layout
40895
40896 \end_inset
40897
40898
40899 \end_layout
40900
40901 \begin_layout Standard
40902 Dieser Dateityp hat die Erweiterung 
40903 \begin_inset Quotes gld
40904 \end_inset
40905
40906
40907 \family typewriter
40908 .dvi
40909 \family default
40910
40911 \begin_inset Quotes grd
40912 \end_inset
40913
40914  und wird 
40915 \begin_inset Quotes gld
40916 \end_inset
40917
40918 device independent
40919 \begin_inset Quotes grd
40920 \end_inset
40921
40922  genannt, weil er vollkommen portierbar ist.
40923  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40924  dvi-Betrachter installiert hat.
40925  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40926 ate wie PostScript benutzt.
40927 \end_layout
40928
40929 \begin_layout Standard
40930 \begin_inset Note Greyedout
40931 status open
40932
40933 \begin_layout Plain Layout
40934
40935 \series bold
40936 Bemerkung:
40937 \series default
40938  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40939 \end_layout
40940
40941 \end_inset
40942
40943
40944 \end_layout
40945
40946 \begin_layout Standard
40947 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40948  auf einen anderen Computer kopieren.
40949  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40950  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40951  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40952 \family typewriter
40953  
40954 \family default
40955 blättern.
40956
40957 \family typewriter
40958  
40959 \family default
40960 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40961  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40962  
40963 \end_layout
40964
40965 \begin_layout Standard
40966 Sie können Ihr Dokument als DVI über das Menü 
40967 \family sans
40968 Datei\SpecialChar \menuseparator
40969 Exportieren\SpecialChar \menuseparator
40970 DVI
40971 \family default
40972  exportieren.
40973  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40974 \family sans
40975 Ansicht
40976 \family default
40977  anschauen.
40978 \end_layout
40979
40980 \begin_layout Section
40981 PostScript
40982 \begin_inset CommandInset label
40983 LatexCommand label
40984 name "abs:PostScript"
40985
40986 \end_inset
40987
40988
40989 \begin_inset Index idx
40990 status collapsed
40991
40992 \begin_layout Plain Layout
40993 Dateiformat  ! PostScript
40994 \end_layout
40995
40996 \end_inset
40997
40998
40999 \begin_inset Index idx
41000 status collapsed
41001
41002 \begin_layout Plain Layout
41003 PostScript
41004 \end_layout
41005
41006 \end_inset
41007
41008
41009 \end_layout
41010
41011 \begin_layout Standard
41012 Dieser Dateityp hat die Erweiterung 
41013 \begin_inset Quotes gld
41014 \end_inset
41015
41016
41017 \family typewriter
41018 .ps
41019 \family default
41020
41021 \begin_inset Quotes grd
41022 \end_inset
41023
41024 .
41025  PostScript wurde von der Firma
41026 \family typewriter
41027  Adobe
41028 \family default
41029  als Druckersprache entwickelt.
41030  Die Datei enthält deshalb Druckbefehle.
41031  PostScript kann als 
41032 \begin_inset Quotes gld
41033 \end_inset
41034
41035 Programmiersprache
41036 \begin_inset Quotes grd
41037 \end_inset
41038
41039  angesehen werden.
41040  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41041 \begin_inset Foot
41042 status collapsed
41043
41044 \begin_layout Plain Layout
41045 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41046  von
41047 \series bold
41048  PSTricks
41049 \series default
41050  
41051 \begin_inset CommandInset citation
41052 LatexCommand cite
41053 key "pstricks"
41054
41055 \end_inset
41056
41057  oder 
41058 \begin_inset CommandInset citation
41059 LatexCommand cite
41060 key "latex-praxisbuch"
41061
41062 \end_inset
41063
41064  ansehen.
41065 \end_layout
41066
41067 \end_inset
41068
41069 .
41070  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41071 \end_layout
41072
41073 \begin_layout Standard
41074 PostScript kann nur Bilder im Format EPS
41075 \begin_inset Index idx
41076 status collapsed
41077
41078 \begin_layout Plain Layout
41079 EPS
41080 \end_layout
41081
41082 \end_inset
41083
41084  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41085 wei\SpecialChar \-
41086 ter\SpecialChar \-
41087 ung 
41088 \begin_inset Quotes gld
41089 \end_inset
41090
41091
41092 \family typewriter
41093 .eps
41094 \family default
41095
41096 \begin_inset Quotes grd
41097 \end_inset
41098
41099 ) enthalten.
41100  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41101  intern nach EPS konvertieren.
41102  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41103  verlangsamen.
41104  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41105  konvertieren und direkt als EPS einfügen.
41106 \end_layout
41107
41108 \begin_layout Standard
41109 Sie können Ihr Dokument als PostScript über das Menü 
41110 \family sans
41111 Datei\SpecialChar \menuseparator
41112 Exportieren\SpecialChar \menuseparator
41113 Post\SpecialChar \-
41114 Script
41115 \family default
41116  exportieren.
41117  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41118 \family sans
41119 Ansicht
41120 \family default
41121  anschauen.
41122 \end_layout
41123
41124 \begin_layout Section
41125 PDF
41126 \begin_inset Index idx
41127 status collapsed
41128
41129 \begin_layout Plain Layout
41130 Dateiformat! PDF
41131 \end_layout
41132
41133 \end_inset
41134
41135
41136 \begin_inset Index idx
41137 status collapsed
41138
41139 \begin_layout Plain Layout
41140 PDF
41141 \end_layout
41142
41143 \end_inset
41144
41145
41146 \end_layout
41147
41148 \begin_layout Standard
41149 Dieser Dateityp hat die Erweiterung 
41150 \begin_inset Quotes gld
41151 \end_inset
41152
41153
41154 \family typewriter
41155 .pdf
41156 \family default
41157
41158 \begin_inset Quotes grd
41159 \end_inset
41160
41161 .
41162  Das
41163 \emph on
41164  
41165 \emph default
41166
41167 \begin_inset Quotes gld
41168 \end_inset
41169
41170 Portable Document Format
41171 \begin_inset Quotes grd
41172 \end_inset
41173
41174  (PDF) wurde auch von der Firma 
41175 \family typewriter
41176 Adobe
41177 \family default
41178  als Derivat von PostScript entwickelt.
41179  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41180  Wie der Begriff 
41181 \begin_inset Quotes gld
41182 \end_inset
41183
41184 portable
41185 \begin_inset Quotes grd
41186 \end_inset
41187
41188  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41189  werden, und der Ausdruck sieht immer gleich aus.
41190 \end_layout
41191
41192 \begin_layout Standard
41193 PDF kann Bilder im eigenen PDF-Format, im Format 
41194 \begin_inset Quotes gld
41195 \end_inset
41196
41197 Joint Photographic Experts Group
41198 \begin_inset Quotes grd
41199 \end_inset
41200
41201  (JPEG
41202 \begin_inset Index idx
41203 status collapsed
41204
41205 \begin_layout Plain Layout
41206 JPG, JPEG
41207 \end_layout
41208
41209 \end_inset
41210
41211 , Datei-Erweiterung 
41212 \begin_inset Quotes gld
41213 \end_inset
41214
41215
41216 \family typewriter
41217 .jpg
41218 \family default
41219
41220 \begin_inset Quotes grd
41221 \end_inset
41222
41223  oder 
41224 \begin_inset Quotes gld
41225 \end_inset
41226
41227
41228 \family typewriter
41229 .jpeg
41230 \family default
41231
41232 \begin_inset Quotes grd
41233 \end_inset
41234
41235 ) und im Format 
41236 \begin_inset Quotes gld
41237 \end_inset
41238
41239 Portable Network Graphics
41240 \begin_inset Quotes grd
41241 \end_inset
41242
41243  (PNG
41244 \begin_inset Index idx
41245 status collapsed
41246
41247 \begin_layout Plain Layout
41248 PNG
41249 \end_layout
41250
41251 \end_inset
41252
41253 , Datei-Erweiterung 
41254 \begin_inset Quotes gld
41255 \end_inset
41256
41257
41258 \family typewriter
41259 .png
41260 \family default
41261
41262 \begin_inset Quotes grd
41263 \end_inset
41264
41265 ) enthalten.
41266  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41267  Sie konvertieren wird.
41268  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41269  wird, eines der drei erwähnten Bildformate zu benutzen.
41270 \end_layout
41271
41272 \begin_layout Standard
41273 PDF-Dateien können Sie über 
41274 \family sans
41275 Datei\SpecialChar \menuseparator
41276 Exportieren
41277 \family default
41278  auf drei Arten erzeugen:
41279 \end_layout
41280
41281 \begin_layout Description
41282 PDF
41283 \begin_inset space ~
41284 \end_inset
41285
41286 (ps2pdf) benutzt das Programm
41287 \family typewriter
41288  ps2pdf
41289 \family default
41290 , das eine PDF-Datei aus einer Post\SpecialChar \-
41291 Script®-Version Ihres Dokument erstellt.
41292  Die PostScript-Version wird mit dem Programm 
41293 \family typewriter
41294 dvips
41295 \family default
41296  aus einer DVI-Version erstellt.
41297  Es werden also drei Konvertierungen verwendet.
41298 \end_layout
41299
41300 \begin_layout Description
41301 PDF
41302 \begin_inset space ~
41303 \end_inset
41304
41305 (dvipdfm) benutzt das Programm 
41306 \family typewriter
41307 dvipdfm
41308 \family default
41309 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41310  PDF konvertiert.
41311 \end_layout
41312
41313 \begin_layout Description
41314 PDF
41315 \begin_inset space ~
41316 \end_inset
41317
41318 (pdflatex) benutzt das Programm
41319 \family typewriter
41320  pdftex
41321 \family default
41322 , das Ihr Dokument direkt nach PDF konvertiert.
41323 \end_layout
41324
41325 \begin_layout Standard
41326
41327 \family sans
41328 PDF
41329 \begin_inset space ~
41330 \end_inset
41331
41332 (pdflatex)
41333 \family default
41334  wird empfohlen, weil
41335 \family typewriter
41336  pdftex
41337 \family default
41338  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41339  ohne Probleme arbeitet.
41340  Das Programm 
41341 \family typewriter
41342 dvi\SpecialChar \-
41343 pdfm
41344 \family default
41345  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41346 \end_layout
41347
41348 \begin_layout Standard
41349 Sie können Ihr Dokument als PDF über das Menü 
41350 \family sans
41351 Datei\SpecialChar \menuseparator
41352 Exportieren\SpecialChar \menuseparator
41353 PDF
41354 \family default
41355  exportieren.
41356  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41357 \family sans
41358 Ansicht
41359 \family default
41360  oder einen Werkzeugleistenknopf anschauen.
41361 \end_layout
41362
41363 \begin_layout Chapter
41364 Liste der dvips-Farbnamen
41365 \begin_inset CommandInset label
41366 LatexCommand label
41367 name "kap:Liste-der-dvips-Farbnamen"
41368
41369 \end_inset
41370
41371
41372 \end_layout
41373
41374 \begin_layout Standard
41375 \begin_inset Tabular
41376 <lyxtabular version="3" rows="17" columns="4">
41377 <features tabularvalignment="middle">
41378 <column alignment="left" valignment="top" width="0pt">
41379 <column alignment="left" valignment="top" width="0pt">
41380 <column alignment="left" valignment="top" width="0pt">
41381 <column alignment="left" valignment="top" width="0pt">
41382 <row>
41383 <cell alignment="left" valignment="top" usebox="none">
41384 \begin_inset Text
41385
41386 \begin_layout Plain Layout
41387 \begin_inset ERT
41388 status collapsed
41389
41390 \begin_layout Plain Layout
41391
41392
41393 \backslash
41394 fcolorbox{black}{
41395 \end_layout
41396
41397 \end_inset
41398
41399 white
41400 \begin_inset ERT
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404
41405 }{
41406 \end_layout
41407
41408 \end_inset
41409
41410 Farbe
41411 \begin_inset ERT
41412 status collapsed
41413
41414 \begin_layout Plain Layout
41415
41416 }
41417 \end_layout
41418
41419 \end_inset
41420
41421  Farbname
41422 \end_layout
41423
41424 \end_inset
41425 </cell>
41426 <cell alignment="left" valignment="top" usebox="none">
41427 \begin_inset Text
41428
41429 \begin_layout Plain Layout
41430 \begin_inset ERT
41431 status collapsed
41432
41433 \begin_layout Plain Layout
41434
41435
41436 \backslash
41437 fcolorbox{black}{
41438 \end_layout
41439
41440 \end_inset
41441
41442 white
41443 \begin_inset ERT
41444 status collapsed
41445
41446 \begin_layout Plain Layout
41447
41448 }{
41449 \end_layout
41450
41451 \end_inset
41452
41453 Farbe
41454 \begin_inset ERT
41455 status collapsed
41456
41457 \begin_layout Plain Layout
41458
41459 }
41460 \end_layout
41461
41462 \end_inset
41463
41464  Farbname
41465 \end_layout
41466
41467 \end_inset
41468 </cell>
41469 <cell alignment="left" valignment="top" usebox="none">
41470 \begin_inset Text
41471
41472 \begin_layout Plain Layout
41473 \begin_inset ERT
41474 status collapsed
41475
41476 \begin_layout Plain Layout
41477
41478
41479 \backslash
41480 fcolorbox{black}{
41481 \end_layout
41482
41483 \end_inset
41484
41485 white
41486 \begin_inset ERT
41487 status collapsed
41488
41489 \begin_layout Plain Layout
41490
41491 }{
41492 \end_layout
41493
41494 \end_inset
41495
41496 Farbe
41497 \begin_inset ERT
41498 status collapsed
41499
41500 \begin_layout Plain Layout
41501
41502 }
41503 \end_layout
41504
41505 \end_inset
41506
41507  Farbname
41508 \end_layout
41509
41510 \end_inset
41511 </cell>
41512 <cell alignment="left" valignment="top" usebox="none">
41513 \begin_inset Text
41514
41515 \begin_layout Plain Layout
41516 \begin_inset ERT
41517 status collapsed
41518
41519 \begin_layout Plain Layout
41520
41521
41522 \backslash
41523 fcolorbox{black}{
41524 \end_layout
41525
41526 \end_inset
41527
41528 white
41529 \begin_inset ERT
41530 status collapsed
41531
41532 \begin_layout Plain Layout
41533
41534 }{
41535 \end_layout
41536
41537 \end_inset
41538
41539 Farbe
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545 }
41546 \end_layout
41547
41548 \end_inset
41549
41550  Farbname
41551 \end_layout
41552
41553 \end_inset
41554 </cell>
41555 </row>
41556 <row>
41557 <cell alignment="center" valignment="top" usebox="none">
41558 \begin_inset Text
41559
41560 \begin_layout Plain Layout
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566
41567 \backslash
41568 fcolorbox{black}{
41569 \end_layout
41570
41571 \end_inset
41572
41573 Apricot
41574 \begin_inset ERT
41575 status collapsed
41576
41577 \begin_layout Plain Layout
41578
41579 }{
41580 \end_layout
41581
41582 \end_inset
41583
41584
41585 \begin_inset Phantom Phantom
41586 status open
41587
41588 \begin_layout Plain Layout
41589 W
41590 \end_layout
41591
41592 \end_inset
41593
41594
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600 }
41601 \end_layout
41602
41603 \end_inset
41604
41605  Apricot
41606 \end_layout
41607
41608 \end_inset
41609 </cell>
41610 <cell alignment="center" valignment="top" usebox="none">
41611 \begin_inset Text
41612
41613 \begin_layout Plain Layout
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619
41620 \backslash
41621 fcolorbox{black}{
41622 \end_layout
41623
41624 \end_inset
41625
41626 Aquamarine
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632 }{
41633 \end_layout
41634
41635 \end_inset
41636
41637
41638 \begin_inset Phantom Phantom
41639 status open
41640
41641 \begin_layout Plain Layout
41642 W
41643 \end_layout
41644
41645 \end_inset
41646
41647
41648 \begin_inset ERT
41649 status collapsed
41650
41651 \begin_layout Plain Layout
41652
41653 }
41654 \end_layout
41655
41656 \end_inset
41657
41658  Aquamarine
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 <cell alignment="center" valignment="top" usebox="none">
41664 \begin_inset Text
41665
41666 \begin_layout Plain Layout
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672
41673 \backslash
41674 fcolorbox{black}{
41675 \end_layout
41676
41677 \end_inset
41678
41679 Bittersweet
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685 }{
41686 \end_layout
41687
41688 \end_inset
41689
41690
41691 \begin_inset Phantom Phantom
41692 status open
41693
41694 \begin_layout Plain Layout
41695 W
41696 \end_layout
41697
41698 \end_inset
41699
41700
41701 \begin_inset ERT
41702 status collapsed
41703
41704 \begin_layout Plain Layout
41705
41706 }
41707 \end_layout
41708
41709 \end_inset
41710
41711  Bittersweet
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 <cell alignment="center" valignment="top" usebox="none">
41717 \begin_inset Text
41718
41719 \begin_layout Plain Layout
41720 \begin_inset ERT
41721 status collapsed
41722
41723 \begin_layout Plain Layout
41724
41725
41726 \backslash
41727 fcolorbox{black}{
41728 \end_layout
41729
41730 \end_inset
41731
41732 BlueGreen
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738 }{
41739 \end_layout
41740
41741 \end_inset
41742
41743
41744 \begin_inset Phantom Phantom
41745 status open
41746
41747 \begin_layout Plain Layout
41748 W
41749 \end_layout
41750
41751 \end_inset
41752
41753
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759 }
41760 \end_layout
41761
41762 \end_inset
41763
41764  BlueGreen
41765 \end_layout
41766
41767 \end_inset
41768 </cell>
41769 </row>
41770 <row>
41771 <cell alignment="left" valignment="top" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780
41781 \backslash
41782 fcolorbox{black}{
41783 \end_layout
41784
41785 \end_inset
41786
41787 BlueViolet
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793 }{
41794 \end_layout
41795
41796 \end_inset
41797
41798
41799 \begin_inset Phantom Phantom
41800 status open
41801
41802 \begin_layout Plain Layout
41803 W
41804 \end_layout
41805
41806 \end_inset
41807
41808
41809 \begin_inset ERT
41810 status collapsed
41811
41812 \begin_layout Plain Layout
41813
41814 }
41815 \end_layout
41816
41817 \end_inset
41818
41819  BlueViolet
41820 \end_layout
41821
41822 \end_inset
41823 </cell>
41824 <cell alignment="left" valignment="top" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833
41834 \backslash
41835 fcolorbox{black}{
41836 \end_layout
41837
41838 \end_inset
41839
41840 BrickRed
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846 }{
41847 \end_layout
41848
41849 \end_inset
41850
41851
41852 \begin_inset Phantom Phantom
41853 status open
41854
41855 \begin_layout Plain Layout
41856 W
41857 \end_layout
41858
41859 \end_inset
41860
41861
41862 \begin_inset ERT
41863 status collapsed
41864
41865 \begin_layout Plain Layout
41866
41867 }
41868 \end_layout
41869
41870 \end_inset
41871
41872  BrickRed
41873 \end_layout
41874
41875 \end_inset
41876 </cell>
41877 <cell alignment="left" valignment="top" usebox="none">
41878 \begin_inset Text
41879
41880 \begin_layout Plain Layout
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886
41887 \backslash
41888 fcolorbox{black}{
41889 \end_layout
41890
41891 \end_inset
41892
41893 Brown
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899 }{
41900 \end_layout
41901
41902 \end_inset
41903
41904
41905 \begin_inset Phantom Phantom
41906 status open
41907
41908 \begin_layout Plain Layout
41909 W
41910 \end_layout
41911
41912 \end_inset
41913
41914
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }
41921 \end_layout
41922
41923 \end_inset
41924
41925  Brown
41926 \end_layout
41927
41928 \end_inset
41929 </cell>
41930 <cell alignment="left" valignment="top" usebox="none">
41931 \begin_inset Text
41932
41933 \begin_layout Plain Layout
41934 \begin_inset ERT
41935 status collapsed
41936
41937 \begin_layout Plain Layout
41938
41939
41940 \backslash
41941 fcolorbox{black}{
41942 \end_layout
41943
41944 \end_inset
41945
41946 BurntOrange
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952 }{
41953 \end_layout
41954
41955 \end_inset
41956
41957
41958 \begin_inset Phantom Phantom
41959 status open
41960
41961 \begin_layout Plain Layout
41962 W
41963 \end_layout
41964
41965 \end_inset
41966
41967
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973 }
41974 \end_layout
41975
41976 \end_inset
41977
41978  BurntOrange
41979 \end_layout
41980
41981 \end_inset
41982 </cell>
41983 </row>
41984 <row>
41985 <cell alignment="left" valignment="top" usebox="none">
41986 \begin_inset Text
41987
41988 \begin_layout Plain Layout
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994
41995 \backslash
41996 fcolorbox{black}{
41997 \end_layout
41998
41999 \end_inset
42000
42001 CadetBlue
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007 }{
42008 \end_layout
42009
42010 \end_inset
42011
42012
42013 \begin_inset Phantom Phantom
42014 status open
42015
42016 \begin_layout Plain Layout
42017 W
42018 \end_layout
42019
42020 \end_inset
42021
42022
42023 \begin_inset ERT
42024 status collapsed
42025
42026 \begin_layout Plain Layout
42027
42028 }
42029 \end_layout
42030
42031 \end_inset
42032
42033  CadetBlue
42034 \end_layout
42035
42036 \end_inset
42037 </cell>
42038 <cell alignment="left" valignment="top" usebox="none">
42039 \begin_inset Text
42040
42041 \begin_layout Plain Layout
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047
42048 \backslash
42049 fcolorbox{black}{
42050 \end_layout
42051
42052 \end_inset
42053
42054 CarnationPink
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060 }{
42061 \end_layout
42062
42063 \end_inset
42064
42065
42066 \begin_inset Phantom Phantom
42067 status open
42068
42069 \begin_layout Plain Layout
42070 W
42071 \end_layout
42072
42073 \end_inset
42074
42075
42076 \begin_inset ERT
42077 status collapsed
42078
42079 \begin_layout Plain Layout
42080
42081 }
42082 \end_layout
42083
42084 \end_inset
42085
42086  CarnationPink
42087 \end_layout
42088
42089 \end_inset
42090 </cell>
42091 <cell alignment="left" valignment="top" usebox="none">
42092 \begin_inset Text
42093
42094 \begin_layout Plain Layout
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100
42101 \backslash
42102 fcolorbox{black}{
42103 \end_layout
42104
42105 \end_inset
42106
42107 Cerulean
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113 }{
42114 \end_layout
42115
42116 \end_inset
42117
42118
42119 \begin_inset Phantom Phantom
42120 status open
42121
42122 \begin_layout Plain Layout
42123 W
42124 \end_layout
42125
42126 \end_inset
42127
42128
42129 \begin_inset ERT
42130 status collapsed
42131
42132 \begin_layout Plain Layout
42133
42134 }
42135 \end_layout
42136
42137 \end_inset
42138
42139  Cerulean
42140 \end_layout
42141
42142 \end_inset
42143 </cell>
42144 <cell alignment="left" valignment="top" usebox="none">
42145 \begin_inset Text
42146
42147 \begin_layout Plain Layout
42148 \begin_inset ERT
42149 status collapsed
42150
42151 \begin_layout Plain Layout
42152
42153
42154 \backslash
42155 fcolorbox{black}{
42156 \end_layout
42157
42158 \end_inset
42159
42160 CornflowerBlue
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166 }{
42167 \end_layout
42168
42169 \end_inset
42170
42171
42172 \begin_inset Phantom Phantom
42173 status open
42174
42175 \begin_layout Plain Layout
42176 W
42177 \end_layout
42178
42179 \end_inset
42180
42181
42182 \begin_inset ERT
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186
42187 }
42188 \end_layout
42189
42190 \end_inset
42191
42192  CornflowerBlue
42193 \end_layout
42194
42195 \end_inset
42196 </cell>
42197 </row>
42198 <row>
42199 <cell alignment="left" valignment="top" usebox="none">
42200 \begin_inset Text
42201
42202 \begin_layout Plain Layout
42203 \begin_inset ERT
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207
42208
42209 \backslash
42210 fcolorbox{black}{
42211 \end_layout
42212
42213 \end_inset
42214
42215 Dandelion
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221 }{
42222 \end_layout
42223
42224 \end_inset
42225
42226
42227 \begin_inset Phantom Phantom
42228 status open
42229
42230 \begin_layout Plain Layout
42231 W
42232 \end_layout
42233
42234 \end_inset
42235
42236
42237 \begin_inset ERT
42238 status collapsed
42239
42240 \begin_layout Plain Layout
42241
42242 }
42243 \end_layout
42244
42245 \end_inset
42246
42247  Dandelion
42248 \end_layout
42249
42250 \end_inset
42251 </cell>
42252 <cell alignment="left" valignment="top" usebox="none">
42253 \begin_inset Text
42254
42255 \begin_layout Plain Layout
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261
42262 \backslash
42263 fcolorbox{black}{
42264 \end_layout
42265
42266 \end_inset
42267
42268 DarkOrchid
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274 }{
42275 \end_layout
42276
42277 \end_inset
42278
42279
42280 \begin_inset Phantom Phantom
42281 status open
42282
42283 \begin_layout Plain Layout
42284 W
42285 \end_layout
42286
42287 \end_inset
42288
42289
42290 \begin_inset ERT
42291 status collapsed
42292
42293 \begin_layout Plain Layout
42294
42295 }
42296 \end_layout
42297
42298 \end_inset
42299
42300  DarkOrchid
42301 \end_layout
42302
42303 \end_inset
42304 </cell>
42305 <cell alignment="left" valignment="top" usebox="none">
42306 \begin_inset Text
42307
42308 \begin_layout Plain Layout
42309 \begin_inset ERT
42310 status collapsed
42311
42312 \begin_layout Plain Layout
42313
42314
42315 \backslash
42316 fcolorbox{black}{
42317 \end_layout
42318
42319 \end_inset
42320
42321 Emerald
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327 }{
42328 \end_layout
42329
42330 \end_inset
42331
42332
42333 \begin_inset Phantom Phantom
42334 status open
42335
42336 \begin_layout Plain Layout
42337 W
42338 \end_layout
42339
42340 \end_inset
42341
42342
42343 \begin_inset ERT
42344 status collapsed
42345
42346 \begin_layout Plain Layout
42347
42348 }
42349 \end_layout
42350
42351 \end_inset
42352
42353  Emerald
42354 \end_layout
42355
42356 \end_inset
42357 </cell>
42358 <cell alignment="left" valignment="top" usebox="none">
42359 \begin_inset Text
42360
42361 \begin_layout Plain Layout
42362 \begin_inset ERT
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366
42367
42368 \backslash
42369 fcolorbox{black}{
42370 \end_layout
42371
42372 \end_inset
42373
42374 ForestGreen
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380 }{
42381 \end_layout
42382
42383 \end_inset
42384
42385
42386 \begin_inset Phantom Phantom
42387 status open
42388
42389 \begin_layout Plain Layout
42390 W
42391 \end_layout
42392
42393 \end_inset
42394
42395
42396 \begin_inset ERT
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400
42401 }
42402 \end_layout
42403
42404 \end_inset
42405
42406  ForestGreen
42407 \end_layout
42408
42409 \end_inset
42410 </cell>
42411 </row>
42412 <row>
42413 <cell alignment="left" valignment="top" usebox="none">
42414 \begin_inset Text
42415
42416 \begin_layout Plain Layout
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422
42423 \backslash
42424 fcolorbox{black}{
42425 \end_layout
42426
42427 \end_inset
42428
42429 Fuchsia
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435 }{
42436 \end_layout
42437
42438 \end_inset
42439
42440
42441 \begin_inset Phantom Phantom
42442 status open
42443
42444 \begin_layout Plain Layout
42445 W
42446 \end_layout
42447
42448 \end_inset
42449
42450
42451 \begin_inset ERT
42452 status collapsed
42453
42454 \begin_layout Plain Layout
42455
42456 }
42457 \end_layout
42458
42459 \end_inset
42460
42461  Fuchsia
42462 \end_layout
42463
42464 \end_inset
42465 </cell>
42466 <cell alignment="left" valignment="top" usebox="none">
42467 \begin_inset Text
42468
42469 \begin_layout Plain Layout
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475
42476 \backslash
42477 fcolorbox{black}{
42478 \end_layout
42479
42480 \end_inset
42481
42482 Goldenrod
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488 }{
42489 \end_layout
42490
42491 \end_inset
42492
42493
42494 \begin_inset Phantom Phantom
42495 status open
42496
42497 \begin_layout Plain Layout
42498 W
42499 \end_layout
42500
42501 \end_inset
42502
42503
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }
42510 \end_layout
42511
42512 \end_inset
42513
42514  Goldenrod
42515 \end_layout
42516
42517 \end_inset
42518 </cell>
42519 <cell alignment="left" valignment="top" usebox="none">
42520 \begin_inset Text
42521
42522 \begin_layout Plain Layout
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528
42529 \backslash
42530 fcolorbox{black}{
42531 \end_layout
42532
42533 \end_inset
42534
42535 Gray
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }{
42542 \end_layout
42543
42544 \end_inset
42545
42546
42547 \begin_inset Phantom Phantom
42548 status open
42549
42550 \begin_layout Plain Layout
42551 W
42552 \end_layout
42553
42554 \end_inset
42555
42556
42557 \begin_inset ERT
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561
42562 }
42563 \end_layout
42564
42565 \end_inset
42566
42567  Gray
42568 \end_layout
42569
42570 \end_inset
42571 </cell>
42572 <cell alignment="left" valignment="top" usebox="none">
42573 \begin_inset Text
42574
42575 \begin_layout Plain Layout
42576 \begin_inset ERT
42577 status collapsed
42578
42579 \begin_layout Plain Layout
42580
42581
42582 \backslash
42583 fcolorbox{black}{
42584 \end_layout
42585
42586 \end_inset
42587
42588 GreenYellow
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594 }{
42595 \end_layout
42596
42597 \end_inset
42598
42599
42600 \begin_inset Phantom Phantom
42601 status open
42602
42603 \begin_layout Plain Layout
42604 W
42605 \end_layout
42606
42607 \end_inset
42608
42609
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615 }
42616 \end_layout
42617
42618 \end_inset
42619
42620  GreenYellow
42621 \end_layout
42622
42623 \end_inset
42624 </cell>
42625 </row>
42626 <row>
42627 <cell alignment="center" valignment="top" usebox="none">
42628 \begin_inset Text
42629
42630 \begin_layout Plain Layout
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636
42637 \backslash
42638 fcolorbox{black}{
42639 \end_layout
42640
42641 \end_inset
42642
42643 JungleGreen
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649 }{
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset Phantom Phantom
42656 status open
42657
42658 \begin_layout Plain Layout
42659 W
42660 \end_layout
42661
42662 \end_inset
42663
42664
42665 \begin_inset ERT
42666 status collapsed
42667
42668 \begin_layout Plain Layout
42669
42670 }
42671 \end_layout
42672
42673 \end_inset
42674
42675  JungleGreen
42676 \end_layout
42677
42678 \end_inset
42679 </cell>
42680 <cell alignment="center" valignment="top" usebox="none">
42681 \begin_inset Text
42682
42683 \begin_layout Plain Layout
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689
42690 \backslash
42691 fcolorbox{black}{
42692 \end_layout
42693
42694 \end_inset
42695
42696 Lavender
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702 }{
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset Phantom Phantom
42709 status open
42710
42711 \begin_layout Plain Layout
42712 W
42713 \end_layout
42714
42715 \end_inset
42716
42717
42718 \begin_inset ERT
42719 status collapsed
42720
42721 \begin_layout Plain Layout
42722
42723 }
42724 \end_layout
42725
42726 \end_inset
42727
42728  Lavender
42729 \end_layout
42730
42731 \end_inset
42732 </cell>
42733 <cell alignment="center" valignment="top" usebox="none">
42734 \begin_inset Text
42735
42736 \begin_layout Plain Layout
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742
42743 \backslash
42744 fcolorbox{black}{
42745 \end_layout
42746
42747 \end_inset
42748
42749 LimeGreen
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755 }{
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset Phantom Phantom
42762 status open
42763
42764 \begin_layout Plain Layout
42765 W
42766 \end_layout
42767
42768 \end_inset
42769
42770
42771 \begin_inset ERT
42772 status collapsed
42773
42774 \begin_layout Plain Layout
42775
42776 }
42777 \end_layout
42778
42779 \end_inset
42780
42781  LimeGreen
42782 \end_layout
42783
42784 \end_inset
42785 </cell>
42786 <cell alignment="center" valignment="top" usebox="none">
42787 \begin_inset Text
42788
42789 \begin_layout Plain Layout
42790 \begin_inset ERT
42791 status collapsed
42792
42793 \begin_layout Plain Layout
42794
42795
42796 \backslash
42797 fcolorbox{black}{
42798 \end_layout
42799
42800 \end_inset
42801
42802 Mahogany
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808 }{
42809 \end_layout
42810
42811 \end_inset
42812
42813
42814 \begin_inset Phantom Phantom
42815 status open
42816
42817 \begin_layout Plain Layout
42818 W
42819 \end_layout
42820
42821 \end_inset
42822
42823
42824 \begin_inset ERT
42825 status collapsed
42826
42827 \begin_layout Plain Layout
42828
42829 }
42830 \end_layout
42831
42832 \end_inset
42833
42834  Mahogany
42835 \end_layout
42836
42837 \end_inset
42838 </cell>
42839 </row>
42840 <row>
42841 <cell alignment="left" valignment="top" usebox="none">
42842 \begin_inset Text
42843
42844 \begin_layout Plain Layout
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850
42851 \backslash
42852 fcolorbox{black}{
42853 \end_layout
42854
42855 \end_inset
42856
42857 Mahogany
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863 }{
42864 \end_layout
42865
42866 \end_inset
42867
42868
42869 \begin_inset Phantom Phantom
42870 status open
42871
42872 \begin_layout Plain Layout
42873 W
42874 \end_layout
42875
42876 \end_inset
42877
42878
42879 \begin_inset ERT
42880 status collapsed
42881
42882 \begin_layout Plain Layout
42883
42884 }
42885 \end_layout
42886
42887 \end_inset
42888
42889  Mahogany
42890 \end_layout
42891
42892 \end_inset
42893 </cell>
42894 <cell alignment="left" valignment="top" usebox="none">
42895 \begin_inset Text
42896
42897 \begin_layout Plain Layout
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903
42904 \backslash
42905 fcolorbox{black}{
42906 \end_layout
42907
42908 \end_inset
42909
42910 Maroon
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916 }{
42917 \end_layout
42918
42919 \end_inset
42920
42921
42922 \begin_inset Phantom Phantom
42923 status open
42924
42925 \begin_layout Plain Layout
42926 W
42927 \end_layout
42928
42929 \end_inset
42930
42931
42932 \begin_inset ERT
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936
42937 }
42938 \end_layout
42939
42940 \end_inset
42941
42942  Maroon
42943 \end_layout
42944
42945 \end_inset
42946 </cell>
42947 <cell alignment="left" valignment="top" usebox="none">
42948 \begin_inset Text
42949
42950 \begin_layout Plain Layout
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956
42957 \backslash
42958 fcolorbox{black}{
42959 \end_layout
42960
42961 \end_inset
42962
42963 Melon
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969 }{
42970 \end_layout
42971
42972 \end_inset
42973
42974
42975 \begin_inset Phantom Phantom
42976 status open
42977
42978 \begin_layout Plain Layout
42979 W
42980 \end_layout
42981
42982 \end_inset
42983
42984
42985 \begin_inset ERT
42986 status collapsed
42987
42988 \begin_layout Plain Layout
42989
42990 }
42991 \end_layout
42992
42993 \end_inset
42994
42995  Melon
42996 \end_layout
42997
42998 \end_inset
42999 </cell>
43000 <cell alignment="left" valignment="top" usebox="none">
43001 \begin_inset Text
43002
43003 \begin_layout Plain Layout
43004 \begin_inset ERT
43005 status collapsed
43006
43007 \begin_layout Plain Layout
43008
43009
43010 \backslash
43011 fcolorbox{black}{
43012 \end_layout
43013
43014 \end_inset
43015
43016 MidnightBlue
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022 }{
43023 \end_layout
43024
43025 \end_inset
43026
43027
43028 \begin_inset Phantom Phantom
43029 status open
43030
43031 \begin_layout Plain Layout
43032 W
43033 \end_layout
43034
43035 \end_inset
43036
43037
43038 \begin_inset ERT
43039 status collapsed
43040
43041 \begin_layout Plain Layout
43042
43043 }
43044 \end_layout
43045
43046 \end_inset
43047
43048  MidnightBlue
43049 \end_layout
43050
43051 \end_inset
43052 </cell>
43053 </row>
43054 <row>
43055 <cell alignment="left" valignment="top" usebox="none">
43056 \begin_inset Text
43057
43058 \begin_layout Plain Layout
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064
43065 \backslash
43066 fcolorbox{black}{
43067 \end_layout
43068
43069 \end_inset
43070
43071 Mulberry
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077 }{
43078 \end_layout
43079
43080 \end_inset
43081
43082
43083 \begin_inset Phantom Phantom
43084 status open
43085
43086 \begin_layout Plain Layout
43087 W
43088 \end_layout
43089
43090 \end_inset
43091
43092
43093 \begin_inset ERT
43094 status collapsed
43095
43096 \begin_layout Plain Layout
43097
43098 }
43099 \end_layout
43100
43101 \end_inset
43102
43103  Mulberry
43104 \end_layout
43105
43106 \end_inset
43107 </cell>
43108 <cell alignment="left" valignment="top" usebox="none">
43109 \begin_inset Text
43110
43111 \begin_layout Plain Layout
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117
43118 \backslash
43119 fcolorbox{black}{
43120 \end_layout
43121
43122 \end_inset
43123
43124 NavyBlue
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130 }{
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \begin_inset Phantom Phantom
43137 status open
43138
43139 \begin_layout Plain Layout
43140 W
43141 \end_layout
43142
43143 \end_inset
43144
43145
43146 \begin_inset ERT
43147 status collapsed
43148
43149 \begin_layout Plain Layout
43150
43151 }
43152 \end_layout
43153
43154 \end_inset
43155
43156  NavyBlue
43157 \end_layout
43158
43159 \end_inset
43160 </cell>
43161 <cell alignment="left" valignment="top" usebox="none">
43162 \begin_inset Text
43163
43164 \begin_layout Plain Layout
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170
43171 \backslash
43172 fcolorbox{black}{
43173 \end_layout
43174
43175 \end_inset
43176
43177 OliveGreen
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183 }{
43184 \end_layout
43185
43186 \end_inset
43187
43188
43189 \begin_inset Phantom Phantom
43190 status open
43191
43192 \begin_layout Plain Layout
43193 W
43194 \end_layout
43195
43196 \end_inset
43197
43198
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }
43205 \end_layout
43206
43207 \end_inset
43208
43209  OliveGreen
43210 \end_layout
43211
43212 \end_inset
43213 </cell>
43214 <cell alignment="left" valignment="top" usebox="none">
43215 \begin_inset Text
43216
43217 \begin_layout Plain Layout
43218 \begin_inset ERT
43219 status collapsed
43220
43221 \begin_layout Plain Layout
43222
43223
43224 \backslash
43225 fcolorbox{black}{
43226 \end_layout
43227
43228 \end_inset
43229
43230 Orange
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236 }{
43237 \end_layout
43238
43239 \end_inset
43240
43241
43242 \begin_inset Phantom Phantom
43243 status open
43244
43245 \begin_layout Plain Layout
43246 W
43247 \end_layout
43248
43249 \end_inset
43250
43251
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }
43258 \end_layout
43259
43260 \end_inset
43261
43262  Orange
43263 \end_layout
43264
43265 \end_inset
43266 </cell>
43267 </row>
43268 <row>
43269 <cell alignment="left" valignment="top" usebox="none">
43270 \begin_inset Text
43271
43272 \begin_layout Plain Layout
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278
43279 \backslash
43280 fcolorbox{black}{
43281 \end_layout
43282
43283 \end_inset
43284
43285 OrangeRed
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291 }{
43292 \end_layout
43293
43294 \end_inset
43295
43296
43297 \begin_inset Phantom Phantom
43298 status open
43299
43300 \begin_layout Plain Layout
43301 W
43302 \end_layout
43303
43304 \end_inset
43305
43306
43307 \begin_inset ERT
43308 status collapsed
43309
43310 \begin_layout Plain Layout
43311
43312 }
43313 \end_layout
43314
43315 \end_inset
43316
43317  OrangeRed
43318 \end_layout
43319
43320 \end_inset
43321 </cell>
43322 <cell alignment="left" valignment="top" usebox="none">
43323 \begin_inset Text
43324
43325 \begin_layout Plain Layout
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331
43332 \backslash
43333 fcolorbox{black}{
43334 \end_layout
43335
43336 \end_inset
43337
43338 Orchid
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344 }{
43345 \end_layout
43346
43347 \end_inset
43348
43349
43350 \begin_inset Phantom Phantom
43351 status open
43352
43353 \begin_layout Plain Layout
43354 W
43355 \end_layout
43356
43357 \end_inset
43358
43359
43360 \begin_inset ERT
43361 status collapsed
43362
43363 \begin_layout Plain Layout
43364
43365 }
43366 \end_layout
43367
43368 \end_inset
43369
43370  Orchid
43371 \end_layout
43372
43373 \end_inset
43374 </cell>
43375 <cell alignment="left" valignment="top" usebox="none">
43376 \begin_inset Text
43377
43378 \begin_layout Plain Layout
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384
43385 \backslash
43386 fcolorbox{black}{
43387 \end_layout
43388
43389 \end_inset
43390
43391 Peach
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397 }{
43398 \end_layout
43399
43400 \end_inset
43401
43402
43403 \begin_inset Phantom Phantom
43404 status open
43405
43406 \begin_layout Plain Layout
43407 W
43408 \end_layout
43409
43410 \end_inset
43411
43412
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }
43419 \end_layout
43420
43421 \end_inset
43422
43423  Peach
43424 \end_layout
43425
43426 \end_inset
43427 </cell>
43428 <cell alignment="left" valignment="top" usebox="none">
43429 \begin_inset Text
43430
43431 \begin_layout Plain Layout
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437
43438 \backslash
43439 fcolorbox{black}{
43440 \end_layout
43441
43442 \end_inset
43443
43444 Periwinkle
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450 }{
43451 \end_layout
43452
43453 \end_inset
43454
43455
43456 \begin_inset Phantom Phantom
43457 status open
43458
43459 \begin_layout Plain Layout
43460 W
43461 \end_layout
43462
43463 \end_inset
43464
43465
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471 }
43472 \end_layout
43473
43474 \end_inset
43475
43476  Periwinkle
43477 \end_layout
43478
43479 \end_inset
43480 </cell>
43481 </row>
43482 <row>
43483 <cell alignment="left" valignment="top" usebox="none">
43484 \begin_inset Text
43485
43486 \begin_layout Plain Layout
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492
43493 \backslash
43494 fcolorbox{black}{
43495 \end_layout
43496
43497 \end_inset
43498
43499 PineGreen
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505 }{
43506 \end_layout
43507
43508 \end_inset
43509
43510
43511 \begin_inset Phantom Phantom
43512 status open
43513
43514 \begin_layout Plain Layout
43515 W
43516 \end_layout
43517
43518 \end_inset
43519
43520
43521 \begin_inset ERT
43522 status collapsed
43523
43524 \begin_layout Plain Layout
43525
43526 }
43527 \end_layout
43528
43529 \end_inset
43530
43531  PineGreen
43532 \end_layout
43533
43534 \end_inset
43535 </cell>
43536 <cell alignment="left" valignment="top" usebox="none">
43537 \begin_inset Text
43538
43539 \begin_layout Plain Layout
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545
43546 \backslash
43547 fcolorbox{black}{
43548 \end_layout
43549
43550 \end_inset
43551
43552 Plum
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558 }{
43559 \end_layout
43560
43561 \end_inset
43562
43563
43564 \begin_inset Phantom Phantom
43565 status open
43566
43567 \begin_layout Plain Layout
43568 W
43569 \end_layout
43570
43571 \end_inset
43572
43573
43574 \begin_inset ERT
43575 status collapsed
43576
43577 \begin_layout Plain Layout
43578
43579 }
43580 \end_layout
43581
43582 \end_inset
43583
43584  Plum
43585 \end_layout
43586
43587 \end_inset
43588 </cell>
43589 <cell alignment="left" valignment="top" usebox="none">
43590 \begin_inset Text
43591
43592 \begin_layout Plain Layout
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598
43599 \backslash
43600 fcolorbox{black}{
43601 \end_layout
43602
43603 \end_inset
43604
43605 ProcessBlue
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611 }{
43612 \end_layout
43613
43614 \end_inset
43615
43616
43617 \begin_inset Phantom Phantom
43618 status open
43619
43620 \begin_layout Plain Layout
43621 W
43622 \end_layout
43623
43624 \end_inset
43625
43626
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }
43633 \end_layout
43634
43635 \end_inset
43636
43637  ProcessBlue
43638 \end_layout
43639
43640 \end_inset
43641 </cell>
43642 <cell alignment="left" valignment="top" usebox="none">
43643 \begin_inset Text
43644
43645 \begin_layout Plain Layout
43646 \begin_inset ERT
43647 status collapsed
43648
43649 \begin_layout Plain Layout
43650
43651
43652 \backslash
43653 fcolorbox{black}{
43654 \end_layout
43655
43656 \end_inset
43657
43658 Purple
43659 \begin_inset ERT
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663
43664 }{
43665 \end_layout
43666
43667 \end_inset
43668
43669
43670 \begin_inset Phantom Phantom
43671 status open
43672
43673 \begin_layout Plain Layout
43674 W
43675 \end_layout
43676
43677 \end_inset
43678
43679
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685 }
43686 \end_layout
43687
43688 \end_inset
43689
43690  Purple
43691 \end_layout
43692
43693 \end_inset
43694 </cell>
43695 </row>
43696 <row>
43697 <cell alignment="left" valignment="top" usebox="none">
43698 \begin_inset Text
43699
43700 \begin_layout Plain Layout
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706
43707 \backslash
43708 fcolorbox{black}{
43709 \end_layout
43710
43711 \end_inset
43712
43713 RawSienna
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719 }{
43720 \end_layout
43721
43722 \end_inset
43723
43724
43725 \begin_inset Phantom Phantom
43726 status open
43727
43728 \begin_layout Plain Layout
43729 W
43730 \end_layout
43731
43732 \end_inset
43733
43734
43735 \begin_inset ERT
43736 status collapsed
43737
43738 \begin_layout Plain Layout
43739
43740 }
43741 \end_layout
43742
43743 \end_inset
43744
43745  RawSienna
43746 \end_layout
43747
43748 \end_inset
43749 </cell>
43750 <cell alignment="left" valignment="top" usebox="none">
43751 \begin_inset Text
43752
43753 \begin_layout Plain Layout
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759
43760 \backslash
43761 fcolorbox{black}{
43762 \end_layout
43763
43764 \end_inset
43765
43766 RedOrange
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772 }{
43773 \end_layout
43774
43775 \end_inset
43776
43777
43778 \begin_inset Phantom Phantom
43779 status open
43780
43781 \begin_layout Plain Layout
43782 W
43783 \end_layout
43784
43785 \end_inset
43786
43787
43788 \begin_inset ERT
43789 status collapsed
43790
43791 \begin_layout Plain Layout
43792
43793 }
43794 \end_layout
43795
43796 \end_inset
43797
43798  RedOrange
43799 \end_layout
43800
43801 \end_inset
43802 </cell>
43803 <cell alignment="left" valignment="top" usebox="none">
43804 \begin_inset Text
43805
43806 \begin_layout Plain Layout
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812
43813 \backslash
43814 fcolorbox{black}{
43815 \end_layout
43816
43817 \end_inset
43818
43819 RedViolet
43820 \begin_inset ERT
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825 }{
43826 \end_layout
43827
43828 \end_inset
43829
43830
43831 \begin_inset Phantom Phantom
43832 status open
43833
43834 \begin_layout Plain Layout
43835 W
43836 \end_layout
43837
43838 \end_inset
43839
43840
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846 }
43847 \end_layout
43848
43849 \end_inset
43850
43851  RedViolet
43852 \end_layout
43853
43854 \end_inset
43855 </cell>
43856 <cell alignment="left" valignment="top" usebox="none">
43857 \begin_inset Text
43858
43859 \begin_layout Plain Layout
43860 \begin_inset ERT
43861 status collapsed
43862
43863 \begin_layout Plain Layout
43864
43865
43866 \backslash
43867 fcolorbox{black}{
43868 \end_layout
43869
43870 \end_inset
43871
43872 Rhodamine
43873 \begin_inset ERT
43874 status collapsed
43875
43876 \begin_layout Plain Layout
43877
43878 }{
43879 \end_layout
43880
43881 \end_inset
43882
43883
43884 \begin_inset Phantom Phantom
43885 status open
43886
43887 \begin_layout Plain Layout
43888 W
43889 \end_layout
43890
43891 \end_inset
43892
43893
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899 }
43900 \end_layout
43901
43902 \end_inset
43903
43904  Rhodamine
43905 \end_layout
43906
43907 \end_inset
43908 </cell>
43909 </row>
43910 <row>
43911 <cell alignment="left" valignment="top" usebox="none">
43912 \begin_inset Text
43913
43914 \begin_layout Plain Layout
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920
43921 \backslash
43922 fcolorbox{black}{
43923 \end_layout
43924
43925 \end_inset
43926
43927 RoyalBlue
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933 }{
43934 \end_layout
43935
43936 \end_inset
43937
43938
43939 \begin_inset Phantom Phantom
43940 status open
43941
43942 \begin_layout Plain Layout
43943 W
43944 \end_layout
43945
43946 \end_inset
43947
43948
43949 \begin_inset ERT
43950 status collapsed
43951
43952 \begin_layout Plain Layout
43953
43954 }
43955 \end_layout
43956
43957 \end_inset
43958
43959  RoyalBlue
43960 \end_layout
43961
43962 \end_inset
43963 </cell>
43964 <cell alignment="left" valignment="top" usebox="none">
43965 \begin_inset Text
43966
43967 \begin_layout Plain Layout
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973
43974 \backslash
43975 fcolorbox{black}{
43976 \end_layout
43977
43978 \end_inset
43979
43980 RoyalPurple
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986 }{
43987 \end_layout
43988
43989 \end_inset
43990
43991
43992 \begin_inset Phantom Phantom
43993 status open
43994
43995 \begin_layout Plain Layout
43996 W
43997 \end_layout
43998
43999 \end_inset
44000
44001
44002 \begin_inset ERT
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007 }
44008 \end_layout
44009
44010 \end_inset
44011
44012  RoyalPurple
44013 \end_layout
44014
44015 \end_inset
44016 </cell>
44017 <cell alignment="left" valignment="top" usebox="none">
44018 \begin_inset Text
44019
44020 \begin_layout Plain Layout
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026
44027 \backslash
44028 fcolorbox{black}{
44029 \end_layout
44030
44031 \end_inset
44032
44033 RubineRed
44034 \begin_inset ERT
44035 status collapsed
44036
44037 \begin_layout Plain Layout
44038
44039 }{
44040 \end_layout
44041
44042 \end_inset
44043
44044
44045 \begin_inset Phantom Phantom
44046 status open
44047
44048 \begin_layout Plain Layout
44049 W
44050 \end_layout
44051
44052 \end_inset
44053
44054
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }
44061 \end_layout
44062
44063 \end_inset
44064
44065  RubineRed
44066 \end_layout
44067
44068 \end_inset
44069 </cell>
44070 <cell alignment="left" valignment="top" usebox="none">
44071 \begin_inset Text
44072
44073 \begin_layout Plain Layout
44074 \begin_inset ERT
44075 status collapsed
44076
44077 \begin_layout Plain Layout
44078
44079
44080 \backslash
44081 fcolorbox{black}{
44082 \end_layout
44083
44084 \end_inset
44085
44086 Salmon
44087 \begin_inset ERT
44088 status collapsed
44089
44090 \begin_layout Plain Layout
44091
44092 }{
44093 \end_layout
44094
44095 \end_inset
44096
44097
44098 \begin_inset Phantom Phantom
44099 status open
44100
44101 \begin_layout Plain Layout
44102 W
44103 \end_layout
44104
44105 \end_inset
44106
44107
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113 }
44114 \end_layout
44115
44116 \end_inset
44117
44118  Salmon
44119 \end_layout
44120
44121 \end_inset
44122 </cell>
44123 </row>
44124 <row>
44125 <cell alignment="left" valignment="top" usebox="none">
44126 \begin_inset Text
44127
44128 \begin_layout Plain Layout
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134
44135 \backslash
44136 fcolorbox{black}{
44137 \end_layout
44138
44139 \end_inset
44140
44141 SeaGreen
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147 }{
44148 \end_layout
44149
44150 \end_inset
44151
44152
44153 \begin_inset Phantom Phantom
44154 status open
44155
44156 \begin_layout Plain Layout
44157 W
44158 \end_layout
44159
44160 \end_inset
44161
44162
44163 \begin_inset ERT
44164 status collapsed
44165
44166 \begin_layout Plain Layout
44167
44168 }
44169 \end_layout
44170
44171 \end_inset
44172
44173  SeaGreen
44174 \end_layout
44175
44176 \end_inset
44177 </cell>
44178 <cell alignment="left" valignment="top" usebox="none">
44179 \begin_inset Text
44180
44181 \begin_layout Plain Layout
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187
44188 \backslash
44189 fcolorbox{black}{
44190 \end_layout
44191
44192 \end_inset
44193
44194 Sepia
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200 }{
44201 \end_layout
44202
44203 \end_inset
44204
44205
44206 \begin_inset Phantom Phantom
44207 status open
44208
44209 \begin_layout Plain Layout
44210 W
44211 \end_layout
44212
44213 \end_inset
44214
44215
44216 \begin_inset ERT
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220
44221 }
44222 \end_layout
44223
44224 \end_inset
44225
44226  Sepia
44227 \end_layout
44228
44229 \end_inset
44230 </cell>
44231 <cell alignment="left" valignment="top" usebox="none">
44232 \begin_inset Text
44233
44234 \begin_layout Plain Layout
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240
44241 \backslash
44242 fcolorbox{black}{
44243 \end_layout
44244
44245 \end_inset
44246
44247 SkyBlue
44248 \begin_inset ERT
44249 status collapsed
44250
44251 \begin_layout Plain Layout
44252
44253 }{
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \begin_inset Phantom Phantom
44260 status open
44261
44262 \begin_layout Plain Layout
44263 W
44264 \end_layout
44265
44266 \end_inset
44267
44268
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }
44275 \end_layout
44276
44277 \end_inset
44278
44279  SkyBlue
44280 \end_layout
44281
44282 \end_inset
44283 </cell>
44284 <cell alignment="left" valignment="top" usebox="none">
44285 \begin_inset Text
44286
44287 \begin_layout Plain Layout
44288 \begin_inset ERT
44289 status collapsed
44290
44291 \begin_layout Plain Layout
44292
44293
44294 \backslash
44295 fcolorbox{black}{
44296 \end_layout
44297
44298 \end_inset
44299
44300 SpringGreen
44301 \begin_inset ERT
44302 status collapsed
44303
44304 \begin_layout Plain Layout
44305
44306 }{
44307 \end_layout
44308
44309 \end_inset
44310
44311
44312 \begin_inset Phantom Phantom
44313 status open
44314
44315 \begin_layout Plain Layout
44316 W
44317 \end_layout
44318
44319 \end_inset
44320
44321
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327 }
44328 \end_layout
44329
44330 \end_inset
44331
44332  SpringGreen
44333 \end_layout
44334
44335 \end_inset
44336 </cell>
44337 </row>
44338 <row>
44339 <cell alignment="left" valignment="top" usebox="none">
44340 \begin_inset Text
44341
44342 \begin_layout Plain Layout
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348
44349 \backslash
44350 fcolorbox{black}{
44351 \end_layout
44352
44353 \end_inset
44354
44355 Tan
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361 }{
44362 \end_layout
44363
44364 \end_inset
44365
44366
44367 \begin_inset Phantom Phantom
44368 status open
44369
44370 \begin_layout Plain Layout
44371 W
44372 \end_layout
44373
44374 \end_inset
44375
44376
44377 \begin_inset ERT
44378 status collapsed
44379
44380 \begin_layout Plain Layout
44381
44382 }
44383 \end_layout
44384
44385 \end_inset
44386
44387  Tan
44388 \end_layout
44389
44390 \end_inset
44391 </cell>
44392 <cell alignment="left" valignment="top" usebox="none">
44393 \begin_inset Text
44394
44395 \begin_layout Plain Layout
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401
44402 \backslash
44403 fcolorbox{black}{
44404 \end_layout
44405
44406 \end_inset
44407
44408 TealBlue
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414 }{
44415 \end_layout
44416
44417 \end_inset
44418
44419
44420 \begin_inset Phantom Phantom
44421 status open
44422
44423 \begin_layout Plain Layout
44424 W
44425 \end_layout
44426
44427 \end_inset
44428
44429
44430 \begin_inset ERT
44431 status collapsed
44432
44433 \begin_layout Plain Layout
44434
44435 }
44436 \end_layout
44437
44438 \end_inset
44439
44440  TealBlue
44441 \end_layout
44442
44443 \end_inset
44444 </cell>
44445 <cell alignment="left" valignment="top" usebox="none">
44446 \begin_inset Text
44447
44448 \begin_layout Plain Layout
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454
44455 \backslash
44456 fcolorbox{black}{
44457 \end_layout
44458
44459 \end_inset
44460
44461 Thistle
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467 }{
44468 \end_layout
44469
44470 \end_inset
44471
44472
44473 \begin_inset Phantom Phantom
44474 status open
44475
44476 \begin_layout Plain Layout
44477 W
44478 \end_layout
44479
44480 \end_inset
44481
44482
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }
44489 \end_layout
44490
44491 \end_inset
44492
44493  Thistle
44494 \end_layout
44495
44496 \end_inset
44497 </cell>
44498 <cell alignment="left" valignment="top" usebox="none">
44499 \begin_inset Text
44500
44501 \begin_layout Plain Layout
44502 \begin_inset ERT
44503 status collapsed
44504
44505 \begin_layout Plain Layout
44506
44507
44508 \backslash
44509 fcolorbox{black}{
44510 \end_layout
44511
44512 \end_inset
44513
44514 Turquoise
44515 \begin_inset ERT
44516 status collapsed
44517
44518 \begin_layout Plain Layout
44519
44520 }{
44521 \end_layout
44522
44523 \end_inset
44524
44525
44526 \begin_inset Phantom Phantom
44527 status open
44528
44529 \begin_layout Plain Layout
44530 W
44531 \end_layout
44532
44533 \end_inset
44534
44535
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541 }
44542 \end_layout
44543
44544 \end_inset
44545
44546  Turquoise
44547 \end_layout
44548
44549 \end_inset
44550 </cell>
44551 </row>
44552 <row>
44553 <cell alignment="left" valignment="top" usebox="none">
44554 \begin_inset Text
44555
44556 \begin_layout Plain Layout
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562
44563 \backslash
44564 fcolorbox{black}{
44565 \end_layout
44566
44567 \end_inset
44568
44569 Violet
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575 }{
44576 \end_layout
44577
44578 \end_inset
44579
44580
44581 \begin_inset Phantom Phantom
44582 status open
44583
44584 \begin_layout Plain Layout
44585 W
44586 \end_layout
44587
44588 \end_inset
44589
44590
44591 \begin_inset ERT
44592 status collapsed
44593
44594 \begin_layout Plain Layout
44595
44596 }
44597 \end_layout
44598
44599 \end_inset
44600
44601  Violet
44602 \end_layout
44603
44604 \end_inset
44605 </cell>
44606 <cell alignment="left" valignment="top" usebox="none">
44607 \begin_inset Text
44608
44609 \begin_layout Plain Layout
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615
44616 \backslash
44617 fcolorbox{black}{
44618 \end_layout
44619
44620 \end_inset
44621
44622 VioletRed
44623 \begin_inset ERT
44624 status collapsed
44625
44626 \begin_layout Plain Layout
44627
44628 }{
44629 \end_layout
44630
44631 \end_inset
44632
44633
44634 \begin_inset Phantom Phantom
44635 status open
44636
44637 \begin_layout Plain Layout
44638 W
44639 \end_layout
44640
44641 \end_inset
44642
44643
44644 \begin_inset ERT
44645 status collapsed
44646
44647 \begin_layout Plain Layout
44648
44649 }
44650 \end_layout
44651
44652 \end_inset
44653
44654  VioletRed
44655 \end_layout
44656
44657 \end_inset
44658 </cell>
44659 <cell alignment="left" valignment="top" usebox="none">
44660 \begin_inset Text
44661
44662 \begin_layout Plain Layout
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668
44669 \backslash
44670 fcolorbox{black}{
44671 \end_layout
44672
44673 \end_inset
44674
44675 WildStrawberry
44676 \begin_inset ERT
44677 status collapsed
44678
44679 \begin_layout Plain Layout
44680
44681 }{
44682 \end_layout
44683
44684 \end_inset
44685
44686
44687 \begin_inset Phantom Phantom
44688 status open
44689
44690 \begin_layout Plain Layout
44691 W
44692 \end_layout
44693
44694 \end_inset
44695
44696
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702 }
44703 \end_layout
44704
44705 \end_inset
44706
44707  WildStrawberry
44708 \end_layout
44709
44710 \end_inset
44711 </cell>
44712 <cell alignment="left" valignment="top" usebox="none">
44713 \begin_inset Text
44714
44715 \begin_layout Plain Layout
44716 \begin_inset ERT
44717 status collapsed
44718
44719 \begin_layout Plain Layout
44720
44721
44722 \backslash
44723 fcolorbox{black}{
44724 \end_layout
44725
44726 \end_inset
44727
44728 YellowGreen
44729 \begin_inset ERT
44730 status collapsed
44731
44732 \begin_layout Plain Layout
44733
44734 }{
44735 \end_layout
44736
44737 \end_inset
44738
44739
44740 \begin_inset Phantom Phantom
44741 status open
44742
44743 \begin_layout Plain Layout
44744 W
44745 \end_layout
44746
44747 \end_inset
44748
44749
44750 \begin_inset ERT
44751 status collapsed
44752
44753 \begin_layout Plain Layout
44754
44755 }
44756 \end_layout
44757
44758 \end_inset
44759
44760  YellowGreen
44761 \end_layout
44762
44763 \end_inset
44764 </cell>
44765 </row>
44766 <row>
44767 <cell alignment="left" valignment="top" usebox="none">
44768 \begin_inset Text
44769
44770 \begin_layout Plain Layout
44771 \begin_inset ERT
44772 status collapsed
44773
44774 \begin_layout Plain Layout
44775
44776
44777 \backslash
44778 fcolorbox{black}{
44779 \end_layout
44780
44781 \end_inset
44782
44783 YellowOrange
44784 \begin_inset ERT
44785 status collapsed
44786
44787 \begin_layout Plain Layout
44788
44789 }{
44790 \end_layout
44791
44792 \end_inset
44793
44794
44795 \begin_inset Phantom Phantom
44796 status open
44797
44798 \begin_layout Plain Layout
44799 W
44800 \end_layout
44801
44802 \end_inset
44803
44804
44805 \begin_inset ERT
44806 status collapsed
44807
44808 \begin_layout Plain Layout
44809
44810 }
44811 \end_layout
44812
44813 \end_inset
44814
44815  YellowOrange
44816 \end_layout
44817
44818 \end_inset
44819 </cell>
44820 <cell alignment="left" valignment="top" usebox="none">
44821 \begin_inset Text
44822
44823 \begin_layout Plain Layout
44824
44825 \end_layout
44826
44827 \end_inset
44828 </cell>
44829 <cell alignment="left" valignment="top" usebox="none">
44830 \begin_inset Text
44831
44832 \begin_layout Plain Layout
44833
44834 \end_layout
44835
44836 \end_inset
44837 </cell>
44838 <cell alignment="left" valignment="top" usebox="none">
44839 \begin_inset Text
44840
44841 \begin_layout Plain Layout
44842
44843 \end_layout
44844
44845 \end_inset
44846 </cell>
44847 </row>
44848 </lyxtabular>
44849
44850 \end_inset
44851
44852
44853 \end_layout
44854
44855 \begin_layout Chapter
44856 Erklärung der Gleichung
44857 \begin_inset space ~
44858 \end_inset
44859
44860 (
44861 \begin_inset CommandInset ref
44862 LatexCommand ref
44863 reference "eq:Wgn"
44864
44865 \end_inset
44866
44867 )
44868 \begin_inset CommandInset label
44869 LatexCommand label
44870 name "kap:Erläuterung-einer-Gleichung"
44871
44872 \end_inset
44873
44874
44875 \end_layout
44876
44877 \begin_layout Standard
44878 Die Gesamtbreite von
44879 \emph on
44880  n
44881 \emph default
44882  Tabellenzellen 
44883 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44884 \end_inset
44885
44886  kann wie folgt berechnet werden:
44887 \begin_inset Formula 
44888 \begin{equation}
44889 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44890 \end{equation}
44891
44892 \end_inset
44893
44894
44895 \end_layout
44896
44897 \begin_layout Standard
44898 Dabei ist 
44899 \begin_inset Formula $W_{g\, n}$
44900 \end_inset
44901
44902  die Breite jeder Zelle.
44903
44904 \series bold
44905  
44906 \backslash
44907 tabcolsep
44908 \series default
44909  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
44910  Standardwert 6
44911 \begin_inset space \thinspace{}
44912 \end_inset
44913
44914 pt.
44915  
44916 \series bold
44917
44918 \backslash
44919 arrayrulewidth
44920 \series default
44921  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44922 \begin_inset space \thinspace{}
44923 \end_inset
44924
44925 pt.
44926 \end_layout
44927
44928 \begin_layout Standard
44929 Nach Gleichung
44930 \begin_inset space ~
44931 \end_inset
44932
44933
44934 \begin_inset CommandInset ref
44935 LatexCommand ref
44936 reference "eq:Wtot_n"
44937
44938 \end_inset
44939
44940  ist die Gesamtbreite einer Mehrfachspalte, 
44941 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44942 \end_inset
44943
44944 ,
44945 \begin_inset Formula 
44946 \begin{equation}
44947 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44948 \end{equation}
44949
44950 \end_inset
44951
44952
44953 \end_layout
44954
44955 \begin_layout Standard
44956 Setzt man die Gleichungen
44957 \begin_inset space ~
44958 \end_inset
44959
44960
44961 \begin_inset CommandInset ref
44962 LatexCommand ref
44963 reference "eq:Wtot_n"
44964
44965 \end_inset
44966
44967  und 
44968 \begin_inset CommandInset ref
44969 LatexCommand ref
44970 reference "eq:Wtot_mult"
44971
44972 \end_inset
44973
44974  gleich, kann man die benötigte Breite 
44975 \begin_inset Formula $W_{g\, n}$
44976 \end_inset
44977
44978 , wenn 
44979 \emph on
44980 n
44981 \emph default
44982  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44983 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44984 \end_inset
44985
44986  hat, berechnen:
44987 \begin_inset Formula 
44988 \begin{equation}
44989 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44990 \end{equation}
44991
44992 \end_inset
44993
44994
44995 \end_layout
44996
44997 \begin_layout Bibliography
44998 \labelwidthstring Literaturverzeichnis
44999 \begin_inset CommandInset bibitem
45000 LatexCommand bibitem
45001 key "latexcompanion"
45002
45003 \end_inset
45004
45005 Frank Mittelbach and Michel Goossens: 
45006 \emph on
45007 The LaTeX Companion Second Edition.
45008
45009 \emph default
45010  Addison-Wesley, 2004
45011 \end_layout
45012
45013 \begin_layout Bibliography
45014 \labelwidthstring Literaturverzeichnis
45015 \begin_inset CommandInset bibitem
45016 LatexCommand bibitem
45017 key "latexguide"
45018
45019 \end_inset
45020
45021 Helmut Kopka and Patrick W.
45022  Daly: 
45023 \emph on
45024 A Guide to LaTeX Fourth Edition.
45025
45026 \emph default
45027  Addison-Wesley, 2003
45028 \end_layout
45029
45030 \begin_layout Bibliography
45031 \labelwidthstring Literaturverzeichnis
45032 \begin_inset CommandInset bibitem
45033 LatexCommand bibitem
45034 key "lamport"
45035
45036 \end_inset
45037
45038 Leslie Lamport: 
45039 \emph on
45040 LaTeX: A Document Preparation System.
45041
45042 \emph default
45043  Addison-Wesley, second edition, 1994
45044 \end_layout
45045
45046 \begin_layout Bibliography
45047 \labelwidthstring Literaturverzeichnis
45048 \begin_inset CommandInset bibitem
45049 LatexCommand bibitem
45050 key "latex-praxisbuch"
45051
45052 \end_inset
45053
45054 Niedermair, Elke & Michael: 
45055 \emph on
45056 LaTeX-Praxisbuch
45057 \emph default
45058 , Franzis-Verlag, 2004
45059 \end_layout
45060
45061 \begin_layout Bibliography
45062 \labelwidthstring Literaturverzeichnis
45063 \begin_inset CommandInset bibitem
45064 LatexCommand bibitem
45065 key "arydshln"
45066
45067 \end_inset
45068
45069 Dokumentation des LaTeX-Pakets 
45070 \series bold
45071
45072 \begin_inset CommandInset href
45073 LatexCommand href
45074 name "arydshln"
45075 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45076
45077 \end_inset
45078
45079
45080 \series default
45081
45082 \begin_inset Index idx
45083 status collapsed
45084
45085 \begin_layout Plain Layout
45086 LaTeX-Pakete ! arydshln
45087 \end_layout
45088
45089 \end_inset
45090
45091
45092 \end_layout
45093
45094 \begin_layout Bibliography
45095 \labelwidthstring Literaturverzeichnis
45096 \begin_inset CommandInset bibitem
45097 LatexCommand bibitem
45098 key "booktabs"
45099
45100 \end_inset
45101
45102 Dokumentation des LaTeX-Pakets 
45103 \series bold
45104
45105 \begin_inset CommandInset href
45106 LatexCommand href
45107 name "booktabs"
45108 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45109
45110 \end_inset
45111
45112
45113 \series default
45114
45115 \begin_inset Index idx
45116 status collapsed
45117
45118 \begin_layout Plain Layout
45119 LaTeX-Pakete ! booktabs
45120 \end_layout
45121
45122 \end_inset
45123
45124
45125 \end_layout
45126
45127 \begin_layout Bibliography
45128 \labelwidthstring Literaturverzeichnis
45129 \begin_inset CommandInset bibitem
45130 LatexCommand bibitem
45131 key "caption"
45132
45133 \end_inset
45134
45135 Dokumentation des LaTeX-Pakets 
45136 \series bold
45137
45138 \begin_inset CommandInset href
45139 LatexCommand href
45140 name "caption"
45141 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45142
45143 \end_inset
45144
45145
45146 \series default
45147
45148 \begin_inset Index idx
45149 status collapsed
45150
45151 \begin_layout Plain Layout
45152 LaTeX-Pakete ! caption
45153 \end_layout
45154
45155 \end_inset
45156
45157
45158 \end_layout
45159
45160 \begin_layout Bibliography
45161 \labelwidthstring Literaturverzeichnis
45162 \begin_inset CommandInset bibitem
45163 LatexCommand bibitem
45164 key "diagbox"
45165
45166 \end_inset
45167
45168 Dokumentation des LaTeX-Pakets 
45169 \series bold
45170
45171 \begin_inset CommandInset href
45172 LatexCommand href
45173 name "diagbox"
45174 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45175
45176 \end_inset
45177
45178
45179 \series default
45180
45181 \begin_inset Index idx
45182 status collapsed
45183
45184 \begin_layout Plain Layout
45185 LaTeX-Pakete ! diagbox
45186 \end_layout
45187
45188 \end_inset
45189
45190
45191 \end_layout
45192
45193 \begin_layout Bibliography
45194 \labelwidthstring Literaturverzeichnis
45195 \begin_inset CommandInset bibitem
45196 LatexCommand bibitem
45197 key "endfloat"
45198
45199 \end_inset
45200
45201 Dokumentation des LaTeX-Pakets 
45202 \series bold
45203
45204 \begin_inset CommandInset href
45205 LatexCommand href
45206 name "endfloat"
45207 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45208
45209 \end_inset
45210
45211
45212 \series default
45213
45214 \begin_inset Index idx
45215 status collapsed
45216
45217 \begin_layout Plain Layout
45218 LaTeX-Pakete ! endfloat
45219 \end_layout
45220
45221 \end_inset
45222
45223
45224 \end_layout
45225
45226 \begin_layout Bibliography
45227 \labelwidthstring Literaturverzeichnis
45228 \begin_inset CommandInset bibitem
45229 LatexCommand bibitem
45230 key "footmisc"
45231
45232 \end_inset
45233
45234 Dokumentation des LaTeX-Pakets 
45235 \series bold
45236
45237 \begin_inset CommandInset href
45238 LatexCommand href
45239 name "footmisc"
45240 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45241
45242 \end_inset
45243
45244
45245 \series default
45246
45247 \begin_inset Index idx
45248 status collapsed
45249
45250 \begin_layout Plain Layout
45251 LaTeX-Pakete ! footmisc
45252 \end_layout
45253
45254 \end_inset
45255
45256
45257 \end_layout
45258
45259 \begin_layout Bibliography
45260 \labelwidthstring Literaturverzeichnis
45261 \begin_inset CommandInset bibitem
45262 LatexCommand bibitem
45263 key "hypcap"
45264
45265 \end_inset
45266
45267 Dokumentation des LaTeX-Pakets 
45268 \series bold
45269
45270 \begin_inset CommandInset href
45271 LatexCommand href
45272 name "hypcap"
45273 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45274
45275 \end_inset
45276
45277
45278 \series default
45279
45280 \begin_inset Index idx
45281 status collapsed
45282
45283 \begin_layout Plain Layout
45284 LaTeX-Pakete ! hypcap
45285 \end_layout
45286
45287 \end_inset
45288
45289
45290 \end_layout
45291
45292 \begin_layout Bibliography
45293 \labelwidthstring Literaturverzeichnis
45294 \begin_inset CommandInset bibitem
45295 LatexCommand bibitem
45296 key "hyperref"
45297
45298 \end_inset
45299
45300 Dokumentation des LaTeX-Pakets 
45301 \series bold
45302
45303 \begin_inset CommandInset href
45304 LatexCommand href
45305 name "hyperref"
45306 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45307
45308 \end_inset
45309
45310
45311 \series default
45312
45313 \begin_inset Index idx
45314 status collapsed
45315
45316 \begin_layout Plain Layout
45317 LaTeX-Pakete ! hyperref
45318 \end_layout
45319
45320 \end_inset
45321
45322
45323 \end_layout
45324
45325 \begin_layout Bibliography
45326 \labelwidthstring Literaturverzeichnis
45327 \begin_inset CommandInset bibitem
45328 LatexCommand bibitem
45329 key "KOMA-Script"
45330
45331 \end_inset
45332
45333 Dokumentation des LaTeX-Pakets 
45334 \series bold
45335
45336 \begin_inset CommandInset href
45337 LatexCommand href
45338 name "KOMA-Script"
45339 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
45340
45341 \end_inset
45342
45343
45344 \series default
45345
45346 \begin_inset Index idx
45347 status collapsed
45348
45349 \begin_layout Plain Layout
45350 LaTeX-Pakete ! KOMA-Script
45351 \end_layout
45352
45353 \end_inset
45354
45355
45356 \end_layout
45357
45358 \begin_layout Bibliography
45359 \labelwidthstring Literaturverzeichnis
45360 \begin_inset CommandInset bibitem
45361 LatexCommand bibitem
45362 key "lettrine"
45363
45364 \end_inset
45365
45366 Dokumentation des LaTeX-Pakets 
45367 \series bold
45368
45369 \begin_inset CommandInset href
45370 LatexCommand href
45371 name "lettrine"
45372 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45373
45374 \end_inset
45375
45376
45377 \series default
45378  und ein 
45379 \begin_inset CommandInset href
45380 LatexCommand href
45381 name "Beispiel"
45382 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45383
45384 \end_inset
45385
45386
45387 \begin_inset Index idx
45388 status collapsed
45389
45390 \begin_layout Plain Layout
45391 LaTeX-Pakete ! lettrine
45392 \end_layout
45393
45394 \end_inset
45395
45396
45397 \end_layout
45398
45399 \begin_layout Bibliography
45400 \labelwidthstring Literaturverzeichnis
45401 \begin_inset CommandInset bibitem
45402 LatexCommand bibitem
45403 key "listings"
45404
45405 \end_inset
45406
45407 Dokumentation des LaTeX-Pakets 
45408 \series bold
45409
45410 \begin_inset CommandInset href
45411 LatexCommand href
45412 name "listings"
45413 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45414
45415 \end_inset
45416
45417
45418 \series default
45419
45420 \begin_inset Index idx
45421 status collapsed
45422
45423 \begin_layout Plain Layout
45424 LaTeX-Pakete ! listings
45425 \end_layout
45426
45427 \end_inset
45428
45429
45430 \end_layout
45431
45432 \begin_layout Bibliography
45433 \labelwidthstring Literaturverzeichnis
45434 \begin_inset CommandInset bibitem
45435 LatexCommand bibitem
45436 key "marginnote"
45437
45438 \end_inset
45439
45440 Dokumentation des LaTeX-Pakets 
45441 \series bold
45442
45443 \begin_inset CommandInset href
45444 LatexCommand href
45445 name "marginnote"
45446 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45447
45448 \end_inset
45449
45450
45451 \series default
45452
45453 \begin_inset Index idx
45454 status collapsed
45455
45456 \begin_layout Plain Layout
45457 LaTeX-Pakete ! marginnote
45458 \end_layout
45459
45460 \end_inset
45461
45462
45463 \end_layout
45464
45465 \begin_layout Bibliography
45466 \labelwidthstring Literaturverzeichnis
45467 \begin_inset CommandInset bibitem
45468 LatexCommand bibitem
45469 key "pdfpages"
45470
45471 \end_inset
45472
45473 Dokumentation des LaTeX-Pakets 
45474 \series bold
45475
45476 \begin_inset CommandInset href
45477 LatexCommand href
45478 name "pdfpages"
45479 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45480
45481 \end_inset
45482
45483
45484 \series default
45485
45486 \begin_inset Index idx
45487 status collapsed
45488
45489 \begin_layout Plain Layout
45490 LaTeX-Pakete ! pdfpages
45491 \end_layout
45492
45493 \end_inset
45494
45495
45496 \end_layout
45497
45498 \begin_layout Bibliography
45499 \labelwidthstring Literaturverzeichnis
45500 \begin_inset CommandInset bibitem
45501 LatexCommand bibitem
45502 key "prettyref"
45503
45504 \end_inset
45505
45506 Dokumentation des LaTeX-Pakets 
45507 \series bold
45508
45509 \begin_inset CommandInset href
45510 LatexCommand href
45511 name "prettyref"
45512 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45513
45514 \end_inset
45515
45516
45517 \series default
45518
45519 \begin_inset Index idx
45520 status collapsed
45521
45522 \begin_layout Plain Layout
45523 LaTeX-Pakete ! prettyref
45524 \end_layout
45525
45526 \end_inset
45527
45528
45529 \end_layout
45530
45531 \begin_layout Bibliography
45532 \labelwidthstring Literaturverzeichnis
45533 \begin_inset CommandInset bibitem
45534 LatexCommand bibitem
45535 key "pstricks"
45536
45537 \end_inset
45538
45539 Webseite des LaTeX-Pakets 
45540 \series bold
45541
45542 \begin_inset CommandInset href
45543 LatexCommand href
45544 name "PSTricks"
45545 target "http://tug.org/PSTricks/"
45546
45547 \end_inset
45548
45549
45550 \series default
45551
45552 \begin_inset Index idx
45553 status collapsed
45554
45555 \begin_layout Plain Layout
45556 LaTeX-Pakete ! pstricks
45557 \end_layout
45558
45559 \end_inset
45560
45561
45562 \end_layout
45563
45564 \begin_layout Bibliography
45565 \labelwidthstring Literaturverzeichnis
45566 \begin_inset CommandInset bibitem
45567 LatexCommand bibitem
45568 key "refstyle"
45569
45570 \end_inset
45571
45572 Dokumentation des LaTeX-Pakets 
45573 \series bold
45574
45575 \begin_inset CommandInset href
45576 LatexCommand href
45577 name "refstyle"
45578 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45579
45580 \end_inset
45581
45582
45583 \series default
45584
45585 \begin_inset Index idx
45586 status collapsed
45587
45588 \begin_layout Plain Layout
45589 LaTeX-Pakete ! refstyle
45590 \end_layout
45591
45592 \end_inset
45593
45594
45595 \end_layout
45596
45597 \begin_layout Bibliography
45598 \labelwidthstring Literaturverzeichnis
45599 \begin_inset CommandInset bibitem
45600 LatexCommand bibitem
45601 key "sidecap"
45602
45603 \end_inset
45604
45605 Dokumentation des LaTeX-Pakets 
45606 \series bold
45607
45608 \begin_inset CommandInset href
45609 LatexCommand href
45610 name "sidecap"
45611 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45612
45613 \end_inset
45614
45615
45616 \series default
45617
45618 \begin_inset Index idx
45619 status collapsed
45620
45621 \begin_layout Plain Layout
45622 LaTeX-Pakete ! sidecap
45623 \end_layout
45624
45625 \end_inset
45626
45627
45628 \end_layout
45629
45630 \begin_layout Bibliography
45631 \labelwidthstring Literaturverzeichnis
45632 \begin_inset CommandInset bibitem
45633 LatexCommand bibitem
45634 key "NeuInLyX20"
45635
45636 \end_inset
45637
45638
45639 \begin_inset CommandInset href
45640 LatexCommand href
45641 name "Wiki-Seite"
45642 target "http://wiki.lyx.org/LyX/NewInLyX20"
45643
45644 \end_inset
45645
45646  über neue Funktionen in 
45647 \family sans
45648 LyX 2.0
45649 \family default
45650 .
45651 \end_layout
45652
45653 \begin_layout Standard
45654 \begin_inset CommandInset index_print
45655 LatexCommand printindex
45656 type "idx"
45657
45658 \end_inset
45659
45660
45661 \end_layout
45662
45663 \end_body
45664 \end_document