]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
13aa6f932e7a321c2280e3f406f4fe26aa52cd95
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Fonts fuer huebschere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}} % wenn vorhanden
14  {% wenn nicht vorhanden
15   \usepackage[scaled=0.92]{helvet}
16   \usepackage{mathptmx}
17   \usepackage{courier}
18  } % Ende des Nein-Zweiges
19
20 % Alle Querverweise und URLs als Link darstellen
21 % In der PDF-Ausgabe
22  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
23   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
24   pdfpagelayout=OneColumn, pdfnewwindow=true,
25   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
26   pdfauthor={LyX Team}, pdftex,
27   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
28   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
29   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
30  
31 \else % In der DVI- oder PS-Ausgabe
32
33  % Alle Querverweise und URLs als Link in der DVI-Ansicht darstellen
34  \usepackage[ps2pdf, colorlinks=true,
35   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
36
37 \fi % Ende von: wenn pdflatex benutzt wird
38
39 % Setzt den Link fuer Spruenge zu Gleitabbildungen
40 % auf den Anfang des Gelitobjekts und nicht aufs Ende
41 \usepackage[figure]{hypcap}
42
43 % Die Seiten des Inhaltsverzeichnisses werden roemisch numeriert,
44 % ein PDF-Lesezeichen fuer das Inhaltsverzeichnis wird hinzugefuegt
45 \pagenumbering{roman}
46 \let\myTOC\tableofcontents
47 \renewcommand{\tableofcontents}{%
48  \pdfbookmark[1]{Contents}{}
49  \myTOC
50  \cleardoublepage
51  \pagenumbering{arabic}}
52
53 % Formatierung von Legenden
54 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
55
56 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
57 \usepackage{sidecap}
58
59 \newcommand{\TabBesBeg}{%
60  \let\MyTable\table
61  \let\MyEndtable\endtable
62  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
63
64 \newcommand{\TabBesEnd}{%
65  \let\table\MyTable
66  \let\endtable\MyEndtable}
67
68 \newcommand{\FigBesBeg}{%
69  \let\MyFigure\figure
70  \let\MyEndfigure\endfigure
71  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
72
73 \newcommand{\FigBesEnd}{%
74  \let\figure\MyFigure
75  \let\endfigure\MyEndfigure}
76
77 % ermoeglicht das Berechnen von Werten
78 \usepackage{calc}
79
80 % Ermoeglicht besondere Tabellenzellen-Ausrichtungen
81 \usepackage{dcolumn}
82
83 %Vergroessert den Teil der Seite, in dem Gleitobjekte
84 % unten angeordnet werden duerfen
85 \renewcommand{\bottomfraction}{0.5}
86
87 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
88 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
89
90 % beschleunigt die Berechnung von langen Tabellen
91 \setcounter{LTchunksize}{100}
92
93 % wird bei farbigen Tabellen benutzt
94 \@ifundefined{textcolor}
95  {\usepackage{color}}{}
96 \usepackage{colortbl}
97 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
98 \definecolor{hellgrau}{gray}{0.8}
99
100 % wird fuer Mehrfachzeilen benutzt
101 \usepackage{multirow}
102 %\renewcommand{\multirowsetup}{\centering}
103
104 % wird fuer Tabellen im Buchstil benutzt
105 \usepackage{booktabs}
106
107 % wird benutzt, um Tabellenzellen zu vergroessern
108 \@ifundefined{extrarowheight}
109  {\usepackage{array}}{}
110 \setlength{\extrarowheight}{2pt}
111
112 % wird fuer benutzerdefinierte Tabellen benutzt
113 % ---
114 \newcolumntype{M}[1]
115  {>{\centering\hspace{0pt}}m{#1}}
116
117 \newcolumntype{S}[2]
118  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
119
120 \newcolumntype{K}[1]
121  {>{\columncolor{#1}\hspace{0pt}}c}
122
123 \newcolumntype{V}{!{\vrule width 1.5pt}}
124
125 \newcolumntype{W}{!{\color{green}\vline}}
126 % ---
127
128 % Setzt einen zusaetzlichen Abstand von
129 % 1.5 mm zwischen Fussnoten
130 \let\myFoot\footnote
131 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
132
133 % damit kann auf Gleit-Algorithmen verwiesen werden
134 \newfloat{Xalgorithm}{tbp}{loa}
135 \floatname{Xalgorithm}{Algorithmus}
136 \newcommand{\theHalgorithm}{\theHXalgorithm}
137 \renewenvironment{algorithm}[1][tbp]
138  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
139
140 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
141 \numberwithin{Xalgorithm}{chapter}
142
143 % Grauschrift-Notizen in blauer Farbe
144 \renewenvironment{lyxgreyedout}
145  {\textcolor{blue}\bgroup}{\egroup}
146
147 % ------------------------------------
148 % Pruefung auf benoetigte LaTeXPakete
149 \usepackage{ifthen}
150
151 % Pruefung auf arydshln
152 % fuer Tabellen mit gestrichelten Linien
153 \newboolean{arydshln}
154 \IfFileExists{arydshln.sty}
155  {\usepackage{arydshln}
156   \setboolean{arydshln}{true}}
157  {\setboolean{arydshln}{false}}
158
159 % Pruefung auf marginnote
160 % fuer Randnotizen
161 \newboolean{marginnote}
162 \IfFileExists{marginnote.sty}
163  {\usepackage{marginnote}
164   \let\marginpar\marginnote
165   \setboolean{marginnote}{true}}
166  {\setboolean{marginnote}{false}}
167
168 % Damit der Index den Namen "Stichwortverzeichnis" erhält
169 \usepackage[ngerman]{babel}
170 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
173 \language ngerman
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \papersize a4paper
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 0
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 3
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language german
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle default
201 \bullet 1 0 9 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes false
206 \author "" 
207 \author "" 
208 \end_header
209
210 \begin_body
211
212 \begin_layout Title
213 Das LyX-Handbuch der Einfügungen:
214 \newline
215  
216 \size larger
217 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
218 \size default
219  
220 \newline
221
222 \size large
223 (Version 1.5.x)
224 \end_layout
225
226 \begin_layout Author
227 vom LyX Team
228 \size normal
229
230 \begin_inset Foot
231 status open
232
233 \begin_layout Standard
234
235 \size normal
236 Übersetzung und Bearbeitung: Hartmut Haase
237 \end_layout
238
239 \end_inset
240
241
242 \size default
243
244 \begin_inset Foot
245 status open
246
247 \begin_layout Standard
248 \noindent
249 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
250  bitte an: 
251 \family typewriter
252
253 \begin_inset ERT
254 status collapsed
255
256 \begin_layout Standard
257
258
259 \backslash
260 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
261 \end_layout
262
263 \end_inset
264
265 lyx-docs@lists.lyx.org
266 \begin_inset ERT
267 status collapsed
268
269 \begin_layout Standard
270
271 }
272 \end_layout
273
274 \end_inset
275
276
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Note Note
283 status collapsed
284
285 \begin_layout Standard
286 Autor: Uwe Stöhr <uwestoehr@web.de>
287 \end_layout
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Date
295 letzte Änderung: 22.
296  Juni 2007
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset FloatList figure
309
310 \end_inset
311
312
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset FloatList table
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Standard
324 \begin_inset Note Note
325 status open
326
327 \begin_layout Standard
328 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript® oder Rich
329  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
330  
331 \series bold
332 arydshln
333 \series default
334  und 
335 \series bold
336 marginnote
337 \series default
338 .
339  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
340  denen sie benötigt werden.
341 \end_layout
342
343 \begin_layout Standard
344 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
345  des englischen Originals hier finden:
346 \newline
347
348 \series bold
349 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
350 \end_layout
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Chapter
358 Abbildungen
359 \begin_inset LatexCommand label
360 name "kap:Abbildungen"
361
362 \end_inset
363
364
365 \begin_inset LatexCommand index
366 name "Abbildungen"
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Section
374 Grafik-Dialog
375 \begin_inset LatexCommand index
376 name "Abbildungen ! Grafik-Dialog"
377
378 \end_inset
379
380
381 \begin_inset LatexCommand label
382 name "abs:Grafik-Dialog"
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Standard
390 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
391  
392 \begin_inset Graphics
393         filename ../../images/dialog-show-new-inset_graphics.xpm
394         scale 70
395         scaleBeforeRotation
396         BoundingBox 0bp 6bp 22bp 22bp
397
398 \end_inset
399
400  in der Werkzeugleiste oder wählen das Menü 
401 \family sans
402 Einfügen\SpecialChar \menuseparator
403 Grafik
404 \family default
405 .
406  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
407  
408 \family sans
409 Durchsuchen
410 \family default
411  eingeben können.
412  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
413  an der Sie es eingefügt haben.
414 \end_layout
415
416 \begin_layout Standard
417 \begin_inset Note Greyedout
418 status open
419
420 \begin_layout Quote
421
422 \series bold
423 Bemerkung
424 \series default
425 : Wenn Sie einen Dateinamen über 
426 \family sans
427 Durchsuchen
428 \family default
429  eingeben, wird LyX den gesamten Pfad in das Feld 
430 \family sans
431 Datei
432 \family default
433  eintragen.
434  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
435 \end_layout
436
437 \end_inset
438
439
440 \end_layout
441
442 \begin_layout Standard
443 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
444  klicken.
445  Der Dialog hat drei Karteikarten:
446 \end_layout
447
448 \begin_layout Description
449
450 \family sans
451 Grafik
452 \family default
453  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
454  Version festlegen.
455  Die für die Bildgröße verfügbaren Einheiten werden im Anhang\InsetSpace ~
456
457 \begin_inset LatexCommand ref
458 reference "kap:Units-available-in"
459
460 \end_inset
461
462  erklärt.
463 \newline
464 Sie können Abbildungen durch Angabe eines 
465 \family sans
466 Winkel
467 \family default
468 \InsetSpace ~
469
470 \family sans
471 (Grad)
472 \family default
473  und Festlegung eines 
474 \family sans
475 Drehpunktes
476 \family default
477  drehen.
478  Negative Winkel drehen Uhrzeigersinn.
479  Die Abbildung wird auch in LyX gedreht.
480 \newline
481 Abbildungen können in der Größe verändert
482  werden, indem man Prozentwerte oder Höhe und Breite definiert.
483  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
484  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
485  wobei sie möglicherweise verzerrt wird.
486  Um das zu vermeiden, sollten Sie 
487 \family sans
488 Seitenverhältnis\InsetSpace ~
489 beibehalten
490 \family default
491  ankreuzen.
492  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
493 \family sans
494 Höhe
495 \family default
496  und 
497 \family sans
498 Breite
499 \family default
500  nicht überschritten werden.
501 \newline
502 Wenn Sie auf 
503 \family sans
504 Bearbeiten
505 \family default
506  klicken, können Abbildungen mit einem Programm, das in 
507 \family sans
508 Werkzeuge\SpecialChar \menuseparator
509 Einstellungen\SpecialChar \menuseparator
510 Dateiformate
511 \family default
512  im Feld 
513 \family sans
514 Bearbeiter
515 \family default
516  festgelegt wurde, bearbeitet werden.
517 \end_layout
518
519 \begin_layout Description
520
521 \family sans
522 Ausschnitt
523 \family default
524  Alternativ zur Festlegung der 
525 \family sans
526 Ausgabegröße
527 \family default
528  unter 
529 \family sans
530 \series bold
531 Grafik
532 \family default
533 \series default
534  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
535  die Ausgabe festzulegen.
536  Wenn Sie auf 
537 \family sans
538 Lese\InsetSpace ~
539 aus\InsetSpace ~
540 Datei
541 \family default
542  klicken, werden die Koordinaten automatisch berechnet.
543  Die Option 
544 \family sans
545 Auf\InsetSpace ~
546 Begrenzungsbox\InsetSpace ~
547 zuschneiden
548 \family default
549  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
550  Koordinaten liegt.
551  Normalerweise können Sie die Karteikarte 
552 \family sans
553 \series bold
554 Ausschnitt
555 \family default
556 \series default
557  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
558 \end_layout
559
560 \begin_layout Description
561
562 \family sans
563 LaTe
564 \begin_inset ERT
565 status collapsed
566
567 \begin_layout Standard
568
569 {}
570 \end_layout
571
572 \end_inset
573
574 X-\InsetSpace ~
575 und\InsetSpace ~
576 Ly
577 \begin_inset ERT
578 status collapsed
579
580 \begin_layout Standard
581
582 {}
583 \end_layout
584
585 \end_inset
586
587 X-Optionen
588 \family default
589  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
590  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
591  Beschriftung sein soll.
592  Teilabbildungen werden in Abschnitt\InsetSpace ~
593
594 \begin_inset LatexCommand ref
595 reference "abs:Gleitende-Abbildungen"
596
597 \end_inset
598
599  beschrieben.
600 \newline
601  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
602 \newline
603 Ist
604  die Option 
605 \family sans
606 Entwurfsmodus 
607 \family default
608 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
609  darin gedruckt.
610 \newline
611 Die Option 
612 \family sans
613 Beim\InsetSpace ~
614 Exportieren\InsetSpace ~
615 nicht\InsetSpace ~
616 entpacken
617 \family default
618  betrifft nur gepackte EPS-Dateien, zum Beispiel 
619 \emph on
620 x.eps.gz
621 \emph default
622 .
623  LaTeX kann so mit ihnen umgehen.
624 \newline
625 Gepackte EPS-Dateien sparen Platz, wenn
626  Sie als Ausgebe-Format PostScript® wählen, siehe Anhang\InsetSpace ~
627
628 \begin_inset LatexCommand ref
629 reference "abs:PostScript"
630
631 \end_inset
632
633 .
634  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
635 \newline
636
637 \series bold
638 gzip x.eps
639 \newline
640 zgrep %%Bounding x.eps.gz > x.eps.bb
641 \series default
642
643 \newline
644 Der zweite Befehl erzeugt die Begrenzungsbox 
645 \begin_inset Quotes gld
646 \end_inset
647
648 x.eps.bb
649 \begin_inset Quotes grd
650 \end_inset
651
652 , die LaTeX für gepackte Abbildungen benötigt.
653 \end_layout
654
655 \begin_layout Standard
656 \begin_inset VSpace bigskip
657 \end_inset
658
659
660 \end_layout
661
662 \begin_layout Standard
663 Hier ist eine zentrierte .eps-Abbildung
664 \begin_inset Foot
665 status open
666
667 \begin_layout Standard
668 Abbildungsformate sind in Abschnitt\InsetSpace ~
669
670 \begin_inset LatexCommand ref
671 reference "abs:Bildformate"
672
673 \end_inset
674
675  beschrieben.
676 \end_layout
677
678 \end_inset
679
680  in einem eigenen Absatz:
681 \end_layout
682
683 \begin_layout Standard
684 \align center
685 \begin_inset Graphics
686         filename ../clipart/mobius.eps
687         display color
688         scale 70
689         scaleBeforeRotation
690         rotateOrigin center
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 \noindent
699 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
700 \end_layout
701
702 \begin_layout Standard
703 \align center
704 \begin_inset Graphics
705         filename ../clipart/mobius.eps
706         display color
707         scale 70
708         draft
709         scaleBeforeRotation
710         rotateOrigin center
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Section
718 Gleitende Abbildungen
719 \begin_inset LatexCommand label
720 name "abs:Gleitende-Abbildungen"
721
722 \end_inset
723
724
725 \begin_inset LatexCommand index
726 name "Abbildungen ! gleitende"
727
728 \end_inset
729
730
731 \begin_inset LatexCommand index
732 name "Gleitobjekte ! Abbildungen"
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
741 \begin_inset LatexCommand ref
742 reference "abs:Gleitobjekte-Einleitung"
743
744 \end_inset
745
746 .
747 \end_layout
748
749 \begin_layout Standard
750 Wenn Sie auf das Werkzeugleisten-Symbol 
751 \begin_inset Graphics
752         filename ../../images/float-insert_figure.xpm
753         scale 70
754         scaleBeforeRotation
755         BoundingBox 0bp 6bp 22bp 22bp
756
757 \end_inset
758
759  klicken oder 
760 \family sans
761 Einfügen\SpecialChar \menuseparator
762 Gleit\SpecialChar \-
763 objekt\SpecialChar \menuseparator
764 Abbildung
765 \family default
766  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
767  In das rot umrahmte Feld rechts von 
768 \emph on
769 Abbildung\InsetSpace ~
770 Nr:
771 \emph default
772  schreiben Sie den Bildbeschriftung.
773  Nach einem Klick oberhalb oder unterhalb von 
774 \emph on
775 Abbildung\InsetSpace ~
776 Nr:
777 \emph default
778  können Sie dann eine Abbildung wie 
779 \begin_inset LatexCommand ref
780 reference "abb:kill-plat"
781
782 \end_inset
783
784  oberhalb oder wie Abbildung\InsetSpace ~
785
786 \begin_inset LatexCommand ref
787 reference "abb:escher"
788
789 \end_inset
790
791  unterhalb der Bildbeschriftung einfügen.
792  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt\InsetSpace ~
793
794 \begin_inset LatexCommand ref
795 reference "abs:Titel-Platzierung"
796
797 \end_inset
798
799 .
800 \end_layout
801
802 \begin_layout Standard
803 \begin_inset Float figure
804 wide false
805 sideways false
806 status open
807
808 \begin_layout Standard
809 \align center
810 \begin_inset Graphics
811         filename ../clipart/platypus.eps
812         display color
813         width 50col%
814         scaleBeforeRotation
815         rotateOrigin center
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Standard
823 \begin_inset Caption
824
825 \begin_layout Standard
826 \begin_inset LatexCommand label
827 name "abb:kill-plat"
828
829 \end_inset
830
831 Platypus in einem Gleitobjekt
832 \end_layout
833
834 \end_inset
835
836
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \begin_layout Standard
845 \begin_inset Float figure
846 wide false
847 sideways false
848 status open
849
850 \begin_layout Standard
851 \begin_inset Caption
852
853 \begin_layout Standard
854 \begin_inset LatexCommand label
855 name "abb:escher"
856
857 \end_inset
858
859 M.C.
860  Escher
861 \end_layout
862
863 \end_inset
864
865
866 \end_layout
867
868 \begin_layout Standard
869 \align center
870 \begin_inset Graphics
871         filename ../clipart/escher-lsd.eps
872         display color
873         scale 80
874         scaleBeforeRotation
875         rotateOrigin center
876
877 \end_inset
878
879
880 \end_layout
881
882 \end_inset
883
884
885 \end_layout
886
887 \begin_layout Standard
888 \begin_inset LatexCommand index
889 name "Abbildungen ! Beispiele"
890
891 \end_inset
892
893 Abbildung\InsetSpace ~
894
895 \begin_inset LatexCommand ref
896 reference "abb:kill-plat"
897
898 \end_inset
899
900  und 
901 \begin_inset LatexCommand ref
902 reference "abb:escher"
903
904 \end_inset
905
906  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
907  Dafür fügen Sie in der Beschriftung mit 
908 \family sans
909 Einfügen\SpecialChar \menuseparator
910 Marke
911 \family default
912  oder durch Klicken auf 
913 \begin_inset Graphics
914         filename ../../images/label-insert.xpm
915         scale 70
916         scaleBeforeRotation
917         BoundingBox 0bp 6bp 20bp 20bp
918
919 \end_inset
920
921  eine Marke ein.
922  Auf diese können Sie dann wie gewohnt mit 
923 \family sans
924 Einfügen\SpecialChar \menuseparator
925 Querverweis
926 \family default
927  oder durch Klicken auf 
928 \begin_inset Graphics
929         filename ../../images/dialog-show-new-inset_ref.xpm
930         scale 70
931         scaleBeforeRotation
932         BoundingBox 0bp 6bp 22bp 22bp
933
934 \end_inset
935
936  verweisen.
937  Das ist besser als eine vage Formulierung wie 
938 \begin_inset Quotes gld
939 \end_inset
940
941 die obige Abbildung
942 \begin_inset Quotes grd
943 \end_inset
944
945  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
946  erscheint, und das muss nicht 
947 \emph on
948 oben
949 \emph default
950  sein.
951  Verweise werden detailliert in Abschnitt\InsetSpace ~
952
953 \begin_inset LatexCommand ref
954 reference "abs:Auf-Gleitobjekte-verweisen"
955
956 \end_inset
957
958  beschrieben.
959 \end_layout
960
961 \begin_layout Standard
962 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
963  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
964  nebeneinander.
965  Das erreicht man mit der Karteikarte 
966 \family sans
967 LaTe
968 \begin_inset ERT
969 status collapsed
970
971 \begin_layout Standard
972
973 {}
974 \end_layout
975
976 \end_inset
977
978 X-\InsetSpace ~
979 und\InsetSpace ~
980 Ly
981 \begin_inset ERT
982 status collapsed
983
984 \begin_layout Standard
985
986 {}
987 \end_layout
988
989 \end_inset
990
991 X-Optionen
992 \family default
993  des 
994 \family sans
995 Grafik
996 \family default
997 -Dialoges.
998  Kreuzen Sie dort 
999 \family sans
1000 Teilabbildung
1001 \family default
1002  an und geben die Beschriftung des Bildes im Feld 
1003 \family sans
1004 Legende
1005 \family default
1006  ein.
1007  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1008  Verweise auf Teilabbildungen werden in Abschnitt\InsetSpace ~
1009
1010 \begin_inset LatexCommand ref
1011 reference "uab:Auf-Teilabbildungen-verweisen"
1012
1013 \end_inset
1014
1015  beschrieben.
1016 \end_layout
1017
1018 \begin_layout Standard
1019 Abbildung\InsetSpace ~
1020
1021 \begin_inset LatexCommand ref
1022 reference "abb:Two-distorted-images"
1023
1024 \end_inset
1025
1026  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1027 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1028  auf Eingabe drücken.
1029 \end_layout
1030
1031 \begin_layout Standard
1032 \begin_inset Float figure
1033 wide false
1034 sideways false
1035 status open
1036
1037 \begin_layout Standard
1038
1039 \hfill
1040
1041 \begin_inset Graphics
1042         filename ../clipart/escher-lsd.eps
1043         width 35col%
1044         scaleBeforeRotation
1045         subcaption
1046         subcaptionText "M. C. Escher"
1047
1048 \end_inset
1049
1050
1051 \hfill
1052
1053 \begin_inset Graphics
1054         filename ../clipart/platypus.eps
1055         lyxscale 60
1056         width 45col%
1057         scaleBeforeRotation
1058         subcaption
1059         subcaptionText "\label{abb:Platypus} Platypus"
1060
1061 \end_inset
1062
1063
1064 \hfill
1065
1066 \end_layout
1067
1068 \begin_layout Standard
1069 \begin_inset Caption
1070
1071 \begin_layout Standard
1072 \begin_inset LatexCommand label
1073 name "abb:Two-distorted-images"
1074
1075 \end_inset
1076
1077 Zwei Teilabbildungen nebeneinander.
1078 \end_layout
1079
1080 \end_inset
1081
1082
1083 \end_layout
1084
1085 \end_inset
1086
1087
1088 \end_layout
1089
1090 \begin_layout Section
1091 Bildformate
1092 \begin_inset LatexCommand label
1093 name "abs:Bildformate"
1094
1095 \end_inset
1096
1097
1098 \begin_inset LatexCommand index
1099 name "Abbildungen ! Bildformate"
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \begin_layout Standard
1107 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1108  Aber wie in Anhang\InsetSpace ~
1109
1110 \begin_inset LatexCommand ref
1111 reference "kap:Ausgabedatei-Formate"
1112
1113 \end_inset
1114
1115  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1116  LyX benutzt im Hintergrund das Programm
1117 \family typewriter
1118  Imagemagick
1119 \family default
1120 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1121  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1122  vermeiden.
1123  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1124  werden können.
1125  Diese Formate werden in Anhang\InsetSpace ~
1126
1127 \begin_inset LatexCommand ref
1128 reference "kap:Ausgabedatei-Formate"
1129
1130 \end_inset
1131
1132  beschrieben.
1133 \end_layout
1134
1135 \begin_layout Standard
1136 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1137 \end_layout
1138
1139 \begin_layout Description
1140 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1141  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1142  
1143 \emph on
1144 pixelig
1145 \emph default
1146  aus.
1147  Bekannte Pixel-Formate sind 
1148 \begin_inset Quotes gld
1149 \end_inset
1150
1151 Graphics Interchange Format
1152 \begin_inset Quotes grd
1153 \end_inset
1154
1155  (GIF, Dateiendung
1156 \family typewriter
1157  
1158 \family default
1159
1160 \begin_inset Quotes gld
1161 \end_inset
1162
1163
1164 \family typewriter
1165 .gif
1166 \family default
1167
1168 \begin_inset Quotes grd
1169 \end_inset
1170
1171 )
1172 \begin_inset LatexCommand index
1173 name "GIF"
1174
1175 \end_inset
1176
1177
1178 \begin_inset Quotes gld
1179 \end_inset
1180
1181 Portable Network Graphics
1182 \begin_inset Quotes grd
1183 \end_inset
1184
1185  (PNG, Dateiendung 
1186 \begin_inset Quotes gld
1187 \end_inset
1188
1189
1190 \family typewriter
1191 .png
1192 \family default
1193
1194 \begin_inset Quotes grd
1195 \end_inset
1196
1197 )
1198 \begin_inset LatexCommand index
1199 name "PNG"
1200
1201 \end_inset
1202
1203
1204 \begin_inset Quotes gld
1205 \end_inset
1206
1207 Joint Photographic Experts Group
1208 \begin_inset Quotes grd
1209 \end_inset
1210
1211  (JPG, Dateiendung
1212 \family typewriter
1213  
1214 \family default
1215
1216 \begin_inset Quotes gld
1217 \end_inset
1218
1219
1220 \family typewriter
1221 .jpg
1222 \family default
1223
1224 \begin_inset Quotes grd
1225 \end_inset
1226
1227  oder 
1228 \begin_inset Quotes gld
1229 \end_inset
1230
1231
1232 \family typewriter
1233 .jpeg
1234 \family default
1235
1236 \begin_inset Quotes grd
1237 \end_inset
1238
1239 )
1240 \begin_inset LatexCommand index
1241 name "JPG, JPEG"
1242
1243 \end_inset
1244
1245  und 
1246 \begin_inset Quotes gld
1247 \end_inset
1248
1249 Windows Bitmap
1250 \begin_inset Quotes grd
1251 \end_inset
1252
1253  (BMP, Dateiendung 
1254 \begin_inset Quotes gld
1255 \end_inset
1256
1257
1258 \family typewriter
1259 .bmp
1260 \family default
1261
1262 \begin_inset Quotes grd
1263 \end_inset
1264
1265 )
1266 \begin_inset LatexCommand index
1267 name "BMP"
1268
1269 \end_inset
1270
1271 .
1272 \end_layout
1273
1274 \begin_layout Description
1275 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1276  auf jede beliebige Größe skaliert werden.
1277  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1278  zoomen zu können.
1279 \newline
1280 Bekannte Formate sind 
1281 \begin_inset Quotes gld
1282 \end_inset
1283
1284 Scalable Vector Graphics
1285 \begin_inset Quotes grd
1286 \end_inset
1287
1288  (SVG, Dateiendung
1289 \family typewriter
1290  
1291 \family default
1292
1293 \begin_inset Quotes gld
1294 \end_inset
1295
1296
1297 \family typewriter
1298 .svg
1299 \family default
1300
1301 \begin_inset Quotes grd
1302 \end_inset
1303
1304 )
1305 \begin_inset LatexCommand index
1306 name "SVG"
1307
1308 \end_inset
1309
1310
1311 \begin_inset Quotes gld
1312 \end_inset
1313
1314 Encapsulated PostScript
1315 \begin_inset Quotes grd
1316 \end_inset
1317
1318  (EPS, Dateiendung 
1319 \begin_inset Quotes gld
1320 \end_inset
1321
1322
1323 \family typewriter
1324 .eps
1325 \family default
1326
1327 \begin_inset Quotes grd
1328 \end_inset
1329
1330 )
1331 \begin_inset LatexCommand index
1332 name "EPS"
1333
1334 \end_inset
1335
1336
1337 \begin_inset Quotes gld
1338 \end_inset
1339
1340 Portable Document Format
1341 \begin_inset Quotes grd
1342 \end_inset
1343
1344  (PDF, Dateiendung
1345 \family typewriter
1346  
1347 \family default
1348
1349 \begin_inset Quotes gld
1350 \end_inset
1351
1352
1353 \family typewriter
1354 .pdf
1355 \family default
1356
1357 \begin_inset Quotes grd
1358 \end_inset
1359
1360 )
1361 \begin_inset LatexCommand index
1362 name "PDF"
1363
1364 \end_inset
1365
1366  und 
1367 \begin_inset Quotes gld
1368 \end_inset
1369
1370 Windows Metafile
1371 \begin_inset Quotes grd
1372 \end_inset
1373
1374  (WMF, Dateiendung 
1375 \begin_inset Quotes gld
1376 \end_inset
1377
1378
1379 \family typewriter
1380 .wmf
1381 \family default
1382
1383 \begin_inset Quotes grd
1384 \end_inset
1385
1386 )
1387 \begin_inset LatexCommand index
1388 name "WMF"
1389
1390 \end_inset
1391
1392 .
1393 \end_layout
1394
1395 \begin_layout Standard
1396 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1397  das Ergebnis ist immer noch ein Pixelbild.
1398  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1399  hinzugefügt.
1400 \begin_inset Foot
1401 status open
1402
1403 \begin_layout Standard
1404 Bei PDF wird das Originalbild auch noch komprimiert.
1405 \end_layout
1406
1407 \end_inset
1408
1409  Die PDF-Dateien, die 
1410 \family typewriter
1411 Adobe Photoshop
1412 \family default
1413  erzeugt, sind zum Beispiel Pixelbilder.
1414 \end_layout
1415
1416 \begin_layout Standard
1417 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1418  umgekehrt.
1419  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1420  eingefügt werden.
1421  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1422  erzeugt wird, weil es zur Zeit keine WMF/SVG
1423 \begin_inset Formula $\to$
1424 \end_inset
1425
1426 PDF/EPS Konverter gibt.
1427 \end_layout
1428
1429 \begin_layout Chapter
1430 Tabellen
1431 \begin_inset LatexCommand label
1432 name "kap:Tabellen"
1433
1434 \end_inset
1435
1436
1437 \begin_inset LatexCommand index
1438 name "Tabellen"
1439
1440 \end_inset
1441
1442
1443 \end_layout
1444
1445 \begin_layout Section
1446 Einführung
1447 \begin_inset LatexCommand index
1448 name "Tabellen ! Einführung"
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \begin_layout Standard
1456 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1457 \begin_inset Graphics
1458         filename ../../images/tabular-insert.xpm
1459         scale 70
1460         scaleBeforeRotation
1461         BoundingBox 0bp 6bp 22bp 22bp
1462
1463 \end_inset
1464
1465  oder das Menü 
1466 \family sans
1467 Einfügen\SpecialChar \menuseparator
1468 Tabelle
1469 \family default
1470  einfügen.
1471  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5\InsetSpace \thinspace{}
1472 -Tabelle.
1473  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1474  und die Größe der dunkelblauen Tabelle angezeigt.
1475  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1476  ein.
1477  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1478  Spaltenanzahl festlegen können.
1479 \end_layout
1480
1481 \begin_layout Standard
1482 In der so erstellten Tabelle ist jede Zelle umrandet.
1483  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1484  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1485  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1486 \end_layout
1487
1488 \begin_layout Standard
1489 \align center
1490 \begin_inset Tabular
1491 <lyxtabular version="3" rows="5" columns="4">
1492 <features>
1493 <column alignment="center" valignment="top" leftline="true" width="0">
1494 <column alignment="center" valignment="top" leftline="true" width="0">
1495 <column alignment="center" valignment="top" leftline="true" width="0">
1496 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1497 <row topline="true" bottomline="true">
1498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1499 \begin_inset Text
1500
1501 \begin_layout Standard
1502
1503 \end_layout
1504
1505 \end_inset
1506 </cell>
1507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Standard
1511
1512 \family roman
1513 \series medium
1514 \shape up
1515 \size normal
1516 \emph off
1517 \bar no
1518 \noun off
1519 \color none
1520 1
1521 \end_layout
1522
1523 \end_inset
1524 </cell>
1525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Standard
1529 2
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Standard
1538 3
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 </row>
1544 <row topline="true">
1545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Standard
1549
1550 \family roman
1551 \series medium
1552 \shape up
1553 \size normal
1554 \emph off
1555 \bar no
1556 \noun off
1557 \color none
1558 A
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Standard
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Standard
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Standard
1585
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 </row>
1591 <row topline="true">
1592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Standard
1596
1597 \family roman
1598 \series medium
1599 \shape up
1600 \size normal
1601 \emph off
1602 \bar no
1603 \noun off
1604 \color none
1605 B
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Standard
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Standard
1623
1624 \end_layout
1625
1626 \end_inset
1627 </cell>
1628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Standard
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 </row>
1638 <row topline="true">
1639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Standard
1643
1644 \family roman
1645 \series medium
1646 \shape up
1647 \size normal
1648 \emph off
1649 \bar no
1650 \noun off
1651 \color none
1652 C
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Standard
1661
1662 \end_layout
1663
1664 \end_inset
1665 </cell>
1666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1667 \begin_inset Text
1668
1669 \begin_layout Standard
1670
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Standard
1679
1680 \end_layout
1681
1682 \end_inset
1683 </cell>
1684 </row>
1685 <row topline="true" bottomline="true">
1686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1687 \begin_inset Text
1688
1689 \begin_layout Standard
1690 D
1691 \end_layout
1692
1693 \end_inset
1694 </cell>
1695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1696 \begin_inset Text
1697
1698 \begin_layout Standard
1699
1700 \end_layout
1701
1702 \end_inset
1703 </cell>
1704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1705 \begin_inset Text
1706
1707 \begin_layout Standard
1708
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Standard
1717
1718 \end_layout
1719
1720 \end_inset
1721 </cell>
1722 </row>
1723 </lyxtabular>
1724
1725 \end_inset
1726
1727
1728 \end_layout
1729
1730 \begin_layout Section
1731 Tabellen-Einstellungen
1732 \begin_inset LatexCommand index
1733 name "Tabellen ! Einstellungen"
1734
1735 \end_inset
1736
1737
1738 \end_layout
1739
1740 \begin_layout Standard
1741 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1742  Maustaste draufklicken.
1743  Dadurch wird das Fenster 
1744 \family sans
1745 Tabellen-Einstellungen
1746 \family default
1747  geöffnet.
1748  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1749  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1750  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1751  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1752  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1753  Auswahl.
1754  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1755 \emph on
1756 Inhalt
1757 \emph default
1758  einer Zelle oder die Zelle selber ausgewählt haben.
1759  Das 
1760 \family sans
1761 Tabellen-Einstellungen
1762 \family default
1763 -Menü hat folgende Karteikarten:
1764 \end_layout
1765
1766 \begin_layout Description
1767
1768 \family sans
1769 Tabellen-Einstellungen
1770 \family default
1771  Hier können Sie die 
1772 \family sans
1773 Horizontale\InsetSpace ~
1774 Ausrichtung
1775 \family default
1776  der momentanen Spalte und die 
1777 \family sans
1778 Spaltenbreite
1779 \family default
1780  festlegen.
1781  Wenn Sie eine 
1782 \family sans
1783 Spaltenbreite
1784 \family default
1785  festgelegt haben, können Sie auch eine 
1786 \family sans
1787 Vertikale\InsetSpace ~
1788 Ausrichtung
1789 \family default
1790  der momentanen Zeile wählen.
1791  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1792  Absätze haben, wie in Abschnitt\InsetSpace ~
1793
1794 \begin_inset LatexCommand ref
1795 reference "uab:Mehrfache-Zeilen-in"
1796
1797 \end_inset
1798
1799  beschrieben.
1800  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1801 \newline
1802 Außerd
1803 em können Sie mehrere Zellen einer Zeile markieren und die Auswahl als 
1804 \family sans
1805 Mehrfachspalte
1806 \family default
1807  definieren, wie in Abschnitt\InsetSpace ~
1808
1809 \begin_inset LatexCommand ref
1810 reference "uab:Mehrfachspalten"
1811
1812 \end_inset
1813
1814  beschrieben.
1815 \newline
1816 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte
1817  Tabelle gegen den Uhrzeigersinn um 90° drehen.
1818  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1819 \newline
1820
1821 \begin_inset Note Greyedout
1822 status open
1823
1824 \begin_layout Standard
1825
1826 \series bold
1827 Achtung:
1828 \series default
1829  Nicht alle DVI-Betrachter können Rotationen anzeigen.
1830 \end_layout
1831
1832 \end_inset
1833
1834
1835 \newline
1836 Man kann auch ein 
1837 \family sans
1838 LaTe
1839 \begin_inset ERT
1840 status collapsed
1841
1842 \begin_layout Standard
1843
1844 {}
1845 \end_layout
1846
1847 \end_inset
1848
1849 X-Argument
1850 \family default
1851  für besondere Tabellen-Formatierun\SpecialChar \-
1852 gen einfügen, wie in Abschnitten 
1853 \begin_inset LatexCommand ref
1854 reference "uab:Mehrfachspalten-Berechnungen"
1855
1856 \end_inset
1857
1858  und 
1859 \begin_inset LatexCommand ref
1860 reference "abs:Farbige-Tabellen"
1861
1862 \end_inset
1863
1864  beschrieben.
1865 \end_layout
1866
1867 \begin_layout Description
1868
1869 \family sans
1870 Rahmen
1871 \family default
1872  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
1873  hinzufügen und löschen.
1874 \newline
1875 Wenn Sie die Stil-Option
1876 \family sans
1877  Formal
1878 \family default
1879  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt\InsetSpace ~
1880
1881 \begin_inset LatexCommand ref
1882 reference "abs:Formale-Tabellen"
1883
1884 \end_inset
1885
1886  beschrieben, konvertiert.
1887 \newline
1888 Hier können Sie auch zusätzliche Abstände für Zeilen
1889  festlegen, wie in Abschnitt\InsetSpace ~
1890
1891 \begin_inset LatexCommand ref
1892 reference "uab:Zeilenabstand"
1893
1894 \end_inset
1895
1896  beschrieben.
1897 \end_layout
1898
1899 \begin_layout Description
1900
1901 \family sans
1902 Lange\InsetSpace ~
1903 Tabelle
1904 \family default
1905  Hier kann eine Tabelle als 
1906 \family sans
1907 Lange\InsetSpace ~
1908 Tabelle
1909 \family default
1910  definiert werden, die über mehrere Seiten reicht.
1911  Die Abschnitte\InsetSpace ~
1912
1913 \begin_inset LatexCommand ref
1914 reference "abs:Lange-Tabellen"
1915
1916 \end_inset
1917
1918  und 
1919 \begin_inset LatexCommand ref
1920 reference "abs:Special-Longtable-Issues"
1921
1922 \end_inset
1923
1924  beschreiben diese Funktion genauer.
1925 \end_layout
1926
1927 \begin_layout Standard
1928 Wenn das Menü 
1929 \family sans
1930 Tabellen-Einstellungen
1931 \family default
1932  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
1933  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
1934 \end_layout
1935
1936 \begin_layout Section
1937 Tabellen-Werkzeugleiste
1938 \begin_inset LatexCommand index
1939 name "Tabellen ! Werkzeugleiste"
1940
1941 \end_inset
1942
1943
1944 \end_layout
1945
1946 \begin_layout Standard
1947 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
1948 \family sans
1949 Tabellen-Einstellungen
1950 \family default
1951 , wenn man Tabellen-Einstellungen schneller ändern möchte.
1952  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
1953  LyX-Fensters.
1954 \end_layout
1955
1956 \begin_layout Standard
1957 Die Werkzeugleiste hat folgende Knöpfe:
1958 \end_layout
1959
1960 \begin_layout Labeling
1961 \labelwidthstring 00.00.0000
1962 \begin_inset Graphics
1963         filename ../../images/tabular-feature_append-row.xpm
1964         scale 70
1965         scaleBeforeRotation
1966         BoundingBox 0bp 6bp 22bp 22bp
1967
1968 \end_inset
1969
1970  Fügt eine Zeile unterhalb der momentanen an
1971 \end_layout
1972
1973 \begin_layout Labeling
1974 \labelwidthstring 00.00.0000
1975 \begin_inset Graphics
1976         filename ../../images/tabular-feature_append-column.xpm
1977         scale 70
1978         scaleBeforeRotation
1979         BoundingBox 0bp 6bp 22bp 22bp
1980
1981 \end_inset
1982
1983  Fügt eine Spalte rechts von der momentanen an
1984 \end_layout
1985
1986 \begin_layout Labeling
1987 \labelwidthstring 00.00.0000
1988 \begin_inset Graphics
1989         filename ../../images/tabular-feature_delete-row.xpm
1990         scale 70
1991         scaleBeforeRotation
1992         BoundingBox 0bp 6bp 22bp 22bp
1993
1994 \end_inset
1995
1996  Löscht die ausgewählte(n) Zeile(n)
1997 \end_layout
1998
1999 \begin_layout Labeling
2000 \labelwidthstring 00.00.0000
2001 \begin_inset Graphics
2002         filename ../../images/tabular-feature_delete-column.xpm
2003         scale 70
2004         scaleBeforeRotation
2005         BoundingBox 0bp 6bp 22bp 22bp
2006
2007 \end_inset
2008
2009  Löscht die ausgewählte(n) Spalte(n)
2010 \end_layout
2011
2012 \begin_layout Labeling
2013 \labelwidthstring 00.00.0000
2014 \begin_inset Graphics
2015         filename ../../images/tabular-feature_toggle-line-top.xpm
2016         scale 70
2017         scaleBeforeRotation
2018         BoundingBox 0bp 6bp 22bp 22bp
2019
2020 \end_inset
2021
2022  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2023  wenn der Knopf grau hinterlegt ist
2024 \end_layout
2025
2026 \begin_layout Labeling
2027 \labelwidthstring 00.00.0000
2028 \begin_inset Graphics
2029         filename ../../images/tabular-feature_toggle-line-bottom.xpm
2030         scale 70
2031         scaleBeforeRotation
2032         BoundingBox 0bp 6bp 22bp 22bp
2033
2034 \end_inset
2035
2036  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2037  wenn der Knopf grau hinterlegt ist
2038 \end_layout
2039
2040 \begin_layout Labeling
2041 \labelwidthstring 00.00.0000
2042 \begin_inset Graphics
2043         filename ../../images/tabular-feature_toggle-line-left.xpm
2044         scale 70
2045         scaleBeforeRotation
2046         BoundingBox 0bp 6bp 22bp 22bp
2047
2048 \end_inset
2049
2050  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2051  wenn der Knopf grau hinterlegt ist
2052 \end_layout
2053
2054 \begin_layout Labeling
2055 \labelwidthstring 00.00.0000
2056 \begin_inset Graphics
2057         filename ../../images/tabular-feature_toggle-line-right.xpm
2058         scale 70
2059         scaleBeforeRotation
2060         BoundingBox 0bp 6bp 22bp 22bp
2061
2062 \end_inset
2063
2064  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2065  wenn der Knopf grau hinterlegt ist
2066 \end_layout
2067
2068 \begin_layout Labeling
2069 \labelwidthstring 00.00.0000
2070 \begin_inset Graphics
2071         filename ../../images/tabular-feature_set-all-lines.xpm
2072         scale 70
2073         scaleBeforeRotation
2074         BoundingBox 0bp 6bp 22bp 22bp
2075
2076 \end_inset
2077
2078  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2079 \end_layout
2080
2081 \begin_layout Labeling
2082 \labelwidthstring 00.00.0000
2083 \begin_inset Graphics
2084         filename ../../images/tabular-feature_unset-all-lines.xpm
2085         scale 70
2086         scaleBeforeRotation
2087         BoundingBox 0bp 6bp 22bp 22bp
2088
2089 \end_inset
2090
2091  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2092 \end_layout
2093
2094 \begin_layout Labeling
2095 \labelwidthstring 00.00.0000
2096 \begin_inset Graphics
2097         filename ../../images/tabular-feature_align-left.xpm
2098         scale 70
2099         scaleBeforeRotation
2100         BoundingBox 0bp 6bp 22bp 22bp
2101
2102 \end_inset
2103
2104  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2105 \end_layout
2106
2107 \begin_layout Labeling
2108 \labelwidthstring 00.00.0000
2109 \begin_inset Graphics
2110         filename ../../images/tabular-feature_align-center.xpm
2111         scale 70
2112         scaleBeforeRotation
2113         BoundingBox 0bp 6bp 22bp 22bp
2114
2115 \end_inset
2116
2117  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2118 \end_layout
2119
2120 \begin_layout Labeling
2121 \labelwidthstring 00.00.0000
2122 \begin_inset Graphics
2123         filename ../../images/tabular-feature_align-right.xpm
2124         scale 70
2125         scaleBeforeRotation
2126         BoundingBox 0bp 6bp 22bp 22bp
2127
2128 \end_inset
2129
2130  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2131 \end_layout
2132
2133 \begin_layout Labeling
2134 \labelwidthstring 00.00.0000
2135 \begin_inset Graphics
2136         filename ../../images/tabular-feature_valign-top.xpm
2137         scale 70
2138         scaleBeforeRotation
2139         BoundingBox 0bp 6bp 22bp 22bp
2140
2141 \end_inset
2142
2143  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148 \begin_inset Graphics
2149         filename ../../images/tabular-feature_valign-middle.xpm
2150         scale 70
2151         scaleBeforeRotation
2152         BoundingBox 0bp 6bp 22bp 22bp
2153
2154 \end_inset
2155
2156  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2157 \end_layout
2158
2159 \begin_layout Labeling
2160 \labelwidthstring 00.00.0000
2161 \begin_inset Graphics
2162         filename ../../images/tabular-feature_valign-bottom.xpm
2163         scale 70
2164         scaleBeforeRotation
2165         BoundingBox 0bp 6bp 22bp 22bp
2166
2167 \end_inset
2168
2169  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2170 \end_layout
2171
2172 \begin_layout Labeling
2173 \labelwidthstring 00.00.0000
2174 \begin_inset Graphics
2175         filename ../../images/tabular-feature_set-rotate-cell.xpm
2176         scale 70
2177         scaleBeforeRotation
2178         BoundingBox 0bp 6bp 22bp 22bp
2179
2180 \end_inset
2181
2182  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2183 \end_layout
2184
2185 \begin_layout Labeling
2186 \labelwidthstring 00.00.0000
2187 \begin_inset Graphics
2188         filename ../../images/tabular-feature_set-rotate-tabular.xpm
2189         scale 70
2190         scaleBeforeRotation
2191         BoundingBox 0bp 6bp 22bp 22bp
2192
2193 \end_inset
2194
2195  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2196 \end_layout
2197
2198 \begin_layout Labeling
2199 \labelwidthstring 00.00.0000
2200 \begin_inset Graphics
2201         filename ../../images/tabular-feature_multicolumn.xpm
2202         scale 70
2203         scaleBeforeRotation
2204         BoundingBox 0bp 6bp 22bp 22bp
2205
2206 \end_inset
2207
2208  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2209 \end_layout
2210
2211 \begin_layout Standard
2212 \begin_inset Note Greyedout
2213 status open
2214
2215 \begin_layout Standard
2216
2217 \series bold
2218 Note:
2219 \series default
2220  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2221  Reihe für alle Zelle der Reihe verwendet.
2222 \end_layout
2223
2224 \end_inset
2225
2226
2227 \end_layout
2228
2229 \begin_layout Section
2230 Bearbeiten-Menü
2231 \begin_inset LatexCommand index
2232 name "Tabellen ! Bearbeiten-Menü"
2233
2234 \end_inset
2235
2236
2237 \end_layout
2238
2239 \begin_layout Standard
2240 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2241  Wenn der Cursor in einer Tabelle steht, sind im 
2242 \family sans
2243 Bearbeiten
2244 \family default
2245 -Menü folgende Punkte aktiviert: 
2246 \family sans
2247 Tabelle
2248 \family default
2249
2250 \family sans
2251 Zeilen\InsetSpace ~
2252 &\InsetSpace ~
2253 Spalten
2254 \family default
2255  und 
2256 \family sans
2257 Tabellen-Einstellungen
2258 \family default
2259 .
2260  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2261 ngsmöglichkeiten zu erreichen.
2262 \end_layout
2263
2264 \begin_layout Section
2265 Gleitende Tabellen
2266 \begin_inset LatexCommand label
2267 name "abs:Gleitende-Tabellen"
2268
2269 \end_inset
2270
2271
2272 \begin_inset LatexCommand index
2273 name "Gleitobjekte ! Tabellen"
2274
2275 \end_inset
2276
2277
2278 \begin_inset LatexCommand index
2279 name "Tabellen ! gleitende"
2280
2281 \end_inset
2282
2283
2284 \end_layout
2285
2286 \begin_layout Standard
2287 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt\InsetSpace ~
2288
2289 \begin_inset LatexCommand ref
2290 reference "abs:Gleitobjekte-Einleitung"
2291
2292 \end_inset
2293
2294 .
2295 \end_layout
2296
2297 \begin_layout Standard
2298 \begin_inset Float table
2299 placement h
2300 wide false
2301 sideways false
2302 status open
2303
2304 \begin_layout Standard
2305 \begin_inset Caption
2306
2307 \begin_layout Standard
2308 \begin_inset LatexCommand label
2309 name "tab:a table float"
2310
2311 \end_inset
2312
2313 Eine gleitende Tabelle
2314 \end_layout
2315
2316 \end_inset
2317
2318
2319 \end_layout
2320
2321 \begin_layout Standard
2322 \align center
2323 \begin_inset Tabular
2324 <lyxtabular version="3" rows="3" columns="3">
2325 <features>
2326 <column alignment="center" valignment="top" leftline="true" width="0pt">
2327 <column alignment="center" valignment="top" leftline="true" width="0pt">
2328 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2329 <row topline="true" bottomline="true">
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Standard
2334
2335 \family roman
2336 \series medium
2337 \shape up
2338 \size normal
2339 \emph off
2340 \bar no
2341 \noun off
2342 \color none
2343 1
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Standard
2352
2353 \family roman
2354 \series medium
2355 \shape up
2356 \size normal
2357 \emph off
2358 \bar no
2359 \noun off
2360 \color none
2361 2
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Standard
2370
2371 \family roman
2372 \series medium
2373 \shape up
2374 \size normal
2375 \emph off
2376 \bar no
2377 \noun off
2378 \color none
2379 3
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 </row>
2385 <row topline="true">
2386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Standard
2390
2391 \family roman
2392 \series medium
2393 \shape up
2394 \size normal
2395 \emph off
2396 \bar no
2397 \noun off
2398 \color none
2399 Martin
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Standard
2408
2409 \family roman
2410 \series medium
2411 \shape up
2412 \size normal
2413 \emph off
2414 \bar no
2415 \noun off
2416 \color none
2417 Lena
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Standard
2426
2427 \family roman
2428 \series medium
2429 \shape up
2430 \size normal
2431 \emph off
2432 \bar no
2433 \noun off
2434 \color none
2435 Alina
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 </row>
2441 <row topline="true" bottomline="true">
2442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Standard
2446
2447 \family roman
2448 \series medium
2449 \shape up
2450 \size normal
2451 \emph off
2452 \bar no
2453 \noun off
2454 \color none
2455 \begin_inset Formula $\int x^{2}dx$
2456 \end_inset
2457
2458
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Standard
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 \begin_inset Formula $\left[\begin{array}{cc}
2477 a & b\\
2478 c & d\end{array}\right]$
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \end_inset
2485 </cell>
2486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2487 \begin_inset Text
2488
2489 \begin_layout Standard
2490
2491 \family roman
2492 \series medium
2493 \shape up
2494 \size normal
2495 \emph off
2496 \bar no
2497 \noun off
2498 \color none
2499 \begin_inset Formula $1+1=2$
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \end_inset
2506 </cell>
2507 </row>
2508 </lyxtabular>
2509
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \end_inset
2516
2517
2518 \end_layout
2519
2520 \begin_layout Standard
2521 Gleitende Tabellen können über 
2522 \family sans
2523 Einfügen\SpecialChar \menuseparator
2524 Gleitobjekt\SpecialChar \menuseparator
2525 Tabelle
2526 \family default
2527  oder einen Klick auf den Werkzeugleistenknopf 
2528 \begin_inset Graphics
2529         filename ../../images/float-insert_table.xpm
2530         scale 70
2531         scaleBeforeRotation
2532         BoundingBox 0bp 6bp 22bp 22bp
2533
2534 \end_inset
2535
2536  erzeugt werden.
2537  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2538  In das rot umrahmte Feld rechts von 
2539 \emph on
2540 Tabelle\InsetSpace ~
2541 Nr:
2542 \emph default
2543  schreiben Sie die Tabellenbeschriftung.
2544  Nach einem Klick oberhalb oder unterhalb von 
2545 \emph on
2546 Tabelle\InsetSpace ~
2547 Nr:
2548 \emph default
2549  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2550 \begin_inset Graphics
2551         filename ../../images/tabular-insert.xpm
2552         scale 70
2553         scaleBeforeRotation
2554         BoundingBox 0bp 6bp 22bp 22bp
2555
2556 \end_inset
2557
2558  oder dem Menü 
2559 \family sans
2560 Einfügen\SpecialChar \menuseparator
2561 Tabelle
2562 \family default
2563  einfügen.
2564 \end_layout
2565
2566 \begin_layout Standard
2567 Tabelle\InsetSpace ~
2568
2569 \begin_inset LatexCommand ref
2570 reference "tab:a table float"
2571
2572 \end_inset
2573
2574  ist ein Beispiel für eine gleitende Tabelle.
2575 \end_layout
2576
2577 \begin_layout Standard
2578 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2579 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2580  Das bedeutet, dass bei den Klassen 
2581 \family sans
2582 article
2583 \family default
2584
2585 \family sans
2586 book
2587 \family default
2588
2589 \family sans
2590 letter
2591 \family default
2592 , und 
2593 \family sans
2594 report
2595 \family default
2596  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2597  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2598 \series bold
2599 caption
2600 \series default
2601
2602 \begin_inset LatexCommand index
2603 name "LaTeX-Pakete ! caption"
2604
2605 \end_inset
2606
2607  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2608 \begin_inset Foot
2609 status open
2610
2611 \begin_layout Standard
2612 Näheres finden Sie im Abschnitt\InsetSpace ~
2613
2614 \begin_inset LatexCommand ref
2615 reference "abs:Titel-Platzierung"
2616
2617 \end_inset
2618
2619 .
2620 \end_layout
2621
2622 \end_inset
2623
2624
2625 \end_layout
2626
2627 \begin_layout Standard
2628
2629 \series bold
2630 tableposition=top
2631 \end_layout
2632
2633 \begin_layout Standard
2634 Das Paket 
2635 \series bold
2636 caption
2637 \series default
2638 , das in Abschnitt\InsetSpace ~
2639
2640 \begin_inset LatexCommand ref
2641 reference "abs:Titel-Formatierung"
2642
2643 \end_inset
2644
2645 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2646 \end_layout
2647
2648 \begin_layout Standard
2649 \begin_inset LatexCommand index
2650 name "Tabellen ! zitieren"
2651
2652 \end_inset
2653
2654 Auf Tabellen kann über ihre Marke verwiesen werden.
2655  Dafür fügen Sie in der Beschriftung mit 
2656 \family sans
2657 Einfügen\SpecialChar \menuseparator
2658 Marke
2659 \family default
2660  oder durch Klicken auf 
2661 \begin_inset Graphics
2662         filename ../../images/label-insert.xpm
2663         scale 70
2664         scaleBeforeRotation
2665         BoundingBox 0bp 6bp 20bp 20bp
2666
2667 \end_inset
2668
2669  eine Marke ein.
2670  Auf diese können Sie dann wie gewohnt mit 
2671 \family sans
2672 Einfügen\SpecialChar \menuseparator
2673 Querverweis
2674 \family default
2675  oder durch Klicken auf 
2676 \begin_inset Graphics
2677         filename ../../images/dialog-show-new-inset_ref.xpm
2678         scale 70
2679         scaleBeforeRotation
2680         BoundingBox 0bp 6bp 22bp 22bp
2681
2682 \end_inset
2683
2684  verweisen.
2685  Verweise werden detailliert in Abschnitt\InsetSpace ~
2686
2687 \begin_inset LatexCommand ref
2688 reference "abs:Auf-Gleitobjekte-verweisen"
2689
2690 \end_inset
2691
2692  beschrieben.
2693 \end_layout
2694
2695 \begin_layout Section
2696 Lange Tabellen
2697 \begin_inset LatexCommand label
2698 name "abs:Lange-Tabellen"
2699
2700 \end_inset
2701
2702
2703 \begin_inset LatexCommand index
2704 name "Tabellen ! lange"
2705
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \begin_layout Standard
2712 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2713  Dialogfenster 
2714 \family sans
2715 Tabellen-Einstellungen
2716 \family default
2717  auf der Karteikarte  
2718 \family sans
2719 Lange\InsetSpace ~
2720 Tabelle
2721 \family default
2722  die Option 
2723 \family sans
2724 Lange\InsetSpace ~
2725 Tabelle\InsetSpace ~
2726 verwenden
2727 \family default
2728  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2729  Außerdem werden weitere Optionen aktiviert, die im 
2730 \emph on
2731 Benutzerhandbuch
2732 \emph default
2733  beschrieben sind.
2734 \end_layout
2735
2736 \begin_layout Standard
2737 Hier ist ein Beispiel einer langen Tabelle:
2738 \end_layout
2739
2740 \begin_layout Standard
2741 \align center
2742 \begin_inset Tabular
2743 <lyxtabular version="3" rows="69" columns="3">
2744 <features islongtable="true">
2745 <column alignment="left" valignment="top" leftline="true" width="0cm">
2746 <column alignment="left" valignment="top" width="0pt">
2747 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2748 <row topline="true" bottomline="true" endfirsthead="true">
2749 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Standard
2753
2754 \series bold
2755 Telefonliste (ignoriere die Namen)
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Standard
2764
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Standard
2773
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 </row>
2779 <row topline="true" bottomline="true" endfirsthead="true">
2780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Standard
2784
2785 \series bold
2786 NAME
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Standard
2795
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2801 \begin_inset Text
2802
2803 \begin_layout Standard
2804
2805 \series bold
2806 TEL.
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 </row>
2812 <row topline="true" bottomline="true" endhead="true">
2813 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Standard
2817
2818 \series bold
2819 Telefonliste
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Standard
2828
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Standard
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row topline="true" bottomline="true" endhead="true">
2844 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Standard
2848
2849 \series bold
2850 NAME
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Standard
2859
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Standard
2868
2869 \series bold
2870 TEL.
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 </row>
2876 <row topline="true" bottomline="true" endfoot="true">
2877 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Standard
2881
2882 \series bold
2883 wird fortgesetzt
2884 \series default
2885  \SpecialChar \ldots{}
2886
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Standard
2895
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Standard
2904
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 </row>
2910 <row>
2911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Standard
2915
2916 \series bold
2917 Annovi
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 <cell alignment="center" valignment="top" topline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Standard
2926 Silvia
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Standard
2935 111
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row>
2942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Standard
2946
2947 \series bold
2948 Bertoli
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Standard
2957 Stefano
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Standard
2966 111
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 </row>
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Standard
2977
2978 \series bold
2979 Bozzi
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" topline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Standard
2988 Walter
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Standard
2997 111
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 </row>
3003 <row>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Standard
3008
3009 \series bold
3010 Cachia
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 <cell alignment="center" valignment="top" topline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Standard
3019 Maria
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Standard
3028 111
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 </row>
3034 <row>
3035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Standard
3039
3040 \series bold
3041 Cachia
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 <cell alignment="center" valignment="top" topline="true" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Standard
3050 Maurizio
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Standard
3059 111
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 </row>
3065 <row>
3066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Standard
3070
3071 \series bold
3072 Cinquemani
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" topline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Standard
3081 Giusi
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Standard
3090 111
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 <row>
3097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Standard
3101
3102 \series bold
3103 Colin
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell alignment="center" valignment="top" topline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Standard
3112 Bernard
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Standard
3121 111
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 </row>
3127 <row>
3128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Standard
3132
3133 \series bold
3134 Concli
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" topline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Standard
3143 Gianfranco
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Standard
3152 111
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 </row>
3158 <row>
3159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Standard
3163
3164 \series bold
3165 Dal Bosco
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="center" valignment="top" topline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Standard
3174 Carolina
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Standard
3183 111
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 </row>
3189 <row>
3190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Standard
3194
3195 \series bold
3196 Dalpiaz
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" topline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Standard
3205 Annamaria
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Standard
3214 111
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row>
3221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Standard
3225
3226 \series bold
3227 Feliciello
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" topline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Standard
3236 Domenico
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Standard
3245 111
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 </row>
3251 <row>
3252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Standard
3256
3257 \series bold
3258 Focarelli
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" topline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Standard
3267 Paola
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Standard
3276 111
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 </row>
3282 <row>
3283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Standard
3287
3288 \series bold
3289 Galletti
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" topline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Standard
3298 Oreste
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Standard
3307 111
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 </row>
3313 <row>
3314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Standard
3318
3319 \series bold
3320 Gasparini
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" topline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Standard
3329 Franca
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Standard
3338 111
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row>
3345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Standard
3349
3350 \series bold
3351 Rizzardi
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" topline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Standard
3360 Paola
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Standard
3369 111
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 <row>
3376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Standard
3380
3381 \series bold
3382 Lassini
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" topline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Standard
3391 Giancarlo
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Standard
3400 111
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row>
3407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Standard
3411
3412 \series bold
3413 Malfatti
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" topline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Standard
3422 Luciano
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Standard
3431 111
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 <row>
3438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Standard
3442
3443 \series bold
3444 Malfatti
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" topline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Standard
3453 Valeriano
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Standard
3462 111
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row>
3469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Standard
3473
3474 \series bold
3475 Meneguzzo
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" topline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Standard
3484 Roberto
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Standard
3493 111
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 <row>
3500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Standard
3504
3505 \series bold
3506 Mezzadra
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" topline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Standard
3515 Roberto
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Standard
3524 111
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Standard
3535
3536 \series bold
3537 Pirpamer
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" topline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Standard
3546 Erich
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Standard
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Standard
3566
3567 \series bold
3568 Pochiesa
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Standard
3577 Paolo
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Standard
3586 111, 222
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Standard
3597
3598 \series bold
3599 Radina
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" topline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Standard
3608 Claudio
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Standard
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Standard
3628
3629 \series bold
3630 Stuffer
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" topline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Standard
3639 Oskar
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Standard
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Standard
3659
3660 \series bold
3661 Tacchelli
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" topline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Standard
3670 Ugo
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Standard
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Standard
3690
3691 \series bold
3692 Tezzele
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" topline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Standard
3701 Margit
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Standard
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Standard
3721
3722 \series bold
3723 Unterkalmsteiner
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" topline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Standard
3732 Frieda
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Standard
3741 111
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Standard
3752
3753 \series bold
3754 Vieider
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" topline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Standard
3763 Hilde
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Standard
3772 111
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Standard
3783
3784 \series bold
3785 Vigna
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" topline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Standard
3794 Jürgen
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Standard
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Standard
3814
3815 \series bold
3816 Weber
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" topline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Standard
3825 Maurizio
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Standard
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row bottomline="true">
3841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Standard
3845
3846 \series bold
3847 Winkler
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" topline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Standard
3856 Franz
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Standard
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row bottomline="true">
3872 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Standard
3876  
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Standard
3885
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Standard
3894
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 <row>
3901 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Standard
3905
3906 \series bold
3907 Annovi
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" topline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Standard
3916 Silvia
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Standard
3925 555
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 </row>
3931 <row>
3932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Standard
3936
3937 \series bold
3938 Bertoli
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" topline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Standard
3947 Stefano
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Standard
3956 555
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Standard
3967
3968 \series bold
3969 Bozzi
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" topline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Standard
3978 Walter
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Standard
3987 555
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 </row>
3993 <row>
3994 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Standard
3998
3999 \series bold
4000 Cachia
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" topline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Standard
4009 Maria
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Standard
4018 555
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 <row>
4025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Standard
4029
4030 \series bold
4031 Cachia
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" topline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Standard
4040 Maurizio
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Standard
4049 555
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 </row>
4055 <row>
4056 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Standard
4060
4061 \series bold
4062 Cinquemani
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" topline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Standard
4071 Giusi
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Standard
4080 555
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 </row>
4086 <row>
4087 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Standard
4091
4092 \series bold
4093 Colin
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" topline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Standard
4102 Bernard
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Standard
4111 555
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 </row>
4117 <row>
4118 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Standard
4122
4123 \series bold
4124 Concli
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" topline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Standard
4133 Gianfranco
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Standard
4142 555
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Standard
4153
4154 \series bold
4155 Dal Bosco
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" topline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Standard
4164 Carolina
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Standard
4173 555
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 </row>
4179 <row>
4180 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Standard
4184
4185 \series bold
4186 Dalpiaz
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" topline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Standard
4195 Annamaria
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Standard
4204 555
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row>
4211 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Standard
4215
4216 \series bold
4217 Feliciello
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" topline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Standard
4226 Domenico
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Standard
4235 555
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 <row>
4242 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Standard
4246
4247 \series bold
4248 Focarelli
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" topline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Standard
4257 Paola
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Standard
4266 555
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 </row>
4272 <row>
4273 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Standard
4277
4278 \series bold
4279 Galletti
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" topline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Standard
4288 Oreste
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Standard
4297 555
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 </row>
4303 <row>
4304 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Standard
4308
4309 \series bold
4310 Gasparini
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" topline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Standard
4319 Franca
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Standard
4328 555
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 </row>
4334 <row>
4335 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Standard
4339
4340 \series bold
4341 Rizzardi
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" topline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Standard
4350 Paola
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Standard
4359 555
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 </row>
4365 <row>
4366 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Standard
4370
4371 \series bold
4372 Lassini
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" topline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Standard
4381 Giancarlo
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Standard
4390 555
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 </row>
4396 <row>
4397 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Standard
4401
4402 \series bold
4403 Malfatti
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" topline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Standard
4412 Luciano
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Standard
4421 555
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 </row>
4427 <row>
4428 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Standard
4432
4433 \series bold
4434 Malfatti
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" topline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Standard
4443 Valeriano
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Standard
4452 555
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Standard
4463
4464 \series bold
4465 Meneguzzo
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" topline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Standard
4474 Roberto
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Standard
4483 555
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Standard
4494
4495 \series bold
4496 Mezzadra
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" topline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Standard
4505 Roberto
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Standard
4514 555
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Standard
4525
4526 \series bold
4527 Pirpamer
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" topline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Standard
4536 Erich
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Standard
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Standard
4556
4557 \series bold
4558 Pochiesa
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" topline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Standard
4567 Paolo
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Standard
4576 555, 222
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Standard
4587
4588 \series bold
4589 Radina
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" topline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Standard
4598 Claudio
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Standard
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Standard
4618
4619 \series bold
4620 Stuffer
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" topline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Standard
4629 Oskar
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Standard
4638 555
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Standard
4649
4650 \series bold
4651 Tacchelli
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" topline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Standard
4660 Ugo
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Standard
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Standard
4680
4681 \series bold
4682 Tezzele
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" topline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Standard
4691 Margit
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Standard
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Standard
4711
4712 \series bold
4713 Unterkalmsteiner
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" topline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Standard
4722 Frieda
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Standard
4731 555
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Standard
4742
4743 \series bold
4744 Vieider
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" topline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Standard
4753 Hilde
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Standard
4762 555
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Standard
4773
4774 \series bold
4775 Vigna
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" topline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Standard
4784 Jürgen
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Standard
4793 999
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 </row>
4799 <row>
4800 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Standard
4804
4805 \series bold
4806 Weber
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" topline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Standard
4815 Maurizio
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Standard
4824 555
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row bottomline="true">
4831 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Standard
4835
4836 \series bold
4837 Winkler
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" topline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Standard
4846 Franz
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Standard
4855 555
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 </row>
4861 <row bottomline="true" endlastfoot="true">
4862 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Standard
4866
4867 \series bold
4868 Ende
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Standard
4877
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Standard
4886
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 </lyxtabular>
4893
4894 \end_inset
4895
4896
4897 \begin_inset ERT
4898 status collapsed
4899
4900 \begin_layout Standard
4901
4902
4903 \backslash
4904 addtocounter{table}{-1}
4905 \end_layout
4906
4907 \end_inset
4908
4909
4910 \begin_inset Note Note
4911 status collapsed
4912
4913 \begin_layout Standard
4914 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt\InsetSpace ~
4915
4916 \begin_inset LatexCommand ref
4917 reference "uab:Titel-für-lange"
4918
4919 \end_inset
4920
4921
4922 \end_layout
4923
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \begin_layout Subsection
4930 Fußnoten in langen Tabellen
4931 \begin_inset LatexCommand label
4932 name "uab:Fußnoten-in-langen"
4933
4934 \end_inset
4935
4936
4937 \begin_inset LatexCommand index
4938 name "Tabellen ! lange ! Fußnoten"
4939
4940 \end_inset
4941
4942
4943 \end_layout
4944
4945 \begin_layout Standard
4946 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
4947  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
4948  Tabelle\InsetSpace ~
4949
4950 \begin_inset LatexCommand ref
4951 reference "tab:DiffCaptions"
4952
4953 \end_inset
4954
4955  hat zum Beispiel eine Fußnote.
4956 \end_layout
4957
4958 \begin_layout Subsection
4959 Beschriftungen lange Tabellen
4960 \begin_inset LatexCommand index
4961 name "Tabellen ! lange ! Titel"
4962
4963 \end_inset
4964
4965
4966 \begin_inset LatexCommand label
4967 name "uab:Titel-für-lange"
4968
4969 \end_inset
4970
4971
4972 \end_layout
4973
4974 \begin_layout Standard
4975 Eine 
4976 \family sans
4977 lange\InsetSpace ~
4978 Tabelle
4979 \family default
4980  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
4981  Seite gedruckt werden können.
4982  Aber die 
4983 \family sans
4984 Legende
4985 \family default
4986 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
4987 \end_layout
4988
4989 \begin_layout Standard
4990 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
4991 \end_layout
4992
4993 \begin_layout Enumerate
4994 Erstellen Sie eine 
4995 \family sans
4996 lange\InsetSpace ~
4997 Tabelle
4998 \family default
4999 .
5000 \end_layout
5001
5002 \begin_layout Enumerate
5003 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5004 \end_layout
5005
5006 \begin_layout Enumerate
5007 Fügen Sie 
5008 \family sans
5009 mit Einfügen\SpecialChar \menuseparator
5010 Legende
5011 \family default
5012  eine Beschriftung in die erste Tabellenzelle.
5013  Sie können auch noch einen Kurztitel hinzufügen, 
5014 \family sans
5015 Einfügen\SpecialChar \menuseparator
5016 Kurztitel
5017 \family default
5018 .
5019 \end_layout
5020
5021 \begin_layout Enumerate
5022 Fügen Sie hinter dem Titel 
5023 \series bold
5024
5025 \begin_inset Quotes gld
5026 \end_inset
5027
5028
5029 \backslash
5030
5031 \backslash
5032 %
5033 \series default
5034
5035 \begin_inset Quotes grd
5036 \end_inset
5037
5038  als ERT ein.
5039 \end_layout
5040
5041 \begin_layout Standard
5042 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5043  gedruckt.
5044  Die Zeichen 
5045 \series bold
5046
5047 \begin_inset Quotes gld
5048 \end_inset
5049
5050
5051 \backslash
5052
5053 \backslash
5054 %
5055 \series default
5056
5057 \begin_inset Quotes grd
5058 \end_inset
5059
5060  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5061  weg.
5062  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5063  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5064 \end_layout
5065
5066 \begin_layout Standard
5067 Hier ist eine kleine 
5068 \family sans
5069 lange\InsetSpace ~
5070 Tabelle
5071 \family default
5072 , die zeigt, wie das funktioniert:
5073 \end_layout
5074
5075 \begin_layout Standard
5076 \begin_inset Tabular
5077 <lyxtabular version="3" rows="6" columns="5">
5078 <features islongtable="true">
5079 <column alignment="center" valignment="top" leftline="true" width="0">
5080 <column alignment="center" valignment="top" leftline="true" width="0">
5081 <column alignment="center" valignment="top" leftline="true" width="0">
5082 <column alignment="center" valignment="top" leftline="true" width="0">
5083 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5084 <row>
5085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Standard
5089 \begin_inset Caption
5090
5091 \begin_layout Standard
5092 Eine 
5093 \family sans
5094 lange\InsetSpace ~
5095 Tabelle
5096 \family default
5097  mit Titel
5098 \begin_inset OptArg
5099 status open
5100
5101 \begin_layout Standard
5102 Lange Tabelle
5103 \end_layout
5104
5105 \end_inset
5106
5107
5108 \end_layout
5109
5110 \end_inset
5111
5112
5113 \begin_inset ERT
5114 status collapsed
5115
5116 \begin_layout Standard
5117
5118
5119 \backslash
5120
5121 \backslash
5122 %
5123 \end_layout
5124
5125 \end_inset
5126
5127
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Standard
5136
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Standard
5145
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Standard
5154
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Standard
5163
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 <row topline="true">
5170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Standard
5174 1
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Standard
5183 2
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Standard
5192 3
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Standard
5201 4
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Standard
5210 5
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row topline="true">
5217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Standard
5221 asd
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Standard
5230 s
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Standard
5239 s
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Standard
5248 s
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Standard
5257 asd
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 </row>
5263 <row topline="true">
5264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Standard
5268 asd
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Standard
5277 s
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Standard
5286 s
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Standard
5295 s
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Standard
5304 asd
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 </row>
5310 <row topline="true">
5311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Standard
5315 asd
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Standard
5324 s
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Standard
5333 s
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Standard
5342 s
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Standard
5351 asd
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 </row>
5357 <row topline="true" bottomline="true">
5358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Standard
5362 asd
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Standard
5371 asd
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Standard
5380 asd
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Standard
5389 asd
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Standard
5398 asd
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 </row>
5404 </lyxtabular>
5405
5406 \end_inset
5407
5408
5409 \end_layout
5410
5411 \begin_layout Standard
5412 \begin_inset VSpace medskip
5413 \end_inset
5414
5415
5416 \begin_inset Note Greyedout
5417 status open
5418
5419 \begin_layout Standard
5420
5421 \series bold
5422 Bemerkung\InsetSpace ~
5423 1:
5424 \series default
5425  Die Tabellennummer wird für jede 
5426 \family sans
5427 lange\InsetSpace ~
5428 Tabelle
5429 \family default
5430  erhöht, auch wenn Sie keinen Titel vergeben.
5431  Deshalb könnte es passieren, dass zum Beispiel Tabelle\InsetSpace ~
5432 2.4 auf Tabelle\InsetSpace ~
5433 2.1
5434  im Tabellenverzeichnis folgt, wenn dazwischen zwei
5435 \family sans
5436  lange\InsetSpace ~
5437 Tabellen
5438 \family default
5439  ohne Titel sind.
5440  Um das zu vermeiden, können Sie hinter jede 
5441 \family sans
5442 lange\InsetSpace ~
5443 Tabelle
5444 \family default
5445  ohne Titel folgenden LaTeX-Befehl als ERT einfügen:
5446 \end_layout
5447
5448 \begin_layout Standard
5449
5450 \series bold
5451
5452 \backslash
5453 addtocounter{table}{-1}
5454 \end_layout
5455
5456 \end_inset
5457
5458
5459 \end_layout
5460
5461 \begin_layout Standard
5462 \begin_inset Note Greyedout
5463 status open
5464
5465 \begin_layout Standard
5466
5467 \series bold
5468 Bemerkung\InsetSpace ~
5469 2:
5470 \series default
5471  Wenn Sie das LaTeX-Paket 
5472 \series bold
5473 hyperref
5474 \series default
5475
5476 \begin_inset LatexCommand index
5477 name "LaTeX-Pakete ! hyperref"
5478
5479 \end_inset
5480
5481  für Querverweise benutzen, wird der Verweis auf eine 
5482 \family sans
5483 lange\InsetSpace ~
5484 Tabelle
5485 \family default
5486  immer auf den Anfang des Dokuments zeigen.
5487 \end_layout
5488
5489 \end_inset
5490
5491
5492 \newpage
5493
5494 \end_layout
5495
5496 \begin_layout Subsubsection
5497 Querverweise auf 
5498 \family sans
5499 lange\InsetSpace ~
5500 Tabelle
5501 \family default
5502 n
5503 \begin_inset LatexCommand index
5504 name "Tabellen ! lange ! Querverweis"
5505
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \begin_layout Standard
5512 \begin_inset Tabular
5513 <lyxtabular version="3" rows="6" columns="5">
5514 <features islongtable="true">
5515 <column alignment="center" valignment="top" leftline="true" width="0">
5516 <column alignment="center" valignment="top" leftline="true" width="0">
5517 <column alignment="center" valignment="top" leftline="true" width="0">
5518 <column alignment="center" valignment="top" leftline="true" width="0">
5519 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5520 <row>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Standard
5525 \begin_inset Caption
5526
5527 \begin_layout Standard
5528
5529 \family sans
5530 Lange\InsetSpace ~
5531 Tabelle
5532 \family default
5533  mit Marke
5534 \begin_inset LatexCommand label
5535 name "tab:LangeTabelle-mit-Marke"
5536
5537 \end_inset
5538
5539
5540 \end_layout
5541
5542 \end_inset
5543
5544
5545 \begin_inset ERT
5546 status collapsed
5547
5548 \begin_layout Standard
5549
5550
5551 \backslash
5552
5553 \backslash
5554 %
5555 \end_layout
5556
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Standard
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Standard
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Standard
5586
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Standard
5595
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 </row>
5601 <row topline="true">
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Standard
5606 1
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Standard
5615 2
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Standard
5624 3
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Standard
5633 4
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Standard
5642 5
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 <row topline="true">
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Standard
5653 asd
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Standard
5662 s
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Standard
5671 s
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Standard
5680 s
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Standard
5689 asd
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row topline="true">
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Standard
5700 asd
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Standard
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Standard
5718 s
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Standard
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Standard
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row topline="true">
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Standard
5747 asd
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Standard
5756 s
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Standard
5765 s
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Standard
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Standard
5783 asd
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 <row topline="true" bottomline="true">
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Standard
5794 asd
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Standard
5803 sad
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Standard
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Standard
5821 asd
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Standard
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 </row>
5836 </lyxtabular>
5837
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \begin_layout Standard
5844 Damit auf eine 
5845 \family sans
5846 lange\InsetSpace ~
5847 Tabelle
5848 \family default
5849  verwiesen werden kann, müssen Sie eine 
5850 \family sans
5851 Marke
5852 \family default
5853  im Titel einfügen.
5854  Beachten Sie dabei, dass Sie 
5855 \emph on
5856
5857 \begin_inset Quotes gld
5858 \end_inset
5859
5860 tab:
5861 \emph default
5862
5863 \begin_inset Quotes grd
5864 \end_inset
5865
5866  selber ins Markenfeld schreiben müssen.
5867 \end_layout
5868
5869 \begin_layout Standard
5870 Dies ist ein Verweis auf Tabelle\InsetSpace ~
5871
5872 \begin_inset LatexCommand ref
5873 reference "tab:LangeTabelle-mit-Marke"
5874
5875 \end_inset
5876
5877 .
5878 \end_layout
5879
5880 \begin_layout Standard
5881 Mit dem LaTeX-Paket 
5882 \series bold
5883 caption
5884 \series default
5885
5886 \begin_inset LatexCommand index
5887 name "LaTeX-Pakete ! caption"
5888
5889 \end_inset
5890
5891 , siehe Abschnitt\InsetSpace ~
5892
5893 \begin_inset LatexCommand ref
5894 reference "abs:Titel-Formatierung"
5895
5896 \end_inset
5897
5898 , können Sie alle anderen 
5899 \family sans
5900 Legende
5901 \family default
5902 -Optionen benutzen.
5903 \end_layout
5904
5905 \begin_layout Subsubsection
5906 Titelbreite
5907 \begin_inset LatexCommand index
5908 name "Tabellen ! lange ! Beschriftungsbreite"
5909
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \begin_layout Standard
5916 Die maximale Titelbreite wird durch die Variable 
5917 \series bold
5918
5919 \backslash
5920 LTcapwidth
5921 \series default
5922  definiert.
5923  Ihr Standardwert ist 4\InsetSpace \thinspace{}
5924 Zoll (
5925 \begin_inset Formula $\approx10$
5926 \end_inset
5927
5928 \InsetSpace \thinspace{}
5929 cm).
5930  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als ERT vor
5931  der betreffenden Tabelle folgenden Befehl einsetzen:
5932 \end_layout
5933
5934 \begin_layout Standard
5935
5936 \series bold
5937
5938 \backslash
5939 setlength{
5940 \backslash
5941 LTcapwidth}{Breite}
5942 \end_layout
5943
5944 \begin_layout Standard
5945 wobei 
5946 \family typewriter
5947 Breite
5948 \family default
5949  eine der in Anhang\InsetSpace ~
5950
5951 \begin_inset LatexCommand ref
5952 reference "kap:Units-available-in"
5953
5954 \end_inset
5955
5956  aufgelisteten Einheiten haben kann.
5957 \end_layout
5958
5959 \begin_layout Standard
5960 Die beiden folgenden Tabellen zeigen den Unterschied:
5961 \end_layout
5962
5963 \begin_layout Standard
5964 \begin_inset Tabular
5965 <lyxtabular version="3" rows="6" columns="5">
5966 <features islongtable="true">
5967 <column alignment="center" valignment="top" leftline="true" width="0">
5968 <column alignment="center" valignment="top" leftline="true" width="0">
5969 <column alignment="center" valignment="top" leftline="true" width="0">
5970 <column alignment="center" valignment="top" leftline="true" width="0">
5971 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Standard
5977 \begin_inset Caption
5978
5979 \begin_layout Standard
5980 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
5981  Titel 
5982 \begin_inset OptArg
5983 status open
5984
5985 \begin_layout Standard
5986 Titel mit Standardbreite
5987 \end_layout
5988
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \end_inset
5995
5996
5997 \begin_inset ERT
5998 status collapsed
5999
6000 \begin_layout Standard
6001
6002
6003 \backslash
6004
6005 \backslash
6006 %
6007 \end_layout
6008
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Standard
6020
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Standard
6029
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Standard
6038
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Standard
6047
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row topline="true">
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Standard
6058 1
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Standard
6067 2
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Standard
6076 3
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Standard
6085 4
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Standard
6094 5
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 <row topline="true">
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Standard
6105 asd
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Standard
6114 s
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Standard
6123 s
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Standard
6132 s
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Standard
6141 asd
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 </row>
6147 <row topline="true">
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Standard
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Standard
6161 s
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Standard
6170 s
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Standard
6179 s
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Standard
6188 asd
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 <row topline="true">
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Standard
6199 asd
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Standard
6208 s
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Standard
6217 s
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Standard
6226 s
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Standard
6235 asd
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 </row>
6241 <row topline="true" bottomline="true">
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Standard
6246 asd
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Standard
6255 sad
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Standard
6264 asd
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Standard
6273 asd
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Standard
6282 asd
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 </lyxtabular>
6289
6290 \end_inset
6291
6292
6293 \end_layout
6294
6295 \begin_layout Standard
6296 \begin_inset ERT
6297 status collapsed
6298
6299 \begin_layout Standard
6300
6301
6302 \backslash
6303 setlength{
6304 \backslash
6305 LTcapwidth}{5cm}
6306 \end_layout
6307
6308 \end_inset
6309
6310
6311 \begin_inset Tabular
6312 <lyxtabular version="3" rows="6" columns="5">
6313 <features islongtable="true">
6314 <column alignment="center" valignment="top" leftline="true" width="0">
6315 <column alignment="center" valignment="top" leftline="true" width="0">
6316 <column alignment="center" valignment="top" leftline="true" width="0">
6317 <column alignment="center" valignment="top" leftline="true" width="0">
6318 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6319 <row>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Standard
6324 \begin_inset Caption
6325
6326 \begin_layout Standard
6327 Langer Titel mit 5\InsetSpace \thinspace{}
6328 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6329 cm Breite, Langer Titel mit
6330  5\InsetSpace \thinspace{}
6331 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6332 cm Breite 
6333 \begin_inset OptArg
6334 status open
6335
6336 \begin_layout Standard
6337 Titel mit 5\InsetSpace \thinspace{}
6338 cm Breite
6339 \end_layout
6340
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \end_inset
6347
6348
6349 \begin_inset ERT
6350 status collapsed
6351
6352 \begin_layout Standard
6353
6354
6355 \backslash
6356
6357 \backslash
6358 %
6359 \end_layout
6360
6361 \end_inset
6362
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Standard
6372
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Standard
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Standard
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Standard
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row topline="true">
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Standard
6410 1
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Standard
6419 2
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Standard
6428 3
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Standard
6437 4
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Standard
6446 5
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 <row topline="true">
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Standard
6457 asd
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Standard
6466 s
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Standard
6475 s
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Standard
6484 s
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Standard
6493 asd
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 </row>
6499 <row topline="true">
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Standard
6504 asd
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Standard
6513 s
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Standard
6522 s
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Standard
6531 s
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Standard
6540 asd
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 </row>
6546 <row topline="true">
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Standard
6551 asd
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Standard
6560 s
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Standard
6569 s
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Standard
6578 s
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Standard
6587 asd
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 <row topline="true" bottomline="true">
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Standard
6598 asd
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Standard
6607 sad
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Standard
6616 asd
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Standard
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Standard
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 </lyxtabular>
6641
6642 \end_inset
6643
6644
6645 \begin_inset ERT
6646 status collapsed
6647
6648 \begin_layout Standard
6649
6650
6651 \backslash
6652 setlength{
6653 \backslash
6654 LTcapwidth}{4in}
6655 \end_layout
6656
6657 \end_inset
6658
6659
6660 \begin_inset Note Note
6661 status collapsed
6662
6663 \begin_layout Standard
6664 Beschriftungsbreite zurücksetzen
6665 \end_layout
6666
6667 \end_inset
6668
6669
6670 \end_layout
6671
6672 \begin_layout Standard
6673 \begin_inset Note Greyedout
6674 status open
6675
6676 \begin_layout Standard
6677
6678 \series bold
6679 Achtung:
6680 \series default
6681  Wenn das LaTeX-Paket 
6682 \series bold
6683 caption
6684 \series default
6685
6686 \begin_inset LatexCommand index
6687 name "LaTeX-Pakete ! caption"
6688
6689 \end_inset
6690
6691  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
6692  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
6693  4\InsetSpace \thinspace{}
6694 Zoll für 
6695 \series bold
6696
6697 \backslash
6698 LTcapwidth
6699 \series default
6700  benutzen.
6701  Um in diesem Fall eine genau a 4\InsetSpace \thinspace{}
6702 Zoll breite Beschriftung zu erhalten, können
6703  Sie entweder einen leicht von 4\InsetSpace \thinspace{}
6704 Zoll veränderten Wert wie z.\InsetSpace \thinspace{}
6705 B.
6706  3.99\InsetSpace \thinspace{}
6707 Zoll verwenden oder den LaTeX-Befehl 
6708 \series bold
6709
6710 \backslash
6711 captionsetup{width=Wert}
6712 \series default
6713  benutzen, der vom 
6714 \series bold
6715 caption
6716 \series default
6717 -Paket bereitgestellt wird.
6718 \end_layout
6719
6720 \end_inset
6721
6722
6723 \end_layout
6724
6725 \begin_layout Subsubsection
6726 Unterschiedliche Titel für Tabellenseiten
6727 \begin_inset LatexCommand index
6728 name "Tabellen ! lange ! mehrere Titel"
6729
6730 \end_inset
6731
6732
6733 \end_layout
6734
6735 \begin_layout Standard
6736 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
6737  die erste, müssen Sie eine 
6738 \family sans
6739 Legende
6740 \family default
6741  mit einem nicht-leeren 
6742 \family sans
6743 Kurztitel
6744 \family default
6745  in eine leere Legende-Zeile, die als 
6746 \family sans
6747 Erste\InsetSpace ~
6748 Kopfzeile
6749 \family default
6750  definiert wurde, einfügen.
6751  Der Titel für die anderen Tabellenseiten wird als 
6752 \family sans
6753 Legende
6754 \family default
6755  ohne 
6756 \family sans
6757 Kurztitel
6758 \family default
6759  in eine leere Legende-Zeile, die als 
6760 \family sans
6761 Kopfzeile
6762 \family default
6763  definiert wurde, einfügen.
6764  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
6765  Befehl
6766 \end_layout
6767
6768 \begin_layout Standard
6769
6770 \series bold
6771
6772 \backslash
6773 caption*{caption text}
6774 \end_layout
6775
6776 \begin_layout Standard
6777 anstatt der 
6778 \family sans
6779 Legende
6780 \family default
6781 -Umgebung von LyX benutzen.
6782  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
6783  den Titel der 
6784 \family sans
6785 Ersten\InsetSpace ~
6786 Kopfzeile
6787 \family default
6788  eingefügt werden.
6789  Tabelle\InsetSpace ~
6790
6791 \begin_inset LatexCommand ref
6792 reference "tab:DiffCaptions"
6793
6794 \end_inset
6795
6796  ist ein Beispiel für eine 
6797 \family sans
6798 lange\InsetSpace ~
6799 Tabelle
6800 \family default
6801  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
6802 \end_layout
6803
6804 \begin_layout Standard
6805 \align center
6806 \begin_inset Tabular
6807 <lyxtabular version="3" rows="60" columns="3">
6808 <features islongtable="true">
6809 <column alignment="left" valignment="top" leftline="true" width="0cm">
6810 <column alignment="left" valignment="top" rightline="true" width="0pt">
6811 <column alignment="right" valignment="top" rightline="true" width="0pt">
6812 <row endfirsthead="true">
6813 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Standard
6817 \begin_inset Caption
6818
6819 \begin_layout Standard
6820 Telefonliste
6821 \begin_inset LatexCommand label
6822 name "tab:DiffCaptions"
6823
6824 \end_inset
6825
6826
6827 \begin_inset OptArg
6828 status collapsed
6829
6830 \begin_layout Standard
6831 Telefonliste
6832 \end_layout
6833
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \end_inset
6840
6841
6842 \begin_inset ERT
6843 status collapsed
6844
6845 \begin_layout Standard
6846
6847
6848 \backslash
6849
6850 \backslash
6851 %
6852 \end_layout
6853
6854 \end_inset
6855
6856
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Standard
6865
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Standard
6874
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 </row>
6880 <row topline="true" bottomline="true" endfirsthead="true">
6881 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Standard
6885
6886 \series bold
6887 Telefonliste (ignoriere die Namen)
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Standard
6896
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Standard
6905
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 </row>
6911 <row topline="true" bottomline="true" endfirsthead="true">
6912 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Standard
6916
6917 \series bold
6918 NAME
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Standard
6927
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Standard
6936
6937 \series bold
6938 TEL.
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 </row>
6944 <row bottomline="true" endhead="true">
6945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Standard
6949 \begin_inset ERT
6950 status open
6951
6952 \begin_layout Standard
6953
6954
6955 \backslash
6956 caption*{Fortsetzung der Telefonliste}
6957 \backslash
6958
6959 \backslash
6960 %
6961 \end_layout
6962
6963 \end_inset
6964
6965
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Standard
6974
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Standard
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 </row>
6989 <row topline="true" bottomline="true" endhead="true">
6990 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Standard
6994
6995 \series bold
6996 Telefonliste
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Standard
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Standard
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 </row>
7020 <row topline="true" bottomline="true" endhead="true">
7021 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Standard
7025
7026 \series bold
7027 NAME
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Standard
7036
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Standard
7045
7046 \series bold
7047 TEL.
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 </row>
7053 <row topline="true" bottomline="true" endfoot="true">
7054 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Standard
7058 wird fortgesetzt\SpecialChar \ldots{}
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Standard
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Standard
7077
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 </row>
7083 <row>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Standard
7088
7089 \series bold
7090 Annovi
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Standard
7099 Silvia
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Standard
7108 111
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 </row>
7114 <row>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Standard
7119
7120 \series bold
7121 Bertoli
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Standard
7130 Stefano
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Standard
7139 111
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 </row>
7145 <row>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Standard
7150
7151 \series bold
7152 Bozzi
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Standard
7161 Walter
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Standard
7170 111
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 </row>
7176 <row>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Standard
7181
7182 \series bold
7183 Cachia
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Standard
7192 Maria
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Standard
7201 111
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 </row>
7207 <row>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Standard
7212
7213 \series bold
7214 Cachia
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Standard
7223 Maurizio
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Standard
7232 111
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Standard
7243
7244 \series bold
7245 Cinquemani
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Standard
7254 Giusi
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Standard
7263 111
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 </row>
7269 <row>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Standard
7274
7275 \series bold
7276 Colin
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Standard
7285 Bernard
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Standard
7294 111
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 </row>
7300 <row>
7301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Standard
7305
7306 \series bold
7307 Concli
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Standard
7316 Gianfranco
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Standard
7325 111
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 <row>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Standard
7336
7337 \series bold
7338 Dal Bosco
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Standard
7347 Carolina
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Standard
7356 111
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 </row>
7362 <row>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Standard
7367
7368 \series bold
7369 Dalpiaz
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Standard
7378 Annamaria
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Standard
7387 111
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 </row>
7393 <row>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Standard
7398
7399 \series bold
7400 Feliciello
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Standard
7409 Domenico
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Standard
7418 111
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 <row>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Standard
7429
7430 \series bold
7431 Focarelli
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Standard
7440 Paola
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Standard
7449 111
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 </row>
7455 <row>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Standard
7460
7461 \series bold
7462 Galletti
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Standard
7471 Oreste
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Standard
7480 111
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 </row>
7486 <row>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Standard
7491
7492 \series bold
7493 Gasparini
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Standard
7502 Franca
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Standard
7511 111
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 </row>
7517 <row>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Standard
7522
7523 \series bold
7524 Rizzardi
7525 \series default
7526
7527 \begin_inset Foot
7528 status open
7529
7530 \begin_layout Standard
7531 Beispielfußnote
7532 \end_layout
7533
7534 \end_inset
7535
7536
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Standard
7545 Paola
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Standard
7554 111
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 </row>
7560 <row>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Standard
7565
7566 \series bold
7567 Lassini
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Standard
7576 Giancarlo
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Standard
7585 111
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Standard
7596
7597 \series bold
7598 Malfatti
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" topline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Standard
7607 Luciano
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Standard
7616 111
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row>
7623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Standard
7627
7628 \series bold
7629 Malfatti
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell alignment="center" valignment="top" topline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Standard
7638 Valeriano
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Standard
7647 111
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 <row>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Standard
7658
7659 \series bold
7660 Meneguzzo
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell alignment="center" valignment="top" topline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Standard
7669 Roberto
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Standard
7678 111
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row>
7685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Standard
7689
7690 \series bold
7691 Mezzadra
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" topline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Standard
7700 Roberto
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Standard
7709 111
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Standard
7720
7721 \series bold
7722 Pirpamer
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Standard
7731 Erich
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Standard
7740 111
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 </row>
7746 <row>
7747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Standard
7751
7752 \series bold
7753 Pochiesa
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" topline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Standard
7762 Paolo
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Standard
7771 111, 222
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row>
7778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Standard
7782
7783 \series bold
7784 Radina
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell alignment="center" valignment="top" topline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Standard
7793 Claudio
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Standard
7802 111
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row>
7809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Standard
7813
7814 \series bold
7815 Stuffer
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" topline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Standard
7824 Oskar
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Standard
7833 111
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Standard
7844
7845 \series bold
7846 Tacchelli
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" topline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Standard
7855 Ugo
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Standard
7864 111
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Standard
7875
7876 \series bold
7877 Tezzele
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" topline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Standard
7886 Margit
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Standard
7895 111
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row>
7902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Standard
7906
7907 \series bold
7908 Unterkalmsteiner
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" topline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Standard
7917 Frieda
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Standard
7926 111
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Standard
7937
7938 \series bold
7939 Vieider
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" topline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Standard
7948 Hilde
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Standard
7957 111
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Standard
7968
7969 \series bold
7970 Vigna
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" topline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Standard
7979 Jürgen
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Standard
7988 111
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row>
7995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Standard
7999
8000 \series bold
8001 Weber
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" topline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Standard
8010 Maurizio
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Standard
8019 111
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row bottomline="true">
8026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Standard
8030
8031 \series bold
8032 Winkler
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" topline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Standard
8041 Franz
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Standard
8050 111
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 </row>
8056 <row bottomline="true">
8057 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Standard
8061  
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Standard
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Standard
8079
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Standard
8090
8091 \series bold
8092 Annovi
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" topline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Standard
8101 Silvia
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Standard
8110 555
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Standard
8121
8122 \series bold
8123 Bertoli
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" topline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Standard
8132 Stefano
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Standard
8141 555
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Standard
8152
8153 \series bold
8154 Bozzi
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" topline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Standard
8163 Walter
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Standard
8172 555
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Standard
8183
8184 \series bold
8185 Cachia
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" topline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Standard
8194 Maria
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Standard
8203 555
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Standard
8214
8215 \series bold
8216 Cachia
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" topline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Standard
8225 Maurizio
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Standard
8234 555
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Standard
8245
8246 \series bold
8247 Cinquemani
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" topline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Standard
8256 Giusi
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Standard
8265 555
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Standard
8276
8277 \series bold
8278 Colin
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" topline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Standard
8287 Bernard
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Standard
8296 555
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Standard
8307
8308 \series bold
8309 Concli
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" topline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Standard
8318 Gianfranco
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Standard
8327 555
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Standard
8338
8339 \series bold
8340 Dal Bosco
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Standard
8349 Carolina
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Standard
8358 555
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Standard
8369
8370 \series bold
8371 Dalpiaz
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" topline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Standard
8380 Annamaria
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Standard
8389 555
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Standard
8400
8401 \series bold
8402 Feliciello
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Standard
8411 Domenico
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Standard
8420 555
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Standard
8431
8432 \series bold
8433 Focarelli
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" topline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Standard
8442 Paola
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Standard
8451 555
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Standard
8462
8463 \series bold
8464 Galletti
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Standard
8473 Oreste
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Standard
8482 555
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Standard
8493
8494 \series bold
8495 Gasparini
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" topline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Standard
8504 Franca
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Standard
8513 555
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Standard
8524
8525 \series bold
8526 Rizzardi
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Standard
8535 Paola
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Standard
8544 555
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Standard
8555
8556 \series bold
8557 Lassini
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" topline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Standard
8566 Giancarlo
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Standard
8575 555
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Standard
8586
8587 \series bold
8588 Malfatti
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" topline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Standard
8597 Luciano
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Standard
8606 555
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Standard
8617
8618 \series bold
8619 Malfatti
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" topline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Standard
8628 Valeriano
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Standard
8637 555
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Standard
8648
8649 \series bold
8650 Meneguzzo
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Standard
8659 Roberto
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Standard
8668 555
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row bottomline="true">
8675 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Standard
8679
8680 \series bold
8681 Mezzadra
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" topline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Standard
8690 Roberto
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Standard
8699 555
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row bottomline="true" endlastfoot="true">
8706 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Standard
8710
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Standard
8719
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Standard
8728
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 </lyxtabular>
8735
8736 \end_inset
8737
8738
8739 \end_layout
8740
8741 \begin_layout Section
8742 Weitere Möglichkeiten für 
8743 \family sans
8744 lange Tabelle
8745 \family default
8746 n
8747 \begin_inset LatexCommand label
8748 name "abs:Special-Longtable-Issues"
8749
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \begin_layout Subsection
8756 L
8757 \family sans
8758 ange Tabelle
8759 \family default
8760 n: Berechnung
8761 \begin_inset LatexCommand index
8762 name "Tabellen ! lange ! Berechnung"
8763
8764 \end_inset
8765
8766
8767 \end_layout
8768
8769 \begin_layout Standard
8770 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
8771  sogenannten 
8772 \emph on
8773 chunks
8774 \emph default
8775  (chunks).
8776  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
8777  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
8778  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
8779  das die Druckausgabe.
8780  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
8781  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
8782  einfügen:
8783 \end_layout
8784
8785 \begin_layout Standard
8786
8787 \series bold
8788
8789 \backslash
8790 setcounter{LTchunksize}{100}
8791 \end_layout
8792
8793 \begin_layout Subsection
8794 Gleitobjekte und L
8795 \family sans
8796 ange Tabelle
8797 \family default
8798 n
8799 \begin_inset LatexCommand index
8800 name "Tabellen ! lange ! und Gleitobjekte"
8801
8802 \end_inset
8803
8804
8805 \end_layout
8806
8807 \begin_layout Standard
8808 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
8809 \family sans
8810 lange\InsetSpace ~
8811 Tabelle
8812 \family default
8813  beginnt, ein Gleitobjekt befindet.
8814  Um das zu vermeiden, können Sie vor der 
8815 \family sans
8816 langen\InsetSpace ~
8817 Tabelle
8818 \family default
8819  den LaTeX-Befehl
8820 \series bold
8821  
8822 \backslash
8823 clearpage
8824 \series default
8825  als ERT einfügen.
8826 \end_layout
8827
8828 \begin_layout Subsection
8829 Manuelle Seitenumbrüche
8830 \begin_inset LatexCommand index
8831 name "Tabellen ! lange ! manueller Seitenumbruch"
8832
8833 \end_inset
8834
8835
8836 \end_layout
8837
8838 \begin_layout Standard
8839 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
8840  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
8841  der Zelle umbrechen wollen, fügen Sie den Befehl  
8842 \begin_inset Quotes gld
8843 \end_inset
8844
8845
8846 \series bold
8847
8848 \backslash
8849
8850 \backslash
8851
8852 \series default
8853
8854 \begin_inset Quotes grd
8855 \end_inset
8856
8857  für einen neue Zeile als ERT an der Stelle in der Zelle ein, wo umgebrochen
8858  werden soll.
8859  Vor dem 
8860 \begin_inset Quotes gld
8861 \end_inset
8862
8863
8864 \series bold
8865
8866 \backslash
8867
8868 \backslash
8869
8870 \series default
8871
8872 \begin_inset Quotes grd
8873 \end_inset
8874
8875 -Befehl müssen Sie so viele 
8876 \begin_inset Quotes gld
8877 \end_inset
8878
8879
8880 \series bold
8881 &
8882 \series default
8883
8884 \begin_inset Quotes grd
8885 \end_inset
8886
8887  als ERT einfügen wie noch Spalten in der Zeile folgen.
8888  Mit 
8889 \begin_inset Quotes gld
8890 \end_inset
8891
8892
8893 \series bold
8894 &
8895 \series default
8896
8897 \begin_inset Quotes grd
8898 \end_inset
8899
8900   werden in LaTeX Tabellenzellen getrennt.
8901  Hinter jedes 
8902 \begin_inset Quotes gld
8903 \end_inset
8904
8905
8906 \series bold
8907 &
8908 \series default
8909
8910 \begin_inset Quotes grd
8911 \end_inset
8912
8913  schreiben Sie ebenfalls in ERT den Inhalt der entsprechenden Zelle und
8914  löschen den Inhalt dieser Zellen.
8915 \end_layout
8916
8917 \begin_layout Standard
8918 Hinter dem 
8919 \begin_inset Quotes gld
8920 \end_inset
8921
8922
8923 \series bold
8924
8925 \backslash
8926
8927 \backslash
8928
8929 \series default
8930
8931 \begin_inset Quotes grd
8932 \end_inset
8933
8934 -Befehl müssen Sie so viele 
8935 \begin_inset Quotes gld
8936 \end_inset
8937
8938
8939 \series bold
8940 &
8941 \series default
8942
8943 \begin_inset Quotes grd
8944 \end_inset
8945
8946  als ERT einfügen wie Spalten vor der momentanen Spalte sind.
8947  In Tabelle\InsetSpace ~
8948
8949 \begin_inset LatexCommand ref
8950 reference "tab:ForcedPagebreak"
8951
8952 \end_inset
8953
8954  soll eine Zelle in der zweiten Spalte umgebrochen werden.
8955  Es folgt noch eine weitere Spalte.
8956  Deshalb wurde hinter dem Wort 
8957 \emph on
8958 Castelchiodato, 
8959 \emph default
8960 folgendes eingefügt:
8961 \end_layout
8962
8963 \begin_layout Standard
8964
8965 \series bold
8966 & 111
8967 \backslash
8968
8969 \backslash
8970
8971 \newline
8972 &
8973 \end_layout
8974
8975 \begin_layout Standard
8976 Die 
8977 \begin_inset Quotes gld
8978 \end_inset
8979
8980 111
8981 \begin_inset Quotes grd
8982 \end_inset
8983
8984  in der dritten Spalte wurde gelöscht.
8985  Wenn die Fußzeile Ihrer 
8986 \family sans
8987 langen\InsetSpace ~
8988 Tabelle
8989 \family default
8990  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
8991  Befehle benutzen:
8992 \end_layout
8993
8994 \begin_layout Standard
8995
8996 \series bold
8997 & 111
8998 \backslash
8999
9000 \backslash
9001
9002 \newline
9003
9004 \backslash
9005 hline &
9006 \end_layout
9007
9008 \begin_layout Standard
9009 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9010  muss folgender Befehl als ERT am Anfang der Zelle eingefügt werden:
9011 \end_layout
9012
9013 \begin_layout Standard
9014
9015 \series bold
9016
9017 \backslash
9018 setlength{
9019 \backslash
9020 parf\SpecialChar \textcompwordmark{}
9021 illskip}{0pt}
9022 \end_layout
9023
9024 \begin_layout Standard
9025 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9026  erscheint.
9027 \end_layout
9028
9029 \begin_layout Standard
9030 \align center
9031 \begin_inset Tabular
9032 <lyxtabular version="3" rows="39" columns="3">
9033 <features islongtable="true">
9034 <column alignment="left" valignment="top" leftline="true" width="0cm">
9035 <column alignment="left" valignment="top" rightline="true" width="3cm">
9036 <column alignment="right" valignment="top" rightline="true" width="0pt">
9037 <row endfirsthead="true">
9038 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Standard
9042 \begin_inset Caption
9043
9044 \begin_layout Standard
9045 Tabelle mit manuellem Seitenumbruch in einer Zelle
9046 \begin_inset LatexCommand label
9047 name "tab:ForcedPagebreak"
9048
9049 \end_inset
9050
9051
9052 \begin_inset OptArg
9053 status collapsed
9054
9055 \begin_layout Standard
9056 Tabelle mit manuellem Seitenumbruch in einer Zelle
9057 \end_layout
9058
9059 \end_inset
9060
9061
9062 \end_layout
9063
9064 \end_inset
9065
9066
9067 \begin_inset ERT
9068 status collapsed
9069
9070 \begin_layout Standard
9071
9072
9073 \backslash
9074
9075 \backslash
9076 %
9077 \end_layout
9078
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Standard
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Standard
9099
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row topline="true" bottomline="true" endfirsthead="true">
9106 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Standard
9110
9111 \series bold
9112 Telefonliste (ignoriere die Namen)
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Standard
9121
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Standard
9130
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row topline="true" bottomline="true" endfirsthead="true">
9137 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Standard
9141
9142 \series bold
9143 NAME
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Standard
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Standard
9161
9162 \series bold
9163 TEL.
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row bottomline="true" endhead="true">
9170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Standard
9174 \begin_inset ERT
9175 status collapsed
9176
9177 \begin_layout Standard
9178
9179
9180 \backslash
9181 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9182 \backslash
9183
9184 \backslash
9185 %
9186 \end_layout
9187
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Standard
9199
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Standard
9208
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row topline="true" bottomline="true" endhead="true">
9215 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Standard
9219
9220 \series bold
9221 Telefonliste
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Standard
9230
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Standard
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row topline="true" bottomline="true" endhead="true">
9246 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Standard
9250
9251 \series bold
9252 NAME
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Standard
9261
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Standard
9270
9271 \series bold
9272 TEL.
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row topline="true" bottomline="true" endfoot="true">
9279 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Standard
9283 wird fortgesetzt\SpecialChar \ldots{}
9284
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Standard
9293
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Standard
9302
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Standard
9313
9314 \series bold
9315 Annovi
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" topline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Standard
9324 Silvia
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Standard
9333 111
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Standard
9344
9345 \series bold
9346 Bertoli
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" topline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Standard
9355 Stefano
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Standard
9364 111
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Standard
9375
9376 \series bold
9377 Bozzi
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" topline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Standard
9386 Walter
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Standard
9395 111
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Standard
9406
9407 \series bold
9408 Cachia
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" topline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Standard
9417 Maria
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Standard
9426 111
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Standard
9437
9438 \series bold
9439 Cachia
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" topline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Standard
9448 Maurizio
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Standard
9457 111
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Standard
9468
9469 \series bold
9470 Cinquemani
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" topline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Standard
9479 Giusi
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Standard
9488 111
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row>
9495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Standard
9499
9500 \series bold
9501 Colin
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" topline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Standard
9510 Bernard
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Standard
9519 111
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Standard
9530
9531 \series bold
9532 Concli
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" topline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Standard
9541 Gianfranco
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Standard
9550 111
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 </row>
9556 <row>
9557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Standard
9561
9562 \series bold
9563 Dal Bosco
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" topline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Standard
9572 Carolina
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Standard
9581 111
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 </row>
9587 <row>
9588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Standard
9592
9593 \series bold
9594 Dalpiaz
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 <cell alignment="center" valignment="top" topline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Standard
9603 Annamaria
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Standard
9612 111
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 </row>
9618 <row>
9619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Standard
9623
9624 \series bold
9625 Feliciello
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 <cell alignment="center" valignment="top" topline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Standard
9634 Domenico
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Standard
9643 111
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Standard
9654
9655 \series bold
9656 Focarelli
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 <cell alignment="center" valignment="top" topline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Standard
9665 Paola
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Standard
9674 111
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Standard
9685
9686 \series bold
9687 Galletti
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" topline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Standard
9696 Oreste
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Standard
9705 111
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row>
9712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Standard
9716
9717 \series bold
9718 Gasparini
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell alignment="center" valignment="top" topline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Standard
9727 Franca
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Standard
9736 111
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 </row>
9742 <row>
9743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Standard
9747
9748 \series bold
9749 Lassini
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" topline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Standard
9758 Giancarlo
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Standard
9767 111
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row>
9774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Standard
9778
9779 \series bold
9780 Malfatti
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell alignment="center" valignment="top" topline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Standard
9789 Luciano
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Standard
9798 111
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Standard
9809
9810 \series bold
9811 Malfatti
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" topline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Standard
9820 Valeriano
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Standard
9829 111
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Standard
9840
9841 \series bold
9842 Meneguzzo
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell alignment="center" valignment="top" topline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Standard
9851 Roberto
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Standard
9860 111
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Standard
9871
9872 \series bold
9873 Mezzadra
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell alignment="center" valignment="top" topline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Standard
9882 Roberto
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Standard
9891 111
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row>
9898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Standard
9902
9903 \series bold
9904 Pirpamer
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell alignment="center" valignment="top" topline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Standard
9913 Erich
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Standard
9922 111
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row>
9929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Standard
9933
9934 \series bold
9935 Pochiesa
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" topline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Standard
9944 Paolo
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Standard
9953 111, 222
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Standard
9964
9965 \series bold
9966 Radina
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" topline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Standard
9975 Claudio
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Standard
9984 111
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Standard
9995
9996 \series bold
9997 Rizzardi
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Standard
10006 Paolo, 11.
10007  Fürst von Monte\SpecialChar \-
10008 com\SpecialChar \-
10009 patri, 11.
10010  Fürst von Sulmona und Vivaro, 10.
10011  Fürst von Rossano, 5.
10012  Herzog von Canemorte, 11.
10013  Herzog von Palombara, 5.
10014  Herzog von Castelchiodato,
10015 \begin_inset ERT
10016 status collapsed
10017
10018 \begin_layout Standard
10019
10020 & 111
10021 \backslash
10022
10023 \backslash
10024
10025 \end_layout
10026
10027 \begin_layout Standard
10028
10029 &
10030 \end_layout
10031
10032 \end_inset
10033
10034  11.
10035  Herzog von Poggionativo, 11.
10036  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10037  Graf von Valinfreda, 11.
10038  Baron von Cropalati, 11.
10039  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Standard
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 </row>
10054 <row>
10055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Standard
10059
10060 \series bold
10061 Stuffer
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" topline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Standard
10070 Oskar
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Standard
10079 111
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row>
10086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Standard
10090
10091 \series bold
10092 Tacchelli
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" topline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Standard
10101 Ugo
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Standard
10110 111
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 </row>
10116 <row>
10117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Standard
10121
10122 \series bold
10123 Tezzele
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" topline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Standard
10132 Margit
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Standard
10141 111
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 <row>
10148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Standard
10152
10153 \series bold
10154 Unterkalmsteiner
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" topline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Standard
10163 Frieda
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Standard
10172 111
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 <row>
10179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Standard
10183
10184 \series bold
10185 Vieider
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" topline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Standard
10194 Hilde
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Standard
10203 111
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 </row>
10209 <row>
10210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Standard
10214
10215 \series bold
10216 Vigna
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" topline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Standard
10225 Jürgen
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Standard
10234 111
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row>
10241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Standard
10245
10246 \series bold
10247 Weber
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" topline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Standard
10256 Maurizio
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Standard
10265 111
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row bottomline="true">
10272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Standard
10276
10277 \series bold
10278 Winkler
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" topline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Standard
10287 Franz
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Standard
10296 111
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row endlastfoot="true">
10303 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Standard
10307
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Standard
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Standard
10325
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 </lyxtabular>
10332
10333 \end_inset
10334
10335
10336 \end_layout
10337
10338 \begin_layout Section
10339 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10340 \end_layout
10341
10342 \begin_layout Subsection
10343 Mehrfache Zeilen in Zellen
10344 \begin_inset LatexCommand label
10345 name "uab:Mehrfache-Zeilen-in"
10346
10347 \end_inset
10348
10349
10350 \begin_inset LatexCommand index
10351 name "Mehrfache ! Zeilen in Zellen"
10352
10353 \end_inset
10354
10355
10356 \begin_inset LatexCommand index
10357 name "Tabellen ! Zeilenumbrüche"
10358
10359 \end_inset
10360
10361
10362 \end_layout
10363
10364 \begin_layout Standard
10365 \align center
10366 \begin_inset Float table
10367 placement H
10368 wide false
10369 sideways false
10370 status open
10371
10372 \begin_layout Standard
10373 \begin_inset Caption
10374
10375 \begin_layout Standard
10376 \begin_inset LatexCommand label
10377 name "tab:Table-with-multiple"
10378
10379 \end_inset
10380
10381 Tabelle mit mehrfachen Zeilen in einer Zelle
10382 \end_layout
10383
10384 \end_inset
10385
10386
10387 \end_layout
10388
10389 \begin_layout Standard
10390 \align center
10391 \begin_inset Tabular
10392 <lyxtabular version="3" rows="3" columns="3">
10393 <features>
10394 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10395 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10396 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10397 <row topline="true">
10398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Standard
10402 zwei
10403 \begin_inset ERT
10404 status collapsed
10405
10406 \begin_layout Standard
10407
10408
10409 \backslash
10410 linebreak 
10411 \end_layout
10412
10413 \end_inset
10414
10415  Zeilen
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Standard
10424 b
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Standard
10433 c
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row topline="true">
10440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Standard
10444 d
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Standard
10453 e
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Standard
10462 f
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row topline="true" bottomline="true">
10469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Standard
10473 g
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Standard
10482 h
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Standard
10491 i
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 </lyxtabular>
10498
10499 \end_inset
10500
10501
10502 \end_layout
10503
10504 \end_inset
10505
10506
10507 \end_layout
10508
10509 \begin_layout Standard
10510 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
10511  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
10512  Tabelle\InsetSpace ~
10513
10514 \begin_inset LatexCommand ref
10515 reference "tab:Table-with-multiple"
10516
10517 \end_inset
10518
10519  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
10520 \family sans
10521 Tabellen-Einstellungen
10522 \family default
10523 -Dialog auf 2.5\InsetSpace \thinspace{}
10524 cm gesetzt und die vertikalen und horizontalen Ausrichtungen
10525  zentriert.
10526  Weil unser Text schmaler als 2.5\InsetSpace \thinspace{}
10527 cm ist, würde er in einer Zeile gedruckt
10528  werden.
10529  Um zwei Zeilen zu bekommen, wurde folgender Befehl als ERT zwischen die
10530  beiden Worten eingefügt:
10531 \end_layout
10532
10533 \begin_layout Standard
10534
10535 \series bold
10536
10537 \backslash
10538 linebreak
10539 \end_layout
10540
10541 \begin_layout Standard
10542 Wenn der Text länger ist, wird er automatisch umgebrochen.
10543 \end_layout
10544
10545 \begin_layout Standard
10546 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
10547  setzen Sie die Breite der beiden Spalten im 
10548 \family sans
10549 Tabellen-Einstellungen
10550 \family default
10551 -Dialog auf 0.5\InsetSpace \thinspace{}
10552 cm und die vertikale Ausrichtung auf zentriert.
10553 \end_layout
10554
10555 \begin_layout Standard
10556 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
10557  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
10558  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
10559  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
10560  Fügen Sie den Befehl
10561 \end_layout
10562
10563 \begin_layout Standard
10564
10565 \series bold
10566
10567 \backslash
10568 hspace{0pt}
10569 \end_layout
10570
10571 \begin_layout Standard
10572 als ERT vor dem Wort ein.
10573  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
10574  Tabelle\InsetSpace ~
10575
10576 \begin_inset LatexCommand ref
10577 reference "tab:Table-with-and"
10578
10579 \end_inset
10580
10581  zeigt die Wirkungen.
10582 \end_layout
10583
10584 \begin_layout Standard
10585 \begin_inset Float table
10586 wide false
10587 sideways false
10588 status open
10589
10590 \begin_layout Standard
10591 \begin_inset Caption
10592
10593 \begin_layout Standard
10594 \begin_inset LatexCommand label
10595 name "tab:Table-with-and"
10596
10597 \end_inset
10598
10599 Tabelle ohne und mit Silbentrennung
10600 \end_layout
10601
10602 \end_inset
10603
10604
10605 \end_layout
10606
10607 \begin_layout Standard
10608 \begin_inset Tabular
10609 <lyxtabular version="3" rows="3" columns="3">
10610 <features>
10611 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10612 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10613 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10614 <row topline="true">
10615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Standard
10619 einsehrlangesZellenwort
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Standard
10628 b
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Standard
10637 c
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row topline="true">
10644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Standard
10648 d
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Standard
10657 e
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Standard
10666 f
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row topline="true" bottomline="true">
10673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Standard
10677 g
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Standard
10686 h
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Standard
10695 i
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 </lyxtabular>
10702
10703 \end_inset
10704
10705
10706 \hfill
10707
10708 \begin_inset Tabular
10709 <lyxtabular version="3" rows="3" columns="3">
10710 <features>
10711 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10712 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10713 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10714 <row topline="true">
10715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Standard
10719 \begin_inset ERT
10720 status collapsed
10721
10722 \begin_layout Standard
10723
10724
10725 \backslash
10726 hspace{0pt}
10727 \end_layout
10728
10729 \end_inset
10730
10731 einsehrlangesZellenwort
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Standard
10740 b
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Standard
10749 c
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row topline="true">
10756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Standard
10760 d
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Standard
10769 e
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Standard
10778 f
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row topline="true" bottomline="true">
10785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Standard
10789 g
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Standard
10798 h
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Standard
10807 i
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 </lyxtabular>
10814
10815 \end_inset
10816
10817
10818 \hfill
10819
10820 \begin_inset Tabular
10821 <lyxtabular version="3" rows="3" columns="3">
10822 <features>
10823 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10824 <column alignment="center" valignment="top" leftline="true" width="0">
10825 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10826 <row topline="true">
10827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Standard
10831 ein\SpecialChar \-
10832 sehr\SpecialChar \-
10833 lan\SpecialChar \-
10834 ges\SpecialChar \-
10835 Zel\SpecialChar \-
10836 len\SpecialChar \-
10837 wort
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Standard
10846 c
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Standard
10855 d
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 <row topline="true">
10862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Standard
10866 d
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Standard
10875 e
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Standard
10884 f
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row topline="true" bottomline="true">
10891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Standard
10895 g
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Standard
10904 h
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Standard
10913 i
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 </lyxtabular>
10920
10921 \end_inset
10922
10923
10924 \end_layout
10925
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \begin_layout Subsection
10932 Mehrfachspalten
10933 \begin_inset LatexCommand label
10934 name "uab:Mehrfachspalten"
10935
10936 \end_inset
10937
10938
10939 \begin_inset LatexCommand index
10940 name "Mahrfachspalten"
10941
10942 \end_inset
10943
10944
10945 \begin_inset LatexCommand index
10946 name "Tabellen ! Mahrfachspalten"
10947
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \begin_layout Subsubsection
10954 Grundlagen
10955 \end_layout
10956
10957 \begin_layout Standard
10958 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
10959  und verwenden dann den Knopf 
10960 \begin_inset Graphics
10961         filename ../../images/tabular-feature_multicolumn.xpm
10962         scale 70
10963         scaleBeforeRotation
10964         BoundingBox 0bp 6bp 22bp 22bp
10965
10966 \end_inset
10967
10968 in der Werkzeugleiste, das Menü 
10969 \family sans
10970 Bearbeiten\SpecialChar \menuseparator
10971 Tabelle\SpecialChar \menuseparator
10972 Mehrfachspalte
10973 \family default
10974  oder den 
10975 \family sans
10976 Tabellen-Einstellungen
10977 \family default
10978 -Dialog, in dem Sie auf der Karteikarte 
10979 \family sans
10980 Tabellen-Einstellungen
10981 \family default
10982  
10983 \family sans
10984 Mehrfachspalte
10985 \family default
10986  ankreuzen.
10987 \end_layout
10988
10989 \begin_layout Standard
10990 Mehrfachspalten haben ihre eigenen Einstellungen.
10991  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
10992  Hier ist ein Beispiel, wobei 
10993 \begin_inset Quotes gld
10994 \end_inset
10995
10996 B 2
10997 \begin_inset Quotes grd
10998 \end_inset
10999
11000  keine Mehrfachzeile ist, wie in Abschnitt\InsetSpace ~
11001
11002 \begin_inset LatexCommand ref
11003 reference "uab:Mehrfachzeilen"
11004
11005 \end_inset
11006
11007  beschrieben.
11008  Es wurde nur eine Linie weggelassen:
11009 \end_layout
11010
11011 \begin_layout Standard
11012 \align center
11013 \begin_inset Tabular
11014 <lyxtabular version="3" rows="3" columns="4">
11015 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11016 <column alignment="center" valignment="top" leftline="true" width="0pt">
11017 <column alignment="center" valignment="middle" leftline="true" width="0">
11018 <column alignment="center" valignment="top" leftline="true" width="0in">
11019 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
11020 <row topline="true" bottomline="true">
11021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Standard
11025 abc
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Standard
11034 def ghi
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Standard
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Standard
11052 jkl
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row topline="true">
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Standard
11063
11064 \family roman
11065 \series medium
11066 \shape up
11067 \size normal
11068 \emph off
11069 \bar no
11070 \noun off
11071 \color none
11072 A
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Standard
11081 B
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Standard
11090 C
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Standard
11099 D
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 <row topline="true" bottomline="true">
11106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Standard
11110 1
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Standard
11119 2
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Standard
11128 3
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Standard
11137 4
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 </row>
11143 </lyxtabular>
11144
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \begin_layout Subsubsection
11151 Mehrfachspalten-Berechnungen
11152 \begin_inset LatexCommand label
11153 name "uab:Mehrfachspalten-Berechnungen"
11154
11155 \end_inset
11156
11157
11158 \begin_inset LatexCommand index
11159 name "Mahrfachspalten ! Berechnung"
11160
11161 \end_inset
11162
11163
11164 \begin_inset LatexCommand index
11165 name "Tabellen ! Mahrfachspalten ! Berechnung"
11166
11167 \end_inset
11168
11169
11170 \end_layout
11171
11172 \begin_layout Standard
11173 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11174  Zellen beachten.
11175 \end_layout
11176
11177 \begin_layout Standard
11178 \begin_inset Float table
11179 placement h
11180 wide false
11181 sideways false
11182 status open
11183
11184 \begin_layout Standard
11185 \begin_inset Caption
11186
11187 \begin_layout Standard
11188 \begin_inset LatexCommand label
11189 name "tab:Table-with-centered"
11190
11191 \end_inset
11192
11193 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11194  die halbe Breite der Mehrfachspalten-Zelle haben
11195 \begin_inset OptArg
11196 status collapsed
11197
11198 \begin_layout Standard
11199 Eine Mehrfachspalten-Tabelle
11200 \end_layout
11201
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \begin_layout Standard
11213 \align center
11214 \begin_inset Tabular
11215 <lyxtabular version="3" rows="3" columns="3">
11216 <features>
11217 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11218 <column alignment="center" valignment="middle" leftline="true" width="0">
11219 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11220 <row topline="true">
11221 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11222 \begin_inset Text
11223
11224 \begin_layout Standard
11225 Dies ist eine Mehrfach\SpecialChar \-
11226 spalten-Zelle
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Standard
11235
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Standard
11244 c
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 </row>
11250 <row topline="true">
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Standard
11255 d
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Standard
11264 e
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Standard
11273 f
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row topline="true" bottomline="true">
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Standard
11284 g
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Standard
11293 h
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Standard
11302 i
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 </row>
11308 </lyxtabular>
11309
11310 \end_inset
11311
11312
11313 \end_layout
11314
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \begin_layout Standard
11321 Um Tabelle\InsetSpace ~
11322
11323 \begin_inset LatexCommand ref
11324 reference "tab:Table-with-centered"
11325
11326 \end_inset
11327
11328  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11329  3×3-Tabelle, kreuzen im 
11330 \family sans
11331 Tabellen-Einstellungen
11332 \family default
11333 -Dialog 
11334 \family sans
11335 Mehrfachspalte
11336 \family default
11337  an, setzen die 
11338 \family sans
11339 Horizontale\InsetSpace ~
11340 Ausrichtung
11341 \family default
11342  auf 
11343 \family sans
11344 Zentriert
11345 \family default
11346  und die 
11347 \family sans
11348 Breite
11349 \family default
11350  auf 2.5\InsetSpace \thinspace{}
11351 cm.
11352  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11353  Sie die Breite der ersten Spalte auf 1.25\InsetSpace \thinspace{}
11354 cm setzen.
11355  Die zweite Spalte wird dann automatisch 1.25\InsetSpace \thinspace{}
11356 cm breit (Breite der 
11357 \family sans
11358 Mehrfachspalte
11359 \family default
11360  
11361 \begin_inset Formula $-$
11362 \end_inset
11363
11364  Breite der ersten Spalte).
11365  Dies wurde so für Tabelle\InsetSpace ~
11366
11367 \begin_inset LatexCommand ref
11368 reference "tab:Table-without-half"
11369
11370 \end_inset
11371
11372  gemacht.
11373 \end_layout
11374
11375 \begin_layout Standard
11376 \begin_inset Float table
11377 wide false
11378 sideways false
11379 status open
11380
11381 \begin_layout Standard
11382 \begin_inset Caption
11383
11384 \begin_layout Standard
11385 \begin_inset LatexCommand label
11386 name "tab:Table-without-half"
11387
11388 \end_inset
11389
11390 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11391  wie die Mehrfachspalte
11392 \begin_inset OptArg
11393 status collapsed
11394
11395 \begin_layout Standard
11396 Eine unvollkommene Mehrfachspalten-Tabelle
11397 \end_layout
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \begin_layout Standard
11410 \align center
11411 \begin_inset Tabular
11412 <lyxtabular version="3" rows="3" columns="3">
11413 <features>
11414 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
11415 <column alignment="center" valignment="top" leftline="true" width="0">
11416 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11417 <row topline="true" bottomline="true">
11418 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11419 \begin_inset Text
11420
11421 \begin_layout Standard
11422 Dies ist auch eine Mehr\SpecialChar \-
11423 fach\SpecialChar \-
11424 spalten-Zelle
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Standard
11433
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Standard
11442 c
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 </row>
11448 <row topline="true">
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Standard
11453 d
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Standard
11462 e
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Standard
11471 f
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 <row topline="true" bottomline="true">
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Standard
11482 g
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Standard
11491 h
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Standard
11500 i
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 </lyxtabular>
11507
11508 \end_inset
11509
11510
11511 \end_layout
11512
11513 \end_inset
11514
11515
11516 \end_layout
11517
11518 \begin_layout Standard
11519 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
11520  als die zweite ist.
11521  Das liegt daran, dass die Zellenbreite 
11522 \begin_inset Formula $W_{\mathrm{tot}}$
11523 \end_inset
11524
11525  nicht ihre definierte Breite 
11526 \begin_inset Formula $W_{g}$
11527 \end_inset
11528
11529  ist, sondern ein wenig mehr.
11530  Anhang\InsetSpace ~
11531
11532 \begin_inset LatexCommand ref
11533 reference "kap:Explanation-of-Equation"
11534
11535 \end_inset
11536
11537  erklärt das genauer.
11538 \end_layout
11539
11540 \begin_layout Standard
11541 Wenn 
11542 \emph on
11543 n
11544 \emph default
11545  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
11546  die definierte Breite 
11547 \begin_inset Formula $W_{g\, n}$
11548 \end_inset
11549
11550  einer Spalte, deren totale Breite = 
11551 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11552 \end_inset
11553
11554  sein soll, wie folgt:
11555 \begin_inset Formula \begin{equation}
11556 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11557
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \begin_layout Standard
11564 In unserem Falls ist 
11565 \begin_inset Formula $n=2$
11566 \end_inset
11567
11568
11569 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11570 \end_inset
11571
11572 cm, und damit wird aus Gleichung\InsetSpace ~
11573
11574 \begin_inset LatexCommand ref
11575 reference "eq:Wgn"
11576
11577 \end_inset
11578
11579  
11580 \begin_inset Formula \begin{equation}
11581 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11582
11583 \end_inset
11584
11585
11586 \end_layout
11587
11588 \begin_layout Standard
11589 Damit LaTeX rechnen kann, muss das Paket 
11590 \series bold
11591 calc
11592 \series default
11593  im Vorspann geladen werden.
11594 \begin_inset LatexCommand index
11595 name "LaTeX-Pakete ! calc"
11596
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \begin_layout Standard
11603
11604 \series bold
11605
11606 \backslash
11607 usepackage{calc}
11608 \end_layout
11609
11610 \begin_layout Standard
11611 LyX erlaubt im 
11612 \family sans
11613 Breite
11614 \family default
11615 -Feld des 
11616 \family sans
11617 Tabellen-Einstellungen
11618 \family default
11619 -Dialogs keine Berechnungen.
11620  Deshalb müssen Sie die Formel für die Breite im Feld 
11621 \family sans
11622 LaTe
11623 \begin_inset ERT
11624 status collapsed
11625
11626 \begin_layout Standard
11627
11628 {}
11629 \end_layout
11630
11631 \end_inset
11632
11633 X-Argument
11634 \family default
11635  eingeben.
11636  Hier iss ein Überblick über die Argumente:
11637 \end_layout
11638
11639 \begin_layout Itemize
11640
11641 \series bold
11642 p{Breite}
11643 \series default
11644  die Zelle bekommt eine feste 
11645 \series bold
11646 Breite
11647 \series default
11648 , und die vertikale Ausrichtung ist 
11649 \family sans
11650 Oben
11651 \end_layout
11652
11653 \begin_layout Itemize
11654
11655 \series bold
11656 m{Breite}
11657 \series default
11658  die Zelle bekommt eine feste 
11659 \series bold
11660 Breite
11661 \series default
11662 , und die vertikale Ausrichtung ist 
11663 \family sans
11664 Mitte
11665 \end_layout
11666
11667 \begin_layout Itemize
11668
11669 \series bold
11670 b{Breite}
11671 \series default
11672  die Zelle bekommt eine feste 
11673 \series bold
11674 Breite
11675 \series default
11676 , und die vertikale Ausrichtung ist 
11677 \family sans
11678 Unten
11679 \end_layout
11680
11681 \begin_layout Standard
11682 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
11683  für diese Zelle überschrieben.
11684 \end_layout
11685
11686 \begin_layout Standard
11687 \begin_inset Note Greyedout
11688 status open
11689
11690 \begin_layout Standard
11691
11692 \series bold
11693 Bemerkung:
11694 \series default
11695  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
11696  angezeigt.
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Standard
11705 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
11706  der Zelle mit dem Inhalt 
11707 \begin_inset Quotes gld
11708 \end_inset
11709
11710 d
11711 \begin_inset Quotes grd
11712 \end_inset
11713
11714  der Tabelle\InsetSpace ~
11715
11716 \begin_inset LatexCommand ref
11717 reference "tab:Table-with-centered"
11718
11719 \end_inset
11720
11721  auch noch der Befehl
11722 \family typewriter
11723 \series bold
11724  
11725 \family default
11726
11727 \backslash
11728 centering
11729 \series default
11730  hinzugefügt.
11731  Das Ganze sieht dann so aus:
11732 \end_layout
11733
11734 \begin_layout Standard
11735
11736 \series bold
11737 |>{
11738 \backslash
11739 centering}m{1.25cm-6.2pt}
11740 \end_layout
11741
11742 \begin_layout Standard
11743 Der vertikale Strich 
11744 \series bold
11745
11746 \begin_inset Quotes gld
11747 \end_inset
11748
11749 |
11750 \series default
11751
11752 \begin_inset Quotes grd
11753 \end_inset
11754
11755  am Anfang zeichnet die linke Linie, und der Befehl 
11756 \series bold
11757
11758 \begin_inset Quotes gld
11759 \end_inset
11760
11761 >{ }
11762 \begin_inset Quotes grd
11763 \end_inset
11764
11765
11766 \series default
11767  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
11768  der Zelle benutzt werden sollen.
11769 \end_layout
11770
11771 \begin_layout Standard
11772 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
11773  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
11774  für einzelne Spalten anwendet.
11775  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
11776  werden:
11777 \end_layout
11778
11779 \begin_layout Standard
11780
11781 \series bold
11782 |>{
11783 \backslash
11784 centering}m{2.5cm}|
11785 \end_layout
11786
11787 \begin_layout Subsection
11788 Mehrfachzeilen
11789 \begin_inset LatexCommand label
11790 name "uab:Mehrfachzeilen"
11791
11792 \end_inset
11793
11794
11795 \begin_inset LatexCommand index
11796 name "Mehrfachzeilen"
11797
11798 \end_inset
11799
11800
11801 \begin_inset LatexCommand index
11802 name "Tabellen ! Mehrfachzeilen"
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \begin_layout Standard
11810 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
11811  unterstützt, sodass etwas ERT notwendig.
11812  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
11813 \series bold
11814 multirow
11815 \series default
11816
11817 \begin_inset LatexCommand index
11818 name "LaTeX-Pakete ! multirow"
11819
11820 \end_inset
11821
11822  im Vorspann geladen werden:
11823 \end_layout
11824
11825 \begin_layout Standard
11826
11827 \series bold
11828
11829 \backslash
11830 usepackage{multirow}
11831 \end_layout
11832
11833 \begin_layout Standard
11834 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
11835 \end_layout
11836
11837 \begin_layout Standard
11838
11839 \series bold
11840
11841 \backslash
11842 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
11843 \end_layout
11844
11845 \begin_layout Standard
11846 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
11847  Mehrfachspalte definiert und die obere Linie entfernt.
11848 \end_layout
11849
11850 \begin_layout Standard
11851 \align center
11852 \begin_inset ERT
11853 status collapsed
11854
11855 \begin_layout Standard
11856
11857
11858 \backslash
11859 renewcommand{
11860 \backslash
11861 multirowsetup}{
11862 \backslash
11863 centering}
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \begin_inset Tabular
11870 <lyxtabular version="3" rows="3" columns="3">
11871 <features>
11872 <column alignment="center" valignment="top" leftline="true" width="0">
11873 <column alignment="center" valignment="top" leftline="true" width="0">
11874 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11875 <row topline="true">
11876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Standard
11880 a
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Standard
11889 b
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Standard
11898 c
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 </row>
11904 <row topline="true">
11905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Standard
11909 \begin_inset ERT
11910 status collapsed
11911
11912 \begin_layout Standard
11913
11914
11915 \backslash
11916 multirow{2}{2.5cm}{
11917 \end_layout
11918
11919 \end_inset
11920
11921 Mehrfach\SpecialChar \-
11922 zeilen-Text
11923 \begin_inset ERT
11924 status collapsed
11925
11926 \begin_layout Standard
11927
11928 }
11929 \end_layout
11930
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Standard
11942 e
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Standard
11951 f
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 <row topline="true" bottomline="true">
11958 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Standard
11962
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Standard
11971 h
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Standard
11980 i
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 </lyxtabular>
11987
11988 \end_inset
11989
11990
11991 \begin_inset ERT
11992 status collapsed
11993
11994 \begin_layout Standard
11995
11996
11997 \backslash
11998 renewcommand{
11999 \backslash
12000 multirowsetup}{
12001 \backslash
12002 raggedright}
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \begin_layout Standard
12011 In der Zelle darüber wurde dann mit dem Befehl
12012 \end_layout
12013
12014 \begin_layout Standard
12015
12016 \series bold
12017
12018 \backslash
12019 multirow{2}{2.5cm}{
12020 \end_layout
12021
12022 \begin_layout Standard
12023 als ERT die Mehrfachzeile definiert.
12024  Sie besteht aus zwei Zeilen und einer Breite von 2.5\InsetSpace \thinspace{}
12025 cm.
12026  Der Inhalt steht außerhalb des ERT-Kästchens, und der Befehl wird mit der
12027  Klammer 
12028 \begin_inset Quotes gld
12029 \end_inset
12030
12031
12032 \series bold
12033 }
12034 \series default
12035
12036 \begin_inset Quotes grd
12037 \end_inset
12038
12039  in einem weiteren ERT-Kästchen abgeschlossen.
12040 \end_layout
12041
12042 \begin_layout Standard
12043
12044 \series bold
12045
12046 \backslash
12047 multirow
12048 \series default
12049  richtet seinen Inhalt standardmäßig linksbündig aus.
12050  Das wurde mit dem Befehl
12051 \end_layout
12052
12053 \begin_layout Standard
12054
12055 \series bold
12056
12057 \backslash
12058 renewcommand{
12059 \backslash
12060 multirowsetup}{
12061 \backslash
12062 centering}
12063 \end_layout
12064
12065 \begin_layout Standard
12066 als ERT  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12067 \end_layout
12068
12069 \begin_layout Standard
12070
12071 \series bold
12072
12073 \backslash
12074 renewcommand{
12075 \backslash
12076 multirowsetup}{
12077 \backslash
12078 raggedright}
12079 \end_layout
12080
12081 \begin_layout Standard
12082 zurückgesetzt.
12083  Für rechtsbündigen Text benutzt man 
12084 \series bold
12085
12086 \backslash
12087 raggedleft
12088 \series default
12089 .
12090 \end_layout
12091
12092 \begin_layout Section
12093 Formale Tabellen
12094 \begin_inset LatexCommand label
12095 name "abs:Formale-Tabellen"
12096
12097 \end_inset
12098
12099
12100 \begin_inset LatexCommand index
12101 name "Tabellen ! Formale"
12102
12103 \end_inset
12104
12105
12106 \end_layout
12107
12108 \begin_layout Standard
12109 Tabellen werden in Büchern oft wie Tabelle\InsetSpace ~
12110
12111 \begin_inset LatexCommand ref
12112 reference "tab:Example-booktabs-table"
12113
12114 \end_inset
12115
12116  gesetzt.
12117  Diese Tabellen werden
12118 \emph on
12119  formal
12120 \emph default
12121  genannt.
12122  Formale Tabellen bekommen Sie, wenn Sie im 
12123 \family sans
12124 Tabellen-Einstellungen
12125 \family default
12126 -Dialog auf der Karteikarte 
12127 \family sans
12128 Rahmen
12129 \family default
12130  den 
12131 \family sans
12132 Stil
12133 \family default
12134  
12135 \family sans
12136 Formal
12137 \family default
12138  ankreuzen.
12139 \end_layout
12140
12141 \begin_layout Standard
12142 \begin_inset Float table
12143 placement h
12144 wide false
12145 sideways false
12146 status open
12147
12148 \begin_layout Standard
12149 \begin_inset Caption
12150
12151 \begin_layout Standard
12152 \begin_inset LatexCommand label
12153 name "tab:Formale-Tabelle"
12154
12155 \end_inset
12156
12157 Formale Tabelle
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166 \align center
12167 \begin_inset Tabular
12168 <lyxtabular version="3" rows="8" columns="4">
12169 <features booktabs="true">
12170 <column alignment="center" valignment="top" rightline="true" width="0">
12171 <column alignment="right" valignment="top" width="0">
12172 <column alignment="right" valignment="top" width="0">
12173 <column alignment="right" valignment="top" width="0">
12174 <row topline="true">
12175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Standard
12179 System
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Standard
12188 Medipix
12189 \begin_inset Formula $\,$
12190 \end_inset
12191
12192 1
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Standard
12201 Medipix
12202 \begin_inset Formula $\,$
12203 \end_inset
12204
12205 2
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Standard
12214
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 </row>
12220 <row>
12221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Standard
12225 \begin_inset ERT
12226 status collapsed
12227
12228 \begin_layout Standard
12229
12230
12231 \backslash
12232 cmidrule(r){2-2}
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \begin_inset ERT
12239 status collapsed
12240
12241 \begin_layout Standard
12242
12243
12244 \backslash
12245 cmidrule(l){3-4}
12246 \end_layout
12247
12248 \end_inset
12249
12250 Detektordicke [µm]
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Standard
12259 300
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Standard
12268 300
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Standard
12277 700
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 </row>
12283 <row topline="true">
12284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Standard
12288 Kantenwinkel [°]
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Standard
12297 3.55
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Standard
12306 2.71
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Standard
12315 7.99
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 </row>
12321 <row topspace="default">
12322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Standard
12326 räumliche Auflösung [µm]
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Standard
12335 4.26
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Standard
12344 10.17
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Standard
12353 10.56
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 </row>
12359 <row topspace="default">
12360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Standard
12364 MTF bei 
12365 \begin_inset Formula $f_{\mathrm{max}}$
12366 \end_inset
12367
12368
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Standard
12377 0.53
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Standard
12386 0.37
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Standard
12395 0.39
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 </row>
12401 <row topspace="default">
12402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12403 \begin_inset Text
12404
12405 \begin_layout Standard
12406 \begin_inset ERT
12407 status collapsed
12408
12409 \begin_layout Standard
12410
12411
12412 \backslash
12413 cmidrule(l{10pt}){1-1}
12414 \end_layout
12415
12416 \end_inset
12417
12418 LSF räumliche Auflösung
12419 \end_layout
12420
12421 \end_inset
12422 </cell>
12423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12424 \begin_inset Text
12425
12426 \begin_layout Standard
12427
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Standard
12436
12437 \end_layout
12438
12439 \end_inset
12440 </cell>
12441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12442 \begin_inset Text
12443
12444 \begin_layout Standard
12445
12446 \end_layout
12447
12448 \end_inset
12449 </cell>
12450 </row>
12451 <row>
12452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12453 \begin_inset Text
12454
12455 \begin_layout Standard
12456 in µm
12457 \end_layout
12458
12459 \end_inset
12460 </cell>
12461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Standard
12465 129.7
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Standard
12474 52.75
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Standard
12483 50.78
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 </row>
12489 <row bottomline="true">
12490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Standard
12494 in % der Pixelgröße
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Standard
12503 76.3
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Standard
12512 95.9
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Standard
12521 92.3
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 </row>
12527 </lyxtabular>
12528
12529 \end_inset
12530
12531
12532 \end_layout
12533
12534 \end_inset
12535
12536
12537 \end_layout
12538
12539 \begin_layout Standard
12540 Abstände zu Tabellenzeilen können auf der Karteikarte 
12541 \family sans
12542 Rahmen
12543 \family default
12544  des 
12545 \family sans
12546 Tabellen-Einstellungen
12547 \family default
12548 -Dialogs hinzugefügt werden, wie in Abschnitt\InsetSpace ~
12549
12550 \begin_inset LatexCommand ref
12551 reference "uab:Zeilenabstand"
12552
12553 \end_inset
12554
12555  beschrieben.
12556 \end_layout
12557
12558 \begin_layout Standard
12559 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
12560  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
12561  gedruckt aber anders aus.
12562  Die erste und letzte Linie ist 0.08\InsetSpace \thinspace{}
12563 em dick, während die anderen 0.05\InsetSpace \thinspace{}
12564 em dick
12565  sind.
12566 \end_layout
12567
12568 \begin_layout Standard
12569 Die Standarddicken können im LaTeX-Vorspann geändert werden:
12570 \end_layout
12571
12572 \begin_layout Standard
12573
12574 \series bold
12575
12576 \backslash
12577 let
12578 \backslash
12579 mytoprule
12580 \backslash
12581 toprule
12582 \newline
12583
12584 \backslash
12585 renewcommand{
12586 \backslash
12587 toprule}{
12588 \backslash
12589 mytoprule[Breite]}
12590 \end_layout
12591
12592 \begin_layout Standard
12593 Dies Beispiel gilt für die oberste Linie, genannt 
12594 \series bold
12595 toprule
12596 \series default
12597 .
12598  Für die letzte müssen Sie 
12599 \series bold
12600 toprule
12601 \series default
12602  durch 
12603 \series bold
12604 bottomrule
12605 \series default
12606  ersetzen.
12607  Die Linien dazwischen heißen 
12608 \series bold
12609 midrule
12610 \series default
12611 .
12612  Für 
12613 \family sans
12614 Breite
12615 \family default
12616  können Sie alle Einheiten benutzen, die in Anhang\InsetSpace ~
12617
12618 \begin_inset LatexCommand ref
12619 reference "kap:Units-available-in"
12620
12621 \end_inset
12622
12623  aufgelistet sind.
12624 \end_layout
12625
12626 \begin_layout Standard
12627 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
12628  eine Linie unter einer Mehrfachspalte.
12629  LyX wird intern den Befehl 
12630 \series bold
12631
12632 \backslash
12633 cmidrule
12634 \series default
12635  benutzen, um diese Linie zu drucken.
12636  Der ganze Befehl sieht so aus:
12637 \end_layout
12638
12639 \begin_layout Standard
12640
12641 \series bold
12642
12643 \backslash
12644 cmidrule[width](trim){Anfangsspalte-Endspalte}
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Die 
12649 \series bold
12650
12651 \backslash
12652 cmidrule
12653 \series default
12654 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie ERT benutzen.
12655  
12656 \series bold
12657
12658 \backslash
12659 cmidrule
12660 \series default
12661  kann man benutzen, indem man den Befehl als ERT als erstes in die erste
12662  Zelle einer Zeile einfügt.
12663  Die Linie wird dann über der Zeile gedruckt.
12664 \end_layout
12665
12666 \begin_layout Standard
12667 Der Standardwert ist 0.03\InsetSpace \thinspace{}
12668 em.
12669  Die Linie reicht von 
12670 \family typewriter
12671 Anfangsspalte
12672 \family default
12673  bis 
12674 \family typewriter
12675 End\SpecialChar \-
12676 spal\SpecialChar \-
12677 te
12678 \family default
12679 .
12680  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
12681   Der optionale Parameter 
12682 \family typewriter
12683 trim
12684 \family default
12685  kann die Werte 
12686 \emph on
12687 r
12688 \emph default
12689
12690 \emph on
12691 r{Breite}
12692 \emph default
12693
12694 \emph on
12695 l
12696 \family typewriter
12697 \emph default
12698  
12699 \family default
12700 oder 
12701 \emph on
12702 l{Breite}
12703 \emph default
12704  annehmen, wobei die 
12705 \family sans
12706 Breite
12707 \family default
12708  optional ist.
12709  
12710 \emph on
12711 l{2pt}
12712 \emph default
12713  zum Beispiel bedeutet, dass die Linie links um 2\InsetSpace \thinspace{}
12714 pt gekürzt wird.
12715  Ohne Breitenangabe werden die Linien um 0.5\InsetSpace \thinspace{}
12716 em gekürzt.
12717 \end_layout
12718
12719 \begin_layout Standard
12720 \begin_inset VSpace bigskip
12721 \end_inset
12722
12723 In Tabelle\InsetSpace ~
12724
12725 \begin_inset LatexCommand ref
12726 reference "tab:Formale-Tabelle"
12727
12728 \end_inset
12729
12730  wurden die Befehle
12731 \end_layout
12732
12733 \begin_layout Standard
12734
12735 \series bold
12736
12737 \backslash
12738 cmidrule(r){2-2}
12739 \backslash
12740 cmidrule(l){3-4}
12741 \end_layout
12742
12743 \begin_layout Standard
12744 am Anfange der zweiten Zeile und
12745 \end_layout
12746
12747 \begin_layout Standard
12748
12749 \series bold
12750
12751 \backslash
12752 cmidrule(l{10pt}){1-1}
12753 \end_layout
12754
12755 \begin_layout Standard
12756 in der sechsten benutzt.
12757 \end_layout
12758
12759 \begin_layout Standard
12760 \begin_inset VSpace bigskip
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \begin_layout Standard
12767 Sie können mit 
12768 \series bold
12769
12770 \backslash
12771 cmidrule
12772 \series default
12773  auch überlappende Linien wie in Tabelle\InsetSpace ~
12774
12775 \begin_inset LatexCommand ref
12776 reference "tab:Special-booktabs-table"
12777
12778 \end_inset
12779
12780  definieren.
12781  Der Befehl ist:
12782 \end_layout
12783
12784 \begin_layout Standard
12785
12786 \series bold
12787
12788 \backslash
12789 morecmidrules
12790 \end_layout
12791
12792 \begin_layout Standard
12793 In Zeile zwei der Tabelle\InsetSpace ~
12794
12795 \begin_inset LatexCommand ref
12796 reference "tab:Special-booktabs-table"
12797
12798 \end_inset
12799
12800  wurde folgender Befehl benutzt:
12801 \end_layout
12802
12803 \begin_layout Standard
12804
12805 \series bold
12806
12807 \backslash
12808 cmidrule(r){2-2}
12809 \backslash
12810 cmidrule(l){3-4}
12811 \backslash
12812 morecmidrules
12813 \newline
12814
12815 \backslash
12816 cmidrule{2-4}
12817 \end_layout
12818
12819 \begin_layout Standard
12820 und in Zeile sechs:
12821 \end_layout
12822
12823 \begin_layout Standard
12824
12825 \series bold
12826
12827 \backslash
12828 midrule
12829 \backslash
12830 morecmidrules
12831 \backslash
12832 cmidrule{3-4}
12833 \end_layout
12834
12835 \begin_layout Standard
12836 \begin_inset VSpace bigskip
12837 \end_inset
12838
12839
12840 \end_layout
12841
12842 \begin_layout Standard
12843 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
12844  Befehl eine Linie zeichnen, die alle Spalten überspannt:
12845 \end_layout
12846
12847 \begin_layout Standard
12848
12849 \series bold
12850
12851 \backslash
12852 specialrule{Dicke}{Abstand davor}{Abstand danach}
12853 \end_layout
12854
12855 \begin_layout Standard
12856 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
12857 \series bold
12858 booktabs
12859 \series default
12860  
12861 \begin_inset LatexCommand cite
12862 key "booktabs"
12863
12864 \end_inset
12865
12866 .
12867 \begin_inset LatexCommand index
12868 name "LaTeX-Pakete ! booktabs"
12869
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \begin_layout Standard
12876 \begin_inset Float table
12877 placement h
12878 wide false
12879 sideways false
12880 status open
12881
12882 \begin_layout Standard
12883 \begin_inset Caption
12884
12885 \begin_layout Standard
12886 \begin_inset LatexCommand label
12887 name "tab:Special-booktabs-table"
12888
12889 \end_inset
12890
12891 Eine spezielle formale Tabelle
12892 \end_layout
12893
12894 \end_inset
12895
12896
12897 \end_layout
12898
12899 \begin_layout Standard
12900 \align center
12901 \begin_inset Tabular
12902 <lyxtabular version="3" rows="8" columns="4">
12903 <features booktabs="true">
12904 <column alignment="center" valignment="top" width="0">
12905 <column alignment="center" valignment="top" width="0">
12906 <column alignment="right" valignment="top" width="0">
12907 <column alignment="right" valignment="top" width="0">
12908 <row topline="true">
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Standard
12913 System
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Standard
12922 Medipix\InsetSpace \thinspace{}
12923 1
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Standard
12932 Medipix\InsetSpace \thinspace{}
12933 2
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Standard
12942
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 </row>
12948 <row>
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Standard
12953 \begin_inset ERT
12954 status collapsed
12955
12956 \begin_layout Standard
12957
12958
12959 \backslash
12960 cmidrule(r){2-2}
12961 \end_layout
12962
12963 \end_inset
12964
12965
12966 \begin_inset ERT
12967 status collapsed
12968
12969 \begin_layout Standard
12970
12971
12972 \backslash
12973 cmidrule(l){3-4}
12974 \end_layout
12975
12976 \end_inset
12977
12978
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Standard
12983
12984
12985 \backslash
12986 morecmidrules 
12987 \end_layout
12988
12989 \end_inset
12990
12991
12992 \begin_inset ERT
12993 status collapsed
12994
12995 \begin_layout Standard
12996
12997
12998 \backslash
12999 cmidrule{2-4}
13000 \end_layout
13001
13002 \end_inset
13003
13004 Detektordicke  [µm]
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Standard
13013 300
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Standard
13022 300
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Standard
13031 700
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 </row>
13037 <row topline="true">
13038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Standard
13042 Kantenwinkel [°]
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Standard
13051 3,55
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Standard
13060 2,71
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Standard
13069 7,99
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 </row>
13075 <row topspace="default">
13076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Standard
13080 räumliche Auflösung [µm]
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Standard
13089 4,26
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Standard
13098 10,17
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Standard
13107 10,56
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 </row>
13113 <row topspace="default">
13114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Standard
13118 MTF bei 
13119 \begin_inset Formula $f_{\mathrm{max}}$
13120 \end_inset
13121
13122
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Standard
13131 0,53
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Standard
13140 0,37
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Standard
13149 0,39
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 </row>
13155 <row topline="true">
13156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Standard
13160 \begin_inset ERT
13161 status collapsed
13162
13163 \begin_layout Standard
13164
13165
13166 \backslash
13167 morecmidrules 
13168 \end_layout
13169
13170 \end_inset
13171
13172
13173 \begin_inset ERT
13174 status collapsed
13175
13176 \begin_layout Standard
13177
13178
13179 \backslash
13180 cmidrule{3-4}
13181 \end_layout
13182
13183 \end_inset
13184
13185 LSF-räumliche Auflösung
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Standard
13194
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Standard
13203
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Standard
13212
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 </row>
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Standard
13223 in µm
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Standard
13232 129,7
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Standard
13241 52,75
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Standard
13250 50,78
13251 \end_layout
13252
13253 \end_inset
13254 </cell>
13255 </row>
13256 <row bottomline="true">
13257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Standard
13261 in % der Pixelgröße
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Standard
13270 76,3
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Standard
13279 95,9
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Standard
13288 92,3
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 </row>
13294 </lyxtabular>
13295
13296 \end_inset
13297
13298
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \end_layout
13305
13306 \begin_layout Section
13307 Vertikale Tabellen-Ausrichtung
13308 \begin_inset LatexCommand index
13309 name "Tabellen ! Ausrichtung"
13310
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \begin_layout Standard
13317 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13318  einer Box sein.
13319  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt\InsetSpace ~
13320
13321 \begin_inset LatexCommand ref
13322 reference "abs:Box-Dialog"
13323
13324 \end_inset
13325
13326  beschrieben.
13327 \end_layout
13328
13329 \begin_layout Standard
13330 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13331 \begin_inset Foot
13332 status collapsed
13333
13334 \begin_layout Standard
13335 Minipages werden in Abschnitt\InsetSpace ~
13336
13337 \begin_inset LatexCommand ref
13338 reference "abs:Minipage"
13339
13340 \end_inset
13341
13342  beschrieben.
13343 \end_layout
13344
13345 \end_inset
13346
13347  mit 15\InsetSpace \thinspace{}
13348 col%-Breite:
13349 \end_layout
13350
13351 \begin_layout Itemize
13352 Test 
13353 \begin_inset Box Frameless
13354 position "t"
13355 hor_pos "c"
13356 has_inner_box 1
13357 inner_pos "c"
13358 use_parbox 0
13359 width "15col%"
13360 special "none"
13361 height "1in"
13362 height_special "totalheight"
13363 status collapsed
13364
13365 \begin_layout Standard
13366 \begin_inset Tabular
13367 <lyxtabular version="3" rows="3" columns="3">
13368 <features>
13369 <column alignment="center" valignment="top" leftline="true" width="0">
13370 <column alignment="center" valignment="top" leftline="true" width="0">
13371 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13372 <row topline="true">
13373 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Standard
13377 Tabelle 1
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Standard
13386
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Standard
13395
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 </row>
13401 <row topline="true">
13402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Standard
13406 b
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Standard
13415 e
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Standard
13424 h
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row topline="true" bottomline="true">
13431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Standard
13435 c
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Standard
13444 f
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Standard
13453 i
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 </row>
13459 </lyxtabular>
13460
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \end_inset
13467
13468  Test 
13469 \begin_inset ERT
13470 status collapsed
13471
13472 \begin_layout Standard
13473
13474
13475 \backslash
13476 raisebox{0.85
13477 \backslash
13478 baselineskip}{
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \begin_inset Box Frameless
13485 position "t"
13486 hor_pos "c"
13487 has_inner_box 1
13488 inner_pos "c"
13489 use_parbox 0
13490 width "15col%"
13491 special "none"
13492 height "1in"
13493 height_special "totalheight"
13494 status collapsed
13495
13496 \begin_layout Standard
13497 \begin_inset Tabular
13498 <lyxtabular version="3" rows="3" columns="3">
13499 <features>
13500 <column alignment="center" valignment="top" leftline="true" width="0">
13501 <column alignment="center" valignment="top" leftline="true" width="0">
13502 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13503 <row topline="true">
13504 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Standard
13508 Tabelle 2
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Standard
13517
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Standard
13526
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 </row>
13532 <row topline="true">
13533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Standard
13537 b
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Standard
13546 e
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Standard
13555 h
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 </row>
13561 <row topline="true" bottomline="true">
13562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Standard
13566 c
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Standard
13575 f
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Standard
13584 i
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 </row>
13590 </lyxtabular>
13591
13592 \end_inset
13593
13594
13595 \end_layout
13596
13597 \end_inset
13598
13599
13600 \begin_inset ERT
13601 status collapsed
13602
13603 \begin_layout Standard
13604
13605 }
13606 \end_layout
13607
13608 \end_inset
13609
13610
13611 \end_layout
13612
13613 \begin_layout Itemize
13614 Test 
13615 \begin_inset Box Frameless
13616 position "c"
13617 hor_pos "c"
13618 has_inner_box 1
13619 inner_pos "c"
13620 use_parbox 0
13621 width "15col%"
13622 special "none"
13623 height "1in"
13624 height_special "totalheight"
13625 status collapsed
13626
13627 \begin_layout Standard
13628 \begin_inset Tabular
13629 <lyxtabular version="3" rows="3" columns="3">
13630 <features>
13631 <column alignment="center" valignment="top" leftline="true" width="0">
13632 <column alignment="center" valignment="top" leftline="true" width="0">
13633 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13634 <row topline="true">
13635 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Standard
13639 Tabelle 3
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Standard
13648
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Standard
13657
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 </row>
13663 <row topline="true">
13664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Standard
13668 b
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Standard
13677 e
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Standard
13686 h
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 </row>
13692 <row topline="true" bottomline="true">
13693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Standard
13697 c
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Standard
13706 f
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Standard
13715 i
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 </lyxtabular>
13722
13723 \end_inset
13724
13725
13726 \end_layout
13727
13728 \end_inset
13729
13730
13731 \end_layout
13732
13733 \begin_layout Itemize
13734 Test 
13735 \begin_inset Box Frameless
13736 position "b"
13737 hor_pos "c"
13738 has_inner_box 1
13739 inner_pos "c"
13740 use_parbox 0
13741 width "15col%"
13742 special "none"
13743 height "1in"
13744 height_special "totalheight"
13745 status collapsed
13746
13747 \begin_layout Standard
13748 \begin_inset Tabular
13749 <lyxtabular version="3" rows="3" columns="3">
13750 <features>
13751 <column alignment="center" valignment="top" leftline="true" width="0">
13752 <column alignment="center" valignment="top" leftline="true" width="0">
13753 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13754 <row topline="true">
13755 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Standard
13759 Tabelle 4
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Standard
13768
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Standard
13777
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 <row topline="true">
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Standard
13788 b
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Standard
13797 e
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Standard
13806 h
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 </row>
13812 <row topline="true" bottomline="true">
13813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Standard
13817 c
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Standard
13826 f
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Standard
13835 i
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 </lyxtabular>
13842
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \end_inset
13849
13850 Test 
13851 \begin_inset ERT
13852 status collapsed
13853
13854 \begin_layout Standard
13855
13856
13857 \backslash
13858 raisebox{-0.32
13859 \backslash
13860 baselineskip}{
13861 \end_layout
13862
13863 \end_inset
13864
13865
13866 \begin_inset Box Frameless
13867 position "b"
13868 hor_pos "c"
13869 has_inner_box 1
13870 inner_pos "c"
13871 use_parbox 0
13872 width "15col%"
13873 special "none"
13874 height "1in"
13875 height_special "totalheight"
13876 status collapsed
13877
13878 \begin_layout Standard
13879 \begin_inset Tabular
13880 <lyxtabular version="3" rows="3" columns="3">
13881 <features>
13882 <column alignment="center" valignment="top" leftline="true" width="0">
13883 <column alignment="center" valignment="top" leftline="true" width="0">
13884 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13885 <row topline="true">
13886 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Standard
13890 Tabelle 5
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Standard
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Standard
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row topline="true">
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Standard
13919 b
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Standard
13928 e
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Standard
13937 h
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 </row>
13943 <row topline="true" bottomline="true">
13944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Standard
13948 c
13949 \end_layout
13950
13951 \end_inset
13952 </cell>
13953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Standard
13957 f
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Standard
13966 i
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 </lyxtabular>
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \end_inset
13980
13981
13982 \begin_inset ERT
13983 status collapsed
13984
13985 \begin_layout Standard
13986
13987 }
13988 \end_layout
13989
13990 \end_inset
13991
13992
13993 \end_layout
13994
13995 \begin_layout Standard
13996 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
13997  der Textzeile nicht richtig ausgerichtet.
13998  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
13999 \begin_inset Quotes gld
14000 \end_inset
14001
14002 Raisebox
14003 \begin_inset Quotes grd
14004 \end_inset
14005
14006
14007 \begin_inset Foot
14008 status collapsed
14009
14010 \begin_layout Standard
14011 Raiseboxen werden in Abschnitt\InsetSpace ~
14012
14013 \begin_inset LatexCommand ref
14014 reference "uab:Vertikale-Ausrichtung"
14015
14016 \end_inset
14017
14018  beschrieben.
14019 \end_layout
14020
14021 \end_inset
14022
14023  setzen.
14024  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14025  Befehl
14026 \end_layout
14027
14028 \begin_layout Standard
14029
14030 \series bold
14031
14032 \backslash
14033 raisebox{0.85
14034 \backslash
14035 baselineskip}{
14036 \end_layout
14037
14038 \begin_layout Standard
14039 vor der Box ausgerichtet.
14040  Hinter der Box wurde auch noch 
14041 \series bold
14042 }
14043 \series default
14044  als ERT eingefügt, weil der obige Befehl mit 
14045 \series bold
14046 {
14047 \series default
14048  aufhörte.
14049  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14050 \end_layout
14051
14052 \begin_layout Standard
14053
14054 \series bold
14055
14056 \backslash
14057 raisebox{-0.32
14058 \backslash
14059 baselineskip}{
14060 \end_layout
14061
14062 \begin_layout Standard
14063 benutzt.
14064 \end_layout
14065
14066 \begin_layout Standard
14067 \begin_inset Note Greyedout
14068 status open
14069
14070 \begin_layout Standard
14071
14072 \series bold
14073 Bemerkung:
14074 \series default
14075  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14076  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14077  Der Faktor im 
14078 \series bold
14079
14080 \backslash
14081 raisebox
14082 \series default
14083 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14084 \end_layout
14085
14086 \end_inset
14087
14088
14089 \end_layout
14090
14091 \begin_layout Section
14092 Farbige Tabellen
14093 \begin_inset LatexCommand label
14094 name "abs:Farbige-Tabellen"
14095
14096 \end_inset
14097
14098
14099 \begin_inset LatexCommand index
14100 name "Tabellen ! farbige"
14101
14102 \end_inset
14103
14104
14105 \end_layout
14106
14107 \begin_layout Subsection
14108 Farbige Zellen
14109 \begin_inset LatexCommand index
14110 name "farbige !  Tabellenzellen"
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \begin_layout Standard
14118 \begin_inset Float table
14119 placement h
14120 wide false
14121 sideways false
14122 status open
14123
14124 \begin_layout Standard
14125 \begin_inset Caption
14126
14127 \begin_layout Standard
14128 \begin_inset LatexCommand label
14129 name "tab:Farbige-Tabelle-ohne"
14130
14131 \end_inset
14132
14133 Farbige Tabelle, ohne Paket 
14134 \series bold
14135 colortbl
14136 \series default
14137
14138 \begin_inset OptArg
14139 status collapsed
14140
14141 \begin_layout Standard
14142 Tabelle ohne 
14143 \family typewriter
14144 colortbl
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Standard
14158 \align center
14159 \begin_inset Tabular
14160 <lyxtabular version="3" rows="3" columns="3">
14161 <features>
14162 <column alignment="center" valignment="top" leftline="true" width="0">
14163 <column alignment="center" valignment="top" leftline="true" width="0">
14164 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14165 <row topline="true">
14166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14167 \begin_inset Text
14168
14169 \begin_layout Standard
14170
14171 \color green
14172 a
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14178 \begin_inset Text
14179
14180 \begin_layout Standard
14181
14182 \color red
14183 b
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Standard
14192
14193 \color red
14194 c
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 </row>
14200 <row topline="true">
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Standard
14205
14206 \color green
14207 d
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Standard
14216
14217 \color blue
14218 e
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Standard
14227
14228 \color blue
14229 f
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 </row>
14235 <row topline="true" bottomline="true">
14236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Standard
14240
14241 \color green
14242 g
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Standard
14251
14252 \color blue
14253 h
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Standard
14262
14263 \color blue
14264 i
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 </lyxtabular>
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \end_inset
14278
14279
14280 \end_layout
14281
14282 \begin_layout Standard
14283 \begin_inset LatexCommand label
14284 name "Wenn-Sie-nur"
14285
14286 \end_inset
14287
14288 Wenn Sie nur farbigen Text
14289 \begin_inset LatexCommand index
14290 name "Farbe ! für Text"
14291
14292 \end_inset
14293
14294  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14295  auf 
14296 \begin_inset Graphics
14297         filename ../../images/dialog-show_character.xpm
14298         scale 70
14299         scaleBeforeRotation
14300         BoundingBox 0bp 6bp 22bp 22bp
14301
14302 \end_inset
14303
14304  oder 
14305 \family sans
14306 Bearbeiten\SpecialChar \menuseparator
14307 Textstil\SpecialChar \menuseparator
14308 Benutzerdefiniert
14309 \family default
14310  mit dem 
14311 \family sans
14312 Textstil
14313 \family default
14314 -Dialog wie es in Tabelle\InsetSpace ~
14315
14316 \begin_inset LatexCommand ref
14317 reference "tab:Farbige-Tabelle-ohne"
14318
14319 \end_inset
14320
14321  gemacht wurde.
14322  In anderen Fällen müssen Sie das LaTeX-Paket 
14323 \series bold
14324 colortbl
14325 \series default
14326  benutzen.
14327 \begin_inset LatexCommand index
14328 name "LaTeX-Pakete ! colortbl"
14329
14330 \end_inset
14331
14332
14333 \end_layout
14334
14335 \begin_layout Standard
14336 Um farbige Tabellen zu erzeugen, muss 
14337 \series bold
14338 colortbl
14339 \series default
14340  im LaTeX-Vorspann geladen werden:
14341 \end_layout
14342
14343 \begin_layout Standard
14344
14345 \series bold
14346
14347 \backslash
14348 usepackage{colortbl}
14349 \end_layout
14350
14351 \begin_layout Standard
14352 Die Farbe einer Spalte ändert man dann mit dem Befehl
14353 \end_layout
14354
14355 \begin_layout Standard
14356
14357 \series bold
14358
14359 \backslash
14360 columncolor{Farbname}
14361 \end_layout
14362
14363 \begin_layout Standard
14364 innerhalb des Befehls 
14365 \series bold
14366 >{}
14367 \series default
14368 .
14369  Mehr über den Befehl 
14370 \series bold
14371 >{}
14372 \series default
14373  finden Sie im Abschnitt\InsetSpace ~
14374
14375 \begin_inset LatexCommand ref
14376 reference "uab:Mehrfachspalten-Berechnungen"
14377
14378 \end_inset
14379
14380 .
14381 \end_layout
14382
14383 \begin_layout Standard
14384 Folgende Farbnamen sind vordefiniert:
14385 \end_layout
14386
14387 \begin_layout Standard
14388
14389 \family sans
14390 red
14391 \family default
14392
14393 \family sans
14394 green
14395 \family default
14396
14397 \family sans
14398 yellow
14399 \family default
14400
14401 \family sans
14402 blue
14403 \family default
14404
14405 \family sans
14406 cyan
14407 \family default
14408
14409 \family sans
14410 magenta
14411 \family default
14412
14413 \family sans
14414 black
14415 \family default
14416  und 
14417 \family sans
14418 white
14419 \newline
14420 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
14421 \family default
14422 und
14423 \family sans
14424  weiß)
14425 \end_layout
14426
14427 \begin_layout Standard
14428 \begin_inset VSpace medskip
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \begin_layout Standard
14435 Sie können auch eigene Farben definieren:
14436 \end_layout
14437
14438 \begin_layout Standard
14439
14440 \series bold
14441
14442 \backslash
14443 definecolor{Farbname}{Farbmodell}{Farbwerte}
14444 \end_layout
14445
14446 \begin_layout Standard
14447 Das Farbmodell kann eins der folgenden sein:
14448 \end_layout
14449
14450 \begin_layout Labeling
14451 \labelwidthstring 00.00.0000
14452 cmyk: cyan, magenta, yellow, black
14453 \end_layout
14454
14455 \begin_layout Labeling
14456 \labelwidthstring 00.00.0000
14457 rgb: red, green blue
14458 \end_layout
14459
14460 \begin_layout Labeling
14461 \labelwidthstring 00.00.0000
14462 gray: gray
14463 \end_layout
14464
14465 \begin_layout Standard
14466 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
14467  die die entsprechende Farbe für das Farbmodell beschreiben.
14468 \end_layout
14469
14470 \begin_layout Standard
14471 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
14472 \emph on
14473
14474 \begin_inset Quotes gld
14475 \end_inset
14476
14477 dunkelgruen
14478 \emph default
14479
14480 \begin_inset Quotes grd
14481 \end_inset
14482
14483  und 
14484 \begin_inset Quotes gld
14485 \end_inset
14486
14487
14488 \emph on
14489 hellgrau
14490 \emph default
14491
14492 \begin_inset Quotes grd
14493 \end_inset
14494
14495  folgendermaßen definieren:
14496 \end_layout
14497
14498 \begin_layout Standard
14499
14500 \series bold
14501
14502 \backslash
14503 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
14504 \end_layout
14505
14506 \begin_layout Standard
14507
14508 \series bold
14509
14510 \backslash
14511 definecolor{hellgrau}{gray}{0.8}
14512 \end_layout
14513
14514 \begin_layout Standard
14515 \begin_inset VSpace medskip
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \begin_layout Standard
14522 Linien werden mit dem Befehl
14523 \end_layout
14524
14525 \begin_layout Standard
14526
14527 \series bold
14528
14529 \backslash
14530 rowcolor{Farbname}
14531 \end_layout
14532
14533 \begin_layout Standard
14534 gefärbt, Zellen mit dem Befehl
14535 \end_layout
14536
14537 \begin_layout Standard
14538
14539 \series bold
14540
14541 \backslash
14542 cellcolor{Farbname}
14543 \end_layout
14544
14545 \begin_layout Standard
14546 Beide Befehle werden am Anfang einer Zelle als ERT eingegeben..
14547 \end_layout
14548
14549 \begin_layout Standard
14550 Um nur Text zu färben, machen Sie es wie 
14551 \begin_inset LatexCommand vpageref
14552 reference "Wenn-Sie-nur"
14553
14554 \end_inset
14555
14556  beschrieben.
14557  Wenn die Zelle aber ERT zum Färben enthält, 
14558 \emph on
14559 markieren Sie nur den Text
14560 \emph default
14561 , sonst werden die ERTs LaTeX-Fehler erzeugen.
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \begin_inset Note Greyedout
14566 status open
14567
14568 \begin_layout Standard
14569
14570 \series bold
14571 Achtung:
14572 \series default
14573  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
14574 \end_layout
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \begin_layout Standard
14582 \begin_inset VSpace medskip
14583 \end_inset
14584
14585
14586 \end_layout
14587
14588 \begin_layout Standard
14589 Die Tabelle\InsetSpace ~
14590
14591 \begin_inset LatexCommand ref
14592 reference "tab:Table-colored-using"
14593
14594 \end_inset
14595
14596  wurde folgendermaßen erstellt: die erste Spalte soll 
14597 \emph on
14598
14599 \begin_inset Quotes gld
14600 \end_inset
14601
14602 dunkelgruen
14603 \emph default
14604
14605 \begin_inset Quotes grd
14606 \end_inset
14607
14608  werden, also müssen Sie ins 
14609 \family sans
14610 LaTe
14611 \begin_inset ERT
14612 status collapsed
14613
14614 \begin_layout Standard
14615
14616 {}
14617 \end_layout
14618
14619 \end_inset
14620
14621 X-Argument
14622 \family default
14623  der Zellen der ersten Spalte den Befehl
14624 \end_layout
14625
14626 \begin_layout Standard
14627
14628 \series bold
14629 >{
14630 \backslash
14631 columncolor{dunkelgruen}
14632 \backslash
14633 centering}c
14634 \end_layout
14635
14636 \begin_layout Standard
14637 schreiben.
14638  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der ERT-Befehl
14639 \end_layout
14640
14641 \begin_layout Standard
14642
14643 \series bold
14644
14645 \backslash
14646 rowcolow{cyan}
14647 \end_layout
14648
14649 \begin_layout Standard
14650 in die erste Zelle der ersten Zeile eingefügt.
14651  Diese Farbe ersetzt die Spaltenfarbe.
14652  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
14653  wird mit folgendem Befehl erreicht:
14654 \end_layout
14655
14656 \begin_layout Standard
14657
14658 \series bold
14659
14660 \backslash
14661 cellcolor{magenta}
14662 \end_layout
14663
14664 \begin_layout Standard
14665 Die Buchstaben färben Sie wie oben beschrieben mit dem 
14666 \family sans
14667 Textstil
14668 \family default
14669 -Dialog.
14670 \end_layout
14671
14672 \begin_layout Standard
14673 \begin_inset Float table
14674 placement h
14675 wide false
14676 sideways false
14677 status open
14678
14679 \begin_layout Standard
14680 \begin_inset Caption
14681
14682 \begin_layout Standard
14683 \begin_inset LatexCommand label
14684 name "tab:Table-colored-using"
14685
14686 \end_inset
14687
14688 Eine mit dem Paket 
14689 \series bold
14690 colortbl
14691 \series default
14692  gefärbte Tabelle
14693 \begin_inset OptArg
14694 status collapsed
14695
14696 \begin_layout Standard
14697 Tabelle mit 
14698 \family typewriter
14699 colortbl
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \begin_layout Standard
14713 \align center
14714 \begin_inset Tabular
14715 <lyxtabular version="3" rows="3" columns="3">
14716 <features>
14717 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
14718 <column alignment="center" valignment="top" width="0">
14719 <column alignment="center" valignment="top" width="0">
14720 <row>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Standard
14725 \begin_inset ERT
14726 status collapsed
14727
14728 \begin_layout Standard
14729
14730
14731 \backslash
14732 rowcolor{cyan}
14733 \end_layout
14734
14735 \end_inset
14736
14737
14738 \color magenta
14739 a
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Standard
14748
14749 \color red
14750 b
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Standard
14759
14760 \color red
14761 c
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 </row>
14767 <row>
14768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Standard
14772
14773 \color yellow
14774 d
14775 \end_layout
14776
14777 \end_inset
14778 </cell>
14779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Standard
14783
14784 \color blue
14785 e
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Standard
14794
14795 \color blue
14796 f
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 <row>
14803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Standard
14807
14808 \color yellow
14809 g
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Standard
14818
14819 \color blue
14820 h
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Standard
14829 \begin_inset ERT
14830 status collapsed
14831
14832 \begin_layout Standard
14833
14834
14835 \backslash
14836 cellcolor{magenta}
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \color green
14843 i
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 </row>
14849 </lyxtabular>
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Subsection
14862 Farbige Linien
14863 \begin_inset LatexCommand index
14864 name "farbige !  Tabellenlinien"
14865
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \begin_layout Standard
14872 Wie in Abschnitt\InsetSpace ~
14873
14874 \begin_inset LatexCommand ref
14875 reference "uab:Liniendicke"
14876
14877 \end_inset
14878
14879  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
14880 \series bold
14881
14882 \backslash
14883 arrayrulewidth
14884 \series default
14885  definiert werden.
14886  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5\InsetSpace \thinspace{}
14887 pt gesetzt.
14888 \begin_inset ERT
14889 status collapsed
14890
14891 \begin_layout Standard
14892
14893
14894 \backslash
14895 setlength{
14896 \backslash
14897 arrayrulewidth}{1.5pt}
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \begin_layout Standard
14906 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
14907 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt\InsetSpace ~
14908
14909 \begin_inset LatexCommand ref
14910 reference "uab:Angepasste-Zellen/Spaltenformat"
14911
14912 \end_inset
14913
14914  definiert:
14915 \end_layout
14916
14917 \begin_layout Standard
14918
14919 \series bold
14920
14921 \backslash
14922 newcolumntype{W}{!{
14923 \backslash
14924 color{green}
14925 \backslash
14926 vline}}
14927 \end_layout
14928
14929 \begin_layout Standard
14930 In Tabelle\InsetSpace ~
14931
14932 \begin_inset LatexCommand ref
14933 reference "tab:Tabelle-mit-farbigen-vert"
14934
14935 \end_inset
14936
14937  wurde das LaTeX-Argument 
14938 \series bold
14939 WcW
14940 \series default
14941  für die letzte und 
14942 \series bold
14943 Wc
14944 \series default
14945  für die anderen Spalten benutzt.
14946 \end_layout
14947
14948 \begin_layout Standard
14949 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
14950 \end_layout
14951
14952 \begin_layout Standard
14953 \begin_inset Float table
14954 placement h
14955 wide false
14956 sideways false
14957 status open
14958
14959 \begin_layout Standard
14960 \begin_inset Caption
14961
14962 \begin_layout Standard
14963 \begin_inset LatexCommand label
14964 name "tab:Tabelle-mit-farbigen-vert"
14965
14966 \end_inset
14967
14968 Tabelle mit farbigen vertikalen Linien
14969 \end_layout
14970
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \begin_layout Standard
14977 \align center
14978 \begin_inset Tabular
14979 <lyxtabular version="3" rows="3" columns="3">
14980 <features>
14981 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14982 <column alignment="center" valignment="top" width="0" special="Wc">
14983 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14984 <row topline="true">
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Standard
14989 sd
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Standard
14998
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Standard
15007
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 </row>
15013 <row topline="true">
15014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Standard
15018
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Standard
15027 sd
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Standard
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row topline="true" bottomline="true">
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Standard
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Standard
15056
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Standard
15065 sd
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 </lyxtabular>
15072
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \end_layout
15082
15083 \begin_layout Standard
15084 \begin_inset VSpace bigskip
15085 \end_inset
15086
15087 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle\InsetSpace ~
15088
15089 \begin_inset LatexCommand ref
15090 reference "tab:Tabelle-mit-farbigen-horiz"
15091
15092 \end_inset
15093
15094 , müssen Sie folgenden Befehl als ERT vor der (Gleitobjekt-)Tabelle einfügen:
15095 \end_layout
15096
15097 \begin_layout Standard
15098
15099 \series bold
15100
15101 \backslash
15102 let
15103 \backslash
15104 myHlineC
15105 \backslash
15106 hline
15107 \newline
15108
15109 \backslash
15110 renewcommand{
15111 \backslash
15112 hline}
15113 \newline
15114
15115 \begin_inset ERT
15116 status collapsed
15117
15118 \begin_layout Standard
15119
15120
15121 \backslash
15122 hphantom{ }
15123 \end_layout
15124
15125 \end_inset
15126
15127 {
15128 \backslash
15129 arrayrulecolor{red}
15130 \backslash
15131 myHlineC
15132 \backslash
15133 arrayrulecolor{black}}
15134 \end_layout
15135
15136 \begin_layout Standard
15137 \begin_inset ERT
15138 status collapsed
15139
15140 \begin_layout Standard
15141
15142
15143 \backslash
15144 let
15145 \backslash
15146 myHlineC
15147 \backslash
15148 hline
15149 \end_layout
15150
15151 \begin_layout Standard
15152
15153
15154 \backslash
15155 renewcommand{
15156 \backslash
15157 hline}
15158 \end_layout
15159
15160 \begin_layout Standard
15161
15162  {
15163 \backslash
15164 arrayrulecolor{red}
15165 \backslash
15166 myHlineC
15167 \backslash
15168 arrayrulecolor{black}}
15169 \end_layout
15170
15171 \end_inset
15172
15173
15174 \begin_inset Float table
15175 wide false
15176 sideways false
15177 status open
15178
15179 \begin_layout Standard
15180 \begin_inset Caption
15181
15182 \begin_layout Standard
15183 \begin_inset LatexCommand label
15184 name "tab:Tabelle-mit-farbigen-horiz"
15185
15186 \end_inset
15187
15188 Tabelle mit farbigen horizontalen Linien
15189 \end_layout
15190
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \begin_layout Standard
15197 \align center
15198 \begin_inset Tabular
15199 <lyxtabular version="3" rows="3" columns="3">
15200 <features>
15201 <column alignment="center" valignment="top" leftline="true" width="0">
15202 <column alignment="center" valignment="top" leftline="true" width="0">
15203 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15204 <row topline="true">
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Standard
15209 sd
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Standard
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Standard
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row topline="true">
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Standard
15238
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Standard
15247 sd
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Standard
15256
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 </row>
15262 <row topline="true" bottomline="true">
15263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Standard
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Standard
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Standard
15285 sd
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 </lyxtabular>
15292
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
15305  als ERT hinter der Tabelle einfügen:
15306 \end_layout
15307
15308 \begin_layout Standard
15309
15310 \series bold
15311
15312 \backslash
15313 renewcommand{
15314 \backslash
15315 hline}{
15316 \backslash
15317 myHlineC}
15318 \end_layout
15319
15320 \begin_layout Standard
15321 Tabelle\InsetSpace ~
15322
15323 \begin_inset LatexCommand ref
15324 reference "tab:Table-with-colored"
15325
15326 \end_inset
15327
15328  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
15329 \end_layout
15330
15331 \begin_layout Standard
15332 \begin_inset Float table
15333 placement h
15334 wide false
15335 sideways false
15336 status open
15337
15338 \begin_layout Standard
15339 \begin_inset Caption
15340
15341 \begin_layout Standard
15342 \begin_inset LatexCommand label
15343 name "tab:Table-with-colored"
15344
15345 \end_inset
15346
15347 Tabelle mit farbigen Linien
15348 \end_layout
15349
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \begin_layout Standard
15356 \align center
15357 \begin_inset Tabular
15358 <lyxtabular version="3" rows="3" columns="3">
15359 <features>
15360 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15361 <column alignment="center" valignment="top" width="0" special="Wc">
15362 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15363 <row topline="true">
15364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Standard
15368 sd
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15374 \begin_inset Text
15375
15376 \begin_layout Standard
15377
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Standard
15386
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 </row>
15392 <row topline="true">
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Standard
15397
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Standard
15406 sd
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Standard
15415
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row topline="true" bottomline="true" topspace="default">
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Standard
15426
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15432 \begin_inset Text
15433
15434 \begin_layout Standard
15435
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Standard
15444 sd
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 </row>
15450 </lyxtabular>
15451
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \begin_layout Standard
15463 \begin_inset ERT
15464 status collapsed
15465
15466 \begin_layout Standard
15467
15468
15469 \backslash
15470 renewcommand{
15471 \backslash
15472 hline}{
15473 \backslash
15474 myHlineC}
15475 \end_layout
15476
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \begin_layout Standard
15483 \begin_inset ERT
15484 status collapsed
15485
15486 \begin_layout Standard
15487
15488
15489 \backslash
15490 setlength{
15491 \backslash
15492 arrayrulewidth}{0.4pt}
15493 \end_layout
15494
15495 \end_inset
15496
15497
15498 \begin_inset Note Note
15499 status collapsed
15500
15501 \begin_layout Standard
15502 setzt die Liniendicke wieder auf ihren Standardwert zurück
15503 \end_layout
15504
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \begin_layout Section
15511 Tabellen-Anpassung
15512 \begin_inset LatexCommand index
15513 name "Tabellen ! Anpassung"
15514
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \begin_layout Subsection
15521 Zeilenabstand
15522 \begin_inset LatexCommand label
15523 name "uab:Zeilenabstand"
15524
15525 \end_inset
15526
15527
15528 \begin_inset LatexCommand index
15529 name "Tabellen ! Zeilenabstand"
15530
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \begin_layout Standard
15537 Auf der Karteikarte 
15538 \family sans
15539 Rahmen
15540 \family default
15541  des 
15542 \family sans
15543 Tabellen-Einstellungen
15544 \family default
15545 -Dialogs können Sie 
15546 \family sans
15547 zusätzliche\InsetSpace ~
15548 Abstände
15549 \family default
15550  einfügen.
15551  Dabei haben Sie drei Möglichkeiten:
15552 \end_layout
15553
15554 \begin_layout Description
15555 Oberhalb\InsetSpace ~
15556 der\InsetSpace ~
15557 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
15558  Bei einer formalen Tabelle
15559 \begin_inset Foot
15560 status collapsed
15561
15562 \begin_layout Standard
15563 Formale Tabellen wurden in Abschnitt\InsetSpace ~
15564
15565 \begin_inset LatexCommand ref
15566 reference "abs:Formale-Tabellen"
15567
15568 \end_inset
15569
15570  beschrieben.
15571 \end_layout
15572
15573 \end_inset
15574
15575  fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
15576 em Leerraum ein.
15577  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
15578 \begin_inset VSpace medskip
15579 \end_inset
15580
15581
15582 \newline
15583
15584 \begin_inset ERT
15585 status collapsed
15586
15587 \begin_layout Standard
15588
15589
15590 \backslash
15591 hspace*{0pt}
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \hfill
15598
15599 \begin_inset Tabular
15600 <lyxtabular version="3" rows="3" columns="1">
15601 <features>
15602 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15603 <row topline="true">
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Standard
15608 A
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 </row>
15614 <row topline="true" topspace="3mm">
15615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Standard
15619 3\InsetSpace \thinspace{}
15620 mm Leerraum oberhalb der Zeile
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row topline="true" bottomline="true">
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Standard
15631 C
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 </row>
15637 </lyxtabular>
15638
15639 \end_inset
15640
15641
15642 \hfill
15643
15644 \begin_inset ERT
15645 status collapsed
15646
15647 \begin_layout Standard
15648
15649
15650 \backslash
15651 hspace*{0pt}
15652 \end_layout
15653
15654 \end_inset
15655
15656
15657 \begin_inset VSpace medskip
15658 \end_inset
15659
15660
15661 \newline
15662 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
15663 n Linien verwenden.
15664 \end_layout
15665
15666 \begin_layout Description
15667 Unterhalb\InsetSpace ~
15668 der\InsetSpace ~
15669 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum
15670  ein.
15671  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
15672 em Leerraum ein.
15673  Bei normalen Tabellen ist der Standardwert 2\InsetSpace \thinspace{}
15674 pt.
15675 \end_layout
15676
15677 \begin_layout Description
15678 Zwischen\InsetSpace ~
15679 den\InsetSpace ~
15680 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
15681  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
15682 em Leerraum ein.
15683  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
15684 \begin_inset VSpace medskip
15685 \end_inset
15686
15687
15688 \newline
15689
15690 \begin_inset ERT
15691 status collapsed
15692
15693 \begin_layout Standard
15694
15695
15696 \backslash
15697 hspace*{0pt}
15698 \end_layout
15699
15700 \end_inset
15701
15702
15703 \hfill
15704
15705 \begin_inset Tabular
15706 <lyxtabular version="3" rows="3" columns="1">
15707 <features>
15708 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15709 <row topline="true">
15710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Standard
15714 A
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 </row>
15720 <row topline="true" interlinespace="3mm">
15721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Standard
15725 \begin_inset Formula $\downarrow$
15726 \end_inset
15727
15728  3\InsetSpace \thinspace{}
15729 mm Leerraum zwischen den Zeilen 
15730 \begin_inset Formula $\downarrow$
15731 \end_inset
15732
15733
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 </row>
15739 <row topline="true" bottomline="true">
15740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Standard
15744 \begin_inset Formula $\uparrow$
15745 \end_inset
15746
15747  3\InsetSpace \thinspace{}
15748 mm Leerraum zwischen den Zeilen 
15749 \begin_inset Formula $\uparrow$
15750 \end_inset
15751
15752
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 </lyxtabular>
15759
15760 \end_inset
15761
15762
15763 \hfill
15764
15765 \begin_inset ERT
15766 status collapsed
15767
15768 \begin_layout Standard
15769
15770
15771 \backslash
15772 hspace*{0pt}
15773 \end_layout
15774
15775 \end_inset
15776
15777
15778 \begin_inset VSpace medskip
15779 \end_inset
15780
15781
15782 \newline
15783 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
15784 n Linien verwenden.
15785 \end_layout
15786
15787 \begin_layout Standard
15788 \begin_inset VSpace bigskip
15789 \end_inset
15790
15791 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
15792  Befehlen im LaTeX-Vorspann machen:
15793 \end_layout
15794
15795 \begin_layout Standard
15796
15797 \series bold
15798
15799 \backslash
15800 @ifundef\SpecialChar \textcompwordmark{}
15801 ined{extrarowheight}
15802 \newline
15803
15804 \begin_inset ERT
15805 status collapsed
15806
15807 \begin_layout Standard
15808
15809
15810 \backslash
15811 hphantom{ }
15812 \end_layout
15813
15814 \end_inset
15815
15816 {
15817 \backslash
15818 usepackage{array}}{}
15819 \newline
15820
15821 \backslash
15822 setlength{
15823 \backslash
15824 extrarowheight}{Höhe}
15825 \end_layout
15826
15827 \begin_layout Standard
15828 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
15829  ausgerichtet sind.
15830  (Das Paket 
15831 \series bold
15832 array
15833 \series default
15834  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
15835  verwenden.
15836  Der Befehl 
15837 \series bold
15838
15839 \backslash
15840 @ifundef\SpecialChar \textcompwordmark{}
15841 ined
15842 \series default
15843  vermeidet, dass es in diesem Fall doppelt geladen wird.)
15844 \end_layout
15845
15846 \begin_layout Subsection
15847 Besondere Zellenausrichtung
15848 \begin_inset LatexCommand index
15849 name "Tabellen ! Zellenausrichtung"
15850
15851 \end_inset
15852
15853
15854 \end_layout
15855
15856 \begin_layout Standard
15857 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
15858  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle\InsetSpace ~
15859
15860 \begin_inset LatexCommand ref
15861 reference "tab:Tabellenzellen-sind-auf"
15862
15863 \end_inset
15864
15865 .
15866 \end_layout
15867
15868 \begin_layout Standard
15869 \begin_inset Float table
15870 placement h
15871 wide false
15872 sideways false
15873 status open
15874
15875 \begin_layout Standard
15876 \begin_inset Caption
15877
15878 \begin_layout Standard
15879 \begin_inset LatexCommand label
15880 name "tab:Tabellenzellen-sind-auf"
15881
15882 \end_inset
15883
15884 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \begin_layout Standard
15893 \align center
15894 \begin_inset Tabular
15895 <lyxtabular version="3" rows="4" columns="2">
15896 <features>
15897 <column alignment="right" valignment="top" width="0">
15898 <column alignment="left" valignment="top" width="0" special="@{}l">
15899 <row bottomline="true">
15900 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Standard
15904 Überschrift
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Standard
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row>
15920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Standard
15924 12.
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Standard
15933 6
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 <row>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Standard
15944 0.
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Standard
15953 68
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 </row>
15959 <row>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Standard
15964 -123.
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Standard
15973 0
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 </lyxtabular>
15980
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \begin_layout Standard
15992 Diese Tabelle wurde als 4×2 Tabelle erstellt.
15993  Die Überschrift ist eine zentrierte Mehrfachspalte.
15994  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
15995  der Zahlen einschließlich Dezimalpunkt.
15996  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
15997  der Zahlen.
15998   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
15999 \family sans
16000 LaTe
16001 \begin_inset ERT
16002 status collapsed
16003
16004 \begin_layout Standard
16005
16006 {}
16007 \end_layout
16008
16009 \end_inset
16010
16011 X-Argument
16012 \family default
16013  für die zweite Spalte folgendes eingefügt:
16014 \end_layout
16015
16016 \begin_layout Standard
16017
16018 \series bold
16019 @{}l
16020 \end_layout
16021
16022 \begin_layout Standard
16023 Tabelle\InsetSpace ~
16024
16025 \begin_inset LatexCommand ref
16026 reference "tab:Verschiedene-Ausrichtungen"
16027
16028 \end_inset
16029
16030  zeigt einige Ausrichtungen.
16031  Für die Ausrichtung der Relationen müssen Sie den 
16032 \family sans
16033 Mittleren\InsetSpace ~
16034 Abstand
16035 \family default
16036  aus der 
16037 \family sans
16038 Mathe-Werkzeugleiste
16039 \family default
16040  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
16041  rechts vom Relationszeichen zu bekommen.
16042 \end_layout
16043
16044 \begin_layout Standard
16045
16046 \color black
16047 \begin_inset Float table
16048 placement h
16049 wide false
16050 sideways false
16051 status open
16052
16053 \begin_layout Standard
16054
16055 \color black
16056 \begin_inset Caption
16057
16058 \begin_layout Standard
16059
16060 \color black
16061 \begin_inset LatexCommand label
16062 name "tab:Verschiedene-Ausrichtungen"
16063
16064 \end_inset
16065
16066
16067 \color inherit
16068 Verschiedene Ausrichtungen
16069 \end_layout
16070
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \begin_layout Standard
16077 \align center
16078
16079 \color black
16080 \begin_inset Tabular
16081 <lyxtabular version="3" rows="4" columns="6">
16082 <features>
16083 <column alignment="right" valignment="top" width="0">
16084 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16085 <column alignment="right" valignment="top" width="0">
16086 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16087 <column alignment="right" valignment="top" width="0">
16088 <column alignment="left" valignment="top" width="0" special="@{}l">
16089 <row bottomline="true">
16090 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Standard
16094 Einheiten
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Standard
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Standard
16112 Exponenten
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Standard
16121
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Standard
16130 Relationen
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Standard
16139
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 <row>
16146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Standard
16150
16151 \color black
16152 12×
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Standard
16161
16162 \color black
16163 24\InsetSpace \thinspace{}
16164
16165 \color inherit
16166 Flaschen
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Standard
16175
16176 \color black
16177 \begin_inset Formula $10\cdot$
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Standard
16189
16190 \color black
16191 \begin_inset Formula $10^{\mbox{-}17}$
16192 \end_inset
16193
16194
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Standard
16203
16204 \color black
16205 \begin_inset Formula $\Gamma(t)\propto$
16206 \end_inset
16207
16208
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Standard
16217
16218 \color black
16219 \begin_inset Formula $\:\Upsilon(t)$
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 </row>
16228 <row>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Standard
16233
16234 \color black
16235 1024×
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Standard
16244
16245 \color black
16246 768\InsetSpace \thinspace{}
16247 Pixel
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Standard
16256
16257 \color black
16258 \begin_inset Formula $5.78\cdot$
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Standard
16270
16271 \color black
16272 \begin_inset Formula $10^{7}$
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Standard
16284
16285 \color black
16286 \begin_inset Formula $A\ne$
16287 \end_inset
16288
16289
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Standard
16298
16299 \color black
16300 \begin_inset Formula $\: B_{\mathrm{red}}$
16301 \end_inset
16302
16303
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 <row>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Standard
16314
16315 \color black
16316 32×
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Standard
16325
16326 \color black
16327 6\InsetSpace \thinspace{}
16328 cm
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Standard
16337
16338 \color black
16339 -
16340 \begin_inset Formula $33.5\cdot$
16341 \end_inset
16342
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Standard
16352
16353 \color black
16354 \begin_inset Formula $10^{4}$
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Standard
16366
16367 \color black
16368 \begin_inset Formula $\sin(\alpha)\ge$
16369 \end_inset
16370
16371
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Standard
16380
16381 \color black
16382 \begin_inset Formula $\:\sin(\beta)$
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 </lyxtabular>
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \end_inset
16399
16400
16401 \end_layout
16402
16403 \begin_layout Standard
16404 \begin_inset VSpace bigskip
16405 \end_inset
16406
16407 Es gibt auch noch das LaTeX-Paket 
16408 \series bold
16409 dcolumn
16410 \series default
16411
16412 \begin_inset LatexCommand index
16413 name "LaTeX-Pakete ! dcolumn"
16414
16415 \end_inset
16416
16417  mit dem man Zellen ausrichten kann.
16418  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
16419  in den Zellen.
16420  Die erste Spalte von Tabelle\InsetSpace ~
16421
16422 \begin_inset LatexCommand ref
16423 reference "tab:Verschiedene-Ausrichtungen"
16424
16425 \end_inset
16426
16427  wird mit 
16428 \family typewriter
16429 dcolumn
16430 \family default
16431  wie die erste Spalte von Tabelle\InsetSpace ~
16432
16433 \begin_inset LatexCommand ref
16434 reference "tab:Ausrichtung-mit-dem"
16435
16436 \end_inset
16437
16438  aussehen und nur mit ein paar Tricks wie erwartet.
16439  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle\InsetSpace ~
16440
16441 \begin_inset LatexCommand ref
16442 reference "tab:Verschiedene-Ausrichtungen"
16443
16444 \end_inset
16445
16446  ist mit 
16447 \series bold
16448 dcolumn
16449 \series default
16450  nicht möglich.
16451 \end_layout
16452
16453 \begin_layout Standard
16454 \begin_inset Float table
16455 placement h
16456 wide false
16457 sideways false
16458 status open
16459
16460 \begin_layout Standard
16461 \begin_inset Caption
16462
16463 \begin_layout Standard
16464 \begin_inset LatexCommand label
16465 name "tab:Ausrichtung-mit-dem"
16466
16467 \end_inset
16468
16469 Ausrichtung mit dem LaTeX-Paket 
16470 \series bold
16471 dcolumn
16472 \series default
16473 .
16474  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
16475  bekommen.
16476 \begin_inset OptArg
16477 status collapsed
16478
16479 \begin_layout Standard
16480 Ausrichtung mit dem LaTeX-Paket 
16481 \series bold
16482 dcolumn
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \end_inset
16491
16492
16493 \end_layout
16494
16495 \begin_layout Standard
16496 \align center
16497 \begin_inset Tabular
16498 <lyxtabular version="3" rows="4" columns="3">
16499 <features>
16500 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}|">
16501 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}|">
16502 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
16503 <row bottomline="true">
16504 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Standard
16508 Einheiten
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Standard
16517 Einheiten
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Standard
16526 Einheiten
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 <row>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Standard
16537 12x24\InsetSpace \thinspace{}
16538
16539 \begin_inset Formula $\mbox{Flaschen}$
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Standard
16551 12x24\InsetSpace \thinspace{}
16552
16553 \begin_inset Formula $\mbox{Flaschen}$
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Standard
16565 12
16566 \begin_inset ERT
16567 status collapsed
16568
16569 \begin_layout Standard
16570
16571
16572 \backslash
16573 times 
16574 \end_layout
16575
16576 \end_inset
16577
16578 24~
16579 \begin_inset Formula $\mbox{Flaschen}$
16580 \end_inset
16581
16582
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 </row>
16588 <row>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Standard
16593 1024x768\InsetSpace \thinspace{}
16594
16595 \begin_inset Formula $\mbox{Pixel}$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Standard
16607 1024x768\InsetSpace \thinspace{}
16608
16609 \begin_inset Formula $\mbox{Pixel}$
16610 \end_inset
16611
16612
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Standard
16621 1024
16622 \begin_inset ERT
16623 status collapsed
16624
16625 \begin_layout Standard
16626
16627
16628 \backslash
16629 times 
16630 \end_layout
16631
16632 \end_inset
16633
16634 768~
16635 \begin_inset Formula $\mbox{Pixel}$
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 <row>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Standard
16649 32x6\InsetSpace \thinspace{}
16650
16651 \begin_inset Formula $\mbox{cm}$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Standard
16663 32x6\InsetSpace \thinspace{}
16664
16665 \begin_inset Formula $\mbox{cm}$
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Standard
16677 32
16678 \begin_inset ERT
16679 status collapsed
16680
16681 \begin_layout Standard
16682
16683
16684 \backslash
16685 times 
16686 \end_layout
16687
16688 \end_inset
16689
16690 6~
16691 \begin_inset Formula $\mbox{cm}$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 </lyxtabular>
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \begin_layout Subsection
16713 Angepasste Zellen/Spaltenformat
16714 \begin_inset LatexCommand label
16715 name "uab:Angepasste-Zellen/Spaltenformat"
16716
16717 \end_inset
16718
16719
16720 \begin_inset LatexCommand index
16721 name "Tabellen ! Spaltenformat"
16722
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Standard
16729 Wenn man wie in Abschnitt\InsetSpace ~
16730
16731 \begin_inset LatexCommand ref
16732 reference "uab:Mehrfachspalten-Berechnungen"
16733
16734 \end_inset
16735
16736  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
16737  Tabellen mit Mehrfachspalten sehr lästig.
16738  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
16739 en definieren:
16740 \end_layout
16741
16742 \begin_layout Standard
16743
16744 \series bold
16745
16746 \backslash
16747 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
16748 \end_layout
16749
16750 \begin_layout Standard
16751 Der Formatname darf nur ein Buchstabe sein, aber nicht 
16752 \emph on
16753 b
16754 \emph default
16755
16756 \emph on
16757 c
16758 \emph default
16759
16760 \emph on
16761 l
16762 \emph default
16763
16764 \emph on
16765 m
16766 \emph default
16767
16768 \emph on
16769 p
16770 \emph default
16771  oder 
16772 \emph on
16773 r
16774 \emph default
16775 , weil diese vordefiniert sind.
16776  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
16777 \end_layout
16778
16779 \begin_layout Standard
16780 \begin_inset VSpace medskip
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \begin_layout Standard
16787 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
16788  Breite könnte das Format so aussehen:
16789 \end_layout
16790
16791 \begin_layout Standard
16792
16793 \series bold
16794
16795 \backslash
16796 newcolumntype{M}[1]{>{
16797 \backslash
16798 centering
16799 \backslash
16800 hspace{0pt}}m{#1}}
16801 \end_layout
16802
16803 \begin_layout Standard
16804 wobei 
16805 \series bold
16806
16807 \backslash
16808 hspace{0pt}
16809 \series default
16810  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
16811  Abschnitt\InsetSpace ~
16812
16813 \begin_inset LatexCommand ref
16814 reference "uab:Mehrfache-Zeilen-in"
16815
16816 \end_inset
16817
16818  beschrieben.
16819  Jetzt können Sie mit
16820 \end_layout
16821
16822 \begin_layout Standard
16823
16824 \series bold
16825 M{Breite}
16826 \end_layout
16827
16828 \begin_layout Standard
16829 im 
16830 \family sans
16831 LaTeX-Argument
16832 \family default
16833  im 
16834 \family sans
16835 Tabellen-Einstellungen
16836 \family default
16837 -Dialog eine Mehrfachspalten definieren.
16838 \end_layout
16839
16840 \begin_layout Standard
16841 \begin_inset VSpace bigskip
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \begin_layout Standard
16848 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
16849  Format definieren:
16850 \end_layout
16851
16852 \begin_layout Standard
16853
16854 \series bold
16855
16856 \backslash
16857 newcolumntype{S}[2]{>{
16858 \backslash
16859 centering
16860 \backslash
16861 hspace{0pt}}
16862 \newline
16863
16864 \begin_inset ERT
16865 status collapsed
16866
16867 \begin_layout Standard
16868
16869
16870 \backslash
16871 phantom{
16872 \end_layout
16873
16874 \end_inset
16875
16876
16877 \backslash
16878 newcolumntype{S}[2]
16879 \begin_inset ERT
16880 status collapsed
16881
16882 \begin_layout Standard
16883
16884 }
16885 \end_layout
16886
16887 \end_inset
16888
16889 m{(#1+(2
16890 \backslash
16891 tabcolsep+
16892 \backslash
16893 arrayrulewidth)*(1-#2))/#2}}
16894 \end_layout
16895
16896 \begin_layout Standard
16897 Diese Format benutzt Gleichung\InsetSpace ~
16898
16899 \begin_inset LatexCommand ref
16900 reference "eq:Wgn"
16901
16902 \end_inset
16903
16904 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
16905  breit ist.
16906 \end_layout
16907
16908 \begin_layout Standard
16909 Jetzt können Sie im 
16910 \family sans
16911 LaTeX-Argument
16912 \family default
16913  im 
16914 \family sans
16915 Tabellen-Einstellungen
16916 \family default
16917 -Dialog folgendes einfügen:
16918 \end_layout
16919
16920 \begin_layout Standard
16921
16922 \series bold
16923 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
16924 \end_layout
16925
16926 \begin_layout Standard
16927 \begin_inset VSpace bigskip
16928 \end_inset
16929
16930
16931 \end_layout
16932
16933 \begin_layout Standard
16934 Für farbige Spalten können Sie folgendes einfügen:
16935 \end_layout
16936
16937 \begin_layout Standard
16938
16939 \series bold
16940
16941 \backslash
16942 newcolumntype{K}[1]{>{
16943 \backslash
16944 columncolor{#1}
16945 \backslash
16946 hspace{0pt}}c}
16947 \end_layout
16948
16949 \begin_layout Standard
16950 Das 
16951 \begin_inset Quotes gld
16952 \end_inset
16953
16954 c
16955 \begin_inset Quotes grd
16956 \end_inset
16957
16958  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
16959  zentriert ist.
16960  Jetzt können Sie als 
16961 \family sans
16962 LaTeX-Argument
16963 \family default
16964  folgendes einfügen:
16965 \end_layout
16966
16967 \begin_layout Standard
16968
16969 \series bold
16970 K{Farbname}
16971 \end_layout
16972
16973 \begin_layout Standard
16974 \begin_inset VSpace bigskip
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \begin_layout Standard
16981 Für Tabelle\InsetSpace ~
16982
16983 \begin_inset LatexCommand ref
16984 reference "tab:Tabelle-mit-benutzerdefinierte"
16985
16986 \end_inset
16987
16988  wurden folgende 
16989 \family sans
16990 LaTeX-Argumente
16991 \family default
16992  benutzt:
16993 \end_layout
16994
16995 \begin_layout Standard
16996
16997 \series bold
16998 M{2.5cm}
16999 \end_layout
17000
17001 \begin_layout Standard
17002 für die erste Spalte und die Mehrfachspalte,
17003 \end_layout
17004
17005 \begin_layout Standard
17006
17007 \series bold
17008 K{red}
17009 \end_layout
17010
17011 \begin_layout Standard
17012 für die letzte Spalte und
17013 \end_layout
17014
17015 \begin_layout Standard
17016
17017 \series bold
17018 S{2.5cm}{2}
17019 \end_layout
17020
17021 \begin_layout Standard
17022 für die Spalten in der zweiten Mehrfachspalte.
17023 \end_layout
17024
17025 \begin_layout Standard
17026 \begin_inset Float table
17027 placement h
17028 wide false
17029 sideways false
17030 status open
17031
17032 \begin_layout Standard
17033 \begin_inset Caption
17034
17035 \begin_layout Standard
17036 \begin_inset LatexCommand label
17037 name "tab:Tabelle-mit-benutzerdefinierte"
17038
17039 \end_inset
17040
17041 Tabelle mit benutzerdefinierte Formaten
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \begin_layout Standard
17050 \align center
17051 \begin_inset Tabular
17052 <lyxtabular version="3" rows="3" columns="4">
17053 <features>
17054 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
17055 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
17056 <column alignment="center" valignment="middle" leftline="true" width="0">
17057 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
17058 <row topline="true">
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Standard
17063 einsehrlangesWort
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
17069 \begin_inset Text
17070
17071 \begin_layout Standard
17072 Mehrfachspalte mit mehreren Zeilen
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Standard
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Standard
17090 c
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 </row>
17096 <row topline="true">
17097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Standard
17101 d
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Standard
17110 e
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Standard
17119 f
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Standard
17128 g
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 <row topline="true" bottomline="true">
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Standard
17139 h
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Standard
17148 i
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Standard
17157 j
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Standard
17166 k
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 </lyxtabular>
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \begin_layout Subsection
17185 Liniendicke
17186 \begin_inset LatexCommand label
17187 name "uab:Liniendicke"
17188
17189 \end_inset
17190
17191
17192 \begin_inset LatexCommand index
17193 name "Tabellen  ! Linien ! -dicke"
17194
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \begin_layout Standard
17201 Die Liniendicke für alle Linien einer Tabelle kann mit 
17202 \series bold
17203
17204 \backslash
17205 arrayrulewidth
17206 \series default
17207  eingestellt werden.
17208  Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17209 pt, wie in Tabelle\InsetSpace ~
17210
17211 \begin_inset LatexCommand ref
17212 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
17213
17214 \end_inset
17215
17216  zu bekommen, geben Sie den Befehl
17217 \end_layout
17218
17219 \begin_layout Standard
17220
17221 \series bold
17222
17223 \backslash
17224 setlength{
17225 \backslash
17226 arrayrulewidth}{1.5pt}
17227 \end_layout
17228
17229 \begin_layout Standard
17230 als ERT vor der (Gleitobjekt-)Tabelle ein.
17231  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
17232  Mit
17233 \end_layout
17234
17235 \begin_layout Standard
17236
17237 \series bold
17238
17239 \backslash
17240 setlength{
17241 \backslash
17242 arrayrulewidth}{0.4pt}
17243 \end_layout
17244
17245 \begin_layout Standard
17246 bekommen Sie wieder die Standarddicke.
17247 \end_layout
17248
17249 \begin_layout Standard
17250 \begin_inset ERT
17251 status collapsed
17252
17253 \begin_layout Standard
17254
17255
17256 \backslash
17257 setlength{
17258 \backslash
17259 arrayrulewidth}{1.5pt}
17260 \end_layout
17261
17262 \end_inset
17263
17264
17265 \begin_inset Float table
17266 placement H
17267 wide false
17268 sideways false
17269 status open
17270
17271 \begin_layout Standard
17272 \begin_inset Caption
17273
17274 \begin_layout Standard
17275 \begin_inset LatexCommand label
17276 name "tab:Tabelle-mit-1.5pt-Liniendicke"
17277
17278 \end_inset
17279
17280 Tabelle mit 1.5\InsetSpace \thinspace{}
17281 pt Liniendicke
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Standard
17290 \align center
17291 \begin_inset Tabular
17292 <lyxtabular version="3" rows="3" columns="3">
17293 <features>
17294 <column alignment="center" valignment="top" leftline="true" width="0">
17295 <column alignment="center" valignment="top" leftline="true" width="0">
17296 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17297 <row topline="true">
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Standard
17302 sd
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Standard
17311
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Standard
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row topline="true">
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Standard
17331
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Standard
17340 sd
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Standard
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row topline="true" bottomline="true">
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Standard
17360
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Standard
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Standard
17378 sd
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 </row>
17384 </lyxtabular>
17385
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \end_inset
17392
17393
17394 \begin_inset ERT
17395 status collapsed
17396
17397 \begin_layout Standard
17398
17399
17400 \backslash
17401 setlength{
17402 \backslash
17403 arrayrulewidth}{0.4pt}
17404 \end_layout
17405
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \begin_layout Standard
17412 \begin_inset VSpace bigskip
17413 \end_inset
17414
17415 Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17416 pt nur für horizontale Linien zu bekommen, wie
17417  in Tabelle\InsetSpace ~
17418
17419 \begin_inset LatexCommand ref
17420 reference "tab:Tabelle-mit-1.5pt-horiz"
17421
17422 \end_inset
17423
17424 , müssen Sie folgende Befehle als ERT vor der (Gleitobjekt-)Tabelle einfügen:
17425 \end_layout
17426
17427 \begin_layout Standard
17428
17429 \series bold
17430
17431 \backslash
17432 let
17433 \backslash
17434 myHline
17435 \backslash
17436 hline
17437 \newline
17438
17439 \backslash
17440 renewcommand{
17441 \backslash
17442 hline}
17443 \newline
17444  {
17445 \backslash
17446 noalign{
17447 \backslash
17448 global
17449 \backslash
17450 arrayrulewidth 1.5pt}
17451 \newline
17452  
17453 \backslash
17454 myHline
17455 \backslash
17456 noalign{
17457 \backslash
17458 global
17459 \backslash
17460 arrayrulewidth 0.4pt}}
17461 \end_layout
17462
17463 \begin_layout Standard
17464 Die Standarddicke erhalten Sie mit folgendem Befehl als ERT hinter der (Gleit\SpecialChar \-
17465 obj
17466 ekt-)Tabelle zurück:
17467 \end_layout
17468
17469 \begin_layout Standard
17470
17471 \series bold
17472
17473 \backslash
17474 renewcommand{
17475 \backslash
17476 hline}{
17477 \backslash
17478 myHline}
17479 \end_layout
17480
17481 \begin_layout Standard
17482 \begin_inset ERT
17483 status collapsed
17484
17485 \begin_layout Standard
17486
17487
17488 \backslash
17489 let
17490 \backslash
17491 myHline
17492 \backslash
17493 hline
17494 \end_layout
17495
17496 \begin_layout Standard
17497
17498
17499 \backslash
17500 renewcommand{
17501 \backslash
17502 hline}
17503 \end_layout
17504
17505 \begin_layout Standard
17506
17507  {
17508 \backslash
17509 noalign{
17510 \backslash
17511 global
17512 \backslash
17513 arrayrulewidth 1.5pt}
17514 \end_layout
17515
17516 \begin_layout Standard
17517
17518   
17519 \backslash
17520 myHline
17521 \backslash
17522 noalign{
17523 \backslash
17524 global
17525 \backslash
17526 arrayrulewidth 0.4pt}}
17527 \end_layout
17528
17529 \end_inset
17530
17531
17532 \begin_inset Float table
17533 placement h
17534 wide false
17535 sideways false
17536 status open
17537
17538 \begin_layout Standard
17539 \begin_inset Caption
17540
17541 \begin_layout Standard
17542 \begin_inset LatexCommand label
17543 name "tab:Tabelle-mit-1.5pt-horiz"
17544
17545 \end_inset
17546
17547 Tabelle mit 1.5\InsetSpace \thinspace{}
17548 pt dicken horizontalen Linien
17549 \end_layout
17550
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \begin_layout Standard
17557 \align center
17558 \begin_inset Tabular
17559 <lyxtabular version="3" rows="3" columns="3">
17560 <features>
17561 <column alignment="center" valignment="top" leftline="true" width="0">
17562 <column alignment="center" valignment="top" leftline="true" width="0">
17563 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17564 <row topline="true">
17565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Standard
17569 sd
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Standard
17578
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Standard
17587
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 </row>
17593 <row topline="true">
17594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Standard
17598
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Standard
17607 sd
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Standard
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 </row>
17622 <row topline="true" bottomline="true">
17623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Standard
17627
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Standard
17636
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Standard
17645 sd
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 </row>
17651 </lyxtabular>
17652
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659
17660
17661 \begin_inset ERT
17662 status collapsed
17663
17664 \begin_layout Standard
17665
17666
17667 \backslash
17668 renewcommand{
17669 \backslash
17670 hline}{
17671 \backslash
17672 myHline}
17673 \end_layout
17674
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \begin_layout Standard
17681 \begin_inset VSpace bigskip
17682 \end_inset
17683
17684 Um die Liniendicke von 1.5\InsetSpace \thinspace{}
17685 pt nur für vertikale Linien zu bekommen, müssen
17686  Sie im LaTeX-Vorspann folgendes Spaltenformat entsprechend der Beschreibung
17687  in Abschnitt\InsetSpace ~
17688
17689 \begin_inset LatexCommand ref
17690 reference "uab:Angepasste-Zellen/Spaltenformat"
17691
17692 \end_inset
17693
17694 definieren:
17695 \end_layout
17696
17697 \begin_layout Standard
17698
17699 \series bold
17700
17701 \backslash
17702 newcolumntype{V}{!{
17703 \backslash
17704 vrule width 1.5pt}}
17705 \end_layout
17706
17707 \begin_layout Standard
17708 In Tabelle\InsetSpace ~
17709
17710 \begin_inset LatexCommand ref
17711 reference "tab:Tabelle-mit-1.5pt-vert"
17712
17713 \end_inset
17714
17715  wurde das 
17716 \family sans
17717 LaTe
17718 \begin_inset ERT
17719 status collapsed
17720
17721 \begin_layout Standard
17722
17723 {}
17724 \end_layout
17725
17726 \end_inset
17727
17728 X-Argument
17729 \family default
17730 \series bold
17731  VcV
17732 \series default
17733  für die letzte Spalte und
17734 \series bold
17735  Vc
17736 \series default
17737  für die anderen benutzt.
17738 \end_layout
17739
17740 \begin_layout Standard
17741 \begin_inset Float table
17742 placement H
17743 wide false
17744 sideways false
17745 status open
17746
17747 \begin_layout Standard
17748 \begin_inset Caption
17749
17750 \begin_layout Standard
17751 \begin_inset LatexCommand label
17752 name "tab:Tabelle-mit-1.5pt-vert"
17753
17754 \end_inset
17755
17756 Tabelle mit 1.5\InsetSpace \thinspace{}
17757 pt dicken vertikalen Linien
17758 \end_layout
17759
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \begin_layout Standard
17766 \align center
17767 \begin_inset Tabular
17768 <lyxtabular version="3" rows="3" columns="3">
17769 <features>
17770 <column alignment="center" valignment="top" width="0" special="Vc">
17771 <column alignment="center" valignment="top" width="0" special="Vc">
17772 <column alignment="center" valignment="top" width="0" special="VcV">
17773 <row topline="true">
17774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Standard
17778 sd
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Standard
17787
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Standard
17796
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 </row>
17802 <row topline="true">
17803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Standard
17807
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Standard
17816 sd
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Standard
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 </row>
17831 <row topline="true" bottomline="true">
17832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Standard
17836
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Standard
17845
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Standard
17854 sd
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 </row>
17860 </lyxtabular>
17861
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \begin_layout Subsection
17873 Gestrichelte Linien
17874 \begin_inset LatexCommand index
17875 name "Tabellen  ! Linien ! gestrichelte "
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 \begin_inset ERT
17884 status collapsed
17885
17886 \begin_layout Standard
17887
17888
17889 \backslash
17890 ifarydshln
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \begin_inset Note Note
17897 status open
17898
17899 \begin_layout Standard
17900 Die folgende Tabelle wird nur gedruckt, wenn das LaTeX-Paket 
17901 \series bold
17902 arydshln
17903 \series default
17904  installiert ist.
17905 \end_layout
17906
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \begin_layout Standard
17913 \begin_inset Float table
17914 placement h
17915 wide false
17916 sideways false
17917 status open
17918
17919 \begin_layout Standard
17920 \begin_inset Caption
17921
17922 \begin_layout Standard
17923 \begin_inset LatexCommand label
17924 name "tab:Tabelle-mit-gestrichelten"
17925
17926 \end_inset
17927
17928 Tabelle mit gestrichelten Linien
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Standard
17937 \align center
17938 \begin_inset Tabular
17939 <lyxtabular version="3" rows="5" columns="5">
17940 <features>
17941 <column alignment="center" valignment="top" leftline="true" width="0">
17942 <column alignment="center" valignment="top" leftline="true" width="0">
17943 <column alignment="center" valignment="top" width="0" special=":c">
17944 <column alignment="center" valignment="top" leftline="true" width="0">
17945 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17946 <row topline="true" bottomline="true">
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Standard
17951 a
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Standard
17960 b
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Standard
17969 c
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Standard
17978 d
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Standard
17987 e
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 </row>
17993 <row topline="true">
17994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Standard
17998 f
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Standard
18007 g
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Standard
18016 h
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Standard
18025 i
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Standard
18034 j
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 </row>
18040 <row>
18041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Standard
18045 \begin_inset ERT
18046 status collapsed
18047
18048 \begin_layout Standard
18049
18050
18051 \backslash
18052 hdashline 
18053 \end_layout
18054
18055 \end_inset
18056
18057 k
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Standard
18066 l
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Standard
18075 m
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Standard
18084 n
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Standard
18093 o
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 <row topline="true">
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Standard
18104 \begin_inset ERT
18105 status collapsed
18106
18107 \begin_layout Standard
18108
18109
18110 \backslash
18111 cdashline{4-5}
18112 \end_layout
18113
18114 \end_inset
18115
18116 p
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Standard
18125 q
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
18131 \begin_inset Text
18132
18133 \begin_layout Standard
18134 r
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
18140 \begin_inset Text
18141
18142 \begin_layout Standard
18143 s
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Standard
18152
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 </row>
18158 <row topline="true" bottomline="true">
18159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Standard
18163 t
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Standard
18172 u
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Standard
18181 v
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Standard
18190 w
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Standard
18199 x
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 </row>
18205 </lyxtabular>
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \begin_layout Standard
18218 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
18219  ERT benutzen.
18220  Zunächst müssen Sie das LaTeX-Paket 
18221 \series bold
18222 arydshln
18223 \series default
18224
18225 \begin_inset LatexCommand index
18226 name "LaTeX-Pakete ! arydshln"
18227
18228 \end_inset
18229
18230  im LaTeX-Vorspann geladen werden:
18231 \end_layout
18232
18233 \begin_layout Standard
18234
18235 \series bold
18236
18237 \backslash
18238 usepackage{arydshln}
18239 \end_layout
18240
18241 \begin_layout Standard
18242 Um senkrechte Linien zu stricheln, müssen Sie im 
18243 \family sans
18244 LaTe
18245 \begin_inset ERT
18246 status collapsed
18247
18248 \begin_layout Standard
18249
18250 {}
18251 \end_layout
18252
18253 \end_inset
18254
18255 X-Argument
18256 \family default
18257  des 
18258 \family sans
18259 Tabellen-Einstellungen
18260 \family default
18261 -Dialogs 
18262 \begin_inset Quotes gld
18263 \end_inset
18264
18265 :
18266 \begin_inset Quotes grd
18267 \end_inset
18268
18269 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
18270 \end_layout
18271
18272 \begin_layout Standard
18273 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
18274 \end_layout
18275
18276 \begin_layout Standard
18277
18278 \series bold
18279
18280 \backslash
18281 hdashline
18282 \end_layout
18283
18284 \begin_layout Standard
18285 als ERT als erstes in die erste Zelle einer Zeile einfügen.
18286 \end_layout
18287
18288 \begin_layout Standard
18289 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295
18296 \backslash
18297 cdashline{Anfangsspalte-Endspalte}
18298 \end_layout
18299
18300 \begin_layout Standard
18301 als ERT als erstes in die erste Zelle einer Zeile eingefügt.
18302  Wenn Sie z.\InsetSpace \thinspace{}
18303 B.
18304  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
18305  gestrichelte Linie haben, fügen Sie diesen Befehl
18306 \end_layout
18307
18308 \begin_layout Standard
18309
18310 \series bold
18311
18312 \backslash
18313 cdashline{2-4}
18314 \end_layout
18315
18316 \begin_layout Standard
18317 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset VSpace bigskip
18322 \end_inset
18323
18324
18325 \end_layout
18326
18327 \begin_layout Standard
18328 In Tabelle\InsetSpace ~
18329
18330 \begin_inset LatexCommand ref
18331 reference "tab:Tabelle-mit-gestrichelten"
18332
18333 \end_inset
18334
18335  wurde der dritten Spalte der Befehl
18336 \series bold
18337  
18338 \series default
18339
18340 \begin_inset Quotes gld
18341 \end_inset
18342
18343
18344 \series bold
18345 :c
18346 \begin_inset Quotes grd
18347 \end_inset
18348
18349
18350 \series default
18351  benutzt.
18352  Der Befehl 
18353 \series bold
18354
18355 \backslash
18356 hdashline
18357 \series default
18358  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
18359 \newline
18360  
18361 \series bold
18362
18363 \backslash
18364 cdashline{4-5} 
18365 \series default
18366 wurde in die erste Zelle der vierten Zeile eingefügt.
18367 \end_layout
18368
18369 \begin_layout Standard
18370 \begin_inset Note Greyedout
18371 status open
18372
18373 \begin_layout Standard
18374
18375 \series bold
18376 Bemerkung:
18377 \series default
18378  Das LaTeX-Paket 
18379 \series bold
18380 arydshln
18381 \series default
18382  ist nicht kompatibel dem LaTeX-Paket 
18383 \series bold
18384 colortbl
18385 \series default
18386
18387 \begin_inset LatexCommand index
18388 name "LaTeX-Pakete ! colortbl"
18389
18390 \end_inset
18391
18392 , das für die farbigen Tabellen in Abschnitt\InsetSpace ~
18393
18394 \begin_inset LatexCommand ref
18395 reference "abs:Farbige-Tabellen"
18396
18397 \end_inset
18398
18399  benutzt wurde.
18400  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
18401 \end_layout
18402
18403 \end_inset
18404
18405
18406 \end_layout
18407
18408 \begin_layout Standard
18409 \begin_inset ERT
18410 status collapsed
18411
18412 \begin_layout Standard
18413
18414
18415 \backslash
18416 else
18417 \end_layout
18418
18419 \end_inset
18420
18421
18422 \begin_inset Note Note
18423 status open
18424
18425 \begin_layout Standard
18426 Die folgende Tabelle wird gedruckt, wenn das LaTeX-Paket 
18427 \series bold
18428 arydshln
18429 \series default
18430  nicht installiert ist:
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \begin_layout Standard
18439 Sie müssen das LaTeX-Paket 
18440 \series bold
18441 arydshln
18442 \series default
18443  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18444 \end_layout
18445
18446 \begin_layout Standard
18447 \begin_inset ERT
18448 status collapsed
18449
18450 \begin_layout Standard
18451
18452
18453 \backslash
18454 fi
18455 \end_layout
18456
18457 \end_inset
18458
18459
18460 \end_layout
18461
18462 \begin_layout Chapter
18463 Gleitobjekte
18464 \begin_inset LatexCommand label
18465 name "kap:Gleitobjekte"
18466
18467 \end_inset
18468
18469
18470 \begin_inset LatexCommand index
18471 name "Gleitobjekte"
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Section
18479 Einleitung
18480 \begin_inset LatexCommand label
18481 name "abs:Gleitobjekte-Einleitung"
18482
18483 \end_inset
18484
18485
18486 \begin_inset LatexCommand index
18487 name "Gleitobjekte ! Einleitung"
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \begin_layout Standard
18495 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
18496  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
18497  der beste Platz ist.
18498  
18499 \family sans
18500 Fußnoten
18501 \family default
18502  und 
18503 \family sans
18504 Randnotizen
18505 \family default
18506  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
18507  wenn auf ihrer Seite schon zu viele sind.
18508 \end_layout
18509
18510 \begin_layout Standard
18511 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
18512  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
18513  um weiße Flächen und Seiten ohne Text zu vermeiden.
18514  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
18515  kann im Text auf ein Gleitobjekt verwiesen werden.
18516  Gleitobjekte sind deshalb nummeriert.
18517  Querverweise werden in Abschnitt\InsetSpace ~
18518
18519 \begin_inset LatexCommand ref
18520 reference "abs:Auf-Gleitobjekte-verweisen"
18521
18522 \end_inset
18523
18524  beschrieben.
18525 \end_layout
18526
18527 \begin_layout Standard
18528 Ein Gleitobjekt wird mit 
18529 \family sans
18530 Einfügen\SpecialChar \menuseparator
18531 Gleitobjekt\SpecialChar \menuseparator
18532 Algorithmus/Abbildung/Ta\SpecialChar \-
18533 belle/Umflossenes\InsetSpace ~
18534 Gleitobjekt
18535 \family default
18536  eingefügt.
18537  Für Abbildungen oder Tabellen können Sie auch auf 
18538 \begin_inset Graphics
18539         filename ../../images/float-insert_figure.xpm
18540         scale 70
18541         scaleBeforeRotation
18542         BoundingBox 0bp 6bp 22bp 22bp
18543
18544 \end_inset
18545
18546  oder 
18547 \begin_inset Graphics
18548         filename ../../images/float-insert_table.xpm
18549         scale 70
18550         scaleBeforeRotation
18551         BoundingBox 0bp 6bp 22bp 22bp
18552
18553 \end_inset
18554
18555  klicken.
18556  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
18557  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
18558  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
18559  #:).
18560  Statt # sehen Sie die von LyX vergebene Nummer.
18561  In das schmale Feld nach der Marke können Sie den Titel schreiben.
18562  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
18563  eingefügt.
18564  In Abschnitt\InsetSpace ~
18565 \InsetSpace ~
18566
18567 \begin_inset LatexCommand ref
18568 reference "abs:Titel-Platzierung"
18569
18570 \end_inset
18571
18572  finden Sie mehr über die Platzierung des Titels.
18573  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
18574  auch wieder geöffnet.
18575  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
18576 \begin_inset Graphics
18577         filename clipart/GleitobjektQt4.png
18578         scale 70
18579         scaleBeforeRotation
18580         BoundingBox 0bp 6bp 128bp 22bp
18581
18582 \end_inset
18583
18584  -- ein graues Kästchen mit roter Beschriftung.
18585 \end_layout
18586
18587 \begin_layout Standard
18588 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
18589  Gleitobjekte in einem eigenen Absatz einzufügen.
18590 \end_layout
18591
18592 \begin_layout Standard
18593 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
18594  indem Sie sie markieren und dann auf 
18595 \begin_inset Graphics
18596         filename ../../images/float-insert_figure.xpm
18597         scale 70
18598         scaleBeforeRotation
18599         BoundingBox 0bp 6bp 22bp 22bp
18600
18601 \end_inset
18602
18603  oder 
18604 \begin_inset Graphics
18605         filename ../../images/float-insert_table.xpm
18606         scale 70
18607         scaleBeforeRotation
18608         BoundingBox 0bp 6bp 22bp 22bp
18609
18610 \end_inset
18611
18612  klicken.
18613 \end_layout
18614
18615 \begin_layout Section
18616 Gleitobjekt-Typen
18617 \begin_inset LatexCommand index
18618 name "Gleitobjekte ! Typen"
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \begin_layout Standard
18626 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt\InsetSpace ~
18627
18628 \begin_inset LatexCommand ref
18629 reference "abs:Gleitende-Abbildungen"
18630
18631 \end_inset
18632
18633  und 
18634 \begin_inset LatexCommand ref
18635 reference "abs:Gleitende-Tabellen"
18636
18637 \end_inset
18638
18639  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
18640 \end_layout
18641
18642 \begin_layout Subsection
18643 Gleitobjekt-Algorithmen
18644 \begin_inset LatexCommand index
18645 name "Gleitobjekte ! Algorithmen"
18646
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \begin_layout Standard
18653 \begin_inset Float algorithm
18654 placement h
18655 wide false
18656 sideways false
18657 status open
18658
18659 \begin_layout Standard
18660 \begin_inset Caption
18661
18662 \begin_layout Standard
18663 \begin_inset LatexCommand label
18664 name "alg:Ein-Gleitobjekt-Algorithmus"
18665
18666 \end_inset
18667
18668 Ein Gleitobjekt-Algorithmus 
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout LyX-Code
18677 for I in 1..N loop
18678 \newline
18679  Sum:= Sum + A(I); /*Kommentar*/
18680 \newline
18681 end loop
18682 \begin_inset VSpace -4mm
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 Dieser Typ wird mit 
18695 \family sans
18696 Einfügen\SpecialChar \menuseparator
18697 Gleitobjekt\SpecialChar \menuseparator
18698 Algorithmus
18699 \family default
18700  eingefügt.
18701  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
18702  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
18703  Eine mögliche Absatz-Umgebung hier für ist 
18704 \family sans
18705 LyX-Code
18706 \family default
18707 , beschrieben im 
18708 \emph on
18709 Benutzerhandbuch
18710 \emph default
18711 .
18712  In Algorithmus\InsetSpace ~
18713
18714 \begin_inset LatexCommand ref
18715 reference "alg:Ein-Gleitobjekt-Algorithmus"
18716
18717 \end_inset
18718
18719  wurden am Ende -0.4\InsetSpace \thinspace{}
18720 cm vertikaler Abstand eingefügt, damit die untere Linie
18721  direkt unter der letzten Zeile gedruckt wird.
18722 \end_layout
18723
18724 \begin_layout Standard
18725 Die Marke 
18726 \emph on
18727 Algorithmus
18728 \emph default
18729  wird nicht automatisch in die druckbare Version übernommen, sondern das
18730  englische Wort 
18731 \emph on
18732 Algorithm
18733 \emph default
18734  verwendet.
18735  Soll
18736 \emph on
18737  Algorithmus
18738 \emph default
18739  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
18740 \end_layout
18741
18742 \begin_layout Standard
18743
18744 \series bold
18745
18746 \backslash
18747 floatname{algorithm}{Algorithmus}
18748 \end_layout
18749
18750 \begin_layout Description
18751
18752 \series bold
18753 Bemerkung:
18754 \series default
18755  Wenn Sie das LaTeX-Paket 
18756 \series bold
18757 hyperref
18758 \series default
18759
18760 \begin_inset LatexCommand index
18761 name "LaTeX-Pakete ! hyperref"
18762
18763 \end_inset
18764
18765  benutzen, um in PDF-Dateien auf Gleitobjekte zu verweisen, muss es im LaTeX-Vor
18766 spann vor der Definition der Gleitobjekte geladen werden.
18767  Weil LyX Gleitobjekt-Definitionen automatisch vor den editierbaren Teil
18768  des LaTeX-Vorspanns schreibt, müssen Sie 
18769 \emph on
18770 nach
18771 \emph default
18772  dem Laden von 
18773 \series bold
18774 hyperref
18775 \series default
18776  folgende Befehle einfügen:
18777 \series bold
18778
18779 \begin_inset VSpace defskip
18780 \end_inset
18781
18782
18783 \newline
18784
18785 \backslash
18786 newfloat{Xalgorithm}{tbp}{loa}
18787 \newline
18788
18789 \backslash
18790 floatname{Xalgorithm}{Ihr\InsetSpace ~
18791 Name}
18792 \newline
18793
18794 \backslash
18795 newcommand{
18796 \backslash
18797 theHalgorithm}{
18798 \backslash
18799 theHXalgorithm}
18800 \newline
18801
18802 \backslash
18803 renewenvironment{algorithm}[1][tbp]
18804 \newline
18805
18806 \begin_inset ERT
18807 status collapsed
18808
18809 \begin_layout Standard
18810
18811
18812 \backslash
18813 hphantom{ }
18814 \end_layout
18815
18816 \end_inset
18817
18818 {
18819 \backslash
18820 begin{Xalgorithm}[#1]}{
18821 \backslash
18822 end{Xalgorithm}}
18823 \begin_inset VSpace defskip
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \begin_layout Standard
18830 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
18831  nach dem Schema 
18832 \begin_inset Quotes gld
18833 \end_inset
18834
18835 Kapitelnummer.Algorithmusnummer
18836 \begin_inset Quotes grd
18837 \end_inset
18838
18839  nummeriert.
18840  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
18841  einfügen:
18842 \end_layout
18843
18844 \begin_layout Standard
18845
18846 \series bold
18847
18848 \backslash
18849 numberwithin{algorithm}{chapter}
18850 \end_layout
18851
18852 \begin_layout Standard
18853 Wenn Sie 
18854 \series bold
18855 hyperref
18856 \series default
18857  benutzen, heißt der Befehl
18858 \end_layout
18859
18860 \begin_layout Standard
18861
18862 \series bold
18863
18864 \backslash
18865 numberwithin{Xalgorithm}{chapter}
18866 \end_layout
18867
18868 \begin_layout Standard
18869 Um 
18870 \series bold
18871
18872 \backslash
18873 numberwithin
18874 \series default
18875  benutzen zu können, muss in den 
18876 \family sans
18877 Mathe\InsetSpace ~
18878 Optionen
18879 \family default
18880  der 
18881 \family sans
18882 Dokument-Einstellungen
18883 \family default
18884  
18885 \family sans
18886 AMS\InsetSpace ~
18887 Mathe\InsetSpace ~
18888 Paket
18889 \family default
18890 \InsetSpace ~
18891
18892 \family sans
18893 verwenden
18894 \family default
18895  angekreuzt sein.
18896 \end_layout
18897
18898 \begin_layout Subsection
18899 Textumflossenes [Gleit]Objekt
18900 \begin_inset LatexCommand label
18901 name "uab:Textumflossenes-[Gleit]Objekt"
18902
18903 \end_inset
18904
18905
18906 \begin_inset LatexCommand index
18907 name "Gleitobjekte ! textumflossene"
18908
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \begin_layout Standard
18915 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
18916  werden, wo sie definiert wurden.
18917  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
18918 \emph on
18919 fließen
18920 \emph default
18921  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
18922  übrig lässt.
18923  Er wird mit dem Befehl 
18924 \begin_inset Wrap figure
18925 placement l
18926 width "40col%"
18927 status open
18928
18929 \begin_layout Standard
18930 \begin_inset Graphics
18931         filename ../clipart/mobius.eps
18932         display color
18933         width 40col%
18934         scaleBeforeRotation
18935         rotateOrigin center
18936
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Standard
18943 \begin_inset Caption
18944
18945 \begin_layout Standard
18946 \begin_inset LatexCommand label
18947 name "abb:This-is-a"
18948
18949 \end_inset
18950
18951 Dies ist eine umflossene Gleitobjekt-Abbildung
18952 \begin_inset VSpace medskip
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964
18965  
18966 \family sans
18967 Einfügen\SpecialChar \menuseparator
18968 Gleitobjekt\SpecialChar \menuseparator
18969 Umflossenes Gleit-ob\SpecialChar \-
18970 jekt
18971 \family default
18972  eingefügt, wenn das LaTeX-Paket 
18973 \series bold
18974 f\SpecialChar \textcompwordmark{}
18975 loatf\SpecialChar \textcompwordmark{}
18976 lt
18977 \series default
18978
18979 \begin_inset LatexCommand index
18980 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
18981
18982 \end_inset
18983
18984  installiert ist.
18985 \begin_inset Foot
18986 status collapsed
18987
18988 \begin_layout Standard
18989 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
18990 \emph on
18991 LaTeX\InsetSpace ~
18992 Konfiguration
18993 \emph default
18994  beschrieben.
18995 \end_layout
18996
18997 \end_inset
18998
18999  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
19000 klick auf
19001  das 
19002 \family sans
19003 Umflossenes\InsetSpace ~
19004 Gleitobjekt
19005 \family default
19006 -Kästchen ändern.
19007  Abbildung\InsetSpace ~
19008
19009 \begin_inset LatexCommand ref
19010 reference "abb:This-is-a"
19011
19012 \end_inset
19013
19014  ist zum Beispiel ein textumflossenes Objekt, das 40% der Spaltenbreite
19015  einnimmt.
19016 \begin_inset Foot
19017 status collapsed
19018
19019 \begin_layout Standard
19020 Die benutzbaren Einheiten werden in Anhang\InsetSpace ~
19021
19022 \begin_inset LatexCommand ref
19023 reference "kap:Units-available-in"
19024
19025 \end_inset
19026
19027  beschrieben.
19028 \end_layout
19029
19030 \end_inset
19031
19032  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
19033  umgebenden Test zu trennen.
19034 \end_layout
19035
19036 \begin_layout Standard
19037 Mit dem LaTeX-Paket 
19038 \series bold
19039 f\SpecialChar \textcompwordmark{}
19040 loatf\SpecialChar \textcompwordmark{}
19041 lt
19042 \series default
19043  können auch textumflossene Tabellen erstellt werden, aber LyX unterstützt
19044  das (noch) nicht.
19045  In der 
19046 \series bold
19047 f\SpecialChar \textcompwordmark{}
19048 loatf\SpecialChar \textcompwordmark{}
19049 lt
19050 \series default
19051 -Dokumentation
19052 \begin_inset LatexCommand cite
19053 key "floatflt"
19054
19055 \end_inset
19056
19057  wird beschrieben, wie es geht.
19058  Wenn Sie es mit LyX machen, wird der Titel mit 
19059 \emph on
19060 Abbildung
19061 \emph default
19062  anfangen.
19063 \end_layout
19064
19065 \begin_layout Standard
19066 \begin_inset Note Greyedout
19067 status open
19068
19069 \begin_layout Standard
19070
19071 \series bold
19072 Bemerkung:
19073 \series default
19074  Textumflossene Objekte sind sehr 
19075 \emph on
19076 zerbrechlich
19077 \emph default
19078 .
19079  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
19080  dass sie gar nicht oder über anderen Text gedruckt wird.
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089
19090 \series bold
19091 Weitere
19092 \series default
19093  
19094 \series bold
19095 Bemerkungen
19096 \series default
19097 :
19098 \end_layout
19099
19100 \begin_layout Itemize
19101 Textumflossene Objekte
19102 \end_layout
19103
19104 \begin_deeper
19105 \begin_layout Itemize
19106 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
19107  werden.
19108  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
19109  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
19110  erfolgen wird.
19111 \end_layout
19112
19113 \begin_layout Itemize
19114 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
19115  werden oder darin.
19116 \end_layout
19117
19118 \begin_layout Itemize
19119 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
19120  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
19121 \end_layout
19122
19123 \begin_layout Itemize
19124 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
19125 \end_layout
19126
19127 \end_deeper
19128 \begin_layout Itemize
19129 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
19130  unmittelbar auf die Abbildung folgt, eingerückt.
19131  Das können Sie mit dem ERT-Befehl 
19132 \series bold
19133
19134 \backslash
19135 hspace*{-1em}
19136 \series default
19137  direkt vor dem Text korrigieren.
19138  
19139 \family typewriter
19140 1\InsetSpace \thinspace{}
19141 em
19142 \family default
19143  entspricht der Standardeinrückung.
19144 \end_layout
19145
19146 \begin_layout Itemize
19147 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
19148  behandelt.
19149 \end_layout
19150
19151 \begin_layout Itemize
19152 Der Text, der um die Abbildung herumfließt, sollte zwischen 
19153 \series bold
19154
19155 \backslash
19156 begin{sloppypar}
19157 \series default
19158  und 
19159 \series bold
19160
19161 \backslash
19162 end{sloppypar}
19163 \series default
19164  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
19165 \end_layout
19166
19167 \begin_layout Itemize
19168 Es gibt für textumflossene Objekte noch andere LaTeX-Pakete: 
19169 \series bold
19170 picins
19171 \series default
19172
19173 \begin_inset LatexCommand index
19174 name "LaTeX-Pakete ! picins"
19175
19176 \end_inset
19177
19178 ,
19179 \family typewriter
19180  
19181 \family default
19182 \series bold
19183 picinpar
19184 \series default
19185
19186 \begin_inset LatexCommand index
19187 name "LaTeX-Pakete ! picinpar"
19188
19189 \end_inset
19190
19191 ,
19192 \family typewriter
19193  
19194 \family default
19195 \series bold
19196 wrapfig
19197 \series default
19198
19199 \begin_inset LatexCommand index
19200 name "LaTeX-Pakete ! wrapfig"
19201
19202 \end_inset
19203
19204 , aber sie werden von LyX (noch) nicht unterstützt.
19205  Diese Pakete machen in etwa das gleiche wie 
19206 \series bold
19207 floatflt
19208 \series default
19209
19210 \begin_inset LatexCommand index
19211 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
19212
19213 \end_inset
19214
19215 .
19216 \end_layout
19217
19218 \begin_layout Section
19219 Gleitobjekt-Nummerierung
19220 \begin_inset LatexCommand label
19221 name "abs:Gleitobjekt-Nummerierung"
19222
19223 \end_inset
19224
19225
19226 \begin_inset LatexCommand index
19227 name "Gleitobjekte ! Nummerierung"
19228
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \begin_layout Standard
19235 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
19236  nummeriert oder nach dem Schema 
19237 \begin_inset Quotes gld
19238 \end_inset
19239
19240 Kapitelnummer.Gleitobjektnummer
19241 \begin_inset Quotes grd
19242 \end_inset
19243
19244  oder 
19245 \begin_inset Quotes gld
19246 \end_inset
19247
19248 Abschnittsnummer.Gleitobjektnummer
19249 \begin_inset Quotes grd
19250 \end_inset
19251
19252 .
19253  Das hängt von der Dokumentklasse ab.
19254 \end_layout
19255
19256 \begin_layout Standard
19257 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
19258  in den LaTeX-Vorspann einfügen:
19259 \end_layout
19260
19261 \begin_layout Standard
19262
19263 \series bold
19264
19265 \backslash
19266 renewcommand{
19267 \backslash
19268 thetable}{
19269 \backslash
19270 roman{table}}
19271 \end_layout
19272
19273 \begin_layout Standard
19274
19275 \series bold
19276
19277 \backslash
19278 thetable
19279 \series default
19280  ist der Befehl, der die Tabellennummer druckt.
19281  Für Abbildungen ist das 
19282 \series bold
19283
19284 \backslash
19285 thefigure
19286 \series default
19287 .
19288  Der Befehl 
19289 \series bold
19290
19291 \backslash
19292 roman
19293 \series default
19294  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
19295 \end_layout
19296
19297 \begin_layout Standard
19298 Um das Numerierungsschema zum Beispiel auf 
19299 \begin_inset Quotes gld
19300 \end_inset
19301
19302 Unterabschnittsnummer.Num\SpecialChar \-
19303 mer
19304 \begin_inset Quotes grd
19305 \end_inset
19306
19307  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
19308 \end_layout
19309
19310 \begin_layout Standard
19311
19312 \series bold
19313
19314 \backslash
19315 numberwithin{table}{subsection}
19316 \end_layout
19317
19318 \begin_layout Standard
19319 Um den Befehl 
19320 \series bold
19321
19322 \backslash
19323 numberwithin
19324 \series default
19325  zu können, müssen Sie in den 
19326 \family sans
19327 Mathe\InsetSpace ~
19328 Optionen
19329 \family default
19330  der 
19331 \family sans
19332 Dokument-Einstellungen
19333 \family default
19334  
19335 \family sans
19336 AMS\InsetSpace ~
19337 Mathe\InsetSpace ~
19338 Paket
19339 \family default
19340 \InsetSpace ~
19341
19342 \family sans
19343 verwenden
19344 \family default
19345  ankreuzen.
19346 \end_layout
19347
19348 \begin_layout Standard
19349 Sehen Sie sich bitte auch Abschnitt\InsetSpace ~
19350
19351 \begin_inset LatexCommand ref
19352 reference "uab:Fußnoten-Nummerierung"
19353
19354 \end_inset
19355
19356  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
19357 \end_layout
19358
19359 \begin_layout Section
19360 Auf Gleitobjekte verweisen
19361 \begin_inset LatexCommand label
19362 name "abs:Auf-Gleitobjekte-verweisen"
19363
19364 \end_inset
19365
19366
19367 \begin_inset LatexCommand index
19368 name "Gleitobjekte ! Querverweise"
19369
19370 \end_inset
19371
19372
19373 \begin_inset LatexCommand index
19374 name "Querverweise"
19375
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \begin_layout Standard
19382 Zunächst müssen Sie mit 
19383 \family sans
19384 Einfügen\SpecialChar \menuseparator
19385 Marke
19386 \family default
19387  oder einen Klick auf 
19388 \begin_inset Graphics
19389         filename ../../images/label-insert.xpm
19390         scale 85
19391         scaleBeforeRotation
19392
19393 \end_inset
19394
19395  eine Marke im Titel einfügen.
19396  Im 
19397 \family sans
19398 Marke
19399 \family default
19400 -Dialog schreiben Sie einen Text in das Feld 
19401 \family sans
19402 Marke
19403 \family default
19404  oder übernehmen den vorgeschlagenen.
19405  Die Marke kann dann so aussehen 
19406 \begin_inset Graphics
19407         filename clipart/Marke.png
19408         lyxscale 80
19409         scale 85
19410         scaleBeforeRotation
19411         BoundingBox 0bp 6bp 76bp 23bp
19412
19413 \end_inset
19414
19415 .
19416 \end_layout
19417
19418 \begin_layout Standard
19419 Die Marke wird als Anker und Name für den Querverweis benutzt.
19420  Mit 
19421 \family sans
19422 Einfügen\SpecialChar \menuseparator
19423 Querverweis
19424 \family default
19425  oder einen Klick auf 
19426 \begin_inset Graphics
19427         filename ../../images/dialog-show-new-inset_ref.xpm
19428         scale 85
19429         scaleBeforeRotation
19430
19431 \end_inset
19432
19433  können Sie dann auf die Marke verweisen.
19434  Als Querverweis wird ein kleines graues Kästchen wie zum Beispiel 
19435 \begin_inset Graphics
19436         filename clipart/Querverweis.png
19437         lyxscale 80
19438         scale 85
19439         scaleBeforeRotation
19440         BoundingBox 0bp 6bp 76bp 23bp
19441
19442 \end_inset
19443
19444 .
19445  Mehr zu Querverweisen finden Sie im 
19446 \emph on
19447 Benutzerhandbuch
19448 \emph default
19449 .
19450 \end_layout
19451
19452 \begin_layout Standard
19453 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
19454  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
19455  durch einen Zeilenumbruch getrennt werden können.
19456 \end_layout
19457
19458 \begin_layout Standard
19459 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
19460  LyX passt die Querverweise automatisch an.
19461 \end_layout
19462
19463 \begin_layout Standard
19464 Ein Klick auf den Schalter 
19465 \family sans
19466 Gehe\InsetSpace ~
19467 zur\InsetSpace ~
19468 Marke
19469 \family default
19470  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
19471  Der Text der Schaltfläche heißt jetzt 
19472 \family sans
19473 Gehe\InsetSpace ~
19474 zurück
19475 \family default
19476  und ein Klick darauf macht genau dies.
19477   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
19478  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
19479  Dann ist auch kein 
19480 \family sans
19481 Gehe\InsetSpace ~
19482 zurück
19483 \family default
19484  möglich.
19485 \end_layout
19486
19487 \begin_layout Subsection
19488 Querverweis-Formate
19489 \begin_inset LatexCommand label
19490 name "uab:Querverweis-Formate"
19491
19492 \end_inset
19493
19494
19495 \begin_inset LatexCommand index
19496 name "Querverweise ! Formate"
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504 Es gibt sechs verschiedene Querverweisstile:
19505 \end_layout
19506
19507 \begin_layout Description
19508 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
19509  
19510 \begin_inset LatexCommand ref
19511 reference "fig:Two-distorted-images"
19512
19513 \end_inset
19514
19515
19516 \end_layout
19517
19518 \begin_layout Description
19519 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
19520  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
19521  verwendet wird, speziell wenn der Name 
19522 \begin_inset Quotes gld
19523 \end_inset
19524
19525 Gleichung
19526 \begin_inset Quotes grd
19527 \end_inset
19528
19529  weggelassen wird: 
19530 \begin_inset LatexCommand eqref
19531 reference "eq:Wgn"
19532
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \begin_layout Description
19539 <Seite>: druckt die Seitennummer: Seite\InsetSpace ~
19540
19541 \begin_inset LatexCommand pageref
19542 reference "fig:Two-distorted-images"
19543
19544 \end_inset
19545
19546
19547 \end_layout
19548
19549 \begin_layout Description
19550 auf\InsetSpace ~
19551 Seite\InsetSpace ~
19552 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
19553 \begin_inset LatexCommand vpageref
19554 reference "fig:Two-distorted-images"
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Description
19562 <Querverweis>\InsetSpace ~
19563 auf\InsetSpace ~
19564 Seite\InsetSpace ~
19565 <Seite>: druckt die Nummer der Gleitumgebung, den Text
19566  "auf Seite", und die Seitennummer: 
19567 \begin_inset LatexCommand vref
19568 reference "fig:Two-distorted-images"
19569
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \begin_layout Description
19576 Formatierter\InsetSpace ~
19577 Querverweis: druckt ein selbst definiertes Querverweisformat
19578  
19579 \begin_inset Note Greyedout
19580 status open
19581
19582 \begin_layout Standard
19583
19584 \series bold
19585 Bemerkung:
19586 \series default
19587  Dies ist nur möglich wenn das LaTeX-Paket 
19588 \series bold
19589 prettyref
19590 \series default
19591  installiert ist.
19592 \end_layout
19593
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \begin_layout Standard
19600 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
19601  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
19602  Seite befindet.
19603  Stattdessen wird der Text 
19604 \begin_inset Quotes gld
19605 \end_inset
19606
19607 auf dieser Seite
19608 \begin_inset Quotes grd
19609 \end_inset
19610
19611  gedruckt.
19612 \end_layout
19613
19614 \begin_layout Standard
19615 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
19616  automatisch von LaTeX berechnet.
19617  Die Stile können im Feld 
19618 \family sans
19619 Format
19620 \family default
19621  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
19622  einen Querverweis klicken.
19623 \end_layout
19624
19625 \begin_layout Subsection
19626 Auf Teilabbildungen verweisen
19627 \begin_inset LatexCommand label
19628 name "uab:Auf-Teilabbildungen-verweisen"
19629
19630 \end_inset
19631
19632
19633 \begin_inset LatexCommand index
19634 name "Querverweise ! auf Teilabbildungen"
19635
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \begin_layout Standard
19642 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
19643  Die Marke erzeugen Sie mit dem Befehl
19644 \end_layout
19645
19646 \begin_layout Standard
19647
19648 \series bold
19649
19650 \backslash
19651 label{abb:IhrMarkenName}
19652 \end_layout
19653
19654 \begin_layout Standard
19655 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
19656  Als Querverweis benutzen Sie dann den Befehl
19657 \end_layout
19658
19659 \begin_layout Standard
19660
19661 \series bold
19662
19663 \backslash
19664 ref{abb:IhrMarkenName}
19665 \end_layout
19666
19667 \begin_layout Standard
19668 Hier ist ein Querverweis auf Teilabbildung\InsetSpace ~
19669
19670 \begin_inset ERT
19671 status collapsed
19672
19673 \begin_layout Standard
19674
19675
19676 \backslash
19677 ref{abb:Platypus}
19678 \end_layout
19679
19680 \end_inset
19681
19682 .
19683 \end_layout
19684
19685 \begin_layout Subsection
19686 Automatische Querverweis-Namen
19687 \begin_inset LatexCommand index
19688 name "Querverweise ! Automatische Namen "
19689
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \begin_layout Standard
19696 Das LaTeX-Paket 
19697 \series bold
19698 hyperref
19699 \series default
19700
19701 \begin_inset LatexCommand index
19702 name "LaTeX-Pakete ! hyperref"
19703
19704 \end_inset
19705
19706  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
19707  Gleitobjekts automatisch enthalten (oder Textteile wie 
19708 \emph on
19709 Abschnitt
19710 \emph default
19711 ).
19712  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
19713  Um diese Funktion benutzen zu können, müssen Sie 
19714 \series bold
19715 hyperref
19716 \series default
19717  in den LaTeX-Vorspann wie folgt einfügen:
19718 \end_layout
19719
19720 \begin_layout Standard
19721
19722 \series bold
19723
19724 \backslash
19725 usepackage[pdfborder={0 0 0}]{hyperref}
19726 \newline
19727
19728 \backslash
19729 AtBeginDocument{
19730 \backslash
19731 renewcommand{
19732 \backslash
19733 ref}[1]{
19734 \backslash
19735 mbox{
19736 \backslash
19737 autoref{#1}}}}
19738 \end_layout
19739
19740 \begin_layout Standard
19741
19742 \series bold
19743 hyperref
19744 \series default
19745  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Dokumenten
19746  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
19747  einen Link klicken, und die angeklickte Stelle wird gezeigt.
19748  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
19749  sich der Cursor.
19750 \end_layout
19751
19752 \begin_layout Standard
19753 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
19754 n.
19755  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
19756  für die Benutzung von 
19757 \series bold
19758 hyperref
19759 \series default
19760  sehen.
19761  In der 
19762 \series bold
19763 hyperref
19764 \series default
19765 -Dokumentation 
19766 \begin_inset LatexCommand cite
19767 key "hyperref"
19768
19769 \end_inset
19770
19771  finden Sie mehr darüber.
19772 \end_layout
19773
19774 \begin_layout Standard
19775 \begin_inset Note Greyedout
19776 status open
19777
19778 \begin_layout Standard
19779
19780 \series bold
19781 Bemerkung:
19782 \series default
19783  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
19784  als Querverweisstil 
19785 \family sans
19786 Formatierter\InsetSpace ~
19787 Querverweis
19788 \family default
19789  benutzen.
19790 \end_layout
19791
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \begin_layout Subsection
19798 Querverweis-Position
19799 \begin_inset LatexCommand label
19800 name "uab:Querverweis-Position"
19801
19802 \end_inset
19803
19804
19805 \begin_inset LatexCommand index
19806 name "Querverweise !  Position"
19807
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \begin_layout Standard
19814 Wenn Sie 
19815 \series bold
19816 hyperref
19817 \series default
19818  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
19819  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
19820  und Sie werden das Bild ohne Rollen nicht sehen.
19821  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
19822  ist.
19823  Wenn Sie das  LaTeX-Paket 
19824 \series bold
19825 hypcap
19826 \series default
19827
19828 \begin_inset LatexCommand index
19829 name "LaTeX-Pakete ! hypcap"
19830
19831 \end_inset
19832
19833 , das Teil des LaTeX-Pakets 
19834 \series bold
19835 oberdiek
19836 \series default
19837
19838 \begin_inset LatexCommand index
19839 name "LaTeX-Pakete ! oberdiek"
19840
19841 \end_inset
19842
19843  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
19844  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
19845 \series bold
19846 hypcap
19847 \series default
19848  zunächst in den LaTeX-Vorspann laden:
19849 \end_layout
19850
19851 \begin_layout Standard
19852
19853 \series bold
19854
19855 \backslash
19856 usepackage[f\SpecialChar \textcompwordmark{}
19857 igure]{hypcap}
19858 \end_layout
19859
19860 \begin_layout Standard
19861 Sie können 
19862 \series bold
19863 hypcap
19864 \series default
19865  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
19866  nicht empfohlen.
19867  Weitere Informationen finden Sie im
19868 \series bold
19869  hypcap
19870 \series default
19871 -Handbuch 
19872 \begin_inset LatexCommand cite
19873 key "hypcap"
19874
19875 \end_inset
19876
19877 .
19878 \end_layout
19879
19880 \begin_layout Standard
19881 \begin_inset Note Greyedout
19882 status open
19883
19884 \begin_layout Standard
19885
19886 \series bold
19887 Bemerkung 1:
19888 \series default
19889  
19890 \series bold
19891 hypcap
19892 \series default
19893  muss nach 
19894 \series bold
19895 hyperref
19896 \series default
19897  geladen werden.
19898 \end_layout
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout Standard
19906 \begin_inset Note Greyedout
19907 status open
19908
19909 \begin_layout Standard
19910
19911 \series bold
19912 Bemerkung 2:
19913 \series default
19914  
19915 \series medium
19916 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
19917  zu Teilabbildungen.
19918 \end_layout
19919
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \begin_layout Section
19926 Gleitobjekt-Platzierung
19927 \begin_inset LatexCommand label
19928 name "abs:Gleitobjekt-Platzierung"
19929
19930 \end_inset
19931
19932
19933 \begin_inset LatexCommand index
19934 name "Gleitobjekte ! Plazierung"
19935
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \begin_layout Standard
19942 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
19943 \family sans
19944 Gleitobjekt-Einstellungen
19945 \family default
19946 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
19947  können.
19948 \newline
19949 Die Option 
19950 \family sans
19951 Spalten\InsetSpace ~
19952 überspannen
19953 \family default
19954  ist nur bei zweispaltigen Dokumenten sinnvoll.
19955  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
19956 \newline
19957 Die
19958  Option 
19959 \family sans
19960 Seitwärts\InsetSpace ~
19961 drehen
19962 \family default
19963  ist in Abschnitt 
19964 \begin_inset LatexCommand ref
19965 reference "abs:Gedrehte-Gleitobjekte"
19966
19967 \end_inset
19968
19969  beschrieben.
19970 \end_layout
19971
19972 \begin_layout Standard
19973 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
19974  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
19975  Sie die Option 
19976 \family sans
19977 Standard-Platzierung\InsetSpace ~
19978 verwenden
19979 \family default
19980  nicht verwenden:
19981 \end_layout
19982
19983 \begin_layout Description
19984 Hier\InsetSpace ~
19985 wenn\InsetSpace ~
19986 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt
19987  wurde.
19988 \end_layout
19989
19990 \begin_layout Description
19991 Anfang\InsetSpace ~
19992 der\InsetSpace ~
19993 Seite
19994 \family sans
19995  
19996 \family default
19997 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
19998  Gleitobjekte, die maximal 70\InsetSpace \thinspace{}
19999 % einer Seite benötigen, dürfen oben platziert
20000  werden.
20001  Dies kann durch die Variable 
20002 \series bold
20003
20004 \backslash
20005 topfraction
20006 \series default
20007  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
20008 \end_layout
20009
20010 \begin_deeper
20011 \begin_layout Standard
20012
20013 \series bold
20014
20015 \backslash
20016 renewcommand{
20017 \backslash
20018 topfraction}{0.9}
20019 \family typewriter
20020 \series default
20021  
20022 \end_layout
20023
20024 \end_deeper
20025 \begin_layout Description
20026 Ende\InsetSpace ~
20027 der\InsetSpace ~
20028 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
20029  Gleitobjekte, die maximal 30\InsetSpace \thinspace{}
20030 % einer Seite benötigen, dürfen unten platziert
20031  werden.
20032  Dies kann durch die Variable 
20033 \series bold
20034
20035 \backslash
20036 bottomfraction
20037 \series default
20038  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
20039 \end_layout
20040
20041 \begin_deeper
20042 \begin_layout Standard
20043
20044 \series bold
20045
20046 \backslash
20047 renewcommand{
20048 \backslash
20049 bottomfraction}{0.5}
20050 \end_layout
20051
20052 \begin_layout Standard
20053 die oftmals zu kleine untere Grenze auf 50\InsetSpace \thinspace{}
20054 %.
20055 \end_layout
20056
20057 \end_deeper
20058 \begin_layout Description
20059 Seite\InsetSpace ~
20060 mit\InsetSpace ~
20061 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu
20062  platzieren.
20063  Nur wenn mehr als 50\InsetSpace \thinspace{}
20064 % einer Seite von Gleitobjekten belegt wird, wird eine
20065  neue Seite für weitere Gleitobjekte bereitgestellt.
20066  Dies kann durch die Variable 
20067 \series bold
20068
20069 \backslash
20070 f\SpecialChar \textcompwordmark{}
20071 loatpagefraction 
20072 \series default
20073 im LaTeX-Vorspann überschrieben werden.
20074 \end_layout
20075
20076 \begin_layout Standard
20077 Die Reihenfolge der obigen Optionen wird 
20078 \emph on
20079 immer
20080 \emph default
20081  von LaTeX verwendet.
20082  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
20083  versuchen 
20084 \family sans
20085 Hier\InsetSpace ~
20086 wenn\InsetSpace ~
20087 möglich
20088 \family default
20089 , dann 
20090 \family sans
20091 Anfang\InsetSpace ~
20092 der\InsetSpace ~
20093 Seite
20094 \family default
20095  und dann die anderen Optionen zu anzuwenden.
20096  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
20097  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
20098  Reihenfolge.
20099  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
20100 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
20101 \end_layout
20102
20103 \begin_layout Standard
20104 Die Option 
20105 \family sans
20106 Hier,\InsetSpace ~
20107 auf\InsetSpace ~
20108 jeden\InsetSpace ~
20109 Fall
20110 \family default
20111  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
20112  fast druckreif ist.
20113  Denn mit der Option kann das Objekt nicht mehr 
20114 \emph on
20115 gleiten
20116 \emph default
20117 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
20118  oftmals zerstört.
20119 \end_layout
20120
20121 \begin_layout Standard
20122 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
20123  immer von Text eines bestimmten Paragraphen umgeben sind.
20124 \begin_inset VSpace bigskip
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \begin_layout Standard
20131 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
20132 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
20133  das Gleitobjekt sei Teil des vorherigen Abschnitts.
20134  Das kann mit dem LaTeX-Befehl
20135 \series bold
20136  
20137 \backslash
20138 suppressf\SpecialChar \textcompwordmark{}
20139 loats
20140 \series default
20141  verhindert werden.
20142  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
20143  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
20144  gesetzt wird.
20145  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
20146 \end_layout
20147
20148 \begin_layout Standard
20149
20150 \series bold
20151
20152 \backslash
20153 let
20154 \backslash
20155 meinAbschnitt
20156 \backslash
20157 section
20158 \newline
20159
20160 \backslash
20161 renewcommand{
20162 \backslash
20163 section}{
20164 \backslash
20165 suppressf\SpecialChar \textcompwordmark{}
20166 loats[t]
20167 \backslash
20168 meinAbschnitt}
20169 \end_layout
20170
20171 \begin_layout Standard
20172 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
20173  Unterabschnitten festlegen.
20174  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
20175  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
20176 \end_layout
20177
20178 \begin_layout Standard
20179 Es gibt auch noch das LaTeX-Paket 
20180 \series bold
20181 f\SpecialChar \textcompwordmark{}
20182 lafter
20183 \series default
20184
20185 \begin_inset LatexCommand index
20186 name "LaTeX-Pakete ! flafter"
20187
20188 \end_inset
20189
20190  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
20191  gedruckt wird.
20192 \end_layout
20193
20194 \begin_layout Standard
20195 \begin_inset VSpace bigskip
20196 \end_inset
20197
20198 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
20199  Dafür gibt es das LaTeX-Paket 
20200 \series bold
20201 endf\SpecialChar \textcompwordmark{}
20202 loat
20203 \series default
20204
20205 \begin_inset LatexCommand index
20206 name "LaTeX-Pakete ! endf\\/loat"
20207
20208 \end_inset
20209
20210 .
20211  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
20212  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
20213  
20214 \family sans
20215
20216 \begin_inset Quotes gld
20217 \end_inset
20218
20219 [Abbildung\InsetSpace ~
20220 3.2 ist ungefähr hier.]
20221 \family default
20222
20223 \begin_inset Quotes grd
20224 \end_inset
20225
20226  finden.
20227  Das 
20228 \series bold
20229 endf\SpecialChar \textcompwordmark{}
20230 loat
20231 \series default
20232 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
20233 \end_layout
20234
20235 \begin_layout Standard
20236
20237 \series bold
20238
20239 \backslash
20240 usepackage[Optionen]{endf\SpecialChar \textcompwordmark{}
20241 loat}
20242 \end_layout
20243
20244 \begin_layout Standard
20245 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
20246  Tabellen-Abschnitt, die Sie in der 
20247 \series bold
20248 endf\SpecialChar \textcompwordmark{}
20249 loat
20250 \series default
20251 -Dokumentation 
20252 \begin_inset LatexCommand cite
20253 key "endfloat"
20254
20255 \end_inset
20256
20257  nachlesen können.
20258 \newline
20259
20260 \begin_inset Note Greyedout
20261 status open
20262
20263 \begin_layout Standard
20264
20265 \series bold
20266 Bemerkung\InsetSpace ~
20267 1: endf\SpecialChar \textcompwordmark{}
20268 loat
20269 \series default
20270  übersetzt den Hinweistext nicht automatisch.
20271  Abschnitt\InsetSpace ~
20272 4 in 
20273 \begin_inset LatexCommand cite
20274 key "endfloat"
20275
20276 \end_inset
20277
20278  beschreibt, wie es geht.
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \begin_layout Standard
20287 \begin_inset Note Greyedout
20288 status open
20289
20290 \begin_layout Standard
20291
20292 \series bold
20293 Bemerkung\InsetSpace ~
20294 2: 
20295 \series default
20296 Die aktuelle Version von 
20297 \series bold
20298 endf\SpecialChar \textcompwordmark{}
20299 loat
20300 \series default
20301  hat einen Fehler, wenn die Überschrift ein 
20302 \begin_inset Quotes gld
20303 \end_inset
20304
20305 ß
20306 \begin_inset Quotes grd
20307 \end_inset
20308
20309  enthält.
20310  Sie müssen stattdessen den Befehl 
20311 \series bold
20312
20313 \backslash
20314 ss
20315 \series default
20316  als ERT benutzen.
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325 \begin_inset VSpace bigskip
20326 \end_inset
20327
20328 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
20329 hern wie 
20330 \begin_inset LatexCommand cite
20331 key "latexcompanion,latexguide,latexbook"
20332
20333 \end_inset
20334
20335 .
20336 \end_layout
20337
20338 \begin_layout Section
20339 Gedrehte Gleitobjekte
20340 \begin_inset LatexCommand label
20341 name "abs:Gedrehte-Gleitobjekte"
20342
20343 \end_inset
20344
20345
20346 \begin_inset LatexCommand index
20347 name "Gleitobjekte ! drehen"
20348
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \begin_layout Standard
20355 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
20356 t drehen.
20357  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
20358  und die Option 
20359 \family sans
20360 Seitwärts\InsetSpace ~
20361 drehen
20362 \family default
20363  wählen.
20364 \end_layout
20365
20366 \begin_layout Standard
20367 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
20368  zweispaltigen Dokumenten) gedruckt.
20369  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
20370  werden können -- nach links auf geraden Seiten, nach rechts auf ungeraden
20371  Seiten.
20372  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
20373  Option 
20374 \series bold
20375 f\SpecialChar \textcompwordmark{}
20376 iguresleft
20377 \series default
20378  oder 
20379 \series bold
20380 f\SpecialChar \textcompwordmark{}
20381 iguresright
20382 \series default
20383  zu den Dokumentklassen-Optionen hinzu.
20384 \end_layout
20385
20386 \begin_layout Standard
20387 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
20388  Tabelle\InsetSpace ~
20389
20390 \begin_inset LatexCommand ref
20391 reference "tab:Gedrehte-Tabelle"
20392
20393 \end_inset
20394
20395  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
20396 \end_layout
20397
20398 \begin_layout Standard
20399 \begin_inset Note Greyedout
20400 status open
20401
20402 \begin_layout Standard
20403
20404 \series bold
20405 Bemerkung:
20406 \series default
20407  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Standard
20416 \begin_inset Float table
20417 wide false
20418 sideways true
20419 status open
20420
20421 \begin_layout Standard
20422 \begin_inset Caption
20423
20424 \begin_layout Standard
20425 \begin_inset LatexCommand label
20426 name "tab:Gedrehte-Tabelle"
20427
20428 \end_inset
20429
20430 Gedrehte Tabelle
20431 \end_layout
20432
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \begin_layout Standard
20439 \align center
20440 \begin_inset Tabular
20441 <lyxtabular version="3" rows="1" columns="5">
20442 <features>
20443 <column alignment="center" valignment="top" leftline="true" width="0">
20444 <column alignment="center" valignment="top" leftline="true" width="0">
20445 <column alignment="center" valignment="top" leftline="true" width="0">
20446 <column alignment="center" valignment="top" leftline="true" width="0">
20447 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20448 <row topline="true" bottomline="true">
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Standard
20453 Test
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Standard
20462 b
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Standard
20471 c
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Standard
20480 d
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Standard
20489 e
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 </row>
20495 </lyxtabular>
20496
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \begin_layout Section
20508 Beschriftungs-Formatierung
20509 \begin_inset LatexCommand label
20510 name "abs:Titel-Formatierung"
20511
20512 \end_inset
20513
20514
20515 \begin_inset LatexCommand index
20516 name "Gleitobjekte ! Beschriftung ! Formatierung"
20517
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \begin_layout Standard
20524
20525 \family sans
20526 Legende
20527 \family default
20528  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
20529  In LyX sehen Titel so aus:  
20530 \family sans
20531
20532 \begin_inset Quotes gld
20533 \end_inset
20534
20535 Abbildung xyz:
20536 \family default
20537
20538 \begin_inset Quotes grd
20539 \end_inset
20540
20541 , gefolgt vom Beschriftungstext, wobei 
20542 \family sans
20543 xyz
20544 \family default
20545  die von LyX vergebene Nummer ist.
20546  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
20547  gedruckt.
20548  Dies ist nicht immer brauchbar.
20549 \end_layout
20550
20551 \begin_layout Standard
20552 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
20553  
20554 \series bold
20555 caption
20556 \series default
20557
20558 \begin_inset LatexCommand index
20559 name "LaTeX-Pakete ! caption"
20560
20561 \end_inset
20562
20563  in den LaTeX-Vorspann laden:
20564 \end_layout
20565
20566 \begin_layout Standard
20567
20568 \series bold
20569
20570 \backslash
20571 usepackage[Format-Definition]{caption}
20572 \end_layout
20573
20574 \begin_layout Standard
20575 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
20576  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
20577 \end_layout
20578
20579 \begin_layout Standard
20580
20581 \series bold
20582
20583 \backslash
20584 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
20585 \end_layout
20586
20587 \begin_layout Standard
20588 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
20589  definieren.
20590  Dazu laden Sie das 
20591 \series bold
20592 caption
20593 \series default
20594 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
20595  dem Befehl
20596 \end_layout
20597
20598 \begin_layout Standard
20599
20600 \series bold
20601
20602 \backslash
20603 captionsetup[Gleitobjekt-Typ]{Format-Definition}
20604 \end_layout
20605
20606 \begin_layout Standard
20607 Für Abbildung\InsetSpace ~
20608
20609 \begin_inset LatexCommand ref
20610 reference "abb:Langer-Abb-Titel"
20611
20612 \end_inset
20613
20614  und Tabelle\InsetSpace ~
20615
20616 \begin_inset LatexCommand ref
20617 reference "tab:Langer-Tab-Titel"
20618
20619 \end_inset
20620
20621  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
20622  werden:
20623 \end_layout
20624
20625 \begin_layout Standard
20626
20627 \series bold
20628
20629 \backslash
20630 usepackage[tableposition=top]{caption}
20631 \newline
20632
20633 \backslash
20634 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
20635 \newline
20636
20637 \begin_inset ERT
20638 status collapsed
20639
20640 \begin_layout Standard
20641
20642
20643 \backslash
20644 hphantom{
20645 \backslash
20646
20647 \backslash
20648 captionsetup[figure]
20649 \backslash
20650 {}
20651 \end_layout
20652
20653 \end_inset
20654
20655  labelsep=period}
20656 \newline
20657
20658 \backslash
20659 captionsetup[table]{labelfont={bf,sf}}
20660 \end_layout
20661
20662 \begin_layout Standard
20663 \begin_inset Note Greyedout
20664 status open
20665
20666 \begin_layout Standard
20667
20668 \series bold
20669 Bemerkung:
20670 \series default
20671  Die Option 
20672 \series bold
20673 tableposition=top
20674 \series default
20675  hat keine Auswirkung wenn eine 
20676 \series bold
20677 koma-script
20678 \series default
20679
20680 \begin_inset LatexCommand index
20681 name "LaTeX-Pakete ! koma-script"
20682
20683 \end_inset
20684
20685 -Dokumentklasse verwendet wird.
20686  Hier muss die Option 
20687 \series bold
20688 tablecaptionabove
20689 \series default
20690  benutzt werden.
20691 \end_layout
20692
20693 \end_inset
20694
20695
20696 \end_layout
20697
20698 \begin_layout Standard
20699 Weitere Informationen über das Paket
20700 \series bold
20701  caption
20702 \series default
20703  finden Sie in seiner Dokumentation 
20704 \begin_inset LatexCommand cite
20705 key "caption,caption-de"
20706
20707 \end_inset
20708
20709 .
20710 \end_layout
20711
20712 \begin_layout Standard
20713 Wenn Sie den Namen von 
20714 \begin_inset Quotes gld
20715 \end_inset
20716
20717 Abbildung
20718 \begin_inset Quotes grd
20719 \end_inset
20720
20721  auf 
20722 \begin_inset Quotes gld
20723 \end_inset
20724
20725 Bild
20726 \begin_inset Quotes grd
20727 \end_inset
20728
20729  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
20730 \end_layout
20731
20732 \begin_layout Standard
20733
20734 \series bold
20735
20736 \backslash
20737 renewcommand{
20738 \backslash
20739 fnum@figure}{Bild~
20740 \backslash
20741 thefigure}
20742 \end_layout
20743
20744 \begin_layout Standard
20745 wobei 
20746 \series bold
20747
20748 \backslash
20749 thefigure
20750 \series default
20751  die Bildnummer einsetzt und
20752 \series bold
20753  ~
20754 \series default
20755  ein geschütztes Leerzeichen ist.
20756 \end_layout
20757
20758 \begin_layout Standard
20759 \begin_inset VSpace bigskip
20760 \end_inset
20761
20762 Wenn Sie eine 
20763 \series bold
20764 koma-script
20765 \series default
20766
20767 \begin_inset LatexCommand index
20768 name "LaTeX-Pakete ! koma-script"
20769
20770 \end_inset
20771
20772 -Dokumentklasse (
20773 \family sans
20774 article (koma-script)
20775 \family default
20776
20777 \family sans
20778 book (koma-script)
20779 \family default
20780
20781 \family sans
20782 letter (koma-script)
20783 \family default
20784  oder 
20785 \family sans
20786 report (koma-script)
20787 \family default
20788 ) benutzen, können Sie anstatt des 
20789 \series bold
20790 caption
20791 \series default
20792 -Paketes den eingebauten Befehl 
20793 \series bold
20794
20795 \backslash
20796 setkomafont
20797 \series default
20798  von 
20799 \series bold
20800 koma-script
20801 \series default
20802  benutzen.
20803  Der Befehl
20804 \end_layout
20805
20806 \begin_layout Standard
20807
20808 \series bold
20809
20810 \backslash
20811 setkomafont{captionlabel}{
20812 \backslash
20813 bfseries}
20814 \end_layout
20815
20816 \begin_layout Standard
20817 im LaTeX-Vorspann druckt den Namen fett.
20818 \end_layout
20819
20820 \begin_layout Standard
20821 Weitere Informationen über 
20822 \series bold
20823
20824 \backslash
20825 setkomafont
20826 \series default
20827  finden Sie in der 
20828 \series bold
20829 koma-script
20830 \series default
20831 -Dokumentation 
20832 \begin_inset LatexCommand cite
20833 key "koma-script,koma-script-de"
20834
20835 \end_inset
20836
20837 .
20838 \end_layout
20839
20840 \begin_layout Standard
20841 \begin_inset ERT
20842 status collapsed
20843
20844 \begin_layout Standard
20845
20846
20847 \backslash
20848 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
20849 }
20850 \end_layout
20851
20852 \end_inset
20853
20854
20855 \begin_inset Note Note
20856 status open
20857
20858 \begin_layout Standard
20859 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Standard
20868 \begin_inset Float figure
20869 placement !p
20870 wide false
20871 sideways false
20872 status open
20873
20874 \begin_layout Standard
20875 \align center
20876 \begin_inset Graphics
20877         filename ../clipart/mobius.eps
20878         lyxscale 50
20879         scale 50
20880         scaleBeforeRotation
20881
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \begin_layout Standard
20888 \begin_inset Caption
20889
20890 \begin_layout Standard
20891 \begin_inset LatexCommand label
20892 name "abb:Langer-Abb-Titel"
20893
20894 \end_inset
20895
20896 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
20897  ist, um das andere Beschriftungsformat zu zeigen.
20898  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
20899 \begin_inset OptArg
20900 status collapsed
20901
20902 \begin_layout Standard
20903 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
20904  ist.
20905 \end_layout
20906
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \begin_layout Standard
20923 \begin_inset ERT
20924 status collapsed
20925
20926 \begin_layout Standard
20927
20928
20929 \backslash
20930 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
20931 on}
20932 \end_layout
20933
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \begin_layout Standard
20940 \begin_inset Float table
20941 placement !p
20942 wide false
20943 sideways false
20944 status open
20945
20946 \begin_layout Standard
20947 \begin_inset Caption
20948
20949 \begin_layout Standard
20950 \begin_inset LatexCommand label
20951 name "tab:Langer-Tab-Titel"
20952
20953 \end_inset
20954
20955 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
20956  ist, um das andere Beschriftungsformat zu zeigen.
20957  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
20958  benutzt.
20959 \begin_inset OptArg
20960 status collapsed
20961
20962 \begin_layout Standard
20963 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
20964  ist.
20965 \end_layout
20966
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \begin_layout Standard
20978 \align center
20979 \begin_inset Tabular
20980 <lyxtabular version="3" rows="1" columns="5">
20981 <features>
20982 <column alignment="center" valignment="top" leftline="true" width="0">
20983 <column alignment="center" valignment="top" leftline="true" width="0">
20984 <column alignment="center" valignment="top" leftline="true" width="0">
20985 <column alignment="center" valignment="top" leftline="true" width="0">
20986 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20987 <row topline="true" bottomline="true">
20988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Standard
20992 a
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Standard
21001 b
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Standard
21010 c
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Standard
21019 d
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Standard
21028 e
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 </row>
21034 </lyxtabular>
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \begin_layout Section
21047 Beschriftungs-Platzierung
21048 \begin_inset LatexCommand label
21049 name "abs:Titel-Platzierung"
21050
21051 \end_inset
21052
21053
21054 \begin_inset LatexCommand index
21055 name "Gleitobjekte ! Beschriftung ! Platzierung"
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Normalerweise werden die Beschriftungen wie folgt platziert:
21064 \end_layout
21065
21066 \begin_layout Description
21067 Abbildung: darunter
21068 \end_layout
21069
21070 \begin_layout Description
21071 Tabelle: darüber
21072 \end_layout
21073
21074 \begin_layout Standard
21075 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
21076  Das heißt wenn Sie eine der Dokument-Klassen 
21077 \family sans
21078 article
21079 \family default
21080
21081 \family sans
21082 book
21083 \family default
21084
21085 \family sans
21086 letter
21087 \family default
21088  oder 
21089 \family sans
21090 report
21091 \family default
21092  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
21093  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
21094 \series bold
21095 caption
21096 \series default
21097  im LaTeX-Vorspann folgendes:
21098 \begin_inset Foot
21099 status collapsed
21100
21101 \begin_layout Standard
21102 In Abschnitt\InsetSpace ~
21103
21104 \begin_inset LatexCommand ref
21105 reference "abs:Titel-Formatierung"
21106
21107 \end_inset
21108
21109  steht mehr über das Paket 
21110 \series bold
21111 caption
21112 \series default
21113 .
21114 \end_layout
21115
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \begin_layout Standard
21122
21123 \series bold
21124 tableposition=top
21125 \end_layout
21126
21127 \begin_layout Standard
21128 Wenn Sie eine 
21129 \series bold
21130 koma-script
21131 \series default
21132
21133 \begin_inset LatexCommand index
21134 name "LaTeX-Pakete ! koma-script"
21135
21136 \end_inset
21137
21138 -Dokumentklasse (
21139 \family sans
21140 article (koma-script)
21141 \family default
21142
21143 \family sans
21144 book (koma-script)
21145 \family default
21146
21147 \family sans
21148 letter (koma-script)
21149 \family default
21150  oder 
21151 \family sans
21152 report (koma-script)
21153 \family default
21154 ) benutzen, können Sie alternativ zum 
21155 \series bold
21156 caption
21157 \series default
21158 -Paket die Option 
21159 \series bold
21160 tablecaptionabove
21161 \series default
21162  benutzen.
21163 \end_layout
21164
21165 \begin_layout Standard
21166 \begin_inset VSpace bigskip
21167 \end_inset
21168
21169 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
21170  Das bewirkt das LaTeX-Paket 
21171 \series bold
21172 sidecap
21173 \series default
21174
21175 \begin_inset LatexCommand index
21176 name "LaTeX-Pakete ! sidecap"
21177
21178 \end_inset
21179
21180 , das so in den LaTeX-Vorspann geladen wird:
21181 \end_layout
21182
21183 \begin_layout Standard
21184
21185 \series bold
21186
21187 \backslash
21188 usepackage[Option]{sidecap}
21189 \end_layout
21190
21191 \begin_layout Standard
21192 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
21193  Mit 
21194 \series bold
21195 innercaption
21196 \series default
21197  wird die Beschriftung innen gedruckt.
21198  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
21199  
21200 \series bold
21201 rightcaption
21202 \series default
21203  oder 
21204 \series bold
21205 leftcaption
21206 \series default
21207 .
21208 \end_layout
21209
21210 \begin_layout Standard
21211 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
21212  in den LaTeX-Vorspann schreiben:
21213 \end_layout
21214
21215 \begin_layout Standard
21216
21217 \lyxline
21218
21219 \end_layout
21220
21221 \begin_layout Standard
21222
21223 \series bold
21224
21225 \backslash
21226 newcommand{
21227 \backslash
21228 TabBesBeg}{%
21229 \newline
21230
21231 \begin_inset ERT
21232 status collapsed
21233
21234 \begin_layout Standard
21235
21236
21237 \backslash
21238 hphantom{ }
21239 \end_layout
21240
21241 \end_inset
21242
21243
21244 \backslash
21245 let
21246 \backslash
21247 MyTable
21248 \backslash
21249 table
21250 \newline
21251
21252 \begin_inset ERT
21253 status collapsed
21254
21255 \begin_layout Standard
21256
21257
21258 \backslash
21259 hphantom{ }
21260 \end_layout
21261
21262 \end_inset
21263
21264
21265 \backslash
21266 let
21267 \backslash
21268 MyEndtable
21269 \backslash
21270 endtable
21271 \newline
21272
21273 \begin_inset ERT
21274 status collapsed
21275
21276 \begin_layout Standard
21277
21278
21279 \backslash
21280 hphantom{ }
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \backslash
21287 renewenvironment{table}{
21288 \backslash
21289 begin{SCtable}}{
21290 \backslash
21291 end{SCtable}}}
21292 \end_layout
21293
21294 \begin_layout Standard
21295
21296 \series bold
21297
21298 \backslash
21299 newcommand{
21300 \backslash
21301 TabBesEnd}{%
21302 \newline
21303
21304 \begin_inset ERT
21305 status collapsed
21306
21307 \begin_layout Standard
21308
21309
21310 \backslash
21311 hphantom{ }
21312 \end_layout
21313
21314 \end_inset
21315
21316
21317 \backslash
21318 let
21319 \backslash
21320 table
21321 \backslash
21322 MyTable
21323 \newline
21324
21325 \begin_inset ERT
21326 status collapsed
21327
21328 \begin_layout Standard
21329
21330
21331 \backslash
21332 hphantom{ }
21333 \end_layout
21334
21335 \end_inset
21336
21337
21338 \backslash
21339 let
21340 \backslash
21341 endtable
21342 \backslash
21343 MyEndtable
21344 \end_layout
21345
21346 \begin_layout Standard
21347
21348 \series bold
21349
21350 \backslash
21351 newcommand{
21352 \backslash
21353 FigBesBeg}{%
21354 \newline
21355
21356 \begin_inset ERT
21357 status collapsed
21358
21359 \begin_layout Standard
21360
21361
21362 \backslash
21363 hphantom{ }
21364 \end_layout
21365
21366 \end_inset
21367
21368
21369 \backslash
21370 let
21371 \backslash
21372 MyFigure
21373 \backslash
21374 f\SpecialChar \textcompwordmark{}
21375 igure
21376 \newline
21377
21378 \begin_inset ERT
21379 status collapsed
21380
21381 \begin_layout Standard
21382
21383
21384 \backslash
21385 hphantom{ }
21386 \end_layout
21387
21388 \end_inset
21389
21390
21391 \backslash
21392 let
21393 \backslash
21394 MyEndf\SpecialChar \textcompwordmark{}
21395 igure
21396 \backslash
21397 endf\SpecialChar \textcompwordmark{}
21398 igure
21399 \newline
21400
21401 \begin_inset ERT
21402 status collapsed
21403
21404 \begin_layout Standard
21405
21406
21407 \backslash
21408 hphantom{ }
21409 \end_layout
21410
21411 \end_inset
21412
21413
21414 \backslash
21415 renewenvironment{f\SpecialChar \textcompwordmark{}
21416 igure}{
21417 \backslash
21418 begin{SCf\SpecialChar \textcompwordmark{}
21419 igure}}{
21420 \backslash
21421 end{SCf\SpecialChar \textcompwordmark{}
21422 igure}}}
21423 \end_layout
21424
21425 \begin_layout Standard
21426
21427 \series bold
21428
21429 \backslash
21430 newcommand{
21431 \backslash
21432 FigBesEnd}{%
21433 \newline
21434
21435 \begin_inset ERT
21436 status collapsed
21437
21438 \begin_layout Standard
21439
21440
21441 \backslash
21442 hphantom{ }
21443 \end_layout
21444
21445 \end_inset
21446
21447
21448 \backslash
21449 let
21450 \backslash
21451 f\SpecialChar \textcompwordmark{}
21452 igure
21453 \backslash
21454 MyFigure
21455 \newline
21456
21457 \begin_inset ERT
21458 status collapsed
21459
21460 \begin_layout Standard
21461
21462
21463 \backslash
21464 hphantom{ }
21465 \end_layout
21466
21467 \end_inset
21468
21469
21470 \backslash
21471 let
21472 \backslash
21473 endf\SpecialChar \textcompwordmark{}
21474 igure
21475 \backslash
21476 MyEndf\SpecialChar \textcompwordmark{}
21477 igure}
21478 \series default
21479
21480 \lyxline
21481
21482 \end_layout
21483
21484 \begin_layout Standard
21485 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
21486 ungen seitlich gedruckt werden.
21487  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
21488 \end_layout
21489
21490 \begin_layout Standard
21491
21492 \series bold
21493
21494 \backslash
21495 FigBesBeg
21496 \end_layout
21497
21498 \begin_layout Standard
21499 als ERT vor und
21500 \end_layout
21501
21502 \begin_layout Standard
21503
21504 \series bold
21505
21506 \backslash
21507 FigBesEnd
21508 \end_layout
21509
21510 \begin_layout Standard
21511 hinter das Gleitobjekt.
21512  Bei Gleitobjekt-Tabellen heißen die Befehle
21513 \end_layout
21514
21515 \begin_layout Standard
21516
21517 \series bold
21518
21519 \backslash
21520 TabBesBeg
21521 \series default
21522  und 
21523 \series bold
21524
21525 \backslash
21526 TabBesEnd
21527 \series default
21528 .
21529 \end_layout
21530
21531 \begin_layout Standard
21532 Abbildung\InsetSpace ~
21533
21534 \begin_inset LatexCommand ref
21535 reference "abb:cap-beside-fig"
21536
21537 \end_inset
21538
21539  und Tabelle\InsetSpace ~
21540
21541 \begin_inset LatexCommand ref
21542 reference "tab:cap-beside-tab"
21543
21544 \end_inset
21545
21546  sind Beispiele für seitliche Beschriftungen.
21547 \end_layout
21548
21549 \begin_layout Standard
21550 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
21551  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
21552  der Abbildung.
21553  Das kann man mit dem Befehl
21554 \end_layout
21555
21556 \begin_layout Standard
21557
21558 \series bold
21559
21560 \backslash
21561 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
21562 \end_layout
21563
21564 \begin_layout Standard
21565 im LaTeX-Vorspann oder als ERT vor dem Gleitobjekt ändern.
21566  Der Gleitobjekt-Typ ist entweder 
21567 \family sans
21568 figure
21569 \family default
21570  oder 
21571 \family sans
21572 table
21573 \family default
21574 , die
21575 \family sans
21576  
21577 \family default
21578 Platzierung ist 
21579 \family typewriter
21580 t
21581 \family default
21582  für oben, 
21583 \family typewriter
21584 c
21585 \family default
21586  für zentriert oder 
21587 \family typewriter
21588 b
21589 \family default
21590  für unten.
21591  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
21592  lautet der Befehl
21593 \end_layout
21594
21595 \begin_layout Standard
21596
21597 \series bold
21598
21599 \backslash
21600 sidecaptionvpos{figure}{c}
21601 \end_layout
21602
21603 \begin_layout Standard
21604 Das wurde in Abbildung\InsetSpace ~
21605
21606 \begin_inset LatexCommand ref
21607 reference "abb:cap-beside-fig-2"
21608
21609 \end_inset
21610
21611  benutzt.
21612 \end_layout
21613
21614 \begin_layout Standard
21615 \begin_inset VSpace medskip
21616 \end_inset
21617
21618 Weitere Informationen über das Paket
21619 \series bold
21620  sidecap
21621 \series default
21622  finden Sie in seiner Dokumentation 
21623 \begin_inset LatexCommand cite
21624 key "sidecap"
21625
21626 \end_inset
21627
21628 .
21629 \end_layout
21630
21631 \begin_layout Standard
21632 \begin_inset Note Greyedout
21633 status open
21634
21635 \begin_layout Standard
21636
21637 \series bold
21638 Bemerkung:
21639 \series default
21640  Das LaTeX-Paket 
21641 \series bold
21642 hypcap
21643 \series default
21644
21645 \begin_inset LatexCommand index
21646 name "LaTeX-Pakete ! hypcap"
21647
21648 \end_inset
21649
21650  das in Abschnitt\InsetSpace ~
21651
21652 \begin_inset LatexCommand ref
21653 reference "uab:Querverweis-Position"
21654
21655 \end_inset
21656
21657  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
21658  Beschriftungen.
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \begin_inset ERT
21668 status collapsed
21669
21670 \begin_layout Standard
21671
21672
21673 \backslash
21674 FigBesBeg 
21675 \end_layout
21676
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \begin_layout Standard
21683 \begin_inset Float figure
21684 wide false
21685 sideways false
21686 status open
21687
21688 \begin_layout Standard
21689 \begin_inset Graphics
21690         filename ../clipart/escher-lsd.eps
21691         scale 75
21692         scaleBeforeRotation
21693
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \begin_layout Standard
21700 \begin_inset Caption
21701
21702 \begin_layout Standard
21703 Dies ist eine Beschriftung neben einer Abbildung.
21704 \end_layout
21705
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \begin_layout Standard
21717 \begin_inset ERT
21718 status collapsed
21719
21720 \begin_layout Standard
21721
21722
21723 \backslash
21724 TabBesBeg 
21725 \end_layout
21726
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \begin_layout Standard
21733 \begin_inset Float table
21734 wide false
21735 sideways false
21736 status open
21737
21738 \begin_layout Standard
21739 \begin_inset Caption
21740
21741 \begin_layout Standard
21742 \begin_inset LatexCommand label
21743 name "tab:cap-beside-tab"
21744
21745 \end_inset
21746
21747 Dies ist eine Beschriftung neben einer Tabelle.
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Standard
21756 \begin_inset Tabular
21757 <lyxtabular version="3" rows="4" columns="5">
21758 <features>
21759 <column alignment="center" valignment="top" leftline="true" width="0">
21760 <column alignment="center" valignment="top" leftline="true" width="0">
21761 <column alignment="center" valignment="top" leftline="true" width="0">
21762 <column alignment="center" valignment="top" leftline="true" width="0">
21763 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
21764 <row topline="true">
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Standard
21769 a
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Standard
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Standard
21787 b
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Standard
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Standard
21805 c
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 <row topline="true">
21812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Standard
21816
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Standard
21825 d
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Standard
21834
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Standard
21843 e
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Standard
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row topline="true">
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Standard
21863 f
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Standard
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Standard
21881 g
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Standard
21890
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Standard
21899 h
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row topline="true" bottomline="true">
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Standard
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Standard
21919 i
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Standard
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Standard
21937 j
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Standard
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 </lyxtabular>
21953
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Standard
21965 \begin_inset ERT
21966 status collapsed
21967
21968 \begin_layout Standard
21969
21970
21971 \backslash
21972 TabBesEnd
21973 \end_layout
21974
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \begin_layout Standard
21981 \begin_inset ERT
21982 status collapsed
21983
21984 \begin_layout Standard
21985
21986
21987 \backslash
21988 sidecaptionvpos{figure}{c}
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \begin_inset Float figure
21995 wide false
21996 sideways false
21997 status open
21998
21999 \begin_layout Standard
22000 \begin_inset Graphics
22001         filename ../clipart/escher-lsd.eps
22002         scale 75
22003         scaleBeforeRotation
22004
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \begin_layout Standard
22011 \begin_inset Caption
22012
22013 \begin_layout Standard
22014 \begin_inset LatexCommand label
22015 name "abb:cap-beside-fig-2"
22016
22017 \end_inset
22018
22019 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Standard
22033 \begin_inset ERT
22034 status collapsed
22035
22036 \begin_layout Standard
22037
22038
22039 \backslash
22040 FigBesEnd
22041 \end_layout
22042
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \begin_layout Section
22049 Gleitobjekt-Verzeichnisse
22050 \begin_inset LatexCommand label
22051 name "abs:Gleitobjekt-Verzeichnisse"
22052
22053 \end_inset
22054
22055
22056 \begin_inset LatexCommand index
22057 name "Gleitobjekte ! Verzeichnisse"
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \begin_layout Standard
22065 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
22066  Sie können mit den Untermenüs von 
22067 \family sans
22068 Einfügen\SpecialChar \menuseparator
22069 Liste\InsetSpace ~
22070 /\InsetSpace ~
22071 Inhaltsverzeichnis
22072 \family default
22073  eingefügt werden.
22074 \end_layout
22075
22076 \begin_layout Standard
22077 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
22078  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
22079 \end_layout
22080
22081 \begin_layout Standard
22082 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
22083  und ein Tabellen-Verzeichnis.
22084 \end_layout
22085
22086 \begin_layout Chapter
22087 Notizen
22088 \end_layout
22089
22090 \begin_layout Section
22091 \begin_inset ERT
22092 status collapsed
22093
22094 \begin_layout Standard
22095
22096
22097 \backslash
22098 texorpdfstring{
22099 \end_layout
22100
22101 \end_inset
22102
22103 Ly
22104 \begin_inset ERT
22105 status collapsed
22106
22107 \begin_layout Standard
22108
22109 {}
22110 \end_layout
22111
22112 \end_inset
22113
22114 X
22115 \begin_inset ERT
22116 status collapsed
22117
22118 \begin_layout Standard
22119
22120 }{LyX}
22121 \end_layout
22122
22123 \end_inset
22124
22125 -Notizen
22126 \begin_inset LatexCommand label
22127 name "abs:LyX-Notizen"
22128
22129 \end_inset
22130
22131
22132 \begin_inset LatexCommand index
22133 name "Notizen ! LyX-Notizen"
22134
22135 \end_inset
22136
22137
22138 \begin_inset Note Note
22139 status collapsed
22140
22141 \begin_layout Standard
22142 Den Befehl
22143 \family typewriter
22144  
22145 \family default
22146 \series bold
22147
22148 \backslash
22149 texorpdfstring
22150 \series default
22151  stellt das LaTeX-Paket 
22152 \series bold
22153 hyperref
22154 \series default
22155  bereit, um zu verhindern, dass Ligaturen in PDF-Lesezeichen falsch dargestellt
22156  werden.
22157  Weitere Informationen finden Sie in 
22158 \begin_inset LatexCommand cite
22159 key "hyperref"
22160
22161 \end_inset
22162
22163 .
22164 \end_layout
22165
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \begin_layout Standard
22172 Notizen werden mit einem Klick auf 
22173 \begin_inset Graphics
22174         filename ../../images/note-insert.xpm
22175         scale 85
22176         scaleBeforeRotation
22177         BoundingBox 0bp 6bp 22bp 22bp
22178
22179 \end_inset
22180
22181  oder 
22182 \family sans
22183 Einfügen\SpecialChar \menuseparator
22184 Notiz
22185 \family default
22186  eingefügt.
22187  Es gibt drei Arten:
22188 \end_layout
22189
22190 \begin_layout Description
22191 Ly
22192 \begin_inset ERT
22193 status collapsed
22194
22195 \begin_layout Standard
22196
22197 {}
22198 \end_layout
22199
22200 \end_inset
22201
22202 X-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
22203  Eine 
22204 \family sans
22205 Ly
22206 \begin_inset ERT
22207 status collapsed
22208
22209 \begin_layout Standard
22210
22211 {}
22212 \end_layout
22213
22214 \end_inset
22215
22216 X-Notiz
22217 \family default
22218  sieht so aus:
22219 \newline
22220
22221 \newline
22222
22223 \begin_inset Graphics
22224         filename clipart/LyXNotizQt4.png
22225         display none
22226         scale 60
22227         scaleBeforeRotation
22228
22229 \end_inset
22230
22231  
22232 \begin_inset Note Note
22233 status open
22234
22235 \begin_layout Standard
22236 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \end_layout
22243
22244 \begin_layout Description
22245 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
22246 men\SpecialChar \-
22247 tar,
22248  wenn Sie das Dokument nach LaTeX exportieren (
22249 \family sans
22250 Datei\SpecialChar \menuseparator
22251 Ex\SpecialChar \-
22252 por\SpecialChar \-
22253 tie\SpecialChar \-
22254 ren\SpecialChar \menuseparator
22255 LaTe
22256 \begin_inset ERT
22257 status collapsed
22258
22259 \begin_layout Standard
22260
22261 {}
22262 \end_layout
22263
22264 \end_inset
22265
22266 X (pdflatex) / LaTeX (plain)
22267 \family default
22268 .
22269  Ein Kommentar sieht so aus:
22270 \newline
22271
22272 \newline
22273
22274 \begin_inset Graphics
22275         filename clipart/KommentarQt4.png
22276         display none
22277         scale 60
22278         scaleBeforeRotation
22279
22280 \end_inset
22281
22282  
22283 \begin_inset Note Comment
22284 status open
22285
22286 \begin_layout Standard
22287 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Description
22296 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
22297 \newline
22298
22299 \newline
22300
22301 \begin_inset Graphics
22302         filename clipart/GrauschriftNotizQt4.png
22303         display none
22304         scale 60
22305         scaleBeforeRotation
22306
22307 \end_inset
22308
22309
22310 \newline
22311
22312 \begin_inset ERT
22313 status collapsed
22314
22315 \begin_layout Standard
22316
22317
22318 \backslash
22319 renewenvironment{lyxgreyedout}
22320 \end_layout
22321
22322 \begin_layout Standard
22323
22324 {
22325 \backslash
22326 textcolor[gray]{0.4}
22327 \backslash
22328 bgroup}{
22329 \backslash
22330 egroup}
22331 \end_layout
22332
22333 \end_inset
22334
22335
22336 \begin_inset Note Greyedout
22337 status open
22338
22339 \begin_layout Standard
22340 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
22341 \begin_inset Foot
22342 status open
22343
22344 \begin_layout Standard
22345 Dies ist eine Fußnote in einer Grauschrift-Notiz.
22346 \end_layout
22347
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354
22355
22356 \begin_inset ERT
22357 status collapsed
22358
22359 \begin_layout Standard
22360
22361
22362 \backslash
22363 renewenvironment{lyxgreyedout}
22364 \end_layout
22365
22366 \begin_layout Standard
22367
22368 {
22369 \backslash
22370 textcolor{blue}
22371 \backslash
22372 bgroup}{
22373 \backslash
22374 egroup}
22375 \end_layout
22376
22377 \end_inset
22378
22379
22380 \begin_inset Note Note
22381 status collapsed
22382
22383 \begin_layout Standard
22384 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
22385  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
22386  definiert wurden.
22387  
22388 \end_layout
22389
22390 \end_inset
22391
22392
22393 \newline
22394
22395 \newline
22396 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
22397  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
22398 \end_layout
22399
22400 \begin_layout Description
22401 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
22402 \newline
22403
22404 \newline
22405
22406 \begin_inset Graphics
22407         filename clipart/GerahmteNotizQt4.png
22408         display none
22409         scale 60
22410         scaleBeforeRotation
22411
22412 \end_inset
22413
22414
22415 \begin_inset Note Framed
22416 status open
22417
22418 \begin_layout Standard
22419 Dies ist eine Notiz, die gerahmt gedruckt wird.
22420 \end_layout
22421
22422 \end_inset
22423
22424 Im Gegensatz zu gerahmten Boxen
22425 \begin_inset Foot
22426 status open
22427
22428 \begin_layout Standard
22429 Gerahmte Boxen werden in Abschnitt\InsetSpace ~
22430
22431 \begin_inset LatexCommand ref
22432 reference "abs:Gerahmte-Boxen"
22433
22434 \end_inset
22435
22436  beschrieben.
22437 \end_layout
22438
22439 \end_inset
22440
22441  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
22442  Notiz ist ein Absatz für sich.
22443  
22444 \end_layout
22445
22446 \begin_layout Description
22447 Schattiert: Diese Notiz müsste eigentlich 
22448 \family sans
22449 farbig
22450 \family default
22451  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
22452 \family sans
22453 Werkzeuge\SpecialChar \menuseparator
22454 Einstellungen\SpecialChar \menuseparator
22455 Farben\SpecialChar \menuseparator
22456 Schattierte\InsetSpace ~
22457 Box
22458 \family default
22459  definiert ist, und sieht so aus:
22460 \newline
22461
22462 \newline
22463
22464 \begin_inset Graphics
22465         filename clipart/SchattierteNotizQt4.png
22466         display none
22467         scale 60
22468         scaleBeforeRotation
22469
22470 \end_inset
22471
22472
22473 \begin_inset Note Shaded
22474 status open
22475
22476 \begin_layout Standard
22477 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
22478 \end_layout
22479
22480 \end_inset
22481
22482 Im Gegensatz zu farbigen Boxen
22483 \begin_inset Foot
22484 status collapsed
22485
22486 \begin_layout Standard
22487 Farbige Boxen werden in Abschnitt\InsetSpace ~
22488
22489 \begin_inset LatexCommand ref
22490 reference "abs:Farbige-Boxen"
22491
22492 \end_inset
22493
22494  beschrieben.
22495 \end_layout
22496
22497 \end_inset
22498
22499  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
22500  die Notiz ist ein Absatz für sich.
22501 \end_layout
22502
22503 \begin_layout Standard
22504 \begin_inset VSpace bigskip
22505 \end_inset
22506
22507 Wenn Sie auf den Werzeugleistenknopf 
22508 \begin_inset Graphics
22509         filename ../../images/note-insert.xpm
22510         scale 85
22511         scaleBeforeRotation
22512         BoundingBox 0bp 6bp 22bp 22bp
22513
22514 \end_inset
22515
22516  klicken, wird zunächst eine 
22517 \family sans
22518 LyX-Notiz
22519 \family default
22520  eingefügt.
22521  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
22522  anderen Möglichkeiten auswählen.
22523  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
22524  Sie ihn und klicken dann auf den Werzeugleistenknopf.
22525 \end_layout
22526
22527 \begin_layout Standard
22528 \begin_inset VSpace bigskip
22529 \end_inset
22530
22531 Die Textfarbe der 
22532 \family sans
22533 Grauschrift
22534 \family default
22535 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
22536 \end_layout
22537
22538 \begin_layout Standard
22539
22540 \series bold
22541
22542 \backslash
22543 renewenvironment{lyxgreyedout}
22544 \newline
22545
22546 \begin_inset ERT
22547 status collapsed
22548
22549 \begin_layout Standard
22550
22551
22552 \backslash
22553 hphantom{ }
22554 \end_layout
22555
22556 \end_inset
22557
22558 {
22559 \backslash
22560 textcolor{color}
22561 \backslash
22562 bgroup}{
22563 \backslash
22564 egroup}
22565 \end_layout
22566
22567 \begin_layout Standard
22568 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
22569
22570 \begin_inset LatexCommand ref
22571 reference "abs:Farbige-Tabellen"
22572
22573 \end_inset
22574
22575  beschrieben.
22576  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset VSpace bigskip
22581 \end_inset
22582
22583 Der Textstil von 
22584 \family sans
22585 Eingerahmt
22586 \family default
22587  und 
22588 \family sans
22589 Schattiert
22590 \family default
22591  kann im 
22592 \family sans
22593 Textstil
22594 \family default
22595  Dialog eingestellt werden.
22596 \end_layout
22597
22598 \begin_layout Standard
22599 Die Standard-Rahmenbreite für 
22600 \family sans
22601 Eingerahmt
22602 \family default
22603  ist 0.4\InsetSpace \thinspace{}
22604 pt; sie kann mit 
22605 \series bold
22606
22607 \backslash
22608 FrameRule
22609 \series default
22610  geändert werden.
22611  Der Standard-Abstand zwischen Rahmen und Text ist 9\InsetSpace \thinspace{}
22612 pt; er kann mit 
22613 \series bold
22614
22615 \backslash
22616 FrameSep
22617 \series default
22618  geändert werden.
22619  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
22620  als ERT geändert:
22621 \end_layout
22622
22623 \begin_layout Standard
22624
22625 \series bold
22626
22627 \backslash
22628 FrameRule 5pt 
22629 \backslash
22630 FrameSep 0.5cm
22631 \end_layout
22632
22633 \begin_layout Standard
22634 \begin_inset ERT
22635 status collapsed
22636
22637 \begin_layout Standard
22638
22639
22640 \backslash
22641 FrameRule 5pt 
22642 \backslash
22643 FrameSep 0.5cm
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \begin_inset Note Framed
22650 status open
22651
22652 \begin_layout Standard
22653 Dies ist Text in einem anderen Rahmen.
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Standard
22666
22667
22668 \backslash
22669 FrameRule 0.4pt 
22670 \backslash
22671 FrameSep 9pt
22672 \end_layout
22673
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \begin_layout Standard
22680 \begin_inset VSpace bigskip
22681 \end_inset
22682
22683 Für 
22684 \family sans
22685 Schattiert
22686 \family default
22687  beträgt der Abstand zwischen Rand und Text 3\InsetSpace \thinspace{}
22688 pt; er kann mit 
22689 \series bold
22690
22691 \backslash
22692 fboxsep
22693 \series default
22694  geändert werden.
22695  Die Standard-Hintergrundfarbe ist rot und kann mit 
22696 \series bold
22697
22698 \backslash
22699 definecolor{shadebox}
22700 \series default
22701  oder 
22702 \family sans
22703 Werkzeuge\SpecialChar \menuseparator
22704 Einstellungen\SpecialChar \menuseparator
22705 Farben\SpecialChar \menuseparator
22706 Schattierte\InsetSpace ~
22707 Box
22708 \family default
22709  geändert werden.
22710  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
22711
22712 \begin_inset LatexCommand ref
22713 reference "abs:Farbige-Tabellen"
22714
22715 \end_inset
22716
22717  beschrieben
22718 \begin_inset Foot
22719 status collapsed
22720
22721 \begin_layout Standard
22722
22723 \series bold
22724
22725 \backslash
22726 definecolor
22727 \series default
22728  benötigt LaTeX-Paket 
22729 \series bold
22730 color
22731 \series default
22732
22733 \begin_inset LatexCommand index
22734 name "LaTeX-Pakete ! color"
22735
22736 \end_inset
22737
22738  im LaTeX-Vorspann, siehe Abschnitt\InsetSpace ~
22739
22740 \begin_inset LatexCommand ref
22741 reference "abs:Farbige-Boxen"
22742
22743 \end_inset
22744
22745 .
22746 \end_layout
22747
22748 \end_inset
22749
22750 .
22751 \end_layout
22752
22753 \begin_layout Standard
22754 Für das folgende Beispiel wurden folgende ERT-Befehle verwendet:
22755 \end_layout
22756
22757 \begin_layout Standard
22758
22759 \series bold
22760
22761 \backslash
22762 fboxsep 0.5cm
22763 \newline
22764
22765 \backslash
22766 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
22767 \end_layout
22768
22769 \begin_layout Standard
22770 \begin_inset ERT
22771 status collapsed
22772
22773 \begin_layout Standard
22774
22775
22776 \backslash
22777 fboxsep 0.5cm
22778 \end_layout
22779
22780 \end_inset
22781
22782
22783 \begin_inset ERT
22784 status collapsed
22785
22786 \begin_layout Standard
22787
22788
22789 \backslash
22790 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
22791 \end_layout
22792
22793 \end_inset
22794
22795
22796 \begin_inset Note Shaded
22797 status open
22798
22799 \begin_layout Standard
22800
22801 \color yellow
22802 Dies ist gelber Text auf dunkelgrünem Hintergrund.
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Standard
22811 \begin_inset ERT
22812 status collapsed
22813
22814 \begin_layout Standard
22815
22816
22817 \backslash
22818 fboxsep 3pt
22819 \end_layout
22820
22821 \end_inset
22822
22823
22824 \begin_inset ERT
22825 status collapsed
22826
22827 \begin_layout Standard
22828
22829
22830 \backslash
22831 definecolor{shadecolor}{rgb}{1,0,0}
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \begin_layout Section
22840 Fußnoten
22841 \begin_inset LatexCommand label
22842 name "abs:Fußnoten"
22843
22844 \end_inset
22845
22846
22847 \begin_inset LatexCommand index
22848 name "Notizen ! Fußnoten"
22849
22850 \end_inset
22851
22852
22853 \begin_inset LatexCommand index
22854 name "Fußnoten"
22855
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \begin_layout Standard
22862 Zu dem, was bereits im 
22863 \emph on
22864 Benutzerhandbuch
22865 \emph default
22866  und in den 
22867 \emph on
22868 Handbuchergänzungen
22869 \emph default
22870  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
22871 \color black
22872
22873 \begin_inset Foot
22874 status open
22875
22876 \begin_layout Standard
22877
22878 \color black
22879 \begin_inset LatexCommand label
22880 name "fuss:Fußnoten-Beispiel"
22881
22882 \end_inset
22883
22884 Dies ist eine Fußnote.
22885 \end_layout
22886
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \begin_layout Standard
22893 \begin_inset ERT
22894 status collapsed
22895
22896 \begin_layout Standard
22897
22898
22899 \backslash
22900 newcounter{MyRepeatFoot}
22901 \end_layout
22902
22903 \begin_layout Standard
22904
22905
22906 \backslash
22907 setcounter{MyRepeatFoot}{
22908 \backslash
22909 thefootnote}
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \begin_layout Standard
22918 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
22919  wurde, eine hochgestellte Zahl.
22920  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
22921  hochgestellt dem Text vorangeht.
22922  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
22923  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
22924  werden.
22925 \end_layout
22926
22927 \begin_layout Standard
22928 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
22929  der Fußnote eine Marke eingefügt wurde.
22930  Dies ist ein Querverweis auf Fußnote\InsetSpace ~
22931
22932 \begin_inset LatexCommand ref
22933 reference "fuss:Fußnoten-Beispiel"
22934
22935 \end_inset
22936
22937 .
22938 \end_layout
22939
22940 \begin_layout Standard
22941 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
22942  siehe Abschnitt\InsetSpace ~
22943
22944 \begin_inset LatexCommand ref
22945 reference "abs:Minipage"
22946
22947 \end_inset
22948
22949 .
22950  Fußnoten in langen Tabellen wurden bereits in Abschnitt\InsetSpace ~
22951
22952 \begin_inset LatexCommand ref
22953 reference "uab:Fußnoten-in-langen"
22954
22955 \end_inset
22956
22957  beschrieben.
22958 \end_layout
22959
22960 \begin_layout Standard
22961 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
22962  ERT-Befehl 
22963 \series bold
22964
22965 \backslash
22966 footnotemark[Nummer]
22967 \series default
22968  benutzen.
22969  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
22970  mal gedruckt wird.
22971 \end_layout
22972
22973 \begin_layout Standard
22974 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
22975  sie speichern, nachdem Sie die Fußnote eingefügt haben.
22976  Hinter Fußnote\InsetSpace ~
22977
22978 \begin_inset LatexCommand ref
22979 reference "fuss:Fußnoten-Beispiel"
22980
22981 \end_inset
22982
22983  wurde das mit folgenden ERT-Befehlen gemacht:
22984 \end_layout
22985
22986 \begin_layout Standard
22987
22988 \series bold
22989
22990 \backslash
22991 newcounter{MyRepeatFoot}
22992 \newline
22993
22994 \backslash
22995 setcounter{MyRepeatFoot}{
22996 \backslash
22997 thefootnote}
22998 \end_layout
22999
23000 \begin_layout Standard
23001 Die Fußnotenmarke wurde dann mit diesem ERT-Befehl definiert;
23002 \end_layout
23003
23004 \begin_layout Standard
23005
23006 \series bold
23007
23008 \backslash
23009 footnotemark[
23010 \backslash
23011 theMyRepeatFoot]
23012 \end_layout
23013
23014 \begin_layout Standard
23015 Hier ist ein Beispiel für eine Fußnotenmarke:
23016 \family roman
23017 \series medium
23018 \bar no
23019
23020 \begin_inset ERT
23021 status collapsed
23022
23023 \begin_layout Standard
23024
23025
23026 \backslash
23027 footnotemark[
23028 \backslash
23029 theMyRepeatFoot]
23030 \end_layout
23031
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \begin_layout Subsection
23038 Fußnoten-Nummerierung
23039 \begin_inset LatexCommand label
23040 name "uab:Fußnoten-Nummerierung"
23041
23042 \end_inset
23043
23044
23045 \begin_inset LatexCommand index
23046 name "Fußnoten ! Nummerierung"
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \begin_layout Standard
23054 Um Fußnoten nach jedem Abschnitt
23055 \family roman
23056  auf 1 zurückzusetzen, 
23057 \family default
23058 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23059 \end_layout
23060
23061 \begin_layout Standard
23062
23063 \series bold
23064
23065 \backslash
23066 @addtoreset{footnote}{section}
23067 \end_layout
23068
23069 \begin_layout Standard
23070 \begin_inset VSpace bigskip
23071 \end_inset
23072
23073 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
23074  Zahlen:
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \series bold
23080
23081 \backslash
23082 renewcommand{
23083 \backslash
23084 thefootnote}{
23085 \backslash
23086 roman{footnote}}
23087 \end_layout
23088
23089 \begin_layout Standard
23090 \begin_inset ERT
23091 status collapsed
23092
23093 \begin_layout Standard
23094
23095
23096 \backslash
23097 renewcommand{
23098 \backslash
23099 thefootnote}{
23100 \backslash
23101 roman{footnote}}
23102 \end_layout
23103
23104 \end_inset
23105
23106  Hier ist ein Beispiel für solch eine Fußnote:
23107 \begin_inset Foot
23108 status open
23109
23110 \begin_layout Standard
23111 Dies ist eine Fußnote mit kleinen römischen Zahlen
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
23121  Sie in obigem Befehl 
23122 \series bold
23123
23124 \backslash
23125 roman
23126 \series default
23127  durch 
23128 \series bold
23129
23130 \backslash
23131 Roman
23132 \series default
23133 .
23134  Um Fußnoten mit großen oder kleinen Buchstaben zu 
23135 \begin_inset Quotes gld
23136 \end_inset
23137
23138 nummerieren
23139 \begin_inset Quotes grd
23140 \end_inset
23141
23142 , verwenden Sie die Befehle 
23143 \series bold
23144
23145 \backslash
23146 Alph
23147 \series default
23148  bzw.\InsetSpace ~
23149
23150 \series bold
23151
23152 \backslash
23153 alph
23154 \series default
23155 .
23156  Für die 
23157 \begin_inset Quotes gld
23158 \end_inset
23159
23160 Nummerierung
23161 \begin_inset Quotes grd
23162 \end_inset
23163
23164  mit Symbolen steht der Befehl 
23165 \series bold
23166
23167 \backslash
23168 fnsymbol
23169 \series default
23170  zur Verfügung.
23171 \end_layout
23172
23173 \begin_layout Standard
23174 \begin_inset Note Greyedout
23175 status open
23176
23177 \begin_layout Standard
23178
23179 \series bold
23180 Bemerkung 1:
23181 \series default
23182  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
23183  
23184 \emph on
23185 ein
23186 \emph default
23187  Buchstabe verwendet wird.
23188 \end_layout
23189
23190 \end_inset
23191
23192
23193 \newline
23194
23195 \begin_inset Note Greyedout
23196 status open
23197
23198 \begin_layout Standard
23199
23200 \series bold
23201 Bemerkung 2:
23202 \series default
23203  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Standard
23212 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
23213 \series bold
23214
23215 \backslash
23216 arabic
23217 \series default
23218  anstelle von 
23219 \series bold
23220
23221 \backslash
23222 roman
23223 \series default
23224  in obigem Befehl.
23225 \begin_inset ERT
23226 status collapsed
23227
23228 \begin_layout Standard
23229
23230
23231 \backslash
23232 renewcommand{
23233 \backslash
23234 thefootnote}{
23235 \backslash
23236 arabic{footnote}}
23237 \end_layout
23238
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \begin_layout Standard
23245 \begin_inset VSpace bigskip
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \begin_layout Standard
23252 Wenn Sie wollen, dass Fußnoten nach dem Schema 
23253 \begin_inset Quotes gld
23254 \end_inset
23255
23256 Kapitel.Fußnote
23257 \begin_inset Quotes grd
23258 \end_inset
23259
23260  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23261 \end_layout
23262
23263 \begin_layout Standard
23264
23265 \series bold
23266
23267 \backslash
23268 numberwithin{footnote}{chapter}
23269 \end_layout
23270
23271 \begin_layout Standard
23272 Um 
23273 \series bold
23274
23275 \backslash
23276 numberwithin
23277 \series default
23278  benutzen zu können, muss in den 
23279 \family sans
23280 Mathe\InsetSpace ~
23281 Optionen
23282 \family default
23283  der 
23284 \family sans
23285 Dokument-Einstellungen
23286 \family default
23287  
23288 \family sans
23289 AMS\InsetSpace ~
23290 Mathe\InsetSpace ~
23291 Paket
23292 \family default
23293 \InsetSpace ~
23294
23295 \family sans
23296 verwenden
23297 \family default
23298  angekreuzt sein.
23299 \begin_inset ERT
23300 status collapsed
23301
23302 \begin_layout Standard
23303
23304
23305 \backslash
23306 numberwithin{footnote}{chapter}
23307 \end_layout
23308
23309 \end_inset
23310
23311  Hier ist ein Beispiel für solch eine Fußnote.
23312 \series bold
23313
23314 \begin_inset Foot
23315 status open
23316
23317 \begin_layout Standard
23318 Dies ist eine Fußnote nach dem Schema 
23319 \begin_inset Quotes gld
23320 \end_inset
23321
23322 Kapitel.Fußnote
23323 \begin_inset Quotes grd
23324 \end_inset
23325
23326 .
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \series default
23333
23334 \begin_inset ERT
23335 status collapsed
23336
23337 \begin_layout Standard
23338
23339
23340 \backslash
23341 numberwithin{footnote}{part}
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \begin_layout Standard
23350 \begin_inset Note Greyedout
23351 status open
23352
23353 \begin_layout Standard
23354
23355 \series bold
23356 Bemerkung:
23357 \series default
23358  
23359 \series bold
23360
23361 \backslash
23362 numberwithin
23363 \series default
23364  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
23365  werden überschrieben.
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Standard
23374 Um also z.\InsetSpace \thinspace{}
23375 B.
23376  das Schema 
23377 \begin_inset Quotes gld
23378 \end_inset
23379
23380 Kapitel.
23381 \backslash
23382 Roman{footnote}
23383 \begin_inset Quotes grd
23384 \end_inset
23385
23386  zu erhalten, muss dieser Befehl anstelle von 
23387 \series bold
23388
23389 \backslash
23390 numberwithin
23391 \series default
23392  verwendet werden:
23393 \end_layout
23394
23395 \begin_layout Standard
23396
23397 \series bold
23398
23399 \backslash
23400 renewcommand{
23401 \backslash
23402 thefootnote}{
23403 \backslash
23404 thechapter.
23405 \backslash
23406 Roman{footnote}}
23407 \end_layout
23408
23409 \begin_layout Subsection
23410 Fußnoten-Platzierung
23411 \begin_inset LatexCommand index
23412 name "Fußnoten ! Platzierung"
23413
23414 \end_inset
23415
23416
23417 \end_layout
23418
23419 \begin_layout Standard
23420 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
23421  ohne Zwischenraum am Ende der Seite gedruckt.
23422  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
23423  LaTeX-Vorspann 1.5\InsetSpace \thinspace{}
23424 mm Zwischenraum einfügen:
23425 \end_layout
23426
23427 \begin_layout Standard
23428
23429 \series bold
23430
23431 \backslash
23432 let
23433 \backslash
23434 myFoot
23435 \backslash
23436 footnote
23437 \newline
23438
23439 \backslash
23440 renewcommand{
23441 \backslash
23442 footnote}[1]{
23443 \backslash
23444 myFoot{#1
23445 \backslash
23446 vspace{1.5mm}}}
23447 \end_layout
23448
23449 \begin_layout Standard
23450 \begin_inset VSpace bigskip
23451 \end_inset
23452
23453 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
23454  Spalte gedruckt, Abbildung\InsetSpace ~
23455
23456 \begin_inset LatexCommand ref
23457 reference "abb:Standard-Fußnoten-Platzierung-in"
23458
23459 \end_inset
23460
23461 .
23462  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
23463  in Abbildung\InsetSpace ~
23464
23465 \begin_inset LatexCommand ref
23466 reference "abb:Fußnoten-Platzierung-in-einem"
23467
23468 \end_inset
23469
23470 , müssen Sie das LaTeX-Paket 
23471 \series bold
23472 ftnright
23473 \series default
23474
23475 \begin_inset LatexCommand index
23476 name "LaTeX-Pakete ! ftnright"
23477
23478 \end_inset
23479
23480  mit folgendem Befehl im LaTeX-Vorspann einfügen:
23481 \end_layout
23482
23483 \begin_layout Standard
23484
23485 \series bold
23486
23487 \backslash
23488 usepackage{ftnright}
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \begin_inset Float figure
23493 placement !h
23494 wide false
23495 sideways false
23496 status open
23497
23498 \begin_layout Standard
23499 \begin_inset ERT
23500 status collapsed
23501
23502 \begin_layout Standard
23503
23504
23505 \backslash
23506 framebox{
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \begin_inset Graphics
23513         filename ../clipart/without_fntright.pdf
23514         width 100col%
23515         scaleBeforeRotation
23516
23517 \end_inset
23518
23519
23520 \begin_inset ERT
23521 status collapsed
23522
23523 \begin_layout Standard
23524
23525 }
23526 \end_layout
23527
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \begin_layout Standard
23534 \begin_inset Caption
23535
23536 \begin_layout Standard
23537 \begin_inset LatexCommand label
23538 name "abb:Standard-Fußnoten-Platzierung-in"
23539
23540 \end_inset
23541
23542 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
23543 \begin_inset OptArg
23544 status collapsed
23545
23546 \begin_layout Standard
23547 Standard Fußnoten-Platzierung in einem zweisp.
23548  Dokument
23549 \end_layout
23550
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \begin_layout Standard
23567 \begin_inset Float figure
23568 placement !h
23569 wide false
23570 sideways false
23571 status open
23572
23573 \begin_layout Standard
23574 \begin_inset ERT
23575 status collapsed
23576
23577 \begin_layout Standard
23578
23579
23580 \backslash
23581 framebox{
23582 \end_layout
23583
23584 \end_inset
23585
23586
23587 \begin_inset Graphics
23588         filename ../clipart/with_fntright.pdf
23589         width 100col%
23590         scaleBeforeRotation
23591
23592 \end_inset
23593
23594
23595 \begin_inset ERT
23596 status collapsed
23597
23598 \begin_layout Standard
23599
23600 }
23601 \end_layout
23602
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \begin_layout Standard
23609 \begin_inset Caption
23610
23611 \begin_layout Standard
23612 \begin_inset LatexCommand label
23613 name "abb:Fußnoten-Platzierung-in-einem"
23614
23615 \end_inset
23616
23617 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
23618  
23619 \series bold
23620 ftnright
23621 \series default
23622 .
23623 \begin_inset OptArg
23624 status collapsed
23625
23626 \begin_layout Standard
23627 Fußnoten-Platzierung mit 
23628 \family typewriter
23629 ftnright
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638
23639
23640 \end_layout
23641
23642 \end_inset
23643
23644
23645 \end_layout
23646
23647 \begin_layout Standard
23648 \begin_inset VSpace bigskip
23649 \end_inset
23650
23651 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
23652  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung\InsetSpace ~
23653
23654 \begin_inset LatexCommand ref
23655 reference "abb:endnotes----Die"
23656
23657 \end_inset
23658
23659  gedruckt.
23660  Man nennt sie dann 
23661 \emph on
23662 Endnoten
23663 \emph default
23664 .
23665  Um das zu erreichen müssen Sie das LaTeX-Paket 
23666 \series bold
23667 endnotes
23668 \series default
23669
23670 \begin_inset LatexCommand index
23671 name "LaTeX-Pakete ! endnotes"
23672
23673 \end_inset
23674
23675  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
23676 \end_layout
23677
23678 \begin_layout Standard
23679
23680 \series bold
23681
23682 \backslash
23683 usepackage{endnotes}
23684 \newline
23685
23686 \backslash
23687 let
23688 \backslash
23689 footnote
23690 \backslash
23691 endnote
23692 \end_layout
23693
23694 \begin_layout Standard
23695 Um die gesammelten Fußnoten zu drucken fügen Sie den ERT-Befehl
23696 \series bold
23697  
23698 \backslash
23699 theendnotes
23700 \series default
23701  am Ende des Abschnitts oder Kapitels ein.
23702 \end_layout
23703
23704 \begin_layout Standard
23705 \begin_inset Float figure
23706 wide false
23707 sideways false
23708 status open
23709
23710 \begin_layout Standard
23711 \align center
23712 \begin_inset ERT
23713 status collapsed
23714
23715 \begin_layout Standard
23716
23717
23718 \backslash
23719 framebox{
23720 \end_layout
23721
23722 \end_inset
23723
23724
23725 \begin_inset Graphics
23726         filename ../clipart/endnotes.pdf
23727         scaleBeforeRotation
23728
23729 \end_inset
23730
23731
23732 \begin_inset ERT
23733 status collapsed
23734
23735 \begin_layout Standard
23736
23737 }
23738 \end_layout
23739
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \begin_layout Standard
23746 \begin_inset Caption
23747
23748 \begin_layout Standard
23749 \begin_inset LatexCommand label
23750 name "abb:endnotes----Die"
23751
23752 \end_inset
23753
23754
23755 \series bold
23756 endnotes
23757 \series default
23758  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraf
23759  gedruckt.
23760 \begin_inset OptArg
23761 status collapsed
23762
23763 \begin_layout Standard
23764 \begin_inset LatexCommand label
23765 name "abb:endnotes----Die"
23766
23767 \end_inset
23768
23769
23770 \series bold
23771 endnotes
23772 \series default
23773  -- Die Fußnoten werden am Ende gedruckt
23774 \end_layout
23775
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \begin_layout Standard
23792 \begin_inset VSpace medskip
23793 \end_inset
23794
23795 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
23796 ache übersetzt.
23797  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
23798 \begin_inset Quotes gld
23799 \end_inset
23800
23801 Notes 
23802 \begin_inset Quotes grd
23803 \end_inset
23804
23805 in 
23806 \begin_inset Quotes gld
23807 \end_inset
23808
23809 Anmerkungen
23810 \begin_inset Quotes grd
23811 \end_inset
23812
23813 :
23814 \end_layout
23815
23816 \begin_layout Standard
23817
23818 \series bold
23819
23820 \backslash
23821 renewcommand{
23822 \backslash
23823 notesname}{Anmerkungen}
23824 \end_layout
23825
23826 \begin_layout Standard
23827 \begin_inset VSpace medskip
23828 \end_inset
23829
23830 Wenn Sie in den Befehlen von Abschnitt\InsetSpace ~
23831
23832 \begin_inset LatexCommand ref
23833 reference "uab:Fußnoten-Nummerierung"
23834
23835 \end_inset
23836
23837  
23838 \series bold
23839
23840 \backslash
23841 thefootnote
23842 \series default
23843  durch 
23844 \series bold
23845
23846 \backslash
23847 theendnote
23848 \series default
23849  ersetzen, können Sie die Nummerierung von Endnoten ändern.
23850  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
23851 \series bold
23852
23853 \backslash
23854 @addtoreset
23855 \series default
23856  wie in Abschnitt\InsetSpace ~
23857
23858 \begin_inset LatexCommand ref
23859 reference "sub:Footnote-Numbering"
23860
23861 \end_inset
23862
23863  beschrieben und ersetzen 
23864 \series bold
23865 footnote
23866 \series default
23867  durch 
23868 \series bold
23869 endnote
23870 \series default
23871 .
23872 \end_layout
23873
23874 \begin_layout Standard
23875 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
23876  
23877 \series bold
23878
23879 \backslash
23880 endnotemark[Nummer]
23881 \series default
23882  ähnlich wie 
23883 \series bold
23884
23885 \backslash
23886 footnotemark
23887 \series default
23888  Abschnitt\InsetSpace ~
23889
23890 \begin_inset LatexCommand ref
23891 reference "abs:Fußnoten"
23892
23893 \end_inset
23894
23895 .
23896 \end_layout
23897
23898 \begin_layout Standard
23899 \begin_inset VSpace bigskip
23900 \end_inset
23901
23902 Mit dem LaTeX-Paket 
23903 \series bold
23904 footmisc
23905 \series default
23906
23907 \begin_inset LatexCommand index
23908 name "LaTeX-Pakete ! footmisc"
23909
23910 \end_inset
23911
23912  (
23913 \begin_inset LatexCommand cite
23914 key "footmisc"
23915
23916 \end_inset
23917
23918 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
23919 \end_layout
23920
23921 \begin_layout Standard
23922 In LaTeX-Büchern, 
23923 \begin_inset LatexCommand cite
23924 key "latexcompanion,latexguide,latexbook"
23925
23926 \end_inset
23927
23928 , finden Sie weiteres zu Fußnoten.
23929 \end_layout
23930
23931 \begin_layout Section
23932 Randnotizen
23933 \begin_inset LatexCommand index
23934 name "Randnotizen"
23935
23936 \end_inset
23937
23938
23939 \begin_inset LatexCommand index
23940 name "Notizen ! Randnotizen"
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \begin_layout Standard
23948 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
23949  Sie fügen sie mit einem Klick auf den Schalter 
23950 \begin_inset Graphics
23951         filename ../../images/marginalnote-insert.xpm
23952         scale 70
23953         scaleBeforeRotation
23954         BoundingBox 0bp 0bp 22bp 22bp
23955
23956 \end_inset
23957
23958  oder über 
23959 \family sans
23960 Einfügen\SpecialChar \menuseparator
23961 Randnotiz
23962 \family default
23963  ein.
23964  Ein graues Kästchen mit der Aufschrift 
23965 \begin_inset Quotes gld
23966 \end_inset
23967
23968 Rand
23969 \begin_inset Quotes grd
23970 \end_inset
23971
23972  erscheint
23973 \family roman
23974 \series medium
23975 , und dort, wo der Cursor steht, können Sie Text eingeben.
23976 \end_layout
23977
23978 \begin_layout Standard
23979 Hier am Rand sehen Sie eine Randnotiz.
23980 \begin_inset Marginal
23981 status open
23982
23983 \begin_layout Standard
23984 Dies ist eine Randnotiz.
23985 \end_layout
23986
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \begin_layout Standard
23993 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
23994  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
23995  Seiten und rechts auf den ungeraden.
23996  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
23997  wird und umgekehrt.
23998  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
23999  wurde.
24000 \end_layout
24001
24002 \begin_layout Standard
24003 \begin_inset VSpace bigskip
24004 \end_inset
24005
24006 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
24007 \end_layout
24008
24009 \begin_layout Standard
24010
24011 \series bold
24012
24013 \backslash
24014 reversemarginpar
24015 \end_layout
24016
24017 \begin_layout Standard
24018 als ERT vor einer Randnotiz ein.
24019  Das gilt dann für alle folgenden Randnotizen.
24020 \begin_inset ERT
24021 status collapsed
24022
24023 \begin_layout Standard
24024
24025
24026 \backslash
24027 reversemarginpar 
24028 \end_layout
24029
24030 \end_inset
24031
24032
24033 \begin_inset Marginal
24034 status open
24035
24036 \begin_layout Standard
24037 Hier ist ein Beispiel im inneren Rand.
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \newline
24044
24045 \begin_inset Note Greyedout
24046 status open
24047
24048 \begin_layout Standard
24049  
24050 \series bold
24051 Achtung:
24052 \series default
24053  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
24054 \end_layout
24055
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \begin_layout Standard
24062 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
24063 \end_layout
24064
24065 \begin_layout Standard
24066
24067 \series bold
24068
24069 \backslash
24070 normalmarginpar
24071 \end_layout
24072
24073 \begin_layout Standard
24074 als ERT ein.
24075 \begin_inset ERT
24076 status collapsed
24077
24078 \begin_layout Standard
24079
24080
24081 \backslash
24082 normalmarginpar 
24083 \end_layout
24084
24085 \end_inset
24086
24087
24088 \begin_inset Note Greyedout
24089 status open
24090
24091 \begin_layout Standard
24092
24093 \series bold
24094 Achtung:
24095 \series default
24096  Der Befehl wird missachtet, wenn er im selben Absatz wie 
24097 \series bold
24098
24099 \backslash
24100 reversemarginpar
24101 \series default
24102  verwendet wird.
24103 \end_layout
24104
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \begin_layout Standard
24111 \begin_inset VSpace bigskip
24112 \end_inset
24113
24114 Ähnlich wie in Abschnitt\InsetSpace ~
24115
24116 \begin_inset LatexCommand ref
24117 reference "uab:Mehrfache-Zeilen-in"
24118
24119 \end_inset
24120
24121  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
24122  erste Wort der Randnotiz sind.
24123  Um das zu vermeiden, können Sie den Befehl
24124 \end_layout
24125
24126 \begin_layout Standard
24127
24128 \series bold
24129
24130 \backslash
24131 hspace{0pt}
24132 \end_layout
24133
24134 \begin_layout Standard
24135 als ERT vor das Wort setzen, so wie hier:
24136 \begin_inset Marginal
24137 status open
24138
24139 \begin_layout Standard
24140 \begin_inset ERT
24141 status collapsed
24142
24143 \begin_layout Standard
24144
24145
24146 \backslash
24147 hspace{0pt}
24148 \end_layout
24149
24150 \end_inset
24151
24152
24153 \family roman
24154 \series medium
24155 EinSehrLangesWort am Anfang, das umgebrochen wird.
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164 \begin_inset VSpace bigskip
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \begin_layout Standard
24171 \begin_inset Note Greyedout
24172 status open
24173
24174 \begin_layout Standard
24175
24176 \series bold
24177 Bemerkung:
24178 \series default
24179  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
24180  verwendet werden.
24181 \end_layout
24182
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \begin_layout Standard
24189 \begin_inset VSpace bigskip
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \begin_layout Standard
24196 \begin_inset ERT
24197 status collapsed
24198
24199 \begin_layout Standard
24200
24201
24202 \backslash
24203 ifmarginnote
24204 \end_layout
24205
24206 \end_inset
24207
24208
24209 \begin_inset Note Note
24210 status open
24211
24212 \begin_layout Standard
24213 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
24214 \series bold
24215 marginnote
24216 \series default
24217  installiert ist.
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \begin_layout Standard
24226 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
24227 \series bold
24228 marginnote
24229 \series default
24230
24231 \begin_inset LatexCommand index
24232 name "LaTeX-Pakete ! marginnote"
24233
24234 \end_inset
24235
24236  verwendet wird.
24237  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
24238  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
24239  des Pakets 
24240 \series bold
24241 marginnote
24242 \series default
24243  für Randnotizen verwendet wird:
24244 \end_layout
24245
24246 \begin_layout Standard
24247
24248 \series bold
24249
24250 \backslash
24251 usepackage{marginnote}
24252 \newline
24253
24254 \backslash
24255 let
24256 \backslash
24257 marginpar
24258 \backslash
24259 marginnote
24260 \end_layout
24261
24262 \begin_layout Standard
24263 Dies wird auch in diesem Dokument verwendet, denn 
24264 \series bold
24265 marginnote
24266 \series default
24267  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
24268  für Randnotizen angeben.
24269  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
24270 n sind zu dicht beieinander sind.
24271  Der Versatz wird in LyX als ERT direkt nach der Randnotiz mit dem Schema
24272 \end_layout
24273
24274 \begin_layout Standard
24275
24276 \series bold
24277 [Versatz]
24278 \end_layout
24279
24280 \begin_layout Standard
24281 angegeben.
24282  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle\InsetSpace ~
24283
24284 \begin_inset LatexCommand ref
24285 reference "tab:Units"
24286
24287 \end_inset
24288
24289  aufgelistet sind.
24290  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
24291  nach unten.
24292  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5\InsetSpace \thinspace{}
24293 cm mit dem ERT-Befehl
24294   
24295 \begin_inset Quotes gld
24296 \end_inset
24297
24298
24299 \series bold
24300 [-1.5cm]
24301 \series default
24302
24303 \begin_inset Quotes grd
24304 \end_inset
24305
24306  nach oben versetzt
24307 \begin_inset Marginal
24308 status open
24309
24310 \begin_layout Standard
24311 Diese Randnotiz ist 1.5\InsetSpace \thinspace{}
24312 cm von ihrer Originalposition nach oben versetzt.
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \begin_inset ERT
24319 status collapsed
24320
24321 \begin_layout Standard
24322
24323 [-1.5cm]
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 \begin_inset VSpace medskip
24333 \end_inset
24334
24335 Mit 
24336 \series bold
24337 marginnote
24338 \series default
24339  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
24340  Zum Beispiel setzen die Befehle
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 renewcommand*{
24349 \backslash
24350 raggedleftmarginnote}{
24351 \backslash
24352 centering}
24353 \newline
24354
24355 \backslash
24356 renewcommand*{
24357 \backslash
24358 raggedrightmarginnote}{
24359 \backslash
24360 centering}
24361 \end_layout
24362
24363 \begin_layout Standard
24364 die Ausrichtung auf zentriert.
24365  
24366 \series bold
24367
24368 \backslash
24369 raggedleftmarginnote
24370 \series default
24371  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
24372  
24373 \begin_inset ERT
24374 status collapsed
24375
24376 \begin_layout Standard
24377
24378
24379 \backslash
24380 renewcommand*{
24381 \backslash
24382 raggedleftmarginnote}{
24383 \backslash
24384 centering}
24385 \end_layout
24386
24387 \begin_layout Standard
24388
24389
24390 \backslash
24391 renewcommand*{
24392 \backslash
24393 raggedrightmarginnote}{
24394 \backslash
24395 centering}
24396 \end_layout
24397
24398 \end_inset
24399
24400
24401 \begin_inset Marginal
24402 status open
24403
24404 \begin_layout Standard
24405 Der Text dieser Randnotiz ist zentriert ausgerichtet.
24406 \end_layout
24407
24408 \end_inset
24409
24410  Die Voreinstellung ist
24411 \end_layout
24412
24413 \begin_layout Standard
24414
24415 \series bold
24416
24417 \backslash
24418 renewcommand*{
24419 \backslash
24420 raggedleftmarginnote}{
24421 \backslash
24422 raggedleft}
24423 \newline
24424
24425 \backslash
24426 renewcommand*{
24427 \backslash
24428 raggedrightmarginnote}{
24429 \backslash
24430 raggedright}
24431 \series default
24432
24433 \begin_inset ERT
24434 status collapsed
24435
24436 \begin_layout Standard
24437
24438
24439 \backslash
24440 renewcommand*{
24441 \backslash
24442 raggedleftmarginnote}{
24443 \backslash
24444 raggedleft}
24445 \end_layout
24446
24447 \begin_layout Standard
24448
24449
24450 \backslash
24451 renewcommand*{
24452 \backslash
24453 raggedrightmarginnote}{
24454 \backslash
24455 raggedright}
24456 \end_layout
24457
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \begin_layout Standard
24464 \begin_inset VSpace medskip
24465 \end_inset
24466
24467 Für weitere Fähigkeiten des Pakets 
24468 \series bold
24469 marginnote
24470 \series default
24471  sei auf dessen Dokumentation verwiesen 
24472 \begin_inset LatexCommand cite
24473 key "marginnote"
24474
24475 \end_inset
24476
24477 .
24478 \end_layout
24479
24480 \begin_layout Standard
24481 \begin_inset VSpace bigskip
24482 \end_inset
24483
24484 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
24485  geändert werden.
24486  Um z.\InsetSpace \thinspace{}
24487 B.
24488  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
24489  und fettgedruckten Text 
24490 \begin_inset Quotes eld
24491 \end_inset
24492
24493
24494 \family sans
24495 \series bold
24496 \bar under
24497 Achtung!
24498 \family default
24499 \series default
24500 \bar default
24501
24502 \begin_inset Quotes erd
24503 \end_inset
24504
24505  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
24506 \end_layout
24507
24508 \begin_layout Standard
24509
24510 \series bold
24511
24512 \backslash
24513 let
24514 \backslash
24515 myMarginpar
24516 \backslash
24517 marginpar
24518 \newline
24519
24520 \backslash
24521 renewcommand{
24522 \backslash
24523 marginpar}[1]{
24524 \backslash
24525 myMarginpar{%
24526 \newline
24527
24528 \begin_inset ERT
24529 status collapsed
24530
24531 \begin_layout Standard
24532
24533
24534 \backslash
24535 hphantom{ }
24536 \end_layout
24537
24538 \end_inset
24539
24540
24541 \backslash
24542 hspace{0pt}
24543 \backslash
24544 textsf{
24545 \backslash
24546 textbf{
24547 \backslash
24548 underbar{Achtung!}}}%
24549 \newline
24550
24551 \begin_inset ERT
24552 status collapsed
24553
24554 \begin_layout Standard
24555
24556
24557 \backslash
24558 hphantom{ }
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \backslash
24565 vspace{1.5mm}
24566 \backslash
24567
24568 \backslash
24569 #1}}
24570 \end_layout
24571
24572 \begin_layout Standard
24573 \begin_inset ERT
24574 status collapsed
24575
24576 \begin_layout Standard
24577
24578
24579 \backslash
24580 let
24581 \backslash
24582 myMarginpar
24583 \backslash
24584 marginpar
24585 \end_layout
24586
24587 \begin_layout Standard
24588
24589
24590 \backslash
24591 renewcommand{
24592 \backslash
24593 marginpar}[1]{
24594 \backslash
24595 myMarginpar{%
24596 \end_layout
24597
24598 \begin_layout Standard
24599
24600    
24601 \backslash
24602 textsf{
24603 \backslash
24604 textbf{
24605 \backslash
24606 underbar{Achtung!}}}%
24607 \end_layout
24608
24609 \begin_layout Standard
24610
24611    
24612 \backslash
24613 vspace{1.5mm}
24614 \backslash
24615
24616 \backslash
24617 #1}}
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \begin_inset Marginal
24624 status open
24625
24626 \begin_layout Standard
24627 Dies ist eine Randnotiz mit einer definierten Überschrift.
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \begin_inset ERT
24634 status collapsed
24635
24636 \begin_layout Standard
24637
24638 [-1.5cm]
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \begin_inset ERT
24645 status collapsed
24646
24647 \begin_layout Standard
24648
24649
24650 \backslash
24651 renewcommand{
24652 \backslash
24653 marginpar}[1]{
24654 \backslash
24655 myMarginpar{#1}}
24656 \end_layout
24657
24658 \end_inset
24659
24660
24661 \begin_inset Note Note
24662 status open
24663
24664 \begin_layout Standard
24665 Das Format wurde nur für dieses Beispiel geändert.
24666 \end_layout
24667
24668 \end_inset
24669
24670
24671 \end_layout
24672
24673 \begin_layout Standard
24674 \begin_inset ERT
24675 status collapsed
24676
24677 \begin_layout Standard
24678
24679
24680 \backslash
24681 else
24682 \end_layout
24683
24684 \end_inset
24685
24686
24687 \begin_inset Note Note
24688 status open
24689
24690 \begin_layout Standard
24691 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24692 \series bold
24693 marginnote
24694 \series default
24695  nicht installiert ist:
24696 \end_layout
24697
24698 \end_inset
24699
24700
24701 \end_layout
24702
24703 \begin_layout Standard
24704 Das LaTeX-Paket 
24705 \series bold
24706 marginnote
24707 \series default
24708  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24709 \end_layout
24710
24711 \begin_layout Standard
24712 \begin_inset ERT
24713 status collapsed
24714
24715 \begin_layout Standard
24716
24717
24718 \backslash
24719 fi
24720 \end_layout
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Chapter
24728 Boxen
24729 \end_layout
24730
24731 \begin_layout Section
24732 Einleitung
24733 \begin_inset LatexCommand index
24734 name "Boxen ! Einleitung"
24735
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Standard
24742 Boxen werden benutzt, um einen Textblock zu formatieren.
24743  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
24744  siehe Abschnitt\InsetSpace ~
24745
24746 \begin_inset LatexCommand ref
24747 reference "abs:Minipage"
24748
24749 \end_inset
24750
24751 , um Text zu umranden, siehe Abschnitt\InsetSpace ~
24752
24753 \begin_inset LatexCommand ref
24754 reference "abs:Gerahmte-Boxen"
24755
24756 \end_inset
24757
24758 , um Silbentrennung zu verhindern, siehe Abschnitt\InsetSpace ~
24759
24760 \begin_inset LatexCommand ref
24761 reference "abs:Silbentrennung-unterbinden"
24762
24763 \end_inset
24764
24765 , um Text senkrecht auszurichten, siehe Abschnitt\InsetSpace ~
24766
24767 \begin_inset LatexCommand ref
24768 reference "uab:Vertikale-Ausrichtung"
24769
24770 \end_inset
24771
24772  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt\InsetSpace ~
24773
24774 \begin_inset LatexCommand ref
24775 reference "abs:Farbige-Boxen"
24776
24777 \end_inset
24778
24779 .
24780 \end_layout
24781
24782 \begin_layout Standard
24783 Boxen werden mit 
24784 \family sans
24785 Einfügen\SpecialChar \menuseparator
24786 Box
24787 \family default
24788  eingefügt.
24789  Ein graues Kästchen mit der Aufschrift 
24790 \begin_inset Quotes gld
24791 \end_inset
24792
24793 Box (Minipage)
24794 \begin_inset Quotes grd
24795 \end_inset
24796
24797  erscheint: 
24798 \begin_inset Graphics
24799         filename clipart/StandardBoxQt4.png
24800         lyxscale 80
24801         scale 60
24802         scaleBeforeRotation
24803
24804 \end_inset
24805
24806 .
24807  Mit einem Rechtsklick auf das graue Kästchen kann der Typ spezifiziert
24808  werden.
24809  Das Dialogfenster bietet bei 
24810 \family sans
24811 Innere\InsetSpace ~
24812 Box
24813 \family default
24814  die Typen 
24815 \family sans
24816 Parbox
24817 \family default
24818  und 
24819 \family sans
24820 Minipage
24821 \family default
24822  an.
24823  
24824 \family sans
24825 Minipage
24826 \family default
24827  ist die Standard-Einstellung für neue Boxen und in Abschnitt\InsetSpace ~
24828
24829 \begin_inset LatexCommand ref
24830 reference "abs:Minipage"
24831
24832 \end_inset
24833
24834  beschrieben, 
24835 \family sans
24836 Parbox
24837 \family default
24838  in Abschnitt\InsetSpace ~
24839
24840 \begin_inset LatexCommand ref
24841 reference "abs:Parbox"
24842
24843 \end_inset
24844
24845 .
24846 \end_layout
24847
24848 \begin_layout Standard
24849 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
24850  wie auf Gleitobjekte und Fußnoten.
24851 \end_layout
24852
24853 \begin_layout Standard
24854 \begin_inset Note Greyedout
24855 status open
24856
24857 \begin_layout Standard
24858
24859 \series bold
24860 Bemerkung\InsetSpace ~
24861 1:
24862 \series default
24863  Wegen eines Fehlers in LyX müssen Sie hinter einer Box ein geschütztes
24864  Leerzeichen einfügen, um die Box vom nachfolgenden Text zu trennen.
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \begin_layout Standard
24873 \begin_inset Note Greyedout
24874 status open
24875
24876 \begin_layout Standard
24877
24878 \series bold
24879 Bemerkung\InsetSpace ~
24880 2:
24881 \series default
24882  Boxen dürfen in 
24883 \family sans
24884 List-
24885 \family default
24886  oder 
24887 \family sans
24888 Beschreibung-
24889 \family default
24890 Umgebungen nicht verwendet werden.
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \begin_layout Standard
24899 \begin_inset Note Greyedout
24900 status open
24901
24902 \begin_layout Standard
24903
24904 \series bold
24905 Bemerkung\InsetSpace ~
24906 3:
24907 \series default
24908  Boxen ohne 
24909 \family sans
24910 Innere\InsetSpace ~
24911 Box
24912 \family default
24913  und ohne Rahmen werden in Abschnitt\InsetSpace ~
24914
24915 \begin_inset LatexCommand ref
24916 reference "abs:Silbentrennung-unterbinden"
24917
24918 \end_inset
24919
24920  beschrieben.
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Section
24929 Das Box-Einstellungen-Fenster
24930 \begin_inset LatexCommand label
24931 name "abs:Box-Dialog"
24932
24933 \end_inset
24934
24935
24936 \begin_inset LatexCommand index
24937 name "Boxen ! Box-Dialog-Fenster"
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \begin_layout Subsection
24945 Box-Größe
24946 \end_layout
24947
24948 \begin_layout Standard
24949 Im 
24950 \family sans
24951 Box-Einstellungen
24952 \family default
24953 -Fenster können Sie die Größe der Box mit 
24954 \family sans
24955 Breite
24956 \family default
24957  und 
24958 \family sans
24959 Höhe 
24960 \family default
24961 festlegen.
24962  Die verfügbaren Einheiten werden in Tabelle\InsetSpace ~
24963
24964 \begin_inset LatexCommand ref
24965 reference "tab:Maßeinheiten"
24966
24967 \end_inset
24968
24969 aufgelistet.
24970  Das Feld
24971 \family sans
24972  Höhe
24973 \family default
24974  bietet die folgenden zusätzlichen Größen:
24975 \end_layout
24976
24977 \begin_layout Description
24978 Tiefe Dies ist die reine Text-
24979 \begin_inset Quotes gld
24980 \end_inset
24981
24982 Höhe
24983 \begin_inset Quotes grd
24984 \end_inset
24985
24986 .
24987  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
24988 \newline
24989
24990 \newline
24991
24992 \newline
24993
24994 \begin_inset Box Boxed
24995 position "c"
24996 hor_pos "c"
24997 has_inner_box 1
24998 inner_pos "c"
24999 use_parbox 0
25000 width "12col%"
25001 special "none"
25002 height "1in"
25003 height_special "depth"
25004 status collapsed
25005
25006 \begin_layout Standard
25007 \align center
25008 Box-Höhe = 1\InsetSpace \thinspace{}
25009 Tiefe
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \newline
25016
25017 \newline
25018
25019 \end_layout
25020
25021 \begin_layout Description
25022 Höhe Dies ist die Texthöhe innerhalb der Box.
25023  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
25024  Texthöhe setzen: 
25025 \begin_inset Box Boxed
25026 position "c"
25027 hor_pos "c"
25028 has_inner_box 1
25029 inner_pos "c"
25030 use_parbox 0
25031 width "20col%"
25032 special "none"
25033 height "2in"
25034 height_special "height"
25035 status collapsed
25036
25037 \begin_layout Standard
25038 \align center
25039 Boxhöhe = 2\InsetSpace \thinspace{}
25040 Höhe
25041 \end_layout
25042
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \begin_layout Description
25049 Gesamthöhe Dies ist Höhe\InsetSpace \thinspace{}
25050 +\InsetSpace \thinspace{}
25051 Tiefe: 
25052 \begin_inset Box Boxed
25053 position "c"
25054 hor_pos "c"
25055 has_inner_box 1
25056 inner_pos "c"
25057 use_parbox 0
25058 width "20col%"
25059 special "none"
25060 height "1in"
25061 height_special "totalheight"
25062 status collapsed
25063
25064 \begin_layout Standard
25065 \align center
25066 Boxhöhe = 1\InsetSpace \thinspace{}
25067 Gesamthöhe
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \begin_layout Description
25076 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
25077 \begin_inset Box Boxed
25078 position "c"
25079 hor_pos "c"
25080 has_inner_box 1
25081 inner_pos "c"
25082 use_parbox 0
25083 width "12col%"
25084 special "none"
25085 height "1in"
25086 height_special "width"
25087 status collapsed
25088
25089 \begin_layout Standard
25090 \align center
25091 Boxhöhe = 1\InsetSpace \thinspace{}
25092 Breite
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \begin_layout Subsection
25101 Ausrichtung
25102 \begin_inset LatexCommand index
25103 name "Boxen ! Ausrichtung"
25104
25105 \end_inset
25106
25107
25108 \end_layout
25109
25110 \begin_layout Standard
25111 Wenn Sie eine 
25112 \family sans
25113 Innere\InsetSpace ~
25114 Box
25115 \family default
25116  gewählt haben, kann die Box mit folgenden Werten für 
25117 \family sans
25118 Box
25119 \family default
25120  senkrecht ausgerichtet werden:
25121 \end_layout
25122
25123 \begin_layout Description
25124 Oben Dies ist ein Beispieltext.
25125  
25126 \begin_inset Box Boxed
25127 position "t"
25128 hor_pos "c"
25129 has_inner_box 1
25130 inner_pos "c"
25131 use_parbox 0
25132 width "20col%"
25133 special "none"
25134 height "1in"
25135 height_special "totalheight"
25136 status collapsed
25137
25138 \begin_layout Standard
25139 \align center
25140 Die Ober\SpecialChar \-
25141 kante der Box ist in der Zeile.
25142 \end_layout
25143
25144 \end_inset
25145
25146 \InsetSpace ~
25147 Dies ist ein Beispieltext.
25148 \end_layout
25149
25150 \begin_layout Description
25151 Mitte Dies ist ein Beispieltext.
25152  
25153 \begin_inset Box Boxed
25154 position "c"
25155 hor_pos "c"
25156 has_inner_box 1
25157 inner_pos "c"
25158 use_parbox 0
25159 width "20col%"
25160 special "none"
25161 height "1in"
25162 height_special "totalheight"
25163 status collapsed
25164
25165 \begin_layout Standard
25166 \align center
25167 Die Mitte der Box ist in der Zeile.
25168 \end_layout
25169
25170 \end_inset
25171
25172 \InsetSpace ~
25173 Dies ist ein Beispieltext.
25174 \end_layout
25175
25176 \begin_layout Description
25177 Unten Dies ist ein Beispieltext.
25178  
25179 \begin_inset Box Boxed
25180 position "b"
25181 hor_pos "c"
25182 has_inner_box 1
25183 inner_pos "c"
25184 use_parbox 0
25185 width "20col%"
25186 special "none"
25187 height "1in"
25188 height_special "totalheight"
25189 status collapsed
25190
25191 \begin_layout Standard
25192 \align center
25193 Die Unter\SpecialChar \-
25194 kante der Box ist in der Zeile.
25195 \end_layout
25196
25197 \end_inset
25198
25199 \InsetSpace ~
25200 Dies ist ein Beispieltext.
25201 \end_layout
25202
25203 \begin_layout Standard
25204 Eine Box kann mit dem Dialog 
25205 \family sans
25206 Absatz-Einstellungen
25207 \family default
25208  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
25209 \end_layout
25210
25211 \begin_layout Standard
25212 \begin_inset VSpace bigskip
25213 \end_inset
25214
25215 Wenn Sie eine 
25216 \family sans
25217 Innere\InsetSpace ~
25218 Box
25219 \family default
25220  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
25221 \family sans
25222 Inhalt
25223 \family default
25224  senkrecht ausgerichtet werden:
25225 \end_layout
25226
25227 \begin_layout Description
25228 Oben Dies ist ein Beispieltext.
25229  
25230 \begin_inset Box Boxed
25231 position "c"
25232 hor_pos "c"
25233 has_inner_box 1
25234 inner_pos "t"
25235 use_parbox 0
25236 width "20col%"
25237 special "none"
25238 height "1.5in"
25239 height_special "totalheight"
25240 status collapsed
25241
25242 \begin_layout Standard
25243 \align center
25244 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
25245 \end_layout
25246
25247 \end_inset
25248
25249 \InsetSpace ~
25250 Dies ist ein Beispieltext.
25251 \end_layout
25252
25253 \begin_layout Description
25254 Mitte Dies ist ein Beispieltext.
25255  
25256 \begin_inset Box Boxed
25257 position "c"
25258 hor_pos "c"
25259 has_inner_box 1
25260 inner_pos "c"
25261 use_parbox 0
25262 width "20col%"
25263 special "none"
25264 height "1.5in"
25265 height_special "totalheight"
25266 status collapsed
25267
25268 \begin_layout Standard
25269 \align center
25270 Der Boxinhalt ist zentriert ausgerichtet.
25271 \end_layout
25272
25273 \end_inset
25274
25275 \InsetSpace ~
25276 Dies ist ein Beispieltext.
25277 \end_layout
25278
25279 \begin_layout Description
25280 Unten Dies ist ein Beispieltext.
25281  
25282 \begin_inset Box Boxed
25283 position "c"
25284 hor_pos "c"
25285 has_inner_box 1
25286 inner_pos "b"
25287 use_parbox 0
25288 width "20col%"
25289 special "none"
25290 height "1.5in"
25291 height_special "totalheight"
25292 status collapsed
25293
25294 \begin_layout Standard
25295 \align center
25296 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
25297 \end_layout
25298
25299 \end_inset
25300
25301 \InsetSpace ~
25302 Dies ist ein Beispieltext.
25303 \end_layout
25304
25305 \begin_layout Description
25306 Dehnen Dies ist ein Beispieltext.
25307  
25308 \begin_inset Box Boxed
25309 position "c"
25310 hor_pos "c"
25311 has_inner_box 1
25312 inner_pos "s"
25313 use_parbox 0
25314 width "20col%"
25315 special "none"
25316 height "1in"
25317 height_special "totalheight"
25318 status collapsed
25319
25320 \begin_layout Standard
25321 \align center
25322 Der Boxinhalt
25323 \end_layout
25324
25325 \begin_layout Standard
25326 \align center
25327 ist über die
25328 \end_layout
25329
25330 \begin_layout Standard
25331 \align center
25332 Boxhöhe
25333 \end_layout
25334
25335 \begin_layout Standard
25336 \align center
25337 gleichmäßig verteilt.
25338 \end_layout
25339
25340 \end_inset
25341
25342 \InsetSpace ~
25343 Dies ist ein Beispieltext.
25344 \end_layout
25345
25346 \begin_layout Standard
25347 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
25348  besteht.
25349  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
25350 \end_layout
25351
25352 \begin_layout Standard
25353 Ein Boxinhalt kann mit dem Dialog 
25354 \family sans
25355 Absatz-Einstellungen
25356 \family default
25357  waagerecht ausgerichtet werden, wenn Sie eine
25358 \family sans
25359  Innere\InsetSpace ~
25360 Box
25361 \family default
25362  gewählt haben.
25363 \end_layout
25364
25365 \begin_layout Standard
25366 \align center
25367 \begin_inset Box Boxed
25368 position "c"
25369 hor_pos "c"
25370 has_inner_box 1
25371 inner_pos "s"
25372 use_parbox 0
25373 width "30col%"
25374 special "none"
25375 height "1.25in"
25376 height_special "totalheight"
25377 status collapsed
25378
25379 \begin_layout Standard
25380 \align left
25381 Hier ist jede Zeile
25382 \end_layout
25383
25384 \begin_layout Standard
25385 \align center
25386 anders
25387 \end_layout
25388
25389 \begin_layout Standard
25390 \align right
25391 ausgerichtet.
25392 \end_layout
25393
25394 \end_inset
25395
25396
25397 \end_layout
25398
25399 \begin_layout Standard
25400 Wenn Sie keine
25401 \family sans
25402  Innere\InsetSpace ~
25403 Box
25404 \family default
25405  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
25406 \family sans
25407 Box-Einstellungen-
25408 \family default
25409 Dialog ausrichten
25410 \end_layout
25411
25412 \begin_layout Standard
25413 \align center
25414 \begin_inset Box Boxed
25415 position "c"
25416 hor_pos "s"
25417 has_inner_box 0
25418 inner_pos "s"
25419 use_parbox 0
25420 width "90col%"
25421 special "none"
25422 height "1.25in"
25423 height_special "totalheight"
25424 status collapsed
25425
25426 \begin_layout Standard
25427 \align left
25428 Dieser Boxinhalt wurde horizontal gedehnt.
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Section
25437 Gerahmte Boxen
25438 \begin_inset LatexCommand label
25439 name "abs:Gerahmte-Boxen"
25440
25441 \end_inset
25442
25443
25444 \begin_inset LatexCommand index
25445 name "Boxen ! gerahmte"
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Standard
25453 Mit dem 
25454 \family sans
25455 Box-Einstellungen-
25456 \family default
25457 Dialog können Sie bei 
25458 \family sans
25459 Verzierung
25460 \family default
25461  die Art des Rahmens auswählen:
25462 \end_layout
25463
25464 \begin_layout Description
25465 Rechteckige\InsetSpace ~
25466 Box Um die Box wird ein rechteckiger Rahmen gezogen.
25467  Die Rahmendicke wird durch 
25468 \series bold
25469
25470 \backslash
25471 fboxrule
25472 \series default
25473  festgelegt.
25474  
25475 \begin_inset Box Boxed
25476 position "c"
25477 hor_pos "c"
25478 has_inner_box 1
25479 inner_pos "c"
25480 use_parbox 0
25481 width "21col%"
25482 special "none"
25483 height "1in"
25484 height_special "totalheight"
25485 status collapsed
25486
25487 \begin_layout Standard
25488
25489 \series medium
25490 Rechteckige\InsetSpace ~
25491 Box
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \begin_layout Description
25500 Ovale\InsetSpace ~
25501 Box,\InsetSpace ~
25502 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die
25503  Box.
25504  Die Rahmendicke ist 0.4\InsetSpace \thinspace{}
25505 pt.
25506  
25507 \begin_inset Box ovalbox
25508 position "c"
25509 hor_pos "c"
25510 has_inner_box 1
25511 inner_pos "c"
25512 use_parbox 0
25513 width "20col%"
25514 special "none"
25515 height "1in"
25516 height_special "totalheight"
25517 status collapsed
25518
25519 \begin_layout Standard
25520 Ovale\InsetSpace ~
25521 Box,\InsetSpace ~
25522 dünn
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \begin_layout Description
25531 Ovale\InsetSpace ~
25532 Box,\InsetSpace ~
25533 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die
25534  Box.
25535  Die Rahmendicke ist 0.8\InsetSpace \thinspace{}
25536 pt.
25537  
25538 \begin_inset Box Ovalbox
25539 position "c"
25540 hor_pos "c"
25541 has_inner_box 1
25542 inner_pos "c"
25543 use_parbox 0
25544 width "20col%"
25545 special "none"
25546 height "1in"
25547 height_special "totalheight"
25548 status collapsed
25549
25550 \begin_layout Standard
25551 Ovale\InsetSpace ~
25552 Box,\InsetSpace ~
25553 dick
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \begin_layout Description
25562 Schattierte\InsetSpace ~
25563 Box Zeichnet einen Rahmen mit Schatten um die Box.
25564  Die Rahmendicke wird durch 
25565 \series bold
25566
25567 \backslash
25568 fboxrule
25569 \series default
25570  festgelegt, der Schatten ist 4\InsetSpace \thinspace{}
25571 pt breit.
25572  
25573 \begin_inset Box Shadowbox
25574 position "c"
25575 hor_pos "c"
25576 has_inner_box 1
25577 inner_pos "c"
25578 use_parbox 0
25579 width "20col%"
25580 special "none"
25581 height "1in"
25582 height_special "totalheight"
25583 status collapsed
25584
25585 \begin_layout Standard
25586 Schattierte\InsetSpace ~
25587 Box
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Description
25596 Doppelt\InsetSpace ~
25597 gerahmte\InsetSpace ~
25598 Box Zeichnet einen doppelten Rahmen um die Box Der innere
25599  Rahmen ist 0.75\InsetSpace \thinspace{}
25600
25601 \series bold
25602
25603 \backslash
25604 fboxrule
25605 \series default
25606  breit, der äußere 1.5\InsetSpace \thinspace{}
25607
25608 \series bold
25609
25610 \backslash
25611 fboxrule
25612 \series default
25613 , der Zwischenraum 1.5\InsetSpace \thinspace{}
25614
25615 \series bold
25616
25617 \backslash
25618 fboxrule
25619 \series default
25620 \InsetSpace \thinspace{}
25621 +\InsetSpace \thinspace{}
25622 0.5\InsetSpace \thinspace{}
25623 pt.
25624  
25625 \begin_inset Box Doublebox
25626 position "c"
25627 hor_pos "c"
25628 has_inner_box 1
25629 inner_pos "c"
25630 use_parbox 0
25631 width "20col%"
25632 special "none"
25633 height "1in"
25634 height_special "totalheight"
25635 status collapsed
25636
25637 \begin_layout Standard
25638 Doppelt\InsetSpace ~
25639 gerahmte\InsetSpace ~
25640 Box
25641 \end_layout
25642
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \begin_layout Standard
25649 \begin_inset VSpace bigskip
25650 \end_inset
25651
25652 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
25653  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
25654 \series bold
25655 fancybox
25656 \series default
25657
25658 \begin_inset LatexCommand index
25659 name "LaTeX-Pakete ! fancybox"
25660
25661 \end_inset
25662
25663  installiert sein.
25664 \end_layout
25665
25666 \begin_layout Standard
25667 \begin_inset VSpace bigskip
25668 \end_inset
25669
25670 Der Standardwert für 
25671 \series bold
25672
25673 \backslash
25674 fboxrule
25675 \series default
25676  ist 0.4\InsetSpace \thinspace{}
25677 pt.
25678  Mit dem folgenden ERT-Befehl kann er auf 2\InsetSpace \thinspace{}
25679 pt gesetzt werden:
25680 \end_layout
25681
25682 \begin_layout Standard
25683
25684 \series bold
25685
25686 \backslash
25687 setlength{
25688 \backslash
25689 fboxrule}{2pt}
25690 \end_layout
25691
25692 \begin_layout Standard
25693 \begin_inset ERT
25694 status collapsed
25695
25696 \begin_layout Standard
25697
25698
25699 \backslash
25700 setlength{
25701 \backslash
25702 fboxrule}{2pt}
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \begin_inset Box Boxed
25709 position "c"
25710 hor_pos "c"
25711 has_inner_box 1
25712 inner_pos "c"
25713 use_parbox 0
25714 width "30col%"
25715 special "none"
25716 height "1in"
25717 height_special "totalheight"
25718 status collapsed
25719
25720 \begin_layout Standard
25721 \align center
25722 Rechteckige Box mit einer Rahmenbreite von 2\InsetSpace \thinspace{}
25723 pt
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Standard
25733
25734
25735 \backslash
25736 setlength{
25737 \backslash
25738 fboxrule}{0.4pt}
25739 \end_layout
25740
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \begin_layout Standard
25747 \noindent
25748 \begin_inset VSpace bigskip
25749 \end_inset
25750
25751 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3\InsetSpace \thinspace{}
25752 pt.
25753  Sie können das ändern, indem Sie den Wert von 
25754 \series bold
25755
25756 \backslash
25757 fboxsep
25758 \series default
25759  mit einem ERT-Befehl ändern:
25760 \end_layout
25761
25762 \begin_layout Standard
25763
25764 \series bold
25765
25766 \backslash
25767 setlength{
25768 \backslash
25769 fboxsep}{10pt}
25770 \end_layout
25771
25772 \begin_layout Standard
25773 setzt den Wert auf 10\InsetSpace \thinspace{}
25774 pt, wie in der folgenden Box:
25775 \end_layout
25776
25777 \begin_layout Standard
25778 \begin_inset ERT
25779 status collapsed
25780
25781 \begin_layout Standard
25782
25783
25784 \backslash
25785 setlength{
25786 \backslash
25787 fboxsep}{10pt}
25788 \end_layout
25789
25790 \end_inset
25791
25792
25793 \begin_inset Box Boxed
25794 position "c"
25795 hor_pos "c"
25796 has_inner_box 1
25797 inner_pos "c"
25798 use_parbox 0
25799 width "25col%"
25800 special "none"
25801 height "1in"
25802 height_special "totalheight"
25803 status collapsed
25804
25805 \begin_layout Standard
25806 \align center
25807 Rechteckige Box mit 
25808 \series bold
25809
25810 \backslash
25811 fboxsep
25812 \series default
25813 \InsetSpace \thinspace{}
25814 =\InsetSpace \thinspace{}
25815 10\InsetSpace \thinspace{}
25816 pt
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \begin_inset ERT
25823 status collapsed
25824
25825 \begin_layout Standard
25826
25827
25828 \backslash
25829 setlength{
25830 \backslash
25831 fboxsep}{3pt}
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \begin_layout Standard
25840 \noindent
25841 \begin_inset VSpace bigskip
25842 \end_inset
25843
25844 Der Durchmesser der abgerundeten Ecken kann mit 
25845 \series bold
25846
25847 \backslash
25848 cornersize
25849 \series default
25850  gesetzt werden.
25851  Der ERT-Befehl
25852 \end_layout
25853
25854 \begin_layout Standard
25855
25856 \series bold
25857
25858 \backslash
25859 cornersize*{1cm}
25860 \end_layout
25861
25862 \begin_layout Standard
25863 setzt den Durchmesser auf 1\InsetSpace \thinspace{}
25864 cm.
25865  Der ERT-Befehl
25866 \end_layout
25867
25868 \begin_layout Standard
25869
25870 \series bold
25871
25872 \backslash
25873 cornersize{num}
25874 \end_layout
25875
25876 \begin_layout Standard
25877 setzt den Durchmesser auf 
25878 \family sans
25879 num\InsetSpace \thinspace{}
25880 ×\InsetSpace \thinspace{}
25881 Minimum(Breite der Box, Höhe der Box)
25882 \family default
25883 .
25884  Der Standardwert ist 
25885 \series bold
25886
25887 \backslash
25888 cornersize{0.5}
25889 \series default
25890 .
25891 \end_layout
25892
25893 \begin_layout Standard
25894 \begin_inset ERT
25895 status collapsed
25896
25897 \begin_layout Standard
25898
25899
25900 \backslash
25901 cornersize*{1.5cm}
25902 \end_layout
25903
25904 \end_inset
25905
25906
25907 \begin_inset Box Ovalbox
25908 position "c"
25909 hor_pos "c"
25910 has_inner_box 1
25911 inner_pos "c"
25912 use_parbox 0
25913 width "30col%"
25914 special "none"
25915 height "1in"
25916 height_special "totalheight"
25917 status collapsed
25918
25919 \begin_layout Standard
25920 \align center
25921 Ovale Box, dicker Rand, mit 
25922 \series bold
25923
25924 \backslash
25925 cornersize
25926 \series default
25927 \InsetSpace \thinspace{}
25928 =\InsetSpace \thinspace{}
25929 1.5\InsetSpace \thinspace{}
25930 cm
25931 \end_layout
25932
25933 \end_inset
25934
25935
25936 \begin_inset ERT
25937 status collapsed
25938
25939 \begin_layout Standard
25940
25941
25942 \backslash
25943 cornersize{0.5}
25944 \end_layout
25945
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \begin_layout Standard
25952 \noindent
25953 \begin_inset VSpace bigskip
25954 \end_inset
25955
25956 Die Breite des Schattens wird mit 
25957 \series bold
25958
25959 \backslash
25960 shadowsize
25961 \series default
25962  festgelegt.
25963  Mit dem ERT-Befehl
25964 \end_layout
25965
25966 \begin_layout Standard
25967
25968 \series bold
25969
25970 \backslash
25971 setlength{
25972 \backslash
25973 shadowsize}{2pt}
25974 \end_layout
25975
25976 \begin_layout Standard
25977 wird er für die folgende Box auf 2\InsetSpace \thinspace{}
25978 pt festgelegt.
25979 \end_layout
25980
25981 \begin_layout Standard
25982 \begin_inset ERT
25983 status collapsed
25984
25985 \begin_layout Standard
25986
25987
25988 \backslash
25989 setlength{
25990 \backslash
25991 shadowsize}{2pt}
25992 \end_layout
25993
25994 \end_inset
25995
25996
25997 \begin_inset Box Shadowbox
25998 position "c"
25999 hor_pos "c"
26000 has_inner_box 1
26001 inner_pos "c"
26002 use_parbox 0
26003 width "25col%"
26004 special "none"
26005 height "1in"
26006 height_special "totalheight"
26007 status collapsed
26008
26009 \begin_layout Standard
26010 \align center
26011 Schattierte Box mit 
26012 \series bold
26013
26014 \backslash
26015 shadowsize
26016 \series default
26017 \InsetSpace \thinspace{}
26018 =\InsetSpace \thinspace{}
26019 2\InsetSpace \thinspace{}
26020 pt
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \begin_inset ERT
26027 status collapsed
26028
26029 \begin_layout Standard
26030
26031
26032 \backslash
26033 setlength{
26034 \backslash
26035 shadowsize}{4pt}
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \begin_layout Standard
26044 \noindent
26045 \begin_inset VSpace bigskip
26046 \end_inset
26047
26048 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
26049  folgen.
26050 \end_layout
26051
26052 \begin_layout Section
26053 Minipage
26054 \begin_inset LatexCommand label
26055 name "abs:Minipage"
26056
26057 \end_inset
26058
26059
26060 \begin_inset LatexCommand index
26061 name "Boxen ! Minipage"
26062
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \begin_layout Standard
26069 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
26070  deshalb unter anderem eigene Fußnoten haben.
26071 \end_layout
26072
26073 \begin_layout Standard
26074 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
26075 \end_layout
26076
26077 \begin_layout Standard
26078 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
26079  Ihre Breite ist 45 Spaltenbreite\InsetSpace ~
26080 %, und sie sind durch einen 
26081 \family sans
26082 HFill
26083 \family default
26084  getrennt (
26085 \family sans
26086 Einfügen\SpecialChar \menuseparator
26087 Formatierung\SpecialChar \menuseparator
26088 Variabler\InsetSpace ~
26089 horiz.\InsetSpace ~
26090 Abstand
26091 \family default
26092 ).
26093 \end_layout
26094
26095 \begin_layout Standard
26096 \noindent
26097 \begin_inset Box Frameless
26098 position "t"
26099 hor_pos "c"
26100 has_inner_box 1
26101 inner_pos "c"
26102 use_parbox 0
26103 width "45col%"
26104 special "none"
26105 height "1in"
26106 height_special "totalheight"
26107 status open
26108
26109 \begin_layout Standard
26110 Dies ist ein deutscher Text.
26111  Dies ist ein deutscher Text.
26112  Dies ist ein deutscher Text.
26113  Dies ist ein deutscher Text.
26114  Dies ist ein deutscher Text.
26115  Dies ist ein deutscher Text.
26116  Dies ist ein deutscher Text.
26117  Dies ist ein deutscher Text.
26118  Dies ist ein deutscher Text.
26119  Dies ist ein deutscher Text.
26120  Dies ist ein deutscher Text.
26121  Dies ist ein deutscher Text.
26122  Dies ist ein deutscher Text
26123 \begin_inset Foot
26124 status open
26125
26126 \begin_layout Standard
26127 Dies ist eine deutsche Fußnote.
26128 \end_layout
26129
26130 \end_inset
26131
26132 .
26133  Dies ist ein deutscher Text.
26134  Dies ist ein deutscher Text.
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \hfill
26141
26142 \begin_inset Box Frameless
26143 position "t"
26144 hor_pos "c"
26145 has_inner_box 1
26146 inner_pos "c"
26147 use_parbox 0
26148 width "45col%"
26149 special "none"
26150 height "1in"
26151 height_special "totalheight"
26152 status open
26153
26154 \begin_layout Standard
26155
26156 \lang english
26157 This is an English Text.
26158  This is an English Text.
26159  This is an English Text.
26160  This is an English Text.
26161  This is an English Text.
26162  This is an English Text.
26163  This is an English Text.
26164  This is an English Text.
26165  This is an English Text.
26166  This is an English Text.
26167  This is an English Text.
26168  This is an English Text.
26169  This is an English Text.
26170  This is an English Text.
26171  This is an English Text.
26172  This is an English Text.
26173 \begin_inset Foot
26174 status collapsed
26175
26176 \begin_layout Standard
26177
26178 \lang english
26179 This is an English footnote.
26180 \end_layout
26181
26182 \end_inset
26183
26184  This is an English Text.
26185  
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \begin_layout Standard
26194 \noindent
26195 \begin_inset VSpace bigskip
26196 \end_inset
26197
26198 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
26199  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
26200  auf der die Tabelle gedruckt wird: 
26201 \begin_inset Tabular
26202 <lyxtabular version="3" rows="3" columns="4">
26203 <features>
26204 <column alignment="center" valignment="top" leftline="true" width="0pt">
26205 <column alignment="center" valignment="top" leftline="true" width="0pt">
26206 <column alignment="center" valignment="top" leftline="true" width="0pt">
26207 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26208 <row topline="true">
26209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Standard
26213 1
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26219 \begin_inset Text
26220
26221 \begin_layout Standard
26222 2
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Standard
26231 3
26232 \begin_inset Foot
26233 status collapsed
26234
26235 \begin_layout Standard
26236 Dies ist eine Fußnote in einer Tabelle.
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Standard
26250 4
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 </row>
26256 <row topline="true">
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Standard
26261 a
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Standard
26270 b
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Standard
26279 c
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Standard
26288 d
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row topline="true" bottomline="true">
26295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Standard
26299 e
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Standard
26308 f
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Standard
26317 g
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26323 \begin_inset Text
26324
26325 \begin_layout Standard
26326 h
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 </lyxtabular>
26333
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \begin_layout Standard
26340 \noindent
26341 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
26342  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
26343  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
26344  außerhalb.
26345 \end_layout
26346
26347 \begin_layout Standard
26348 \align center
26349 \begin_inset Box Frameless
26350 position "t"
26351 hor_pos "c"
26352 has_inner_box 1
26353 inner_pos "c"
26354 use_parbox 0
26355 width "30col%"
26356 special "none"
26357 height "1in"
26358 height_special "totalheight"
26359 status open
26360
26361 \begin_layout Standard
26362 \align center
26363 \begin_inset Tabular
26364 <lyxtabular version="3" rows="3" columns="4">
26365 <features>
26366 <column alignment="center" valignment="top" leftline="true" width="0pt">
26367 <column alignment="center" valignment="top" leftline="true" width="0pt">
26368 <column alignment="center" valignment="top" leftline="true" width="0pt">
26369 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26370 <row topline="true">
26371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Standard
26375 1
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Standard
26384 2
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Standard
26393 3
26394 \begin_inset Foot
26395 status collapsed
26396
26397 \begin_layout Standard
26398 Dies ist eine Fußnote in einer Tabelle.
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Standard
26412 4
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 </row>
26418 <row topline="true">
26419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Standard
26423 a
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Standard
26432 b
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Standard
26441 c
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Standard
26450 d
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 </row>
26456 <row topline="true" bottomline="true">
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Standard
26461 e
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Standard
26470 f
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Standard
26479 g
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Standard
26488 h
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 </row>
26494 </lyxtabular>
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \begin_layout Standard
26507 \begin_inset VSpace bigskip
26508 \end_inset
26509
26510 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
26511  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
26512  Absätze nicht eingerückt werden, obwohl Sie das in 
26513 \family sans
26514 Dokument
26515 \family default
26516 \SpecialChar \menuseparator
26517
26518 \family sans
26519 Einstellun\SpecialChar \-
26520 gen\SpecialChar \menuseparator
26521 Textformat
26522 \family default
26523  festgelegt haben.
26524  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
26525  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem ERT-Befehl 
26526 \series bold
26527
26528 \backslash
26529 hspace*{1em}
26530 \series default
26531 .
26532 \end_layout
26533
26534 \begin_layout Standard
26535 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
26536  zu verpassen, siehe Abschnitt\InsetSpace ~
26537
26538 \begin_inset LatexCommand ref
26539 reference "uab:Farbe-für-Absätze"
26540
26541 \end_inset
26542
26543 .
26544 \end_layout
26545
26546 \begin_layout Standard
26547 \begin_inset Note Greyedout
26548 status open
26549
26550 \begin_layout Standard
26551
26552 \series bold
26553 Bemerkung:
26554 \series default
26555  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
26556  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
26557 \end_layout
26558
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \begin_layout Section
26565 Parbox
26566 \begin_inset LatexCommand label
26567 name "abs:Parbox"
26568
26569 \end_inset
26570
26571
26572 \begin_inset LatexCommand index
26573 name "Boxen ! Parbox"
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Standard
26581 Parbox ist eine Abkürzung für 
26582 \begin_inset Quotes gld
26583 \end_inset
26584
26585 paragraph box
26586 \begin_inset Quotes grd
26587 \end_inset
26588
26589 , was Absatzbox bedeutet.
26590  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
26591  Parboxen einige Einschränkungen.
26592  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
26593  gedruckt.:
26594 \end_layout
26595
26596 \begin_layout Standard
26597 \align center
26598 \begin_inset Box Frameless
26599 position "t"
26600 hor_pos "c"
26601 has_inner_box 1
26602 inner_pos "t"
26603 use_parbox 1
26604 width "33col%"
26605 special "none"
26606 height "1in"
26607 height_special "totalheight"
26608 status collapsed
26609
26610 \begin_layout Standard
26611 Dies ist Text in einer Parbox.
26612  Dies ist Text in einer Parbox.
26613 \end_layout
26614
26615 \begin_layout Standard
26616 Diese Fußnote wird nicht gedruckt:
26617 \begin_inset Foot
26618 status collapsed
26619
26620 \begin_layout Standard
26621 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
26622 \end_layout
26623
26624 \end_inset
26625
26626
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \begin_layout Standard
26635 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
26636  und Theoreme enthalten.
26637 \end_layout
26638
26639 \begin_layout Section
26640 Boxen für Worte und Buchstaben
26641 \begin_inset LatexCommand index
26642 name "Boxen ! für Buchstaben"
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \begin_layout Subsection
26650 Silbentrennung unterbinden 
26651 \begin_inset LatexCommand label
26652 name "abs:Silbentrennung-unterbinden"
26653
26654 \end_inset
26655
26656
26657 \begin_inset LatexCommand index
26658 name "Boxen ! zur Vermeidung von Silbentrennung"
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Standard
26666 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
26667 \newline
26668 Hier
26669  ist ein Beispiel: 
26670 \end_layout
26671
26672 \begin_layout Standard
26673 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
26674 \begin_inset Quotes gld
26675 \end_inset
26676
26677 einsehrserlangeswort
26678 \begin_inset Quotes grd
26679 \end_inset
26680
26681 .
26682 \end_layout
26683
26684 \begin_layout Standard
26685 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
26686  soll, den ERT-Befehl
26687 \end_layout
26688
26689 \begin_layout Standard
26690
26691 \series bold
26692
26693 \backslash
26694 mbox{
26695 \end_layout
26696
26697 \begin_layout Standard
26698 ein ERT, Hinter dem Wort fügen Sie 
26699 \series bold
26700
26701 \begin_inset Quotes gld
26702 \end_inset
26703
26704 }
26705 \series default
26706
26707 \begin_inset Quotes grd
26708 \end_inset
26709
26710  als ERT ein.
26711  Hier ist das Ergebnis:
26712 \end_layout
26713
26714 \begin_layout Standard
26715 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Standard
26720
26721
26722 \backslash
26723 mbox{
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \begin_inset Quotes gld
26730 \end_inset
26731
26732 einsehrserlangeswort
26733 \begin_inset Quotes grd
26734 \end_inset
26735
26736
26737 \begin_inset ERT
26738 status collapsed
26739
26740 \begin_layout Standard
26741
26742 }
26743 \end_layout
26744
26745 \end_inset
26746
26747 .
26748 \end_layout
26749
26750 \begin_layout Standard
26751 Alternativ dazu kann man auch den Befehl 
26752 \begin_inset Quotes gld
26753 \end_inset
26754
26755
26756 \series bold
26757
26758 \backslash
26759 -
26760 \series default
26761
26762 \begin_inset Quotes grd
26763 \end_inset
26764
26765  als ERT direkt vor das Wort setzen:
26766 \end_layout
26767
26768 \begin_layout Standard
26769 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
26770 \begin_inset Quotes gld
26771 \end_inset
26772
26773
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Standard
26778
26779
26780 \backslash
26781 -
26782 \end_layout
26783
26784 \end_inset
26785
26786 einsehrserlangeswort
26787 \begin_inset Quotes grd
26788 \end_inset
26789
26790 .
26791 \end_layout
26792
26793 \begin_layout Standard
26794 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
26795  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
26796 \series bold
26797 Strg-Return
26798 \series default
26799 ) einfügen: 
26800 \end_layout
26801
26802 \begin_layout Standard
26803 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
26804 \newline
26805
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Standard
26810
26811
26812 \backslash
26813 mbox{
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \begin_inset Quotes gld
26820 \end_inset
26821
26822 einsehrserlangeswort
26823 \begin_inset Quotes grd
26824 \end_inset
26825
26826
26827 \begin_inset ERT
26828 status collapsed
26829
26830 \begin_layout Standard
26831
26832 }
26833 \end_layout
26834
26835 \end_inset
26836
26837 .
26838 \end_layout
26839
26840 \begin_layout Subsection
26841 Vertikale Ausrichtung
26842 \begin_inset LatexCommand label
26843 name "uab:Vertikale-Ausrichtung"
26844
26845 \end_inset
26846
26847
26848 \begin_inset LatexCommand index
26849 name "Boxen ! für Vertikale Ausrichtung"
26850
26851 \end_inset
26852
26853
26854 \begin_inset LatexCommand index
26855 name "Boxen ! raisebox"
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \begin_layout Standard
26863 Mit dem LaTeX-Befehl 
26864 \series bold
26865
26866 \backslash
26867 raisebox
26868 \series default
26869  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
26870 n Textes ausrichten.
26871  
26872 \series bold
26873
26874 \backslash
26875 raisebox
26876 \series default
26877  wird folgendermaßen benutzt:
26878 \end_layout
26879
26880 \begin_layout Standard
26881
26882 \series bold
26883
26884 \backslash
26885 raisebox{Verschiebung}[oben][unten]{Text}
26886 \end_layout
26887
26888 \begin_layout Standard
26889 Positive Werte für Verschiebung
26890 \series bold
26891  
26892 \series default
26893 verschieben die Box nach oben, negative nach unten.
26894  Die beiden optionalen Parameter 
26895 \family typewriter
26896 oben
26897 \family default
26898  und 
26899 \family typewriter
26900 unten
26901 \family default
26902  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
26903  hinausgeht, wenn sie nicht verschoben ist.
26904 \end_layout
26905
26906 \begin_layout Standard
26907 Um zum Beispiel das Wort 
26908 \begin_inset Quotes gld
26909 \end_inset
26910
26911 provokant
26912 \begin_inset Quotes grd
26913 \end_inset
26914
26915  mit seinem 
26916 \begin_inset Quotes gld
26917 \end_inset
26918
26919 niedrigsten
26920 \begin_inset Quotes grd
26921 \end_inset
26922
26923  Buchstaben 
26924 \begin_inset Quotes gld
26925 \end_inset
26926
26927 p
26928 \begin_inset Quotes grd
26929 \end_inset
26930
26931  an der Grundlinie auszurichten, müssen Sie den ERT-Befehl
26932 \end_layout
26933
26934 \begin_layout Standard
26935
26936 \series bold
26937
26938 \backslash
26939 raisebox{
26940 \backslash
26941 depth}{
26942 \end_layout
26943
26944 \begin_layout Standard
26945 vor dem Wort einfügen und 
26946 \begin_inset Quotes gld
26947 \end_inset
26948
26949
26950 \series bold
26951 }
26952 \series default
26953
26954 \begin_inset Quotes grd
26955 \end_inset
26956
26957  als ERT dahinter:
26958 \end_layout
26959
26960 \begin_layout Standard
26961 Dies ist eine Zeile, in der das Wort 
26962 \begin_inset ERT
26963 status collapsed
26964
26965 \begin_layout Standard
26966
26967
26968 \backslash
26969 raisebox{
26970 \backslash
26971 depth}{
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \begin_inset Quotes gld
26978 \end_inset
26979
26980 provokant
26981 \begin_inset Quotes grd
26982 \end_inset
26983
26984
26985 \begin_inset ERT
26986 status collapsed
26987
26988 \begin_layout Standard
26989
26990 }
26991 \end_layout
26992
26993 \end_inset
26994
26995  nach oben verschoben wurde.
26996 \end_layout
26997
26998 \begin_layout Standard
26999 \begin_inset VSpace bigskip
27000 \end_inset
27001
27002 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
27003  gedehnt:
27004 \end_layout
27005
27006 \begin_layout Standard
27007 Dies ist eine Zeile, in der das Wort 
27008 \begin_inset ERT
27009 status collapsed
27010
27011 \begin_layout Standard
27012
27013
27014 \backslash
27015 raisebox{-
27016 \backslash
27017 depth}{
27018 \end_layout
27019
27020 \end_inset
27021
27022
27023 \begin_inset Quotes gld
27024 \end_inset
27025
27026 provokant
27027 \begin_inset Quotes grd
27028 \end_inset
27029
27030
27031 \begin_inset ERT
27032 status collapsed
27033
27034 \begin_layout Standard
27035
27036 }
27037 \end_layout
27038
27039 \end_inset
27040
27041  nach unten verschoben wurde.
27042 \end_layout
27043
27044 \begin_layout Standard
27045 Dies ist eine Zeile, in der das Wort 
27046 \begin_inset ERT
27047 status collapsed
27048
27049 \begin_layout Standard
27050
27051
27052 \backslash
27053 raisebox{0.5cm}{
27054 \end_layout
27055
27056 \end_inset
27057
27058
27059 \begin_inset Quotes gld
27060 \end_inset
27061
27062 testen
27063 \begin_inset Quotes grd
27064 \end_inset
27065
27066
27067 \begin_inset ERT
27068 status collapsed
27069
27070 \begin_layout Standard
27071
27072 }
27073 \end_layout
27074
27075 \end_inset
27076
27077  um 0.5\InsetSpace \thinspace{}
27078 cm nach oben verschoben wurde.
27079 \end_layout
27080
27081 \begin_layout Standard
27082 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
27083 \end_layout
27084
27085 \begin_layout Standard
27086
27087 \series bold
27088
27089 \backslash
27090 raisebox{-
27091 \backslash
27092 depth}[0pt]{
27093 \end_layout
27094
27095 \begin_layout Standard
27096 Dies ist eine Zeile, in der das Wort 
27097 \begin_inset ERT
27098 status collapsed
27099
27100 \begin_layout Standard
27101
27102
27103 \backslash
27104 raisebox{-
27105 \backslash
27106 depth}[0pt]{
27107 \end_layout
27108
27109 \end_inset
27110
27111
27112 \begin_inset Quotes gld
27113 \end_inset
27114
27115 provokant
27116 \begin_inset Quotes grd
27117 \end_inset
27118
27119
27120 \begin_inset ERT
27121 status collapsed
27122
27123 \begin_layout Standard
27124
27125 }
27126 \end_layout
27127
27128 \end_inset
27129
27130  nach unten verschoben wurde.
27131 \end_layout
27132
27133 \begin_layout Standard
27134 Dies ist eine Zeile, in der das Wort 
27135 \begin_inset ERT
27136 status collapsed
27137
27138 \begin_layout Standard
27139
27140
27141 \backslash
27142 raisebox{0.5cm}[0pt]{
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \begin_inset Quotes gld
27149 \end_inset
27150
27151 testen
27152 \begin_inset Quotes grd
27153 \end_inset
27154
27155
27156 \begin_inset ERT
27157 status collapsed
27158
27159 \begin_layout Standard
27160
27161 }
27162 \end_layout
27163
27164 \end_inset
27165
27166  um 0.5\InsetSpace \thinspace{}
27167 cm nach oben verschoben wurde.
27168  Jetzt überschneiden sich die verschobenen Worte.
27169 \end_layout
27170
27171 \begin_layout Section
27172 Farbige Boxen
27173 \begin_inset LatexCommand label
27174 name "abs:Farbige-Boxen"
27175
27176 \end_inset
27177
27178
27179 \begin_inset LatexCommand index
27180 name "Boxen ! farbig"
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Subsection
27188 Text-Hintergrundfarbe
27189 \begin_inset LatexCommand index
27190 name "Farbe ! für Text-Hintergrund"
27191
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \begin_layout Standard
27198 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
27199  sogenannten 
27200 \begin_inset Quotes gld
27201 \end_inset
27202
27203 colorbox
27204 \begin_inset Quotes grd
27205 \end_inset
27206
27207  stehen.
27208  Dafür muss das LaTeX-Paket 
27209 \series bold
27210 color
27211 \series default
27212
27213 \begin_inset LatexCommand index
27214 name "LaTeX-Pakete ! color"
27215
27216 \end_inset
27217
27218  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
27219 \end_layout
27220
27221 \begin_layout Standard
27222
27223 \series bold
27224
27225 \backslash
27226 @ifundef\SpecialChar \textcompwordmark{}
27227 ined{textcolor}
27228 \newline
27229
27230 \begin_inset ERT
27231 status collapsed
27232
27233 \begin_layout Standard
27234
27235
27236 \backslash
27237 hphantom{ }
27238 \end_layout
27239
27240 \end_inset
27241
27242 {
27243 \backslash
27244 usepackage{color}}{}
27245 \end_layout
27246
27247 \begin_layout Standard
27248 Wenn Sie Text einfärben, lädt LyX das Paket 
27249 \series bold
27250 color
27251 \series default
27252  automatisch.
27253 \begin_inset Foot
27254 status collapsed
27255
27256 \begin_layout Standard
27257 Der Befehl 
27258 \series bold
27259
27260 \backslash
27261 @ifundef\SpecialChar \textcompwordmark{}
27262 ined
27263 \series default
27264  vermeidet, dass es in diesem Fall doppelt geladen wird.
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Standard
27273 \begin_inset VSpace medskip
27274 \end_inset
27275
27276 Colorboxen werden mit dem Befehl 
27277 \series bold
27278
27279 \backslash
27280 colorbox
27281 \series default
27282  erzeugt:
27283 \end_layout
27284
27285 \begin_layout Standard
27286
27287 \series bold
27288
27289 \backslash
27290 colorbox{Farbe}{Boxinhalt}
27291 \end_layout
27292
27293 \begin_layout Standard
27294 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
27295  Boxen sein.
27296 \end_layout
27297
27298 \begin_layout Standard
27299 Die folgenden Farben sind vordefiniert (
27300 \begin_inset Graphics
27301         filename ../../images/dialog-show_character.xpm
27302         scale 70
27303         scaleBeforeRotation
27304         BoundingBox 0bp 0bp 22bp 22bp
27305
27306 \end_inset
27307
27308 \SpecialChar \menuseparator
27309
27310 \family sans
27311 Farbe
27312 \family default
27313 ):
27314 \family sans
27315  schwarz
27316 \family default
27317
27318 \family sans
27319 wei
27320 \family default
27321 ß, 
27322 \family sans
27323 rot
27324 \family default
27325 \series bold
27326 ,
27327 \series default
27328  
27329 \family sans
27330 grün
27331 \family default
27332
27333 \family sans
27334 blau
27335 \family default
27336
27337 \family sans
27338 türkis
27339 \family default
27340
27341 \family sans
27342 purpurrot
27343 \family default
27344  und 
27345 \family sans
27346 gelb
27347 \family default
27348 .
27349 \end_layout
27350
27351 \begin_layout Standard
27352 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt\InsetSpace ~
27353
27354 \begin_inset LatexCommand ref
27355 reference "abs:Farbige-Tabellen"
27356
27357 \end_inset
27358
27359  beschrieben.
27360 \end_layout
27361
27362 \begin_layout Standard
27363 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
27364  den ERT-Befehl
27365 \end_layout
27366
27367 \begin_layout Standard
27368
27369 \series bold
27370
27371 \backslash
27372 colorbox{red}{
27373 \end_layout
27374
27375 \begin_layout Standard
27376 vor dem Wort ein.
27377  Hinter dem Wort fügen Sie 
27378 \series bold
27379
27380 \begin_inset Quotes gld
27381 \end_inset
27382
27383 }
27384 \series default
27385
27386 \begin_inset Quotes grd
27387 \end_inset
27388
27389  als ERT ein.
27390  Hier ist das Ergebnis:
27391 \end_layout
27392
27393 \begin_layout Standard
27394 In dieser Zeile hat 
27395 \begin_inset ERT
27396 status collapsed
27397
27398 \begin_layout Standard
27399
27400
27401 \backslash
27402 colorbox{red}{
27403 \end_layout
27404
27405 \end_inset
27406
27407 Achtung!
27408 \begin_inset ERT
27409 status collapsed
27410
27411 \begin_layout Standard
27412
27413 }
27414 \end_layout
27415
27416 \end_inset
27417
27418  einen roten Hintergrund.
27419 \end_layout
27420
27421 \begin_layout Standard
27422 \begin_inset VSpace bigskip
27423 \end_inset
27424
27425 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
27426  
27427 \series bold
27428
27429 \backslash
27430 fcolorbox
27431 \series default
27432  verwenden:
27433 \end_layout
27434
27435 \begin_layout Standard
27436
27437 \series bold
27438
27439 \backslash
27440 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
27441 \end_layout
27442
27443 \begin_layout Standard
27444
27445 \series bold
27446
27447 \backslash
27448 fcolorbox
27449 \series default
27450  ist eine Erweiterung von 
27451 \series bold
27452
27453 \backslash
27454 colorbox
27455 \series default
27456 .
27457  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
27458  
27459 \series bold
27460
27461 \backslash
27462 fboxrule
27463 \series default
27464  und 
27465 \series bold
27466
27467 \backslash
27468 fboxsep
27469 \series default
27470  gesteuert werden, wie in Abschnitt\InsetSpace ~
27471
27472 \begin_inset LatexCommand ref
27473 reference "abs:Gerahmte-Boxen"
27474
27475 \end_inset
27476
27477  beschrieben.
27478 \end_layout
27479
27480 \begin_layout Standard
27481 Für das folgende Beispiel wurde der Befehl
27482 \end_layout
27483
27484 \begin_layout Standard
27485
27486 \series bold
27487
27488 \backslash
27489 fcolorbox{cyan}{magenta}{
27490 \end_layout
27491
27492 \begin_layout Standard
27493 benutzt.
27494  Hier wurden die Rahmendicke und der Abstand auf 1\InsetSpace \thinspace{}
27495 mm gesetzt:
27496 \newline
27497
27498 \begin_inset ERT
27499 status collapsed
27500
27501 \begin_layout Standard
27502
27503
27504 \backslash
27505 fboxrule 1mm 
27506 \backslash
27507 fboxsep 1mm
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \begin_inset ERT
27514 status collapsed
27515
27516 \begin_layout Standard
27517
27518
27519 \backslash
27520 fcolorbox{cyan}{green}{
27521 \end_layout
27522
27523 \end_inset
27524
27525 Dies ist Text in einer farbigen, gerahmten Box.
27526 \begin_inset ERT
27527 status collapsed
27528
27529 \begin_layout Standard
27530
27531 }
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \begin_layout Standard
27540 \begin_inset VSpace bigskip
27541 \end_inset
27542
27543 Natürlich gibt es auch farbigen Text in einer Colorbox:
27544 \newline
27545
27546 \begin_inset ERT
27547 status collapsed
27548
27549 \begin_layout Standard
27550
27551
27552 \backslash
27553 fcolorbox{cyan}{green}{
27554 \end_layout
27555
27556 \end_inset
27557
27558
27559 \color yellow
27560 Dies ist farbiger Text in einer farbigen, gerahmten Box.
27561 \color none
27562
27563 \begin_inset ERT
27564 status collapsed
27565
27566 \begin_layout Standard
27567
27568 }
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \begin_inset ERT
27575 status collapsed
27576
27577 \begin_layout Standard
27578
27579
27580 \backslash
27581 fboxrule 0.4pt 
27582 \backslash
27583 fboxsep 3pt
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Standard
27592 \begin_inset VSpace bigskip
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \begin_layout Standard
27599 \begin_inset Note Greyedout
27600 status open
27601
27602 \begin_layout Standard
27603 \noindent
27604
27605 \series bold
27606 Bemerkung:
27607 \series default
27608  Text in Colorboxen kann nicht umgebrochen werden.
27609  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
27610  wie im folgenden beschrieben.
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Subsection
27619 Farbe für Absätze
27620 \begin_inset LatexCommand label
27621 name "uab:Farbe-für-Absätze"
27622
27623 \end_inset
27624
27625
27626 \begin_inset LatexCommand index
27627 name "Farbe ! für Absätze"
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Standard
27635 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
27636  den Text in eine Minipage stellen.
27637  Vor der Minipage fügen Sie den ERT-Befehl
27638 \end_layout
27639
27640 \begin_layout Standard
27641
27642 \series bold
27643
27644 \backslash
27645 colorbox{color}{
27646 \end_layout
27647
27648 \begin_layout Standard
27649 ein.
27650  Hinter der Minipage fügen Sie 
27651 \series bold
27652
27653 \begin_inset Quotes gld
27654 \end_inset
27655
27656 }
27657 \series default
27658
27659 \begin_inset Quotes grd
27660 \end_inset
27661
27662  als ERT ein.
27663 \end_layout
27664
27665 \begin_layout Standard
27666 \begin_inset ERT
27667 status collapsed
27668
27669 \begin_layout Standard
27670
27671
27672 \backslash
27673 colorbox{hellgrau}{
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \begin_inset Box Frameless
27680 position "t"
27681 hor_pos "c"
27682 has_inner_box 1
27683 inner_pos "t"
27684 use_parbox 0
27685 width "100col%"
27686 special "none"
27687 height "1in"
27688 height_special "totalheight"
27689 status collapsed
27690
27691 \begin_layout Standard
27692 Dies ist Text mit einer Hintergrundfarbe.
27693  Dies ist Text mit einer Hintergrundfarbe.
27694 \end_layout
27695
27696 \begin_layout Standard
27697 Der Text kann Fußnoten
27698 \begin_inset Foot
27699 status open
27700
27701 \begin_layout Standard
27702 Eine weitere Fußnote
27703 \end_layout
27704
27705 \end_inset
27706
27707  und Tabellen und Abbildungen enthalten.
27708 \end_layout
27709
27710 \begin_layout Standard
27711 \align center
27712 \begin_inset Tabular
27713 <lyxtabular version="3" rows="3" columns="3">
27714 <features>
27715 <column alignment="center" valignment="top" leftline="true" width="0">
27716 <column alignment="center" valignment="top" leftline="true" width="0">
27717 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27718 <row topline="true">
27719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27720 \begin_inset Text
27721
27722 \begin_layout Standard
27723 a
27724 \end_layout
27725
27726 \end_inset
27727 </cell>
27728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27729 \begin_inset Text
27730
27731 \begin_layout Standard
27732 !
27733 \end_layout
27734
27735 \end_inset
27736 </cell>
27737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27738 \begin_inset Text
27739
27740 \begin_layout Standard
27741 3
27742 \end_layout
27743
27744 \end_inset
27745 </cell>
27746 </row>
27747 <row topline="true">
27748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27749 \begin_inset Text
27750
27751 \begin_layout Standard
27752 <
27753 \end_layout
27754
27755 \end_inset
27756 </cell>
27757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27758 \begin_inset Text
27759
27760 \begin_layout Standard
27761 b2
27762 \begin_inset Quotes erd
27763 \end_inset
27764
27765 |
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Standard
27774 >
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 </row>
27780 <row topline="true" bottomline="true">
27781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27782 \begin_inset Text
27783
27784 \begin_layout Standard
27785 1
27786 \end_layout
27787
27788 \end_inset
27789 </cell>
27790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27791 \begin_inset Text
27792
27793 \begin_layout Standard
27794 §
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Standard
27803 c
27804 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 </row>
27809 </lyxtabular>
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \end_inset
27817
27818
27819 \begin_inset ERT
27820 status collapsed
27821
27822 \begin_layout Standard
27823
27824 }
27825 \end_layout
27826
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \begin_layout Section
27833 URL (Uniform Resource Locator)
27834 \begin_inset LatexCommand index
27835 name "URL"
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \begin_layout Standard
27843 Internet- oder Email-Adressen können mit 
27844 \begin_inset Graphics
27845         filename ../../images/url-insert.xpm
27846         scale 70
27847         scaleBeforeRotation
27848         BoundingBox 0bp 0bp 22bp 22bp
27849
27850 \end_inset
27851
27852  oder
27853 \family sans
27854  Einfügen\SpecialChar \menuseparator
27855 URL
27856 \family default
27857  eingefügt werden.
27858  Das Dialogfenster 
27859 \family sans
27860 URL
27861 \family default
27862  hat zwei Felder: 
27863 \family sans
27864 URL
27865 \family default
27866  für die Adresse und 
27867 \family sans
27868 Name
27869 \family default
27870  für die URL-Beschreibung, die vor der URL gedruckt wird.
27871 \end_layout
27872
27873 \begin_layout Standard
27874 Hier ist ein Beispiel: 
27875 \begin_inset LatexCommand url
27876 name "LyX-Homepage:"
27877 target "http://www.lyx.org"
27878
27879 \end_inset
27880
27881 .
27882 \end_layout
27883
27884 \begin_layout Standard
27885 Die Option 
27886 \family sans
27887 Hyperlink
27888 \family default
27889 \InsetSpace ~
27890
27891 \family sans
27892 erzeugen
27893 \family default
27894  ist dann von Bedeutung, wenn Sie Ihr Dokument als 
27895 \family sans
27896 LinuxDoc
27897 \family default
27898  exportieren.
27899 \end_layout
27900
27901 \begin_layout Standard
27902 Das Aussehen des Textes können Sie nicht ändern.
27903  Der Text im 
27904 \family sans
27905 Name
27906 \family default
27907 -Feld wird so gedruckt wie der Text Ihres Dokumentes und der Text 
27908 \family sans
27909 des URL
27910 \family default
27911 -Feldes im Stil 
27912 \family sans
27913
27914 \begin_inset Quotes gld
27915 \end_inset
27916
27917 Schreibmaschine
27918 \family default
27919
27920 \begin_inset Quotes grd
27921 \end_inset
27922
27923 .
27924 \end_layout
27925
27926 \begin_layout Standard
27927 Wenn Sie das LaTeX-Paket 
27928 \series bold
27929 hyperref
27930 \series default
27931
27932 \begin_inset LatexCommand index
27933 name "LaTeX-Pakete ! hyperref"
27934
27935 \end_inset
27936
27937  benutzen, um Querverweise in der Druckvorschau zu verlinken, werden die
27938  URLs automatisch zu anklickbaren Hyperlinks in DVI- und PDF-Vorschau.
27939 \end_layout
27940
27941 \begin_layout Standard
27942 \begin_inset Note Greyedout
27943 status open
27944
27945 \begin_layout Standard
27946
27947 \series bold
27948 Bemerkung:
27949 \series default
27950  Wenn Sie die folgenden Buchstaben benutzen wollen, müssen Sie mit einem
27951  vorangestellten 
27952 \begin_inset Quotes gld
27953 \end_inset
27954
27955
27956 \backslash
27957
27958 \begin_inset Quotes grd
27959 \end_inset
27960
27961  eingeben: 
27962 \begin_inset Quotes gld
27963 \end_inset
27964
27965
27966 \backslash
27967 %
27968 \begin_inset Quotes grd
27969 \end_inset
27970
27971
27972 \begin_inset Quotes gld
27973 \end_inset
27974
27975
27976 \backslash
27977 #
27978 \begin_inset Quotes grd
27979 \end_inset
27980
27981
27982 \begin_inset Quotes gld
27983 \end_inset
27984
27985
27986 \backslash
27987 ^
27988 \begin_inset Quotes grd
27989 \end_inset
27990
27991 .
27992  URLs dürfen nicht mit einem 
27993 \begin_inset Quotes gld
27994 \end_inset
27995
27996
27997 \backslash
27998
27999 \begin_inset Quotes grd
28000 \end_inset
28001
28002  aufhören.
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \begin_layout Standard
28011 Um wirkliche Hyperlinks zu erzeugen, ohne gezwungen zu sein, die Link-Adresse
28012  im Text angeben zu müssen, können Sie den ERT-Befehl
28013 \end_layout
28014
28015 \begin_layout Standard
28016
28017 \series bold
28018
28019 \backslash
28020 href{Linkadresse}{Linktext}
28021 \end_layout
28022
28023 \begin_layout Standard
28024 benutzen.
28025  Um z.\InsetSpace \thinspace{}
28026 B.
28027  einen Link auf LyXs Webseite zu setzen, schreiben Sie den ERT-Befehl
28028 \end_layout
28029
28030 \begin_layout Standard
28031
28032 \series bold
28033
28034 \backslash
28035 href{http://www.lyx.org}{
28036 \end_layout
28037
28038 \begin_layout Standard
28039 Danach fügen Sie den Linktext 
28040 \begin_inset Quotes gld
28041 \end_inset
28042
28043 LyX-Homepage
28044 \begin_inset Quotes grd
28045 \end_inset
28046
28047  als normalen Text ein, gefolgt von einer schließenden geschweiften Klammer
28048  
28049 \begin_inset Quotes gld
28050 \end_inset
28051
28052
28053 \series bold
28054 }
28055 \series default
28056
28057 \begin_inset Quotes grd
28058 \end_inset
28059
28060  als ERT.
28061  Dies ist das Ergebnis:
28062 \newline
28063
28064 \begin_inset ERT
28065 status collapsed
28066
28067 \begin_layout Standard
28068
28069
28070 \backslash
28071 href{http://www.lyx.org}{
28072 \end_layout
28073
28074 \end_inset
28075
28076 LyX-Homepage
28077 \begin_inset ERT
28078 status collapsed
28079
28080 \begin_layout Standard
28081
28082 }
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \end_layout
28089
28090 \begin_layout Standard
28091 Für Email-Adressen setzen Sie 
28092 \family sans
28093
28094 \begin_inset Quotes gld
28095 \end_inset
28096
28097 mailto:
28098 \family default
28099
28100 \begin_inset Quotes grd
28101 \end_inset
28102
28103  vor die Adresse:
28104 \newline
28105 Email an 
28106 \begin_inset ERT
28107 status collapsed
28108
28109 \begin_layout Standard
28110
28111
28112 \backslash
28113 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
28114 \end_layout
28115
28116 \end_inset
28117
28118 lyx-docs Mailing-Liste
28119 \begin_inset ERT
28120 status collapsed
28121
28122 \begin_layout Standard
28123
28124 }
28125 \end_layout
28126
28127 \end_inset
28128
28129 .
28130 \end_layout
28131
28132 \begin_layout Standard
28133 Wenn Sie 
28134 \series bold
28135
28136 \backslash
28137 href
28138 \series default
28139  anstatt LyXs URL-Box benutzen, hat das den Vorteil, dass Sie einen eigenen
28140  Textstil definieren können.
28141  Sie können dann auch Trennhilfen und manuelle Zeilenumbrüche setzen, damit
28142  lange Texte richtig umgebrochen werden.
28143  Des Weiteren können Sie mit einer Option in 
28144 \series bold
28145 hyperref
28146 \series default
28147 s
28148 \series bold
28149  
28150 \series default
28151 Ladebefehl denselben Stil für alle Hyperlinks definieren und die oben erwähnten
28152  Einschränkungen gelten nicht für 
28153 \series bold
28154
28155 \backslash
28156 href
28157 \series default
28158 .
28159 \end_layout
28160
28161 \begin_layout Chapter
28162 Externe Dateien
28163 \begin_inset LatexCommand index
28164 name "Dateien ! externe"
28165
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \begin_layout Standard
28172 Mit 
28173 \family sans
28174 Einfügen\SpecialChar \menuseparator
28175 Datei
28176 \family default
28177  können Sie fremdes Material in Ihr Dokument einsetzen.
28178  Das kann folgendes sein:
28179 \end_layout
28180
28181 \begin_layout Description
28182 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
28183  eingefügt.
28184 \end_layout
28185
28186 \begin_layout Description
28187 Einfacher\InsetSpace ~
28188 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz
28189  in Ihr Dokument eingefügt.
28190 \end_layout
28191
28192 \begin_layout Description
28193 Einfacher\InsetSpace ~
28194 Text,\InsetSpace ~
28195 Zeilen\InsetSpace ~
28196 verbinden Ein Text-Dokument; Zeilen werden so eingefügt,
28197  wie sie sind.
28198  Leerzeilen trennen die Absätze.
28199 \end_layout
28200
28201 \begin_layout Description
28202 Externes\InsetSpace ~
28203 Material Dateien in verschiedenen Formaten.
28204 \end_layout
28205
28206 \begin_layout Description
28207 Unterdokument LyX- oder LaTeX-Dokumente.
28208 \end_layout
28209
28210 \begin_layout Section
28211 Externes Material
28212 \begin_inset LatexCommand index
28213 name "Externes Material"
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \begin_layout Standard
28221 Mit 
28222 \family sans
28223 Einfügen\SpecialChar \menuseparator
28224 Datei\SpecialChar \menuseparator
28225  Externes Material
28226 \family default
28227  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
28228  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
28229  weil LyX sich darum kümmert.
28230  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
28231  eingefügt werden können.
28232 \end_layout
28233
28234 \begin_layout Standard
28235 Zur Zeit können Sie folgende Dateitypen (
28236 \family sans
28237 Vorlagen
28238 \family default
28239 ) benutzen:
28240 \end_layout
28241
28242 \begin_layout Description
28243 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
28244 \begin_inset ERT
28245 status collapsed
28246
28247 \begin_layout Standard
28248
28249
28250 \backslash
28251 href{http://en.wikipedia.org/wiki/XBoard}{
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \series bold
28258 XBoard
28259 \series default
28260
28261 \begin_inset ERT
28262 status collapsed
28263
28264 \begin_layout Standard
28265
28266 }
28267 \end_layout
28268
28269 \end_inset
28270
28271  erzeugt wurden.
28272 \end_layout
28273
28274 \begin_layout Description
28275 Datum fügt ein Datum mit dem Format 
28276 \emph on
28277 Tag-Monat-Jahr
28278 \emph default
28279  ein.
28280  Hier ist ein Beispiel: 
28281 \begin_inset External
28282         template Date
28283         filename .
28284
28285 \end_inset
28286
28287 .
28288 \newline
28289 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
28290  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
28291  Menü 
28292 \family sans
28293 Einfügen\SpecialChar \menuseparator
28294 Datum
28295 \family default
28296  und mit dem LaTeX-Befehl 
28297 \series bold
28298
28299 \backslash
28300 today
28301 \series default
28302 .
28303  Die verschiedenen Methoden werden in Tabelle\InsetSpace ~
28304
28305 \begin_inset LatexCommand ref
28306 reference "tab:Vergleich-der-Datums-Eingaben"
28307
28308 \end_inset
28309
28310  verglichen.
28311 \end_layout
28312
28313 \begin_layout Description
28314 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
28315 \begin_inset ERT
28316 status collapsed
28317
28318 \begin_layout Standard
28319
28320
28321 \backslash
28322 href{http://en.wikipedia.org/wiki/LilyPond}{
28323 \end_layout
28324
28325 \end_inset
28326
28327
28328 \series bold
28329 LilyPond
28330 \series default
28331
28332 \begin_inset ERT
28333 status collapsed
28334
28335 \begin_layout Standard
28336
28337 }
28338 \end_layout
28339
28340 \end_inset
28341
28342  schreiben.
28343 \end_layout
28344
28345 \begin_layout Description
28346 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
28347  Fast alle bekannten Bildformate werden unterstützt.
28348  Die Bilddateien können im Dialogfenster 
28349 \family sans
28350 Externes\InsetSpace ~
28351 Material
28352 \family default
28353  genauso behandelt werden wie die mit dem normalen 
28354 \family sans
28355 Grafik
28356 \family default
28357 -Dialog eingefügten, siehe Abschnitt\InsetSpace ~
28358
28359 \begin_inset LatexCommand ref
28360 reference "abs:Grafik-Dialog"
28361
28362 \end_inset
28363
28364 .
28365  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
28366  und EPS-Bilder werden nicht unterstützt.
28367 \end_layout
28368
28369 \begin_layout Description
28370 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
28371 \begin_inset ERT
28372 status collapsed
28373
28374 \begin_layout Standard
28375
28376
28377 \backslash
28378 href{http://en.wikipedia.org/wiki/Xfig}{
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \series bold
28385 Xfig
28386 \series default
28387
28388 \begin_inset ERT
28389 status collapsed
28390
28391 \begin_layout Standard
28392
28393 }
28394 \end_layout
28395
28396 \end_inset
28397
28398  erzeugt wurden.
28399 \end_layout
28400
28401 \begin_layout Standard
28402 \begin_inset Float table
28403 placement h
28404 wide false
28405 sideways false
28406 status open
28407
28408 \begin_layout Standard
28409 \begin_inset Caption
28410
28411 \begin_layout Standard
28412 \begin_inset LatexCommand label
28413 name "tab:Vergleich-der-Datums-Eingaben"
28414
28415 \end_inset
28416
28417 Vergleich der Datums-Eingaben
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \end_layout
28424
28425 \begin_layout Standard
28426 \align center
28427 \begin_inset Tabular
28428 <lyxtabular version="3" rows="4" columns="4">
28429 <features>
28430 <column alignment="center" valignment="top" leftline="true" width="0">
28431 <column alignment="center" valignment="top" leftline="true" width="0">
28432 <column alignment="center" valignment="top" leftline="true" width="0">
28433 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28434 <row topline="true">
28435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28436 \begin_inset Text
28437
28438 \begin_layout Standard
28439 Dokumentformat
28440 \end_layout
28441
28442 \end_inset
28443 </cell>
28444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout Standard
28448
28449 \family sans
28450 Externes Material\SpecialChar \menuseparator
28451 Datum
28452 \end_layout
28453
28454 \end_inset
28455 </cell>
28456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28457 \begin_inset Text
28458
28459 \begin_layout Standard
28460
28461 \family sans
28462 Einfügen\SpecialChar \menuseparator
28463 Datum
28464 \end_layout
28465
28466 \end_inset
28467 </cell>
28468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28469 \begin_inset Text
28470
28471 \begin_layout Standard
28472 Befehl 
28473 \series bold
28474
28475 \backslash
28476 today
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 </row>
28482 <row topline="true">
28483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28484 \begin_inset Text
28485
28486 \begin_layout Standard
28487 LyX
28488 \end_layout
28489
28490 \end_inset
28491 </cell>
28492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28493 \begin_inset Text
28494
28495 \begin_layout Standard
28496 als Box
28497 \end_layout
28498
28499 \end_inset
28500 </cell>
28501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28502 \begin_inset Text
28503
28504 \begin_layout Standard
28505 als Datum
28506 \end_layout
28507
28508 \end_inset
28509 </cell>
28510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28511 \begin_inset Text
28512
28513 \begin_layout Standard
28514 als ERT-Befehl
28515 \end_layout
28516
28517 \end_inset
28518 </cell>
28519 </row>
28520 <row topline="true">
28521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28522 \begin_inset Text
28523
28524 \begin_layout Standard
28525 LaTeX
28526 \end_layout
28527
28528 \end_inset
28529 </cell>
28530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28531 \begin_inset Text
28532
28533 \begin_layout Standard
28534 als Datum
28535 \end_layout
28536
28537 \end_inset
28538 </cell>
28539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28540 \begin_inset Text
28541
28542 \begin_layout Standard
28543 als Datum
28544 \end_layout
28545
28546 \end_inset
28547 </cell>
28548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28549 \begin_inset Text
28550
28551 \begin_layout Standard
28552 als Befehl
28553 \end_layout
28554
28555 \end_inset
28556 </cell>
28557 </row>
28558 <row topline="true" bottomline="true">
28559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28560 \begin_inset Text
28561
28562 \begin_layout Standard
28563 DVI, PDF, PS
28564 \end_layout
28565
28566 \end_inset
28567 </cell>
28568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Standard
28572 als Datum
28573 \end_layout
28574
28575 \end_inset
28576 </cell>
28577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28578 \begin_inset Text
28579
28580 \begin_layout Standard
28581 als Datum
28582 \end_layout
28583
28584 \end_inset
28585 </cell>
28586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Standard
28590 als Datum
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 </row>
28596 </lyxtabular>
28597
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Standard
28609 Wenn Sie im Dialogfenster
28610 \family sans
28611  Externes\InsetSpace ~
28612 Material 
28613 \family default
28614 in der Karteikarte
28615 \family sans
28616  Datei
28617 \family default
28618  die Option 
28619 \family sans
28620 Entwurf
28621 \family default
28622  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
28623 \end_layout
28624
28625 \begin_layout Standard
28626 LyX kann externes Material entweder als Box wie hier: 
28627 \begin_inset Graphics
28628         filename clipart/ExternesMaterialQt4.png
28629         lyxscale 80
28630         scale 60
28631         scaleBeforeRotation
28632
28633 \end_inset
28634
28635  oder als Bild darstellen.
28636  Das hängt davon ab, ob Sie im Dialogfenster
28637 \family sans
28638  Externes\InsetSpace ~
28639 Material 
28640 \family default
28641 in der Karteikarte 
28642 \family sans
28643 Ly
28644 \begin_inset ERT
28645 status collapsed
28646
28647 \begin_layout Standard
28648
28649 {}
28650 \end_layout
28651
28652 \end_inset
28653
28654 X-Ansicht
28655 \family default
28656  die Option 
28657 \family sans
28658 in\InsetSpace ~
28659 Ly
28660 \begin_inset ERT
28661 status collapsed
28662
28663 \begin_layout Standard
28664
28665 {}
28666 \end_layout
28667
28668 \end_inset
28669
28670 X\InsetSpace ~
28671 anzeigen
28672 \family default
28673  gewählt haben oder nicht.
28674 \end_layout
28675
28676 \begin_layout Standard
28677 Im LyX-Handbuch 
28678 \family sans
28679 \emph on
28680 Anpassung
28681 \family default
28682 \emph default
28683  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
28684 \end_layout
28685
28686 \begin_layout Section
28687 Unterdokumente
28688 \begin_inset LatexCommand label
28689 name "abs:Unterdokumente"
28690
28691 \end_inset
28692
28693
28694 \begin_inset LatexCommand index
28695 name "Unterdokument"
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \begin_layout Standard
28703 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
28704  oder Abschnitten bestehen.
28705  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
28706  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
28707 \end_layout
28708
28709 \begin_layout Standard
28710 Unterdokumente werden in LyX als Box angezeigt: 
28711 \begin_inset Graphics
28712         filename clipart/UnterdokumentQt4.png
28713         lyxscale 80
28714         scale 60
28715         scaleBeforeRotation
28716
28717 \end_inset
28718
28719 .
28720  Sie werden über
28721 \family sans
28722  Einfügen\SpecialChar \menuseparator
28723 Datei\SpecialChar \menuseparator
28724 Unterdokument
28725 \family default
28726  eingebunden, was das Dialogfenster
28727 \family sans
28728  Unterdokument
28729 \family default
28730  öffnet.
28731  Für 
28732 \family sans
28733 die Art\InsetSpace ~
28734 der\InsetSpace ~
28735 Einbindung
28736 \family default
28737  gibt es dort vier Möglichkeiten:
28738 \end_layout
28739
28740 \begin_layout Description
28741 Include Sie können LyX- und LaTeX-Dokumente einbinden.
28742  Wenn Sie im Dialogfenster
28743 \family sans
28744  Unterdokument
28745 \family default
28746  auf 
28747 \family sans
28748 Öffnen
28749 \family default
28750  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
28751  und sie können es editieren.
28752 \newline
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 Hier wird ein Unterdokument
28758 \family sans
28759  
28760 \family default
28761 per 
28762 \family sans
28763 Include
28764 \family default
28765  eingebunden: 
28766 \begin_inset Include \include{DummyDocument1.lyx}
28767 preview false
28768
28769 \end_inset
28770
28771 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
28772  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
28773  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
28774 s.
28775  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt\InsetSpace ~
28776
28777 \begin_inset LatexCommand ref
28778 reference "uab:Externer-Unterabschnitt-1"
28779
28780 \end_inset
28781
28782 .
28783 \end_layout
28784
28785 \begin_layout Standard
28786 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
28787  wird benutzt.
28788  Unterdokumente, die per 
28789 \family sans
28790 Include
28791 \family default
28792  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
28793  und enden mit einem Seitenumbruch.
28794 \end_layout
28795
28796 \begin_layout Standard
28797 Mit dem LaTeX-Befehl 
28798 \series bold
28799
28800 \backslash
28801 includeonly 
28802 \series default
28803 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
28804  erstellt werden soll.
28805  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
28806  sehen wollen, und es geht schneller.
28807  
28808 \series bold
28809
28810 \backslash
28811 includeonly
28812 \series default
28813  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
28814  Im folgenden Beispiel:
28815 \end_layout
28816
28817 \begin_layout Standard
28818
28819 \series bold
28820
28821 \backslash
28822 includeonly{Kapitel1,Kapitel5}
28823 \end_layout
28824
28825 \begin_layout Standard
28826 werden nur die Dateien 
28827 \begin_inset Quotes gld
28828 \end_inset
28829
28830 Kapitel1.lyx
28831 \begin_inset Quotes grd
28832 \end_inset
28833
28834  (oder 
28835 \begin_inset Quotes gld
28836 \end_inset
28837
28838 Kapitel1.tex
28839 \begin_inset Quotes grd
28840 \end_inset
28841
28842 ) und 
28843 \begin_inset Quotes gld
28844 \end_inset
28845
28846 Kapitel5.lyx
28847 \begin_inset Quotes grd
28848 \end_inset
28849
28850
28851 \series bold
28852  
28853 \series default
28854 eingebunden.
28855 \end_layout
28856
28857 \begin_layout Standard
28858 \begin_inset Note Greyedout
28859 status open
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864 Bemerkung:
28865 \series default
28866  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
28867  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
28868  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
28869  Ergebnissen führen wird.
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Description
28878 Input Diese Methode ist 
28879 \family sans
28880 Include
28881 \family default
28882  sehr ähnlich mit folgenden Unterschieden:
28883 \end_layout
28884
28885 \begin_deeper
28886 \begin_layout Itemize
28887 Unterdokumente, die per 
28888 \family sans
28889 Input
28890 \family default
28891  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
28892  Seite und enden NICHT mit einem Seitenumbruch.
28893 \end_layout
28894
28895 \begin_layout Itemize
28896 Unterdokumente, die per 
28897 \family sans
28898 Input
28899 \family default
28900  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
28901 \family sans
28902  Unterdokument Vorschau\InsetSpace ~
28903 anzeigen
28904 \family default
28905  angekreuzt wurde und in den LyX-
28906 \family sans
28907 Einstellungen\SpecialChar \menuseparator
28908 Aussehen\InsetSpace ~
28909 &\InsetSpace ~
28910 Handhabung\SpecialChar \menuseparator
28911 Grafik Sofortige\InsetSpace ~
28912 Vorschau
28913 \family default
28914  auf 
28915 \family sans
28916 An
28917 \family default
28918  gesetzt wurde.
28919  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
28920  aus.
28921 \end_layout
28922
28923 \begin_layout Itemize
28924 Der LaTeX-Befehl 
28925 \series bold
28926
28927 \backslash
28928 includeonly
28929 \series default
28930  kann nicht benutzt werden.
28931 \end_layout
28932
28933 \end_deeper
28934 \begin_layout Standard
28935 Hier ist ein Unterdokument, das mit
28936 \family sans
28937  Input
28938 \family default
28939  eingebunden wurde: 
28940 \begin_inset Include \input{DummyDocument2.lyx}
28941 preview false
28942
28943 \end_inset
28944
28945 .
28946 \end_layout
28947
28948 \begin_layout Description
28949 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
28950   In der Druckvorschau wird für den Text der Stil 
28951 \family typewriter
28952 Schreibmaschine
28953 \family default
28954  verwendet.
28955  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
28956  Wenn Sie im Dialogfenster
28957 \family sans
28958  Unterdokument Leerzeichen\InsetSpace ~
28959 bei\InsetSpace ~
28960 der\InsetSpace ~
28961 Ausgabe\InsetSpace ~
28962 kennzeichnen 
28963 \family default
28964 ankreuzen, wird in der Druckvorschau das Zeichen 
28965 \begin_inset Quotes gld
28966 \end_inset
28967
28968
28969 \begin_inset ERT
28970 status collapsed
28971
28972 \begin_layout Standard
28973
28974
28975 \backslash
28976 textvisiblespace 
28977 \end_layout
28978
28979 \end_inset
28980
28981
28982 \begin_inset Quotes grd
28983 \end_inset
28984
28985  für jedes Leerzeichen eingefügt.
28986 \newline
28987 Im Gegensatz zu 
28988 \family sans
28989 Einfügen\SpecialChar \menuseparator
28990 Datei\SpecialChar \menuseparator
28991 Einfacher\InsetSpace ~
28992 Text
28993 \family default
28994  wird bei 
28995 \family sans
28996 Unformatiert
28997 \family default
28998  der Dateiinhalt in LyX nicht dargestellt.
28999 \end_layout
29000
29001 \begin_layout Standard
29002 Hier ist ein Unterdokument, das mit
29003 \family sans
29004  Unformatiert
29005 \family default
29006  eingebunden wurde: 
29007 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
29008 preview false
29009
29010 \end_inset
29011
29012
29013 \begin_inset VSpace bigskip
29014 \end_inset
29015
29016 Hier ist ein Unterdokument, das mit
29017 \family sans
29018  Unformatiert
29019 \family default
29020  eingebunden wurde und
29021 \family sans
29022  Leerzeichen\InsetSpace ~
29023 bei\InsetSpace ~
29024 der\InsetSpace ~
29025 Ausgabe\InsetSpace ~
29026 kennzeichnen
29027 \family default
29028  angekreuzt hat: 
29029 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
29030 preview false
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Standard
29038 \begin_inset VSpace bigskip
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Standard
29045 \begin_inset Note Greyedout
29046 status open
29047
29048 \begin_layout Standard
29049
29050 \series bold
29051 Bemerkung:
29052 \series default
29053  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
29054  
29055 \family sans
29056 Unformatiert
29057 \family default
29058  eingebunden werden, am Zeilenende nicht umgebrochen.
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \end_layout
29065
29066 \begin_layout Description
29067 Listing Dieser Typ wird in Kapitel\InsetSpace ~
29068
29069 \begin_inset LatexCommand ref
29070 reference "kap:Programm-Code-Listen"
29071
29072 \end_inset
29073
29074  beschrieben.
29075 \end_layout
29076
29077 \begin_layout Standard
29078 \begin_inset Note Greyedout
29079 status open
29080
29081 \begin_layout Standard
29082
29083 \series bold
29084 Bemerkung:
29085 \series default
29086  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
29087  das zu LaTeX-Problemen führen.
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Chapter
29096 Programm-Code-Listen
29097 \begin_inset LatexCommand label
29098 name "kap:Programm-Code-Listen"
29099
29100 \end_inset
29101
29102
29103 \begin_inset LatexCommand index
29104 name "Listen"
29105
29106 \end_inset
29107
29108
29109 \begin_inset LatexCommand index
29110 name "Programm-Code"
29111
29112 \end_inset
29113
29114
29115 \end_layout
29116
29117 \begin_layout Standard
29118 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
29119 \family sans
29120 Einfügen\SpecialChar \menuseparator
29121 Programmlisting
29122 \family default
29123  verwenden.
29124  Das LaTeX-Paket 
29125 \series bold
29126 listings
29127 \series default
29128
29129 \begin_inset LatexCommand index
29130 name "LaTeX-Pakete ! listings"
29131
29132 \end_inset
29133
29134  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
29135 \end_layout
29136
29137 \begin_layout Standard
29138 Ein Rechtsklick auf das 
29139 \family sans
29140 Listing
29141 \family default
29142 -Kästchen öffnet das Dialogfenster 
29143 \family sans
29144 Programm\SpecialChar \-
29145 listing-Einstellungen
29146 \family default
29147 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
29152  Die 
29153 \family sans
29154 Platzierung
29155 \family default
29156 -Option 
29157 \family sans
29158 Eingebettetes\InsetSpace ~
29159 Listing
29160 \family default
29161  druckt das Listing in der Zeile wie hier: 
29162 \begin_inset listings
29163 lstparams "language={C++}"
29164 inline true
29165 status open
29166
29167 \begin_layout Standard
29168
29169 int a=5;
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \newline
29176 Die Option 
29177 \family sans
29178 Gleitobjekt
29179 \family default
29180  erzeugt ein Listing-Gleitobjekt, dessen 
29181 \family sans
29182 Platzierung 
29183 \family default
29184 Sie mit 
29185 \family sans
29186 h
29187 \family default
29188
29189 \family sans
29190 t
29191 \family default
29192
29193 \family sans
29194 b
29195 \family default
29196  und 
29197 \family sans
29198 p
29199 \family default
29200 , analog zu den in Abschnitt\InsetSpace ~
29201
29202 \begin_inset LatexCommand ref
29203 reference "abs:Gleitobjekt-Platzierung"
29204
29205 \end_inset
29206
29207  beschriebenen Platzierungsoptionen festlegen können.
29208  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
29209  hintereinander angegeben, z.\InsetSpace \thinspace{}
29210 B.
29211  
29212 \begin_inset Quotes gld
29213 \end_inset
29214
29215
29216 \family sans
29217 htbp
29218 \family default
29219
29220 \begin_inset Quotes grd
29221 \end_inset
29222
29223 .
29224  Die Option 
29225 \begin_inset Quotes eld
29226 \end_inset
29227
29228 h
29229 \begin_inset Quotes erd
29230 \end_inset
29231
29232  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
29233  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
29238  zu verweisen: Listing\InsetSpace ~
29239
29240 \begin_inset LatexCommand ref
29241 reference "lst:Gleitendes-Programm-Listing"
29242
29243 \end_inset
29244
29245 .
29246 \end_layout
29247
29248 \begin_layout Standard
29249 \begin_inset listings
29250 lstparams "language=Python"
29251 inline false
29252 status open
29253
29254 \begin_layout Standard
29255
29256 \begin_inset Caption
29257
29258 \begin_layout Standard
29259 \begin_inset LatexCommand label
29260 name "lst:Gleitendes-Programm-Listing"
29261
29262 \end_inset
29263
29264 Gleitendes Programm-Listing
29265 \end_layout
29266
29267 \end_inset
29268
29269 # Gleitendes Programm-Listing
29270 \end_layout
29271
29272 \begin_layout Standard
29273
29274 def func(param):
29275 \end_layout
29276
29277 \begin_layout Standard
29278
29279     'Dies ist eine Python-Funktion'
29280 \end_layout
29281
29282 \begin_layout Standard
29283
29284     pass
29285 \end_layout
29286
29287 \end_inset
29288
29289
29290 \end_layout
29291
29292 \begin_layout Standard
29293 Wenn Sie eine Programmier-
29294 \family sans
29295 Sprache
29296 \family default
29297  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
29298  gedruckt, wie 
29299 \emph on
29300 #
29301 \emph default
29302
29303 \emph on
29304 def
29305 \emph default
29306  und 
29307 \emph on
29308 pass
29309 \emph default
29310  in Listing\InsetSpace ~
29311
29312 \begin_inset LatexCommand ref
29313 reference "lst:Gleitendes-Programm-Listing"
29314
29315 \end_inset
29316
29317 .
29318 \end_layout
29319
29320 \begin_layout Standard
29321 \begin_inset Note Greyedout
29322 status open
29323
29324 \begin_layout Standard
29325
29326 \series bold
29327 Bemerkung:
29328 \series default
29329  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
29330 \family typewriter
29331 Schreibmaschine
29332 \family default
29333  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
29334 h keine fett gedruckten Buchstaben.
29335  Wählen Sie in diesem Fall eine andere Schrift für 
29336 \family typewriter
29337 Schreibmaschine
29338 \family default
29339  im Menü 
29340 \family sans
29341 Dokument\SpecialChar \menuseparator
29342 Einstellungen\SpecialChar \menuseparator
29343 Schriften
29344 \family default
29345 .
29346  (Die Schriften 
29347 \emph on
29348 LuxiMono, BeraMono
29349 \emph default
29350  and 
29351 \emph on
29352 Courier
29353 \emph default
29354  enthalten fett gedruckte Buchstaben.)
29355 \end_layout
29356
29357 \end_inset
29358
29359
29360 \end_layout
29361
29362 \begin_layout Standard
29363 Im Abschnitt 
29364 \family sans
29365 Zeilennummerierung
29366 \family default
29367  des Dialog 
29368 \family sans
29369 Programm\SpecialChar \-
29370 listing-Einstellungen
29371 \family default
29372 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
29373  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
29374  werden soll und die 
29375 \family sans
29376 Schriftgröße
29377 \family default
29378  der Nummerierung.
29379 \end_layout
29380
29381 \begin_layout Standard
29382 Im Abschnitt 
29383 \family sans
29384 Bereich
29385 \family default
29386  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
29387  Im Abschnitt 
29388 \family sans
29389 Stil
29390 \family default
29391  legen Sie fest, wie die Liste ausgedruckt werden soll.
29392  Die Option 
29393 \family sans
29394 Erweiterte\InsetSpace ~
29395 Zeichentabelle
29396 \family default
29397  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
29398 \end_layout
29399
29400 \begin_layout Standard
29401 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
29402  Sprache 
29403 \begin_inset Quotes gld
29404 \end_inset
29405
29406 Python
29407 \begin_inset Quotes grd
29408 \end_inset
29409
29410 , den Optionen 
29411 \family sans
29412 Erweiterte\InsetSpace ~
29413 Zeichentabelle
29414 \family default
29415  und 
29416 \family sans
29417 Leerzeichen\InsetSpace ~
29418 als\InsetSpace ~
29419 Symbol
29420 \family default
29421  und Bereich 3\InsetSpace \thinspace{}
29422 -\InsetSpace \thinspace{}
29423 8:
29424 \end_layout
29425
29426 \begin_layout Standard
29427 \begin_inset listings
29428 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
29429 inline false
29430 status open
29431
29432 \begin_layout Standard
29433
29434 def func(param):
29435 \end_layout
29436
29437 \begin_layout Standard
29438
29439     'Dies ist eine Python-Funktion'
29440 \end_layout
29441
29442 \begin_layout Standard
29443
29444     pass
29445 \end_layout
29446
29447 \begin_layout Standard
29448
29449 def func(param):
29450 \end_layout
29451
29452 \begin_layout Standard
29453
29454 'Sonderzeichen: Tschüß'
29455 \end_layout
29456
29457 \begin_layout Standard
29458
29459 pass
29460 \end_layout
29461
29462 \begin_layout Standard
29463
29464 def func(param):
29465 \end_layout
29466
29467 \begin_layout Standard
29468
29469 'Dies ist eine Python-Funktion'
29470 \end_layout
29471
29472 \begin_layout Standard
29473
29474 pass
29475 \end_layout
29476
29477 \end_inset
29478
29479
29480 \end_layout
29481
29482 \begin_layout Standard
29483 \noindent
29484 \begin_inset Note Greyedout
29485 status open
29486
29487 \begin_layout Standard
29488
29489 \series bold
29490 Bemerkung:
29491 \series default
29492  Wegen eines Fehlers im 
29493 \series bold
29494 listings
29495 \series default
29496  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
29497  verschoben.
29498  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
29499  Liste nummeriert werden.
29500 \end_layout
29501
29502 \end_inset
29503
29504
29505 \end_layout
29506
29507 \begin_layout Standard
29508 \begin_inset VSpace bigskip
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \noindent
29516 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
29517  Das machen Sie mit
29518 \family sans
29519  Einfügen\SpecialChar \menuseparator
29520 Datei\SpecialChar \menuseparator
29521 Unterdokument
29522 \family default
29523  und der 
29524 \family sans
29525 Art\InsetSpace ~
29526 der\InsetSpace ~
29527 Einbindung
29528 \family default
29529  
29530 \family sans
29531 Listing
29532 \family default
29533 .
29534 \begin_inset Foot
29535 status collapsed
29536
29537 \begin_layout Standard
29538 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt\InsetSpace ~
29539
29540 \begin_inset LatexCommand ref
29541 reference "abs:Unterdokumente"
29542
29543 \end_inset
29544
29545  beschrieben.
29546 \end_layout
29547
29548 \end_inset
29549
29550  Im Dialogfenster
29551 \family sans
29552  Unterdokument
29553 \family default
29554  können Sie die Listing-Parameters unter 
29555 \family sans
29556 Weitere\InsetSpace ~
29557 Parameter
29558 \family default
29559  eingeben.
29560  Wenn Sie dort ein Fragezeichen 
29561 \begin_inset Quotes gld
29562 \end_inset
29563
29564 ?
29565 \begin_inset Quotes grd
29566 \end_inset
29567
29568  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
29569 det.
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
29574  Text ins Feld 
29575 \family sans
29576 Marke
29577 \family default
29578 , auf die dann wie üblich verwiesen werden kann.
29579 \end_layout
29580
29581 \begin_layout Standard
29582 Listing\InsetSpace ~
29583
29584 \begin_inset LatexCommand ref
29585 reference "lst:Datei-Listing"
29586
29587 \end_inset
29588
29589  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10\InsetSpace \thinspace{}
29590 -\InsetSpace \thinspace{}
29591 15
29592  gedruckt werden.
29593 \end_layout
29594
29595 \begin_layout Standard
29596 \begin_inset Include \lstinputlisting{EmbeddedObjects.lyx}[breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15]
29597 preview false
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \begin_inset VSpace bigskip
29606 \end_inset
29607
29608
29609 \end_layout
29610
29611 \begin_layout Standard
29612 \noindent
29613 Dokumentweite Listing-Eigenschaften können in
29614 \family sans
29615  Dokument\SpecialChar \menuseparator
29616 Einstellungen\SpecialChar \menuseparator
29617 Textformat\SpecialChar \menuseparator
29618 Listing-Einstellungen
29619 \family default
29620  festgelegt werden.
29621  Auch dort bekommt man durch Eingabe eines Fragezeichens 
29622 \begin_inset Quotes gld
29623 \end_inset
29624
29625 ?
29626 \begin_inset Quotes grd
29627 \end_inset
29628
29629  links davon eine Liste aller möglichen Parameter.
29630 \end_layout
29631
29632 \begin_layout Standard
29633 Weitere Informationen über das 
29634 \series bold
29635 listings
29636 \series default
29637 -Paket finden Sie in 
29638 \begin_inset LatexCommand cite
29639 key "listings"
29640
29641 \end_inset
29642
29643 .
29644 \newpage
29645
29646 \end_layout
29647
29648 \begin_layout Chapter
29649 \start_of_appendix
29650 In 
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Standard
29655
29656
29657 \backslash
29658 texorpdfstring{
29659 \end_layout
29660
29661 \end_inset
29662
29663 LyX
29664 \begin_inset ERT
29665 status collapsed
29666
29667 \begin_layout Standard
29668
29669 }{LyX}
29670 \end_layout
29671
29672 \end_inset
29673
29674  verfügbare Maßeinheiten
29675 \begin_inset LatexCommand label
29676 name "kap:In-LyX-verfügbare"
29677
29678 \end_inset
29679
29680
29681 \begin_inset LatexCommand index
29682 name "Einheiten"
29683
29684 \end_inset
29685
29686
29687 \begin_inset Note Note
29688 status collapsed
29689
29690 \begin_layout Standard
29691 Den Befehl
29692 \family typewriter
29693  
29694 \family default
29695 \series bold
29696
29697 \backslash
29698 texorpdfstring
29699 \series default
29700  stellt das LaTeX-Paket 
29701 \series bold
29702 hyperref
29703 \series default
29704  bereit, um zu verhindern, dass Ligaturen in PDF-Lesezeichen falsch dargestellt
29705  werden.
29706  Weitere Informationen finden Sie in 
29707 \begin_inset LatexCommand cite
29708 key "hyperref"
29709
29710 \end_inset
29711
29712 .
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \end_layout
29719
29720 \begin_layout Standard
29721 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
29722  Tabelle\InsetSpace ~
29723
29724 \begin_inset LatexCommand ref
29725 reference "tab:Maßeinheiten"
29726
29727 \end_inset
29728
29729  alle in LyX verfügbaren Maßeinheiten.
29730 \end_layout
29731
29732 \begin_layout Standard
29733 \begin_inset Float table
29734 placement h
29735 wide false
29736 sideways false
29737 status open
29738
29739 \begin_layout Standard
29740 \begin_inset Caption
29741
29742 \begin_layout Standard
29743 \begin_inset LatexCommand label
29744 name "tab:Maßeinheiten"
29745
29746 \end_inset
29747
29748 Maßeinheiten
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \end_layout
29755
29756 \begin_layout Standard
29757 \begin_inset VSpace medskip
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Standard
29764 \align center
29765 \begin_inset Tabular
29766 <lyxtabular version="3" rows="20" columns="2">
29767 <features>
29768 <column alignment="center" valignment="top" leftline="true" width="0">
29769 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29770 <row topline="true" bottomline="true">
29771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29772 \begin_inset Text
29773
29774 \begin_layout Standard
29775
29776 \series bold
29777 Maßeinheit
29778 \end_layout
29779
29780 \end_inset
29781 </cell>
29782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29783 \begin_inset Text
29784
29785 \begin_layout Standard
29786
29787 \series bold
29788 Name/Beschreibung
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 </row>
29794 <row topline="true">
29795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Standard
29799 mm
29800 \end_layout
29801
29802 \end_inset
29803 </cell>
29804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29805 \begin_inset Text
29806
29807 \begin_layout Standard
29808 Millimeter
29809 \end_layout
29810
29811 \end_inset
29812 </cell>
29813 </row>
29814 <row topline="true">
29815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29816 \begin_inset Text
29817
29818 \begin_layout Standard
29819 cm
29820 \end_layout
29821
29822 \end_inset
29823 </cell>
29824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29825 \begin_inset Text
29826
29827 \begin_layout Standard
29828 Zentimeter
29829 \end_layout
29830
29831 \end_inset
29832 </cell>
29833 </row>
29834 <row topline="true">
29835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29836 \begin_inset Text
29837
29838 \begin_layout Standard
29839 in
29840 \end_layout
29841
29842 \end_inset
29843 </cell>
29844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29845 \begin_inset Text
29846
29847 \begin_layout Standard
29848 Zoll (1\InsetSpace \thinspace{}
29849 in = 2.54\InsetSpace \thinspace{}
29850 cm
29851 \end_layout
29852
29853 \end_inset
29854 </cell>
29855 </row>
29856 <row topline="true">
29857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29858 \begin_inset Text
29859
29860 \begin_layout Standard
29861 pt
29862 \end_layout
29863
29864 \end_inset
29865 </cell>
29866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29867 \begin_inset Text
29868
29869 \begin_layout Standard
29870 Punkt (72.27\InsetSpace \thinspace{}
29871 pt = 1\InsetSpace \thinspace{}
29872 in)
29873 \end_layout
29874
29875 \end_inset
29876 </cell>
29877 </row>
29878 <row topline="true">
29879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29880 \begin_inset Text
29881
29882 \begin_layout Standard
29883 pc
29884 \end_layout
29885
29886 \end_inset
29887 </cell>
29888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29889 \begin_inset Text
29890
29891 \begin_layout Standard
29892 Pica (1\InsetSpace \thinspace{}
29893 pc = 12\InsetSpace \thinspace{}
29894 pt)
29895 \end_layout
29896
29897 \end_inset
29898 </cell>
29899 </row>
29900 <row topline="true">
29901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29902 \begin_inset Text
29903
29904 \begin_layout Standard
29905 sp
29906 \end_layout
29907
29908 \end_inset
29909 </cell>
29910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29911 \begin_inset Text
29912
29913 \begin_layout Standard
29914 skalierter Punkt (65536\InsetSpace \thinspace{}
29915 sp = 1\InsetSpace \thinspace{}
29916 pt)
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 </row>
29922 <row topline="true">
29923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29924 \begin_inset Text
29925
29926 \begin_layout Standard
29927 bp
29928 \end_layout
29929
29930 \end_inset
29931 </cell>
29932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29933 \begin_inset Text
29934
29935 \begin_layout Standard
29936 großer Punkt (72\InsetSpace \thinspace{}
29937 bp = 1\InsetSpace \thinspace{}
29938 in)
29939 \end_layout
29940
29941 \end_inset
29942 </cell>
29943 </row>
29944 <row topline="true">
29945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29946 \begin_inset Text
29947
29948 \begin_layout Standard
29949 dd
29950 \end_layout
29951
29952 \end_inset
29953 </cell>
29954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29955 \begin_inset Text
29956
29957 \begin_layout Standard
29958 Didot (1\InsetSpace \thinspace{}
29959 dd 
29960 \begin_inset Formula $\approx$
29961 \end_inset
29962
29963  0,376\InsetSpace \thinspace{}
29964 mm)
29965 \end_layout
29966
29967 \end_inset
29968 </cell>
29969 </row>
29970 <row topline="true">
29971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29972 \begin_inset Text
29973
29974 \begin_layout Standard
29975 cc
29976 \end_layout
29977
29978 \end_inset
29979 </cell>
29980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29981 \begin_inset Text
29982
29983 \begin_layout Standard
29984 Cicero (1\InsetSpace \thinspace{}
29985 cc = 12\InsetSpace \thinspace{}
29986 dd)
29987 \end_layout
29988
29989 \end_inset
29990 </cell>
29991 </row>
29992 <row topline="true">
29993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29994 \begin_inset Text
29995
29996 \begin_layout Standard
29997 Skalierung%
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30003 \begin_inset Text
30004
30005 \begin_layout Standard
30006 % der originalen Bildbreite
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 </row>
30012 <row topline="true">
30013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30014 \begin_inset Text
30015
30016 \begin_layout Standard
30017 Textbreite %
30018 \end_layout
30019
30020 \end_inset
30021 </cell>
30022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30023 \begin_inset Text
30024
30025 \begin_layout Standard
30026 % der Textbreite
30027 \end_layout
30028
30029 \end_inset
30030 </cell>
30031 </row>
30032 <row topline="true">
30033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30034 \begin_inset Text
30035
30036 \begin_layout Standard
30037 Spaltenbreite %
30038 \end_layout
30039
30040 \end_inset
30041 </cell>
30042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30043 \begin_inset Text
30044
30045 \begin_layout Standard
30046 % der Spaltenbreite
30047 \end_layout
30048
30049 \end_inset
30050 </cell>
30051 </row>
30052 <row topline="true">
30053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Standard
30057 Seitenbreite %
30058 \end_layout
30059
30060 \end_inset
30061 </cell>
30062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Standard
30066 % der Seitenbreite
30067 \end_layout
30068
30069 \end_inset
30070 </cell>
30071 </row>
30072 <row topline="true">
30073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30074 \begin_inset Text
30075
30076 \begin_layout Standard
30077 Zeilenbreite %
30078 \end_layout
30079
30080 \end_inset
30081 </cell>
30082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30083 \begin_inset Text
30084
30085 \begin_layout Standard
30086 % der Zeilenbreite
30087 \end_layout
30088
30089 \end_inset
30090 </cell>
30091 </row>
30092 <row topline="true">
30093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30094 \begin_inset Text
30095
30096 \begin_layout Standard
30097 Texthöhe %
30098 \end_layout
30099
30100 \end_inset
30101 </cell>
30102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30103 \begin_inset Text
30104
30105 \begin_layout Standard
30106 % der Texthöhe
30107 \end_layout
30108
30109 \end_inset
30110 </cell>
30111 </row>
30112 <row topline="true">
30113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30114 \begin_inset Text
30115
30116 \begin_layout Standard
30117 Seitenhöhe %
30118 \end_layout
30119
30120 \end_inset
30121 </cell>
30122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30123 \begin_inset Text
30124
30125 \begin_layout Standard
30126 % der Seitenhöhe
30127 \end_layout
30128
30129 \end_inset
30130 </cell>
30131 </row>
30132 <row topline="true">
30133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30134 \begin_inset Text
30135
30136 \begin_layout Standard
30137 ex
30138 \end_layout
30139
30140 \end_inset
30141 </cell>
30142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Standard
30146 Die Höhe des Buchstabens 
30147 \emph on
30148 x
30149 \emph default
30150  im aktiven Zeichensatz
30151 \end_layout
30152
30153 \end_inset
30154 </cell>
30155 </row>
30156 <row topline="true">
30157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30158 \begin_inset Text
30159
30160 \begin_layout Standard
30161 em
30162 \end_layout
30163
30164 \end_inset
30165 </cell>
30166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30167 \begin_inset Text
30168
30169 \begin_layout Standard
30170 Die Breite des Buchstabens 
30171 \emph on
30172 M
30173 \emph default
30174  im aktiven Zeichensatz
30175 \end_layout
30176
30177 \end_inset
30178 </cell>
30179 </row>
30180 <row topline="true" bottomline="true">
30181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30182 \begin_inset Text
30183
30184 \begin_layout Standard
30185 mu
30186 \end_layout
30187
30188 \end_inset
30189 </cell>
30190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30191 \begin_inset Text
30192
30193 \begin_layout Standard
30194 mathematische  Maßeinheit
30195 \series bold
30196  
30197 \series default
30198 (1\InsetSpace \thinspace{}
30199 mu = 1/18\InsetSpace \thinspace{}
30200 em)
30201 \end_layout
30202
30203 \end_inset
30204 </cell>
30205 </row>
30206 </lyxtabular>
30207
30208 \end_inset
30209
30210
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Chapter
30219 Ausgabedatei-Formate mit Grafiken
30220 \begin_inset LatexCommand label
30221 name "kap:Ausgabedatei-Formate"
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Section
30229 DVI
30230 \begin_inset LatexCommand index
30231 name "Dateiformat! DVI"
30232
30233 \end_inset
30234
30235
30236 \begin_inset LatexCommand index
30237 name "DVI"
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Dieser Dateityp hat die Erweiterung 
30246 \begin_inset Quotes gld
30247 \end_inset
30248
30249
30250 \family typewriter
30251 .dvi
30252 \family default
30253
30254 \begin_inset Quotes grd
30255 \end_inset
30256
30257  und wird 
30258 \begin_inset Quotes gld
30259 \end_inset
30260
30261 device-independent
30262 \begin_inset Quotes grd
30263 \end_inset
30264
30265  genannt, weil er vollkommen portierbar ist.
30266  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
30267  dvi-Betrachter installiert hat.
30268  
30269 \family typewriter
30270 .dvi
30271 \family default
30272 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
30273  wie PostScript benutzt.
30274 \end_layout
30275
30276 \begin_layout Standard
30277 \begin_inset Note Greyedout
30278 status open
30279
30280 \begin_layout Standard
30281
30282 \series bold
30283 Bemerkung:
30284 \series default
30285  
30286 \family typewriter
30287 .dvi
30288 \family default
30289 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
30299 \family typewriter
30300 .dvi
30301 \family default
30302 -Datei auf einen anderen Computer kopieren.
30303  Dies Eigenschaft kann Ihren Computer verlangsamen.
30304  wenn Sie die 
30305 \family typewriter
30306 .dvi
30307 \family default
30308 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
30309  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
30310 \family typewriter
30311 .dvi
30312 \family default
30313 -Datei
30314 \family typewriter
30315  
30316 \family default
30317 blättern.
30318
30319 \family typewriter
30320  
30321 \family default
30322 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
30323  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
30324  
30325 \end_layout
30326
30327 \begin_layout Standard
30328 Sie können Ihr Dokument als DVI über das Menü 
30329 \family sans
30330 Datei\SpecialChar \menuseparator
30331 Exportieren\SpecialChar \menuseparator
30332 DVI
30333 \family default
30334  exportieren.
30335  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
30336 \family sans
30337 Ansicht
30338 \family default
30339  oder den Werkzeugleistenknopf 
30340 \begin_inset Graphics
30341         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_dvi.xpm
30342         scale 85
30343         scaleBeforeRotation
30344
30345 \end_inset
30346
30347  anschauen.
30348 \end_layout
30349
30350 \begin_layout Section
30351 PostScript
30352 \begin_inset LatexCommand label
30353 name "abs:PostScript"
30354
30355 \end_inset
30356
30357
30358 \begin_inset LatexCommand index
30359 name "Dateiformat  ! PostScript"
30360
30361 \end_inset
30362
30363
30364 \begin_inset LatexCommand index
30365 name "PostScript"
30366
30367 \end_inset
30368
30369
30370 \end_layout
30371
30372 \begin_layout Standard
30373 Dieser Dateityp hat die Erweiterung 
30374 \begin_inset Quotes gld
30375 \end_inset
30376
30377
30378 \family typewriter
30379 .ps
30380 \family default
30381
30382 \begin_inset Quotes grd
30383 \end_inset
30384
30385 .
30386  PostScript wurde von der Firma
30387 \family typewriter
30388  Adobe
30389 \family default
30390  als Druckersprache entwickelt.
30391  Die Datei enthält deshalb Druckbefehle.
30392  PostScript kann als 
30393 \begin_inset Quotes gld
30394 \end_inset
30395
30396 Programmiersprache
30397 \begin_inset Quotes grd
30398 \end_inset
30399
30400  angesehen werden.
30401  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
30402 \begin_inset Foot
30403 status collapsed
30404
30405 \begin_layout Standard
30406 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
30407  von
30408 \series bold
30409  PSTricks
30410 \series default
30411  
30412 \begin_inset LatexCommand cite
30413 key "pstricks"
30414
30415 \end_inset
30416
30417  oder 
30418 \begin_inset LatexCommand cite
30419 key "latex-praxisbuch"
30420
30421 \end_inset
30422
30423  ansehen.
30424 \end_layout
30425
30426 \end_inset
30427
30428 .
30429  Wegen dieser Möglichkeiten sind 
30430 \family typewriter
30431 .ps
30432 \family default
30433 -Dateien oft größer als 
30434 \family typewriter
30435 .pdf
30436 \family default
30437 -Dateien.
30438 \end_layout
30439
30440 \begin_layout Standard
30441 PostScript kann nur Bilder im Format EPS
30442 \begin_inset LatexCommand index
30443 name "EPS"
30444
30445 \end_inset
30446
30447  (Encapsulated PostScript, Datei-Erweiterung 
30448 \begin_inset Quotes gld
30449 \end_inset
30450
30451
30452 \family typewriter
30453 .eps
30454 \family default
30455
30456 \begin_inset Quotes grd
30457 \end_inset
30458
30459 ) enthalten.
30460  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
30461  intern nach EPS konvertiert werden.
30462  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
30463  verlangsamen.
30464  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
30465  konvertieren und direkt als EPS einfügen.
30466 \end_layout
30467
30468 \begin_layout Standard
30469 Sie können Ihr Dokument als PostScript über das Menü 
30470 \family sans
30471 Datei\SpecialChar \menuseparator
30472 Exportieren\SpecialChar \menuseparator
30473 PostScript
30474 \family default
30475  exportieren.
30476  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
30477 \family sans
30478 Ansicht
30479 \family default
30480  oder den Werkzeugleistenknopf 
30481 \begin_inset Graphics
30482         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_ps.xpm
30483         scale 85
30484         scaleBeforeRotation
30485
30486 \end_inset
30487
30488  anschauen.
30489 \end_layout
30490
30491 \begin_layout Section
30492 PDF
30493 \begin_inset LatexCommand label
30494 name "abs:PDF"
30495
30496 \end_inset
30497
30498
30499 \begin_inset LatexCommand index
30500 name "Dateiformat! PDF"
30501
30502 \end_inset
30503
30504
30505 \begin_inset LatexCommand index
30506 name "PDF"
30507
30508 \end_inset
30509
30510
30511 \end_layout
30512
30513 \begin_layout Standard
30514 Dieser Dateityp hat die Erweiterung 
30515 \begin_inset Quotes gld
30516 \end_inset
30517
30518
30519 \family typewriter
30520 .pdf
30521 \family default
30522
30523 \begin_inset Quotes grd
30524 \end_inset
30525
30526 .
30527  Das
30528 \emph on
30529  
30530 \emph default
30531
30532 \begin_inset Quotes gld
30533 \end_inset
30534
30535 Portable Document Format
30536 \begin_inset Quotes grd
30537 \end_inset
30538
30539  (PDF) wurde auch von der Firma 
30540 \family typewriter
30541 Adobe
30542 \family default
30543  als Derivat von PostScript entwickelt.
30544  Es ist komprimierter und benutzt weniger Befehle als PostScript.
30545  Wie der Begriff 
30546 \begin_inset Quotes gld
30547 \end_inset
30548
30549 portable
30550 \begin_inset Quotes grd
30551 \end_inset
30552
30553  (übertragbar) vermuten lässt, kann eine 
30554 \family typewriter
30555 .pdf
30556 \family default
30557 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
30558  gleich aus.
30559 \end_layout
30560
30561 \begin_layout Standard
30562 PDF kann Bilder im eigenen PDF-Format, im Format 
30563 \begin_inset Quotes gld
30564 \end_inset
30565
30566 Joint Photographic Experts Group
30567 \begin_inset Quotes grd
30568 \end_inset
30569
30570  (JPEG
30571 \begin_inset LatexCommand index
30572 name "JPG, JPEG"
30573
30574 \end_inset
30575
30576 , Datei-Erweiterung 
30577 \begin_inset Quotes gld
30578 \end_inset
30579
30580
30581 \family typewriter
30582 .jpg
30583 \family default
30584
30585 \begin_inset Quotes grd
30586 \end_inset
30587
30588  oder 
30589 \begin_inset Quotes gld
30590 \end_inset
30591
30592
30593 \family typewriter
30594 .jpeg
30595 \family default
30596
30597 \begin_inset Quotes grd
30598 \end_inset
30599
30600 ) und im Format 
30601 \begin_inset Quotes gld
30602 \end_inset
30603
30604 Portable Network Graphics
30605 \begin_inset Quotes grd
30606 \end_inset
30607
30608  (PNG
30609 \begin_inset LatexCommand index
30610 name "PNG"
30611
30612 \end_inset
30613
30614 , Datei-Erweiterung 
30615 \begin_inset Quotes gld
30616 \end_inset
30617
30618
30619 \family typewriter
30620 .png
30621 \family default
30622
30623 \begin_inset Quotes grd
30624 \end_inset
30625
30626 ) enthalten.
30627  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
30628  Sie konvertieren wird.
30629  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
30630  wird, eines der drei erwähnten Bildformate zu benutzen.
30631 \end_layout
30632
30633 \begin_layout Standard
30634 PDF-Dateien können Sie über 
30635 \family sans
30636 Datei\SpecialChar \menuseparator
30637 Exportieren
30638 \family default
30639  auf drei Arten erzeugen:
30640 \end_layout
30641
30642 \begin_layout Description
30643 PDF\InsetSpace ~
30644 (ps2pdf) benutzt das Programm
30645 \family typewriter
30646  ps2pdf
30647 \family default
30648 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
30649  Die PostScript-Version wird Programm 
30650 \family typewriter
30651 dvips
30652 \family default
30653  aus einer DVI-Version erstellt.
30654  Es werden also drei Konvertierungen verwendet.
30655 \end_layout
30656
30657 \begin_layout Description
30658 PDF\InsetSpace ~
30659 (dvipdfm) benutzt das Programm 
30660 \family typewriter
30661 dvipdfm
30662 \family default
30663 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
30664  PDF konvertiert.
30665 \end_layout
30666
30667 \begin_layout Description
30668 PDF\InsetSpace ~
30669 (pdflatex) benutzt das Programm
30670 \family typewriter
30671  pdftex
30672 \family default
30673 , das Ihr Dokument direkt nach PDF konvertiert.
30674 \end_layout
30675
30676 \begin_layout Standard
30677
30678 \family sans
30679 PDF\InsetSpace ~
30680 (pdflatex)
30681 \family default
30682  wird empfohlen, weil
30683 \family typewriter
30684  pdftex
30685 \family default
30686  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
30687  ohne Probleme arbeitet.
30688  Das Programm 
30689 \family typewriter
30690 dvipdfm
30691 \family default
30692  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
30693 \end_layout
30694
30695 \begin_layout Standard
30696 Sie können Ihr Dokument als PDF über das Menü 
30697 \family sans
30698 Datei\SpecialChar \menuseparator
30699 Exportieren\SpecialChar \menuseparator
30700 PDF
30701 \family default
30702  exportieren.
30703  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
30704 \family sans
30705 Ansicht
30706 \family default
30707  oder den Werkzeugleistenknopf 
30708 \begin_inset Graphics
30709         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_pdf2.xpm
30710         scale 85
30711         scaleBeforeRotation
30712
30713 \end_inset
30714
30715  anschauen 
30716 \family sans
30717 (
30718 \family default
30719 der 
30720 \family sans
30721 PDF\InsetSpace ~
30722 (pdflatex)
30723 \family default
30724  verwendet).
30725 \end_layout
30726
30727 \begin_layout Chapter
30728 Erklärung der Gleichung\InsetSpace ~
30729
30730 \begin_inset LatexCommand eqref
30731 reference "eq:Wgn"
30732
30733 \end_inset
30734
30735
30736 \begin_inset LatexCommand label
30737 name "kap:Exläuterung-einer-Gleichung"
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \begin_layout Standard
30745 Die Gesamtbreite von
30746 \emph on
30747  n
30748 \emph default
30749  Tabellenzellen 
30750 \begin_inset Formula $W_{\mathrm{tot\, n}}$
30751 \end_inset
30752
30753  kann wie folgt berechnet werden:
30754 \end_layout
30755
30756 \begin_layout Standard
30757 \begin_inset Formula \begin{equation}
30758 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
30759
30760 \end_inset
30761
30762
30763 \end_layout
30764
30765 \begin_layout Standard
30766 Dabei ist 
30767 \begin_inset Formula $W_{g\, n}$
30768 \end_inset
30769
30770  die Breite jeder Zelle.
30771
30772 \series bold
30773  
30774 \backslash
30775 tabcolsep
30776 \series default
30777  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
30778  Standardwert 6\InsetSpace \thinspace{}
30779 pt.
30780  
30781 \series bold
30782
30783 \backslash
30784 arrayrulewidth
30785 \series default
30786  ist die Dicke der Zellgrenze mit dem Standardwert 0.4\InsetSpace \thinspace{}
30787 pt.
30788 \end_layout
30789
30790 \begin_layout Standard
30791 Nach Gleichung\InsetSpace ~
30792
30793 \begin_inset LatexCommand ref
30794 reference "eq:Wtot_n"
30795
30796 \end_inset
30797
30798  ist die Gesamtbreite einer Mehrfachspalte, 
30799 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
30800 \end_inset
30801
30802 ,
30803 \end_layout
30804
30805 \begin_layout Standard
30806 \begin_inset Formula \begin{equation}
30807 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
30808
30809 \end_inset
30810
30811
30812 \end_layout
30813
30814 \begin_layout Standard
30815 Setzt man die Gleichungen\InsetSpace ~
30816
30817 \begin_inset LatexCommand ref
30818 reference "eq:Wtot_n"
30819
30820 \end_inset
30821
30822  und 
30823 \begin_inset LatexCommand ref
30824 reference "eq:Wtot_mult"
30825
30826 \end_inset
30827
30828  gleich, kann man die benötigte Breite 
30829 \begin_inset Formula $W_{g\, n}$
30830 \end_inset
30831
30832 , wenn 
30833 \emph on
30834 n
30835 \emph default
30836  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
30837 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
30838 \end_inset
30839
30840  hat, berechnen:
30841 \end_layout
30842
30843 \begin_layout Standard
30844 \begin_inset Formula \begin{equation}
30845 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
30846
30847 \end_inset
30848
30849
30850 \end_layout
30851
30852 \begin_layout Bibliography
30853 \begin_inset LatexCommand bibitem
30854 key "booktabs"
30855
30856 \end_inset
30857
30858
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Standard
30863
30864
30865 \backslash
30866 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
30867 {
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \series bold
30874 booktabs
30875 \series default
30876
30877 \begin_inset ERT
30878 status collapsed
30879
30880 \begin_layout Standard
30881
30882 }
30883 \end_layout
30884
30885 \end_inset
30886
30887 -Dokumentation im Internet
30888 \begin_inset LatexCommand index
30889 name "LaTeX-Pakete ! booktabs"
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Bibliography
30897 \begin_inset LatexCommand bibitem
30898 key "caption"
30899
30900 \end_inset
30901
30902
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Standard
30907
30908
30909 \backslash
30910 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \series bold
30917 caption
30918 \series default
30919
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Standard
30924
30925 }
30926 \end_layout
30927
30928 \end_inset
30929
30930 -Dokumentation im Internet
30931 \begin_inset LatexCommand index
30932 name "LaTeX-Pakete ! caption"
30933
30934 \end_inset
30935
30936
30937 \end_layout
30938
30939 \begin_layout Bibliography
30940 \begin_inset LatexCommand bibitem
30941 key "caption-de"
30942
30943 \end_inset
30944
30945 deutsche 
30946 \begin_inset ERT
30947 status collapsed
30948
30949 \begin_layout Standard
30950
30951
30952 \backslash
30953 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
30954 {
30955 \end_layout
30956
30957 \end_inset
30958
30959
30960 \series bold
30961  caption
30962 \series default
30963
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Standard
30968
30969 }
30970 \end_layout
30971
30972 \end_inset
30973
30974 -Dokumentation im Internet
30975 \begin_inset LatexCommand index
30976 name "LaTeX-Pakete ! caption"
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Bibliography
30984 \begin_inset LatexCommand bibitem
30985 key "koma-script-de"
30986
30987 \end_inset
30988
30989 deutsche 
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Standard
30994
30995
30996 \backslash
30997 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
30998 df}{
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \series bold
31005 koma-script
31006 \series default
31007
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Standard
31012
31013 }
31014 \end_layout
31015
31016 \end_inset
31017
31018 -Dokumentation im Internet
31019 \begin_inset LatexCommand index
31020 name "LaTeX-Pakete ! koma-script"
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Bibliography
31028 \begin_inset LatexCommand bibitem
31029 key "endfloat"
31030
31031 \end_inset
31032
31033
31034 \begin_inset ERT
31035 status collapsed
31036
31037 \begin_layout Standard
31038
31039
31040 \backslash
31041 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
31042 {
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \series bold
31049 endf\SpecialChar \textcompwordmark{}
31050 loat
31051 \series default
31052
31053 \begin_inset ERT
31054 status collapsed
31055
31056 \begin_layout Standard
31057
31058 }
31059 \end_layout
31060
31061 \end_inset
31062
31063 -Dokumentation im Internet
31064 \begin_inset LatexCommand index
31065 name "LaTeX-Pakete ! endf\\/loat"
31066
31067 \end_inset
31068
31069
31070 \end_layout
31071
31072 \begin_layout Bibliography
31073 \begin_inset LatexCommand bibitem
31074 key "floatflt"
31075
31076 \end_inset
31077
31078
31079 \begin_inset ERT
31080 status collapsed
31081
31082 \begin_layout Standard
31083
31084
31085 \backslash
31086 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
31087 {
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \series bold
31094 f\SpecialChar \textcompwordmark{}
31095 loatf\SpecialChar \textcompwordmark{}
31096 lt
31097 \series default
31098
31099 \begin_inset ERT
31100 status collapsed
31101
31102 \begin_layout Standard
31103
31104 }
31105 \end_layout
31106
31107 \end_inset
31108
31109 -Dokumentation im Internet
31110 \begin_inset LatexCommand index
31111 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
31112
31113 \end_inset
31114
31115
31116 \end_layout
31117
31118 \begin_layout Bibliography
31119 \begin_inset LatexCommand bibitem
31120 key "footmisc"
31121
31122 \end_inset
31123
31124
31125 \begin_inset ERT
31126 status collapsed
31127
31128 \begin_layout Standard
31129
31130
31131 \backslash
31132 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
31133 {
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \series bold
31140 footmisc
31141 \series default
31142
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Standard
31147
31148 }
31149 \end_layout
31150
31151 \end_inset
31152
31153 -Dokumentation im Internet
31154 \begin_inset LatexCommand index
31155 name "LaTeX-Pakete ! footmisc"
31156
31157 \end_inset
31158
31159
31160 \end_layout
31161
31162 \begin_layout Bibliography
31163 \begin_inset LatexCommand bibitem
31164 key "hypcap"
31165
31166 \end_inset
31167
31168
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Standard
31173
31174
31175 \backslash
31176 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \series bold
31183 hypcap
31184 \series default
31185
31186 \begin_inset ERT
31187 status collapsed
31188
31189 \begin_layout Standard
31190
31191 }
31192 \end_layout
31193
31194 \end_inset
31195
31196 -Dokumentation im Internet
31197 \begin_inset LatexCommand index
31198 name "LaTeX-Pakete ! hypcap"
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Bibliography
31206 \begin_inset LatexCommand bibitem
31207 key "hyperref"
31208
31209 \end_inset
31210
31211
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Standard
31216
31217
31218 \backslash
31219 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
31220 {
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \series bold
31227 hyperref
31228 \series default
31229
31230 \begin_inset ERT
31231 status collapsed
31232
31233 \begin_layout Standard
31234
31235 }
31236 \end_layout
31237
31238 \end_inset
31239
31240 -Dokumentation im Internet
31241 \begin_inset LatexCommand index
31242 name "LaTeX-Pakete ! hyperref"
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \begin_layout Bibliography
31250 \begin_inset LatexCommand bibitem
31251 key "koma-script"
31252
31253 \end_inset
31254
31255
31256 \begin_inset ERT
31257 status collapsed
31258
31259 \begin_layout Standard
31260
31261
31262 \backslash
31263 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
31264 df}{
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \series bold
31271 koma-script
31272 \series default
31273
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Standard
31278
31279 }
31280 \end_layout
31281
31282 \end_inset
31283
31284 -Dokumentation im Internet
31285 \begin_inset LatexCommand index
31286 name "LaTeX-Pakete ! koma-script"
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Bibliography
31294 \begin_inset LatexCommand bibitem
31295 key "latexguide"
31296
31297 \end_inset
31298
31299 Kopka, Helmut und Daly, Patrick W.: 
31300 \emph on
31301 A Guide to LaTeX Fourth Edition.
31302
31303 \emph default
31304  Addison-Wesley, 2003
31305 \end_layout
31306
31307 \begin_layout Bibliography
31308 \begin_inset LatexCommand bibitem
31309 key "lamport"
31310
31311 \end_inset
31312
31313 Lamport, Leslie: 
31314 \emph on
31315 LaTeX: A Document Preparation System.
31316
31317 \emph default
31318  Addison-Wesley, second edition, 1994
31319 \end_layout
31320
31321 \begin_layout Bibliography
31322 \begin_inset LatexCommand bibitem
31323 key "listings"
31324
31325 \end_inset
31326
31327
31328 \begin_inset ERT
31329 status collapsed
31330
31331 \begin_layout Standard
31332
31333
31334 \backslash
31335 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
31336 {
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \series bold
31343 listings
31344 \series default
31345
31346 \begin_inset ERT
31347 status collapsed
31348
31349 \begin_layout Standard
31350
31351 }
31352 \end_layout
31353
31354 \end_inset
31355
31356 -Dokumentation im Internet
31357 \begin_inset LatexCommand index
31358 name "LaTeX-Pakete ! listings"
31359
31360 \end_inset
31361
31362
31363 \end_layout
31364
31365 \begin_layout Bibliography
31366 \begin_inset LatexCommand bibitem
31367 key "marginnote"
31368
31369 \end_inset
31370
31371
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Standard
31376
31377
31378 \backslash
31379 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
31380 pdf}{
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \series bold
31387 marginnote
31388 \series default
31389
31390 \begin_inset ERT
31391 status collapsed
31392
31393 \begin_layout Standard
31394
31395 }
31396 \end_layout
31397
31398 \end_inset
31399
31400 -Dokumentation im Internet
31401 \begin_inset LatexCommand index
31402 name "LaTeX-Pakete ! marginnote"
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \begin_layout Bibliography
31410 \begin_inset LatexCommand bibitem
31411 key "latexcompanion"
31412
31413 \end_inset
31414
31415 Mittelbach, Frank und Goossens, Michel: 
31416 \emph on
31417 The LaTeX Companion Second Edition.
31418
31419 \emph default
31420  Addison-Wesley, 2004
31421 \end_layout
31422
31423 \begin_layout Bibliography
31424 \begin_inset LatexCommand bibitem
31425 key "latex-praxisbuch"
31426
31427 \end_inset
31428
31429 Niedermair, Elke & Michael: 
31430 \emph on
31431 LaTeX-Praxisbuch
31432 \emph default
31433 , Franzis-Verlag, 2004
31434 \end_layout
31435
31436 \begin_layout Bibliography
31437 \begin_inset LatexCommand bibitem
31438 key "pstricks"
31439
31440 \end_inset
31441
31442
31443 \begin_inset ERT
31444 status collapsed
31445
31446 \begin_layout Standard
31447
31448
31449 \backslash
31450 href{http://tug.org/PSTricks/main.cgi/}{
31451 \end_layout
31452
31453 \end_inset
31454
31455
31456 \series bold
31457 PSTricks
31458 \series default
31459
31460 \begin_inset ERT
31461 status collapsed
31462
31463 \begin_layout Standard
31464
31465 }
31466 \end_layout
31467
31468 \end_inset
31469
31470 -Internetseite
31471 \begin_inset LatexCommand index
31472 name "LaTeX-Pakete ! pstricks"
31473
31474 \end_inset
31475
31476
31477 \end_layout
31478
31479 \begin_layout Bibliography
31480 \begin_inset LatexCommand bibitem
31481 key "sidecap"
31482
31483 \end_inset
31484
31485
31486 \begin_inset ERT
31487 status collapsed
31488
31489 \begin_layout Standard
31490
31491
31492 \backslash
31493 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \series bold
31500 sidecap
31501 \series default
31502
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Standard
31507
31508 }
31509 \end_layout
31510
31511 \end_inset
31512
31513 -Dokumentation im Internet
31514 \begin_inset LatexCommand index
31515 name "LaTeX-Pakete ! sidecap"
31516
31517 \end_inset
31518
31519
31520 \end_layout
31521
31522 \begin_layout Bibliography
31523 \begin_inset LatexCommand bibitem
31524 key "NewInLyX15"
31525
31526 \end_inset
31527
31528
31529 \begin_inset ERT
31530 status collapsed
31531
31532 \begin_layout Standard
31533
31534
31535 \backslash
31536 href{http://wiki.lyx.org/LyX/NewInLyX15}{
31537 \end_layout
31538
31539 \end_inset
31540
31541 Wiki-Seite
31542 \begin_inset ERT
31543 status collapsed
31544
31545 \begin_layout Standard
31546
31547 }
31548 \end_layout
31549
31550 \end_inset
31551
31552  über neue LyX-Funktionen für 
31553 \family sans
31554 LyX 1.5
31555 \family default
31556 .
31557 \end_layout
31558
31559 \begin_layout Standard
31560 \begin_inset LatexCommand printindex
31561
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \end_body
31568 \end_document