]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects: small changes to markup again
[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 \setlength{\extrarowheight}{2pt}
109
110 % wird fuer benutzerdefinierte Tabellen benutzt
111 % ---
112 \newcolumntype{M}[1]
113  {>{\centering\hspace{0pt}}m{#1}}
114
115 \newcolumntype{S}[2]
116  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
117
118 \newcolumntype{K}[1]
119  {>{\columncolor{#1}\hspace{0pt}}c}
120
121 \newcolumntype{V}{!{\vrule width 1.5pt}}
122
123 \newcolumntype{W}{!{\color{green}\vline}}
124 % ---
125
126 % Um ° und · direkt in LyX zu schreiben
127 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
128 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
129
130 % Setzt einen zusaetzlichen Abstand von
131 % 1.5 mm zwischen Fussnoten
132 \let\myFoot\footnote
133 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
134
135 % damit kann auf Gleit-Algorithmen verwiesen werden
136 \newfloat{Xalgorithm}{tbp}{loa}
137 \floatname{Xalgorithm}{Algorithmus}
138 \newcommand{\theHalgorithm}{\theHXalgorithm}
139 \renewenvironment{algorithm}[1][tbp]
140  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
141
142 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
143 \numberwithin{Xalgorithm}{chapter}
144
145 % Grauschrift-Notizen in blauer Farbe
146 \renewenvironment{lyxgreyedout}
147  {\textcolor{blue}\bgroup}{\egroup}
148
149 % ------------------------------------
150 % Pruefung auf benoetigte LaTeXPakete
151 \usepackage{ifthen}
152
153 % Pruefung auf arydshln
154 % fuer Tabellen mit gestrichelten Linien
155 \newboolean{arydshln}
156 \IfFileExists{arydshln.sty}
157  {\usepackage{arydshln}
158   \setboolean{arydshln}{true}}
159  {\setboolean{arydshln}{false}}
160
161 % Pruefung auf marginnote
162 % fuer Randnotizen
163 \newboolean{marginnote}
164 \IfFileExists{marginnote.sty}
165  {\usepackage{marginnote}
166   \let\marginpar\marginnote
167   \setboolean{marginnote}{true}}
168  {\setboolean{marginnote}{false}}
169
170 % Damit der Index den Namen "Stichwortverzeichnis" erhält
171 \usepackage[ngerman]{babel}
172 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
173 \end_preamble
174 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
175 \language ngerman
176 \inputencoding auto
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_default_family default
181 \font_sc false
182 \font_osf false
183 \font_sf_scale 100
184 \font_tt_scale 100
185 \graphics default
186 \paperfontsize 12
187 \spacing single
188 \papersize a4paper
189 \use_geometry false
190 \use_amsmath 2
191 \use_esint 0
192 \cite_engine basic
193 \use_bibtopic false
194 \paperorientation portrait
195 \secnumdepth 3
196 \tocdepth 3
197 \paragraph_separation skip
198 \defskip medskip
199 \quotes_language german
200 \papercolumns 1
201 \papersides 2
202 \paperpagestyle default
203 \bullet 1 0 9 -1
204 \bullet 2 2 35 -1
205 \bullet 3 2 7 -1
206 \tracking_changes false
207 \output_changes false
208 \author "usti" 
209 \author "Hartmut Haase" hha4491@atomstromfrei.de
210 \author "Uwe Stöhr" 
211 \end_header
212
213 \begin_body
214
215 \begin_layout Title
216 Das LyX-Handbuch der Einfügungen:
217 \newline
218  
219 \size larger
220 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
221 \size default
222  
223 \newline
224
225 \size large
226 (Version 1.5.x)
227 \end_layout
228
229 \begin_layout Author
230 vom LyX Team
231 \size normal
232
233 \begin_inset Foot
234 status open
235
236 \begin_layout Standard
237
238 \size normal
239 Übersetzung und Bearbeitung: Hartmut Haase
240 \end_layout
241
242 \end_inset
243
244
245 \size default
246
247 \begin_inset Foot
248 status open
249
250 \begin_layout Standard
251 \noindent
252 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
253  bitte an: 
254 \family typewriter
255
256 \begin_inset ERT
257 status collapsed
258
259 \begin_layout Standard
260
261
262 \backslash
263 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
264 \end_layout
265
266 \end_inset
267
268 lyx-docs@lists.lyx.org
269 \begin_inset ERT
270 status collapsed
271
272 \begin_layout Standard
273
274 }
275 \end_layout
276
277 \end_inset
278
279
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Note Note
286 status collapsed
287
288 \begin_layout Standard
289 Autor: Uwe Stöhr <uwestoehr@web.de>
290 \end_layout
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Date
298 letzte Änderung: 22.
299  Juni 2007
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset LatexCommand tableofcontents
304
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Standard
311 \begin_inset FloatList figure
312
313 \end_inset
314
315
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset FloatList table
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Standard
331 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript® oder Rich
332  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
333  
334 \series bold
335 arydshln
336 \series default
337  und 
338 \series bold
339 marginnote
340 \series default
341 .
342  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
343  denen sie benötigt werden.
344 \end_layout
345
346 \begin_layout Standard
347 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
348  des englischen Originals hier finden:
349 \newline
350
351 \series bold
352 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
353 \end_layout
354
355 \end_inset
356
357
358 \end_layout
359
360 \begin_layout Chapter
361 Abbildungen
362 \begin_inset LatexCommand label
363 name "kap:Abbildungen"
364
365 \end_inset
366
367
368 \begin_inset LatexCommand index
369 name "Abbildungen"
370
371 \end_inset
372
373
374 \end_layout
375
376 \begin_layout Section
377 Grafik-Dialog
378 \begin_inset LatexCommand index
379 name "Abbildungen ! Grafik-Dialog"
380
381 \end_inset
382
383
384 \begin_inset LatexCommand label
385 name "abs:Grafik-Dialog"
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Standard
393 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
394  
395 \begin_inset Graphics
396         filename ../../images/dialog-show-new-inset_graphics.xpm
397         scale 70
398         scaleBeforeRotation
399         BoundingBox 0bp 6bp 22bp 22bp
400
401 \end_inset
402
403  in der Werkzeugleiste oder wählen das Menü 
404 \family sans
405 Einfügen\SpecialChar \menuseparator
406 Grafik
407 \family default
408 .
409  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
410  
411 \family sans
412 Durchsuchen
413 \family default
414  eingeben können.
415  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
416  an der Sie es eingefügt haben.
417 \end_layout
418
419 \begin_layout Standard
420 \begin_inset Note Greyedout
421 status open
422
423 \begin_layout Quote
424
425 \series bold
426 Bemerkung
427 \series default
428 : Wenn Sie einen Dateinamen über 
429 \family sans
430 Durchsuchen
431 \family default
432  eingeben, wird LyX den gesamten Pfad in das Feld 
433 \family sans
434 Datei
435 \family default
436  eintragen.
437  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
438 \end_layout
439
440 \end_inset
441
442
443 \end_layout
444
445 \begin_layout Standard
446 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
447  klicken.
448  Der Dialog hat drei Karteikarten:
449 \end_layout
450
451 \begin_layout Description
452
453 \family sans
454 Grafik
455 \family default
456  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
457  Version festlegen.
458  Die für die Bildgröße verfügbaren Einheiten werden im Anhang\InsetSpace ~
459
460 \begin_inset LatexCommand ref
461 reference "kap:Units-available-in"
462
463 \end_inset
464
465  erklärt.
466 \newline
467 Sie können Abbildungen durch Angabe eines 
468 \family sans
469 Winkel
470 \family default
471 \InsetSpace ~
472
473 \family sans
474 (Grad)
475 \family default
476  und Festlegung eines 
477 \family sans
478 Drehpunktes
479 \family default
480  drehen.
481  Negative Winkel drehen Uhrzeigersinn.
482  Die Abbildung wird auch in LyX gedreht.
483 \newline
484 Abbildungen können in der Größe verändert
485  werden, indem man Prozentwerte oder Höhe und Breite definiert.
486  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
487  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
488  wobei sie möglicherweise verzerrt wird.
489  Um das zu vermeiden, sollten Sie 
490 \family sans
491 Seitenverhältnis\InsetSpace ~
492 beibehalten
493 \family default
494  ankreuzen.
495  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
496 \family sans
497 Höhe
498 \family default
499  und 
500 \family sans
501 Breite
502 \family default
503  nicht überschritten werden.
504 \newline
505 Wenn Sie auf 
506 \family sans
507 Bearbeiten
508 \family default
509  klicken, können Abbildungen mit einem Programm, das in 
510 \family sans
511 Werkzeuge\SpecialChar \menuseparator
512 Einstellungen\SpecialChar \menuseparator
513 Dateiformate
514 \family default
515  im Feld 
516 \family sans
517 Bearbeiter
518 \family default
519  festgelegt wurde, bearbeitet werden.
520 \end_layout
521
522 \begin_layout Description
523
524 \family sans
525 Ausschnitt
526 \family default
527  Alternativ zur Festlegung der 
528 \family sans
529 Ausgabegröße
530 \family default
531  unter 
532 \family sans
533 \series bold
534 Grafik
535 \family default
536 \series default
537  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
538  die Ausgabe festzulegen.
539  Wenn Sie auf 
540 \family sans
541 Lese\InsetSpace ~
542 aus\InsetSpace ~
543 Datei
544 \family default
545  klicken, werden die Koordinaten automatisch berechnet.
546  Die Option 
547 \family sans
548 Auf\InsetSpace ~
549 Begrenzungsbox\InsetSpace ~
550 zuschneiden
551 \family default
552  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
553  Koordinaten liegt.
554  Normalerweise können Sie die Karteikarte 
555 \family sans
556 \series bold
557 Ausschnitt
558 \family default
559 \series default
560  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 LaTe
567 \begin_inset ERT
568 status collapsed
569
570 \begin_layout Standard
571
572 {}
573 \end_layout
574
575 \end_inset
576
577 X-\InsetSpace ~
578 und\InsetSpace ~
579 Ly
580 \begin_inset ERT
581 status collapsed
582
583 \begin_layout Standard
584
585 {}
586 \end_layout
587
588 \end_inset
589
590 X-Optionen
591 \family default
592  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
593  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
594  Beschriftung sein soll.
595  Teilabbildungen werden in Abschnitt\InsetSpace ~
596
597 \begin_inset LatexCommand ref
598 reference "abs:Gleitende-Abbildungen"
599
600 \end_inset
601
602  beschrieben.
603 \newline
604  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
605 \newline
606 Ist
607  die Option 
608 \family sans
609 Entwurfsmodus 
610 \family default
611 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
612  darin gedruckt.
613 \newline
614 Die Option 
615 \family sans
616 Beim\InsetSpace ~
617 Exportieren\InsetSpace ~
618 nicht\InsetSpace ~
619 entpacken
620 \family default
621  betrifft nur gepackte EPS-Dateien, zum Beispiel 
622 \emph on
623 x.eps.gz
624 \emph default
625 .
626  LaTeX kann so mit ihnen umgehen.
627 \newline
628 Gepackte EPS-Dateien sparen Platz, wenn
629  Sie als Ausgebe-Format PostScript® wählen, siehe Anhang\InsetSpace ~
630
631 \begin_inset LatexCommand ref
632 reference "abs:PostScript"
633
634 \end_inset
635
636 .
637  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
638 \newline
639
640 \series bold
641 gzip x.eps
642 \newline
643 zgrep %%Bounding x.eps.gz > x.eps.bb
644 \series default
645
646 \newline
647 Der zweite Befehl erzeugt die Begrenzungsbox 
648 \begin_inset Quotes gld
649 \end_inset
650
651 x.eps.bb
652 \begin_inset Quotes grd
653 \end_inset
654
655 , die LaTeX für gepackte Abbildungen benötigt.
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset VSpace bigskip
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 Hier ist eine zentrierte .eps-Abbildung
667 \begin_inset Foot
668 status open
669
670 \begin_layout Standard
671 Abbildungsformate sind in Abschnitt\InsetSpace ~
672
673 \begin_inset LatexCommand ref
674 reference "abs:Bildformate"
675
676 \end_inset
677
678  beschrieben.
679 \end_layout
680
681 \end_inset
682
683  in einem eigenen Absatz:
684 \end_layout
685
686 \begin_layout Standard
687 \align center
688 \begin_inset Graphics
689         filename ../clipart/mobius.eps
690         display color
691         scale 70
692         scaleBeforeRotation
693         rotateOrigin center
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 \noindent
702 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
703 \end_layout
704
705 \begin_layout Standard
706 \align center
707 \begin_inset Graphics
708         filename ../clipart/mobius.eps
709         display color
710         scale 70
711         draft
712         scaleBeforeRotation
713         rotateOrigin center
714
715 \end_inset
716
717
718 \end_layout
719
720 \begin_layout Section
721 Gleitende Abbildungen
722 \begin_inset LatexCommand label
723 name "abs:Gleitende-Abbildungen"
724
725 \end_inset
726
727
728 \begin_inset LatexCommand index
729 name "Abbildungen ! gleitende"
730
731 \end_inset
732
733
734 \begin_inset LatexCommand index
735 name "Gleitobjekte ! Abbildungen"
736
737 \end_inset
738
739
740 \end_layout
741
742 \begin_layout Standard
743 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
744 \begin_inset LatexCommand ref
745 reference "abs:Gleitobjekte-Einleitung"
746
747 \end_inset
748
749 .
750 \end_layout
751
752 \begin_layout Standard
753 Wenn Sie auf das Werkzeugleisten-Symbol 
754 \begin_inset Graphics
755         filename ../../images/float-insert_figure.xpm
756         scale 70
757         scaleBeforeRotation
758         BoundingBox 0bp 6bp 22bp 22bp
759
760 \end_inset
761
762  klicken oder 
763 \family sans
764 Einfügen\SpecialChar \menuseparator
765 Gleit\SpecialChar \-
766 objekt\SpecialChar \menuseparator
767 Abbildung
768 \family default
769  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
770  In das rot umrahmte Feld rechts von 
771 \emph on
772 Abbildung\InsetSpace ~
773 Nr:
774 \emph default
775  schreiben Sie den Bildbeschriftung.
776  Nach einem Klick oberhalb oder unterhalb von 
777 \emph on
778 Abbildung\InsetSpace ~
779 Nr:
780 \emph default
781  können Sie dann eine Abbildung wie 
782 \begin_inset LatexCommand ref
783 reference "abb:kill-plat"
784
785 \end_inset
786
787  oberhalb oder wie Abbildung\InsetSpace ~
788
789 \begin_inset LatexCommand ref
790 reference "abb:escher"
791
792 \end_inset
793
794  unterhalb der Bildbeschriftung einfügen.
795  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt\InsetSpace ~
796
797 \begin_inset LatexCommand ref
798 reference "abs:Titel-Platzierung"
799
800 \end_inset
801
802 .
803 \end_layout
804
805 \begin_layout Standard
806 \begin_inset Float figure
807 wide false
808 sideways false
809 status open
810
811 \begin_layout Standard
812 \align center
813 \begin_inset Graphics
814         filename ../clipart/platypus.eps
815         display color
816         width 50col%
817         scaleBeforeRotation
818         rotateOrigin center
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Standard
826 \begin_inset Caption
827
828 \begin_layout Standard
829 \begin_inset LatexCommand label
830 name "abb:kill-plat"
831
832 \end_inset
833
834 Platypus in einem Gleitobjekt
835 \end_layout
836
837 \end_inset
838
839
840 \end_layout
841
842 \end_inset
843
844
845 \end_layout
846
847 \begin_layout Standard
848 \begin_inset Float figure
849 wide false
850 sideways false
851 status open
852
853 \begin_layout Standard
854 \begin_inset Caption
855
856 \begin_layout Standard
857 \begin_inset LatexCommand label
858 name "abb:escher"
859
860 \end_inset
861
862 M.C.
863  Escher
864 \end_layout
865
866 \end_inset
867
868
869 \end_layout
870
871 \begin_layout Standard
872 \align center
873 \begin_inset Graphics
874         filename ../clipart/escher-lsd.eps
875         display color
876         scale 80
877         scaleBeforeRotation
878         rotateOrigin center
879
880 \end_inset
881
882
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Standard
891 \begin_inset LatexCommand index
892 name "Abbildungen ! Beispiele"
893
894 \end_inset
895
896 Abbildung\InsetSpace ~
897
898 \begin_inset LatexCommand ref
899 reference "abb:kill-plat"
900
901 \end_inset
902
903  und 
904 \begin_inset LatexCommand ref
905 reference "abb:escher"
906
907 \end_inset
908
909  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
910  Dafür fügen Sie in der Beschriftung mit 
911 \family sans
912 Einfügen\SpecialChar \menuseparator
913 Marke
914 \family default
915  oder durch Klicken auf 
916 \begin_inset Graphics
917         filename ../../images/label-insert.xpm
918         scale 70
919         scaleBeforeRotation
920         BoundingBox 0bp 6bp 20bp 20bp
921
922 \end_inset
923
924  eine Marke ein.
925  Auf diese können Sie dann wie gewohnt mit 
926 \family sans
927 Einfügen\SpecialChar \menuseparator
928 Querverweis
929 \family default
930  oder durch Klicken auf 
931 \begin_inset Graphics
932         filename ../../images/dialog-show-new-inset_ref.xpm
933         scale 70
934         scaleBeforeRotation
935         BoundingBox 0bp 6bp 22bp 22bp
936
937 \end_inset
938
939  verweisen.
940  Das ist besser als eine vage Formulierung wie 
941 \begin_inset Quotes gld
942 \end_inset
943
944 die obige Abbildung
945 \begin_inset Quotes grd
946 \end_inset
947
948  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
949  erscheint, und das muss nicht 
950 \emph on
951 oben
952 \emph default
953  sein.
954  Verweise werden detailliert in Abschnitt\InsetSpace ~
955
956 \begin_inset LatexCommand ref
957 reference "abs:Auf-Gleitobjekte-verweisen"
958
959 \end_inset
960
961  beschrieben.
962 \end_layout
963
964 \begin_layout Standard
965 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
966  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
967  nebeneinander.
968  Das erreicht man mit der Karteikarte 
969 \family sans
970 LaTe
971 \begin_inset ERT
972 status collapsed
973
974 \begin_layout Standard
975
976 {}
977 \end_layout
978
979 \end_inset
980
981 X-\InsetSpace ~
982 und\InsetSpace ~
983 Ly
984 \begin_inset ERT
985 status collapsed
986
987 \begin_layout Standard
988
989 {}
990 \end_layout
991
992 \end_inset
993
994 X-Optionen
995 \family default
996  des 
997 \family sans
998 Grafik
999 \family default
1000 -Dialoges.
1001  Kreuzen Sie dort 
1002 \family sans
1003 Teilabbildung
1004 \family default
1005  an und geben die Beschriftung des Bildes im Feld 
1006 \family sans
1007 Legende
1008 \family default
1009  ein.
1010  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1011  Verweise auf Teilabbildungen werden in Abschnitt\InsetSpace ~
1012
1013 \begin_inset LatexCommand ref
1014 reference "uab:Auf-Teilabbildungen-verweisen"
1015
1016 \end_inset
1017
1018  beschrieben.
1019 \end_layout
1020
1021 \begin_layout Standard
1022 Abbildung\InsetSpace ~
1023
1024 \begin_inset LatexCommand ref
1025 reference "abb:Two-distorted-images"
1026
1027 \end_inset
1028
1029  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1030 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1031  auf Eingabe drücken.
1032 \end_layout
1033
1034 \begin_layout Standard
1035 \begin_inset Float figure
1036 wide false
1037 sideways false
1038 status open
1039
1040 \begin_layout Standard
1041
1042 \hfill
1043
1044 \begin_inset Graphics
1045         filename ../clipart/escher-lsd.eps
1046         width 35col%
1047         scaleBeforeRotation
1048         subcaption
1049         subcaptionText "M. C. Escher"
1050
1051 \end_inset
1052
1053
1054 \hfill
1055
1056 \begin_inset Graphics
1057         filename ../clipart/platypus.eps
1058         lyxscale 60
1059         width 45col%
1060         scaleBeforeRotation
1061         subcaption
1062         subcaptionText "\label{abb:Platypus} Platypus"
1063
1064 \end_inset
1065
1066
1067 \hfill
1068
1069 \end_layout
1070
1071 \begin_layout Standard
1072 \begin_inset Caption
1073
1074 \begin_layout Standard
1075 \begin_inset LatexCommand label
1076 name "abb:Two-distorted-images"
1077
1078 \end_inset
1079
1080 Zwei Teilabbildungen nebeneinander.
1081 \end_layout
1082
1083 \end_inset
1084
1085
1086 \end_layout
1087
1088 \end_inset
1089
1090
1091 \end_layout
1092
1093 \begin_layout Section
1094 Bildformate
1095 \begin_inset LatexCommand label
1096 name "abs:Bildformate"
1097
1098 \end_inset
1099
1100
1101 \begin_inset LatexCommand index
1102 name "Abbildungen ! Bildformate"
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Standard
1110 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1111  Aber wie in Anhang\InsetSpace ~
1112
1113 \begin_inset LatexCommand ref
1114 reference "kap:Ausgabedatei-Formate"
1115
1116 \end_inset
1117
1118  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1119  LyX benutzt im Hintergrund das Programm
1120 \family typewriter
1121  Imagemagick
1122 \family default
1123 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1124  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1125  vermeiden.
1126  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1127  werden können.
1128  Diese Formate werden in Anhang\InsetSpace ~
1129
1130 \begin_inset LatexCommand ref
1131 reference "kap:Ausgabedatei-Formate"
1132
1133 \end_inset
1134
1135  beschrieben.
1136 \end_layout
1137
1138 \begin_layout Standard
1139 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1140 \end_layout
1141
1142 \begin_layout Description
1143 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1144  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1145  
1146 \emph on
1147 pixelig
1148 \emph default
1149  aus.
1150  Bekannte Pixel-Formate sind 
1151 \begin_inset Quotes gld
1152 \end_inset
1153
1154 Graphics Interchange Format
1155 \begin_inset Quotes grd
1156 \end_inset
1157
1158  (GIF, Dateiendung
1159 \family typewriter
1160  
1161 \family default
1162
1163 \begin_inset Quotes gld
1164 \end_inset
1165
1166
1167 \family typewriter
1168 .gif
1169 \family default
1170
1171 \begin_inset Quotes grd
1172 \end_inset
1173
1174 )
1175 \begin_inset LatexCommand index
1176 name "GIF"
1177
1178 \end_inset
1179
1180
1181 \begin_inset Quotes gld
1182 \end_inset
1183
1184 Portable Network Graphics
1185 \begin_inset Quotes grd
1186 \end_inset
1187
1188  (PNG, Dateiendung 
1189 \begin_inset Quotes gld
1190 \end_inset
1191
1192
1193 \family typewriter
1194 .png
1195 \family default
1196
1197 \begin_inset Quotes grd
1198 \end_inset
1199
1200 )
1201 \begin_inset LatexCommand index
1202 name "PNG"
1203
1204 \end_inset
1205
1206
1207 \begin_inset Quotes gld
1208 \end_inset
1209
1210 Joint Photographic Experts Group
1211 \begin_inset Quotes grd
1212 \end_inset
1213
1214  (JPG, Dateiendung
1215 \family typewriter
1216  
1217 \family default
1218
1219 \begin_inset Quotes gld
1220 \end_inset
1221
1222
1223 \family typewriter
1224 .jpg
1225 \family default
1226
1227 \begin_inset Quotes grd
1228 \end_inset
1229
1230  oder 
1231 \begin_inset Quotes gld
1232 \end_inset
1233
1234
1235 \family typewriter
1236 .jpeg
1237 \family default
1238
1239 \begin_inset Quotes grd
1240 \end_inset
1241
1242 )
1243 \begin_inset LatexCommand index
1244 name "JPG, JPEG"
1245
1246 \end_inset
1247
1248  und 
1249 \begin_inset Quotes gld
1250 \end_inset
1251
1252 Windows Bitmap
1253 \begin_inset Quotes grd
1254 \end_inset
1255
1256  (BMP, Dateiendung 
1257 \begin_inset Quotes gld
1258 \end_inset
1259
1260
1261 \family typewriter
1262 .bmp
1263 \family default
1264
1265 \begin_inset Quotes grd
1266 \end_inset
1267
1268 )
1269 \begin_inset LatexCommand index
1270 name "BMP"
1271
1272 \end_inset
1273
1274 .
1275 \end_layout
1276
1277 \begin_layout Description
1278 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1279  auf jede beliebige Größe skaliert werden.
1280  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1281  zoomen zu können.
1282 \newline
1283 Bekannte Formate sind 
1284 \begin_inset Quotes gld
1285 \end_inset
1286
1287 Scalable Vector Graphics
1288 \begin_inset Quotes grd
1289 \end_inset
1290
1291  (SVG, Dateiendung
1292 \family typewriter
1293  
1294 \family default
1295
1296 \begin_inset Quotes gld
1297 \end_inset
1298
1299
1300 \family typewriter
1301 .svg
1302 \family default
1303
1304 \begin_inset Quotes grd
1305 \end_inset
1306
1307 )
1308 \begin_inset LatexCommand index
1309 name "SVG"
1310
1311 \end_inset
1312
1313
1314 \begin_inset Quotes gld
1315 \end_inset
1316
1317 Encapsulated PostScript
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321  (EPS, Dateiendung 
1322 \begin_inset Quotes gld
1323 \end_inset
1324
1325
1326 \family typewriter
1327 .eps
1328 \family default
1329
1330 \begin_inset Quotes grd
1331 \end_inset
1332
1333 )
1334 \begin_inset LatexCommand index
1335 name "EPS"
1336
1337 \end_inset
1338
1339
1340 \begin_inset Quotes gld
1341 \end_inset
1342
1343 Portable Document Format
1344 \begin_inset Quotes grd
1345 \end_inset
1346
1347  (PDF, Dateiendung
1348 \family typewriter
1349  
1350 \family default
1351
1352 \begin_inset Quotes gld
1353 \end_inset
1354
1355
1356 \family typewriter
1357 .pdf
1358 \family default
1359
1360 \begin_inset Quotes grd
1361 \end_inset
1362
1363 )
1364 \begin_inset LatexCommand index
1365 name "PDF"
1366
1367 \end_inset
1368
1369  und 
1370 \begin_inset Quotes gld
1371 \end_inset
1372
1373 Windows Metafile
1374 \begin_inset Quotes grd
1375 \end_inset
1376
1377  (WMF, Dateiendung 
1378 \begin_inset Quotes gld
1379 \end_inset
1380
1381
1382 \family typewriter
1383 .wmf
1384 \family default
1385
1386 \begin_inset Quotes grd
1387 \end_inset
1388
1389 )
1390 \begin_inset LatexCommand index
1391 name "WMF"
1392
1393 \end_inset
1394
1395 .
1396 \end_layout
1397
1398 \begin_layout Standard
1399 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1400  das Ergebnis ist immer noch ein Pixelbild.
1401  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1402  hinzugefügt.
1403 \begin_inset Foot
1404 status open
1405
1406 \begin_layout Standard
1407 Bei PDF wird das Originalbild auch noch komprimiert.
1408 \end_layout
1409
1410 \end_inset
1411
1412  Die PDF-Dateien, die 
1413 \family typewriter
1414 Adobe Photoshop
1415 \family default
1416  erzeugt, sind zum Beispiel Pixelbilder.
1417 \end_layout
1418
1419 \begin_layout Standard
1420 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1421  umgekehrt.
1422  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1423  eingefügt werden.
1424  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1425  erzeugt wird, weil es zur Zeit keine WMF/SVG
1426 \begin_inset Formula $\to$
1427 \end_inset
1428
1429 PDF/EPS Konverter gibt.
1430 \end_layout
1431
1432 \begin_layout Chapter
1433 Tabellen
1434 \begin_inset LatexCommand label
1435 name "kap:Tabellen"
1436
1437 \end_inset
1438
1439
1440 \begin_inset LatexCommand index
1441 name "Tabellen"
1442
1443 \end_inset
1444
1445
1446 \end_layout
1447
1448 \begin_layout Section
1449 Einführung
1450 \begin_inset LatexCommand index
1451 name "Tabellen ! Einführung"
1452
1453 \end_inset
1454
1455
1456 \end_layout
1457
1458 \begin_layout Standard
1459 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1460 \begin_inset Graphics
1461         filename ../../images/tabular-insert.xpm
1462         scale 70
1463         scaleBeforeRotation
1464         BoundingBox 0bp 6bp 22bp 22bp
1465
1466 \end_inset
1467
1468  oder das Menü 
1469 \family sans
1470 Einfügen\SpecialChar \menuseparator
1471 Tabelle
1472 \family default
1473  einfügen.
1474  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5\InsetSpace \thinspace{}
1475 -Tabelle.
1476  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1477  und die Größe der dunkelblauen Tabelle angezeigt.
1478  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1479  ein.
1480  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1481  Spaltenanzahl festlegen können.
1482 \end_layout
1483
1484 \begin_layout Standard
1485 In der so erstellten Tabelle ist jede Zelle umrandet.
1486  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1487  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1488  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1489 \end_layout
1490
1491 \begin_layout Standard
1492 \align center
1493 \begin_inset Tabular
1494 <lyxtabular version="3" rows="5" columns="4">
1495 <features>
1496 <column alignment="center" valignment="top" leftline="true" width="0">
1497 <column alignment="center" valignment="top" leftline="true" width="0">
1498 <column alignment="center" valignment="top" leftline="true" width="0">
1499 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1500 <row topline="true" bottomline="true">
1501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1502 \begin_inset Text
1503
1504 \begin_layout Standard
1505
1506 \end_layout
1507
1508 \end_inset
1509 </cell>
1510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1511 \begin_inset Text
1512
1513 \begin_layout Standard
1514
1515 \family roman
1516 \series medium
1517 \shape up
1518 \size normal
1519 \emph off
1520 \bar no
1521 \noun off
1522 \color none
1523 1
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Standard
1532 2
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Standard
1541 3
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 </row>
1547 <row topline="true">
1548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Standard
1552
1553 \family roman
1554 \series medium
1555 \shape up
1556 \size normal
1557 \emph off
1558 \bar no
1559 \noun off
1560 \color none
1561 A
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Standard
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Standard
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Standard
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 </row>
1594 <row topline="true">
1595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Standard
1599
1600 \family roman
1601 \series medium
1602 \shape up
1603 \size normal
1604 \emph off
1605 \bar no
1606 \noun off
1607 \color none
1608 B
1609 \end_layout
1610
1611 \end_inset
1612 </cell>
1613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Standard
1617
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Standard
1626
1627 \end_layout
1628
1629 \end_inset
1630 </cell>
1631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1632 \begin_inset Text
1633
1634 \begin_layout Standard
1635
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 </row>
1641 <row topline="true">
1642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Standard
1646
1647 \family roman
1648 \series medium
1649 \shape up
1650 \size normal
1651 \emph off
1652 \bar no
1653 \noun off
1654 \color none
1655 C
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Standard
1664
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1670 \begin_inset Text
1671
1672 \begin_layout Standard
1673
1674 \end_layout
1675
1676 \end_inset
1677 </cell>
1678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1679 \begin_inset Text
1680
1681 \begin_layout Standard
1682
1683 \end_layout
1684
1685 \end_inset
1686 </cell>
1687 </row>
1688 <row topline="true" bottomline="true">
1689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Standard
1693 D
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Standard
1702
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Standard
1711
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Standard
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 </row>
1726 </lyxtabular>
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Section
1734 Tabellen-Einstellungen
1735 \begin_inset LatexCommand index
1736 name "Tabellen ! Einstellungen"
1737
1738 \end_inset
1739
1740
1741 \end_layout
1742
1743 \begin_layout Standard
1744 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1745  Maustaste draufklicken.
1746  Dadurch wird das Fenster 
1747 \family sans
1748 Tabellen-Einstellungen
1749 \family default
1750  geöffnet.
1751  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1752  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1753  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1754  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1755  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1756  Auswahl.
1757  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1758 \emph on
1759 Inhalt
1760 \emph default
1761  einer Zelle oder die Zelle selber ausgewählt haben.
1762  Das 
1763 \family sans
1764 Tabellen-Einstellungen
1765 \family default
1766 -Menü hat folgende Karteikarten:
1767 \end_layout
1768
1769 \begin_layout Description
1770
1771 \family sans
1772 Tabellen-Einstellungen
1773 \family default
1774  Hier können Sie die 
1775 \family sans
1776 Horizontale\InsetSpace ~
1777 Ausrichtung
1778 \family default
1779  der momentanen Spalte und die 
1780 \family sans
1781 Spaltenbreite
1782 \family default
1783  festlegen.
1784  Wenn Sie eine 
1785 \family sans
1786 Spaltenbreite
1787 \family default
1788  festgelegt haben, können Sie auch eine 
1789 \family sans
1790 Vertikale\InsetSpace ~
1791 Ausrichtung
1792 \family default
1793  der momentanen Zeile wählen.
1794  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1795  Absätze haben, wie in Abschnitt\InsetSpace ~
1796
1797 \begin_inset LatexCommand ref
1798 reference "uab:Mehrfache-Zeilen-in"
1799
1800 \end_inset
1801
1802  beschrieben.
1803  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1804 \newline
1805 Außerd
1806 em können Sie mehrere Zellen einer Zeile markieren und die Auswahl als 
1807 \family sans
1808 Mehrfachspalte
1809 \family default
1810  definieren, wie in Abschnitt\InsetSpace ~
1811
1812 \begin_inset LatexCommand ref
1813 reference "uab:Mehrfachspalten"
1814
1815 \end_inset
1816
1817  beschrieben.
1818 \newline
1819 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte
1820  Tabelle gegen den Uhrzeigersinn um 90° drehen.
1821  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1822 \newline
1823
1824 \begin_inset Note Greyedout
1825 status open
1826
1827 \begin_layout Standard
1828
1829 \series bold
1830 Achtung:
1831 \series default
1832  Nicht alle DVI-Betrachter können Rotationen anzeigen.
1833 \end_layout
1834
1835 \end_inset
1836
1837
1838 \newline
1839 Man kann auch ein 
1840 \family sans
1841 LaTe
1842 \begin_inset ERT
1843 status collapsed
1844
1845 \begin_layout Standard
1846
1847 {}
1848 \end_layout
1849
1850 \end_inset
1851
1852 X-Argument
1853 \family default
1854  für besondere Tabellen-Formatierun\SpecialChar \-
1855 gen einfügen, wie in Abschnitten 
1856 \begin_inset LatexCommand ref
1857 reference "uab:Mehrfachspalten-Berechnungen"
1858
1859 \end_inset
1860
1861  und 
1862 \begin_inset LatexCommand ref
1863 reference "abs:Farbige-Tabellen"
1864
1865 \end_inset
1866
1867  beschrieben.
1868 \end_layout
1869
1870 \begin_layout Description
1871
1872 \family sans
1873 Rahmen
1874 \family default
1875  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
1876  hinzufügen und löschen.
1877 \newline
1878 Wenn Sie die Stil-Option
1879 \family sans
1880  Formal
1881 \family default
1882  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt\InsetSpace ~
1883
1884 \begin_inset LatexCommand ref
1885 reference "abs:Formale-Tabellen"
1886
1887 \end_inset
1888
1889  beschrieben, konvertiert.
1890 \newline
1891 Hier können Sie auch zusätzliche Abstände für Zeilen
1892  festlegen, wie in Abschnitt\InsetSpace ~
1893
1894 \begin_inset LatexCommand ref
1895 reference "uab:Zeilenabstand"
1896
1897 \end_inset
1898
1899  beschrieben.
1900 \end_layout
1901
1902 \begin_layout Description
1903
1904 \family sans
1905 Lange\InsetSpace ~
1906 Tabelle
1907 \family default
1908  Hier kann eine Tabelle als 
1909 \family sans
1910 Lange\InsetSpace ~
1911 Tabelle
1912 \family default
1913  definiert werden, die über mehrere Seiten reicht.
1914  Die Abschnitte\InsetSpace ~
1915
1916 \begin_inset LatexCommand ref
1917 reference "abs:Lange-Tabellen"
1918
1919 \end_inset
1920
1921  und 
1922 \begin_inset LatexCommand ref
1923 reference "abs:Special-Longtable-Issues"
1924
1925 \end_inset
1926
1927  beschreiben diese Funktion genauer.
1928 \end_layout
1929
1930 \begin_layout Standard
1931 Wenn das Menü 
1932 \family sans
1933 Tabellen-Einstellungen
1934 \family default
1935  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
1936  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
1937 \end_layout
1938
1939 \begin_layout Section
1940 Tabellen-Werkzeugleiste
1941 \begin_inset LatexCommand index
1942 name "Tabellen ! Werkzeugleiste"
1943
1944 \end_inset
1945
1946
1947 \end_layout
1948
1949 \begin_layout Standard
1950 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
1951 \family sans
1952 Tabellen-Einstellungen
1953 \family default
1954 , wenn man Tabellen-Einstellungen schneller ändern möchte.
1955  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
1956  LyX-Fensters.
1957 \end_layout
1958
1959 \begin_layout Standard
1960 Die Werkzeugleiste hat folgende Knöpfe:
1961 \end_layout
1962
1963 \begin_layout Labeling
1964 \labelwidthstring 00.00.0000
1965 \begin_inset Graphics
1966         filename ../../images/tabular-feature_append-row.xpm
1967         scale 70
1968         scaleBeforeRotation
1969         BoundingBox 0bp 6bp 22bp 22bp
1970
1971 \end_inset
1972
1973  Fügt eine Zeile unterhalb der momentanen an
1974 \end_layout
1975
1976 \begin_layout Labeling
1977 \labelwidthstring 00.00.0000
1978 \begin_inset Graphics
1979         filename ../../images/tabular-feature_append-column.xpm
1980         scale 70
1981         scaleBeforeRotation
1982         BoundingBox 0bp 6bp 22bp 22bp
1983
1984 \end_inset
1985
1986  Fügt eine Spalte rechts von der momentanen an
1987 \end_layout
1988
1989 \begin_layout Labeling
1990 \labelwidthstring 00.00.0000
1991 \begin_inset Graphics
1992         filename ../../images/tabular-feature_delete-row.xpm
1993         scale 70
1994         scaleBeforeRotation
1995         BoundingBox 0bp 6bp 22bp 22bp
1996
1997 \end_inset
1998
1999  Löscht die ausgewählte(n) Zeile(n)
2000 \end_layout
2001
2002 \begin_layout Labeling
2003 \labelwidthstring 00.00.0000
2004 \begin_inset Graphics
2005         filename ../../images/tabular-feature_delete-column.xpm
2006         scale 70
2007         scaleBeforeRotation
2008         BoundingBox 0bp 6bp 22bp 22bp
2009
2010 \end_inset
2011
2012  Löscht die ausgewählte(n) Spalte(n)
2013 \end_layout
2014
2015 \begin_layout Labeling
2016 \labelwidthstring 00.00.0000
2017 \begin_inset Graphics
2018         filename ../../images/tabular-feature_toggle-line-top.xpm
2019         scale 70
2020         scaleBeforeRotation
2021         BoundingBox 0bp 6bp 22bp 22bp
2022
2023 \end_inset
2024
2025  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2026  wenn der Knopf grau hinterlegt ist
2027 \end_layout
2028
2029 \begin_layout Labeling
2030 \labelwidthstring 00.00.0000
2031 \begin_inset Graphics
2032         filename ../../images/tabular-feature_toggle-line-bottom.xpm
2033         scale 70
2034         scaleBeforeRotation
2035         BoundingBox 0bp 6bp 22bp 22bp
2036
2037 \end_inset
2038
2039  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2040  wenn der Knopf grau hinterlegt ist
2041 \end_layout
2042
2043 \begin_layout Labeling
2044 \labelwidthstring 00.00.0000
2045 \begin_inset Graphics
2046         filename ../../images/tabular-feature_toggle-line-left.xpm
2047         scale 70
2048         scaleBeforeRotation
2049         BoundingBox 0bp 6bp 22bp 22bp
2050
2051 \end_inset
2052
2053  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2054  wenn der Knopf grau hinterlegt ist
2055 \end_layout
2056
2057 \begin_layout Labeling
2058 \labelwidthstring 00.00.0000
2059 \begin_inset Graphics
2060         filename ../../images/tabular-feature_toggle-line-right.xpm
2061         scale 70
2062         scaleBeforeRotation
2063         BoundingBox 0bp 6bp 22bp 22bp
2064
2065 \end_inset
2066
2067  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2068  wenn der Knopf grau hinterlegt ist
2069 \end_layout
2070
2071 \begin_layout Labeling
2072 \labelwidthstring 00.00.0000
2073 \begin_inset Graphics
2074         filename ../../images/tabular-feature_set-all-lines.xpm
2075         scale 70
2076         scaleBeforeRotation
2077         BoundingBox 0bp 6bp 22bp 22bp
2078
2079 \end_inset
2080
2081  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2082 \end_layout
2083
2084 \begin_layout Labeling
2085 \labelwidthstring 00.00.0000
2086 \begin_inset Graphics
2087         filename ../../images/tabular-feature_unset-all-lines.xpm
2088         scale 70
2089         scaleBeforeRotation
2090         BoundingBox 0bp 6bp 22bp 22bp
2091
2092 \end_inset
2093
2094  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2095 \end_layout
2096
2097 \begin_layout Labeling
2098 \labelwidthstring 00.00.0000
2099 \begin_inset Graphics
2100         filename ../../images/tabular-feature_align-left.xpm
2101         scale 70
2102         scaleBeforeRotation
2103         BoundingBox 0bp 6bp 22bp 22bp
2104
2105 \end_inset
2106
2107  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2108 \end_layout
2109
2110 \begin_layout Labeling
2111 \labelwidthstring 00.00.0000
2112 \begin_inset Graphics
2113         filename ../../images/tabular-feature_align-center.xpm
2114         scale 70
2115         scaleBeforeRotation
2116         BoundingBox 0bp 6bp 22bp 22bp
2117
2118 \end_inset
2119
2120  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2121 \end_layout
2122
2123 \begin_layout Labeling
2124 \labelwidthstring 00.00.0000
2125 \begin_inset Graphics
2126         filename ../../images/tabular-feature_align-right.xpm
2127         scale 70
2128         scaleBeforeRotation
2129         BoundingBox 0bp 6bp 22bp 22bp
2130
2131 \end_inset
2132
2133  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2134 \end_layout
2135
2136 \begin_layout Labeling
2137 \labelwidthstring 00.00.0000
2138 \begin_inset Graphics
2139         filename ../../images/tabular-feature_valign-top.xpm
2140         scale 70
2141         scaleBeforeRotation
2142         BoundingBox 0bp 6bp 22bp 22bp
2143
2144 \end_inset
2145
2146  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Graphics
2152         filename ../../images/tabular-feature_valign-middle.xpm
2153         scale 70
2154         scaleBeforeRotation
2155         BoundingBox 0bp 6bp 22bp 22bp
2156
2157 \end_inset
2158
2159  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2160 \end_layout
2161
2162 \begin_layout Labeling
2163 \labelwidthstring 00.00.0000
2164 \begin_inset Graphics
2165         filename ../../images/tabular-feature_valign-bottom.xpm
2166         scale 70
2167         scaleBeforeRotation
2168         BoundingBox 0bp 6bp 22bp 22bp
2169
2170 \end_inset
2171
2172  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177 \begin_inset Graphics
2178         filename ../../images/tabular-feature_set-rotate-cell.xpm
2179         scale 70
2180         scaleBeforeRotation
2181         BoundingBox 0bp 6bp 22bp 22bp
2182
2183 \end_inset
2184
2185  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_set-rotate-tabular.xpm
2192         scale 70
2193         scaleBeforeRotation
2194         BoundingBox 0bp 6bp 22bp 22bp
2195
2196 \end_inset
2197
2198  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2199 \end_layout
2200
2201 \begin_layout Labeling
2202 \labelwidthstring 00.00.0000
2203 \begin_inset Graphics
2204         filename ../../images/tabular-feature_multicolumn.xpm
2205         scale 70
2206         scaleBeforeRotation
2207         BoundingBox 0bp 6bp 22bp 22bp
2208
2209 \end_inset
2210
2211  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2212 \end_layout
2213
2214 \begin_layout Standard
2215 \begin_inset Note Greyedout
2216 status open
2217
2218 \begin_layout Standard
2219
2220 \series bold
2221 Note:
2222 \series default
2223  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2224  Reihe für alle Zelle der Reihe verwendet.
2225 \end_layout
2226
2227 \end_inset
2228
2229
2230 \end_layout
2231
2232 \begin_layout Section
2233 Bearbeiten-Menü
2234 \begin_inset LatexCommand index
2235 name "Tabellen ! Bearbeiten-Menü"
2236
2237 \end_inset
2238
2239
2240 \end_layout
2241
2242 \begin_layout Standard
2243 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2244  Wenn der Cursor in einer Tabelle steht, sind im 
2245 \family sans
2246 Bearbeiten
2247 \family default
2248 -Menü folgende Punkte aktiviert: 
2249 \family sans
2250 Tabelle
2251 \family default
2252
2253 \family sans
2254 Zeilen\InsetSpace ~
2255 &\InsetSpace ~
2256 Spalten
2257 \family default
2258  und 
2259 \family sans
2260 Tabellen-Einstellungen
2261 \family default
2262 .
2263  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2264 ngsmöglichkeiten zu erreichen.
2265 \end_layout
2266
2267 \begin_layout Section
2268 Gleitende Tabellen
2269 \begin_inset LatexCommand label
2270 name "abs:Gleitende-Tabellen"
2271
2272 \end_inset
2273
2274
2275 \begin_inset LatexCommand index
2276 name "Gleitobjekte ! Tabellen"
2277
2278 \end_inset
2279
2280
2281 \begin_inset LatexCommand index
2282 name "Tabellen ! gleitende"
2283
2284 \end_inset
2285
2286
2287 \end_layout
2288
2289 \begin_layout Standard
2290 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt\InsetSpace ~
2291
2292 \begin_inset LatexCommand ref
2293 reference "abs:Gleitobjekte-Einleitung"
2294
2295 \end_inset
2296
2297 .
2298 \end_layout
2299
2300 \begin_layout Standard
2301 \begin_inset Float table
2302 placement h
2303 wide false
2304 sideways false
2305 status open
2306
2307 \begin_layout Standard
2308 \begin_inset Caption
2309
2310 \begin_layout Standard
2311 \begin_inset LatexCommand label
2312 name "tab:a table float"
2313
2314 \end_inset
2315
2316 Eine gleitende Tabelle
2317 \end_layout
2318
2319 \end_inset
2320
2321
2322 \end_layout
2323
2324 \begin_layout Standard
2325 \align center
2326 \begin_inset Tabular
2327 <lyxtabular version="3" rows="3" columns="3">
2328 <features>
2329 <column alignment="center" valignment="top" leftline="true" width="0pt">
2330 <column alignment="center" valignment="top" leftline="true" width="0pt">
2331 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2332 <row topline="true" bottomline="true">
2333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Standard
2337
2338 \family roman
2339 \series medium
2340 \shape up
2341 \size normal
2342 \emph off
2343 \bar no
2344 \noun off
2345 \color none
2346 1
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Standard
2355
2356 \family roman
2357 \series medium
2358 \shape up
2359 \size normal
2360 \emph off
2361 \bar no
2362 \noun off
2363 \color none
2364 2
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Standard
2373
2374 \family roman
2375 \series medium
2376 \shape up
2377 \size normal
2378 \emph off
2379 \bar no
2380 \noun off
2381 \color none
2382 3
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row topline="true">
2389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Standard
2393
2394 \family roman
2395 \series medium
2396 \shape up
2397 \size normal
2398 \emph off
2399 \bar no
2400 \noun off
2401 \color none
2402 Martin
2403 \end_layout
2404
2405 \end_inset
2406 </cell>
2407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Standard
2411
2412 \family roman
2413 \series medium
2414 \shape up
2415 \size normal
2416 \emph off
2417 \bar no
2418 \noun off
2419 \color none
2420 Lena
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2426 \begin_inset Text
2427
2428 \begin_layout Standard
2429
2430 \family roman
2431 \series medium
2432 \shape up
2433 \size normal
2434 \emph off
2435 \bar no
2436 \noun off
2437 \color none
2438 Alina
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 </row>
2444 <row topline="true" bottomline="true">
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Standard
2449
2450 \family roman
2451 \series medium
2452 \shape up
2453 \size normal
2454 \emph off
2455 \bar no
2456 \noun off
2457 \color none
2458 \begin_inset Formula $\int x^{2}dx$
2459 \end_inset
2460
2461
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2467 \begin_inset Text
2468
2469 \begin_layout Standard
2470
2471 \family roman
2472 \series medium
2473 \shape up
2474 \size normal
2475 \emph off
2476 \bar no
2477 \noun off
2478 \color none
2479 \begin_inset Formula $\left[\begin{array}{cc}
2480 a & b\\
2481 c & d\end{array}\right]$
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Standard
2493
2494 \family roman
2495 \series medium
2496 \shape up
2497 \size normal
2498 \emph off
2499 \bar no
2500 \noun off
2501 \color none
2502 \begin_inset Formula $1+1=2$
2503 \end_inset
2504
2505
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 </row>
2511 </lyxtabular>
2512
2513 \end_inset
2514
2515
2516 \end_layout
2517
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Standard
2524 Gleitende Tabellen können über 
2525 \family sans
2526 Einfügen\SpecialChar \menuseparator
2527 Gleitobjekt\SpecialChar \menuseparator
2528 Tabelle
2529 \family default
2530  oder einen Klick auf den Werkzeugleistenknopf 
2531 \begin_inset Graphics
2532         filename ../../images/float-insert_table.xpm
2533         scale 70
2534         scaleBeforeRotation
2535         BoundingBox 0bp 6bp 22bp 22bp
2536
2537 \end_inset
2538
2539  erzeugt werden.
2540  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2541  In das rot umrahmte Feld rechts von 
2542 \emph on
2543 Tabelle\InsetSpace ~
2544 Nr:
2545 \emph default
2546  schreiben Sie die Tabellenbeschriftung.
2547  Nach einem Klick oberhalb oder unterhalb von 
2548 \emph on
2549 Tabelle\InsetSpace ~
2550 Nr:
2551 \emph default
2552  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2553 \begin_inset Graphics
2554         filename ../../images/tabular-insert.xpm
2555         scale 70
2556         scaleBeforeRotation
2557         BoundingBox 0bp 6bp 22bp 22bp
2558
2559 \end_inset
2560
2561  oder dem Menü 
2562 \family sans
2563 Einfügen\SpecialChar \menuseparator
2564 Tabelle
2565 \family default
2566  einfügen.
2567 \end_layout
2568
2569 \begin_layout Standard
2570 Tabelle\InsetSpace ~
2571
2572 \begin_inset LatexCommand ref
2573 reference "tab:a table float"
2574
2575 \end_inset
2576
2577  ist ein Beispiel für eine gleitende Tabelle.
2578 \end_layout
2579
2580 \begin_layout Standard
2581 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2582 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2583  Das bedeutet, dass bei den Klassen 
2584 \family sans
2585 article
2586 \family default
2587
2588 \family sans
2589 book
2590 \family default
2591
2592 \family sans
2593 letter
2594 \family default
2595 , und 
2596 \family sans
2597 report
2598 \family default
2599  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2600  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2601 \series bold
2602 caption
2603 \series default
2604
2605 \begin_inset LatexCommand index
2606 name "LaTeX-Pakete ! caption"
2607
2608 \end_inset
2609
2610  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2611 \begin_inset Foot
2612 status open
2613
2614 \begin_layout Standard
2615 Näheres finden Sie im Abschnitt\InsetSpace ~
2616
2617 \begin_inset LatexCommand ref
2618 reference "abs:Titel-Platzierung"
2619
2620 \end_inset
2621
2622 .
2623 \end_layout
2624
2625 \end_inset
2626
2627
2628 \end_layout
2629
2630 \begin_layout Standard
2631
2632 \series bold
2633 tableposition=top
2634 \end_layout
2635
2636 \begin_layout Standard
2637 Das Paket 
2638 \series bold
2639 caption
2640 \series default
2641 , das in Abschnitt\InsetSpace ~
2642
2643 \begin_inset LatexCommand ref
2644 reference "abs:Titel-Formatierung"
2645
2646 \end_inset
2647
2648 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2649 \end_layout
2650
2651 \begin_layout Standard
2652 \begin_inset LatexCommand index
2653 name "Tabellen ! zitieren"
2654
2655 \end_inset
2656
2657 Auf Tabellen kann über ihre Marke verwiesen werden.
2658  Dafür fügen Sie in der Beschriftung mit 
2659 \family sans
2660 Einfügen\SpecialChar \menuseparator
2661 Marke
2662 \family default
2663  oder durch Klicken auf 
2664 \begin_inset Graphics
2665         filename ../../images/label-insert.xpm
2666         scale 70
2667         scaleBeforeRotation
2668         BoundingBox 0bp 6bp 20bp 20bp
2669
2670 \end_inset
2671
2672  eine Marke ein.
2673  Auf diese können Sie dann wie gewohnt mit 
2674 \family sans
2675 Einfügen\SpecialChar \menuseparator
2676 Querverweis
2677 \family default
2678  oder durch Klicken auf 
2679 \begin_inset Graphics
2680         filename ../../images/dialog-show-new-inset_ref.xpm
2681         scale 70
2682         scaleBeforeRotation
2683         BoundingBox 0bp 6bp 22bp 22bp
2684
2685 \end_inset
2686
2687  verweisen.
2688  Verweise werden detailliert in Abschnitt\InsetSpace ~
2689
2690 \begin_inset LatexCommand ref
2691 reference "abs:Auf-Gleitobjekte-verweisen"
2692
2693 \end_inset
2694
2695  beschrieben.
2696 \end_layout
2697
2698 \begin_layout Section
2699 Lange Tabellen
2700 \begin_inset LatexCommand label
2701 name "abs:Lange-Tabellen"
2702
2703 \end_inset
2704
2705
2706 \begin_inset LatexCommand index
2707 name "Tabellen ! lange"
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2716  Dialogfenster 
2717 \family sans
2718 Tabellen-Einstellungen
2719 \family default
2720  auf der Karteikarte  
2721 \family sans
2722 Lange\InsetSpace ~
2723 Tabelle
2724 \family default
2725  die Option 
2726 \family sans
2727 Lange\InsetSpace ~
2728 Tabelle\InsetSpace ~
2729 verwenden
2730 \family default
2731  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2732  Außerdem werden weitere Optionen aktiviert, die im 
2733 \emph on
2734 Benutzerhandbuch
2735 \emph default
2736  beschrieben sind.
2737 \end_layout
2738
2739 \begin_layout Standard
2740 Hier ist ein Beispiel einer langen Tabelle:
2741 \end_layout
2742
2743 \begin_layout Standard
2744 \align center
2745 \begin_inset Tabular
2746 <lyxtabular version="3" rows="69" columns="3">
2747 <features islongtable="true">
2748 <column alignment="left" valignment="top" leftline="true" width="0cm">
2749 <column alignment="left" valignment="top" width="0pt">
2750 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2751 <row topline="true" bottomline="true" endfirsthead="true">
2752 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Standard
2756
2757 \series bold
2758 Telefonliste (ignoriere die Namen)
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Standard
2767
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Standard
2776
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 </row>
2782 <row topline="true" bottomline="true" endfirsthead="true">
2783 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Standard
2787
2788 \series bold
2789 NAME
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Standard
2798
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Standard
2807
2808 \series bold
2809 TEL.
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 </row>
2815 <row topline="true" bottomline="true" endhead="true">
2816 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Standard
2820
2821 \series bold
2822 Telefonliste
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Standard
2831
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Standard
2840
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 </row>
2846 <row topline="true" bottomline="true" endhead="true">
2847 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Standard
2851
2852 \series bold
2853 NAME
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Standard
2862
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Standard
2871
2872 \series bold
2873 TEL.
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 </row>
2879 <row topline="true" bottomline="true" endfoot="true">
2880 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Standard
2884
2885 \series bold
2886 wird fortgesetzt
2887 \series default
2888  \SpecialChar \ldots{}
2889
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Standard
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Standard
2907
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 </row>
2913 <row>
2914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Standard
2918
2919 \series bold
2920 Annovi
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" topline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Standard
2929 Silvia
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2935 \begin_inset Text
2936
2937 \begin_layout Standard
2938 111
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 </row>
2944 <row>
2945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Standard
2949
2950 \series bold
2951 Bertoli
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Standard
2960 Stefano
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Standard
2969 111
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Standard
2980
2981 \series bold
2982 Bozzi
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Standard
2991 Walter
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Standard
3000 111
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Standard
3011
3012 \series bold
3013 Cachia
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" topline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Standard
3022 Maria
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3028 \begin_inset Text
3029
3030 \begin_layout Standard
3031 111
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 </row>
3037 <row>
3038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Standard
3042
3043 \series bold
3044 Cachia
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" topline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Standard
3053 Maurizio
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Standard
3062 111
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 </row>
3068 <row>
3069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Standard
3073
3074 \series bold
3075 Cinquemani
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" topline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Standard
3084 Giusi
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Standard
3093 111
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 </row>
3099 <row>
3100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Standard
3104
3105 \series bold
3106 Colin
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" topline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Standard
3115 Bernard
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Standard
3124 111
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 </row>
3130 <row>
3131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Standard
3135
3136 \series bold
3137 Concli
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" topline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Standard
3146 Gianfranco
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Standard
3155 111
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 </row>
3161 <row>
3162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Standard
3166
3167 \series bold
3168 Dal Bosco
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" topline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Standard
3177 Carolina
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Standard
3186 111
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row>
3193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Standard
3197
3198 \series bold
3199 Dalpiaz
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" topline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Standard
3208 Annamaria
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Standard
3217 111
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 </row>
3223 <row>
3224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Standard
3228
3229 \series bold
3230 Feliciello
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" topline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Standard
3239 Domenico
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Standard
3248 111
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row>
3255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Standard
3259
3260 \series bold
3261 Focarelli
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" topline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Standard
3270 Paola
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Standard
3279 111
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 <row>
3286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Standard
3290
3291 \series bold
3292 Galletti
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" topline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Standard
3301 Oreste
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Standard
3310 111
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 </row>
3316 <row>
3317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Standard
3321
3322 \series bold
3323 Gasparini
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" topline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Standard
3332 Franca
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Standard
3341 111
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Standard
3352
3353 \series bold
3354 Rizzardi
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" topline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Standard
3363 Paola
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Standard
3372 111
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Standard
3383
3384 \series bold
3385 Lassini
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" topline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Standard
3394 Giancarlo
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Standard
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Standard
3414
3415 \series bold
3416 Malfatti
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" topline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Standard
3425 Luciano
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Standard
3434 111
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Standard
3445
3446 \series bold
3447 Malfatti
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" topline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Standard
3456 Valeriano
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Standard
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Standard
3476
3477 \series bold
3478 Meneguzzo
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" topline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Standard
3487 Roberto
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Standard
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Standard
3507
3508 \series bold
3509 Mezzadra
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" topline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Standard
3518 Roberto
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Standard
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Standard
3538
3539 \series bold
3540 Pirpamer
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" topline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Standard
3549 Erich
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Standard
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Standard
3569
3570 \series bold
3571 Pochiesa
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" topline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Standard
3580 Paolo
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Standard
3589 111, 222
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Standard
3600
3601 \series bold
3602 Radina
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" topline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Standard
3611 Claudio
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Standard
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Standard
3631
3632 \series bold
3633 Stuffer
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" topline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Standard
3642 Oskar
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Standard
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Standard
3662
3663 \series bold
3664 Tacchelli
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Standard
3673 Ugo
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Standard
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Standard
3693
3694 \series bold
3695 Tezzele
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" topline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Standard
3704 Margit
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Standard
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Standard
3724
3725 \series bold
3726 Unterkalmsteiner
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" topline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Standard
3735 Frieda
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Standard
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Standard
3755
3756 \series bold
3757 Vieider
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" topline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Standard
3766 Hilde
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Standard
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Standard
3786
3787 \series bold
3788 Vigna
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" topline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Standard
3797 Jürgen
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Standard
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Standard
3817
3818 \series bold
3819 Weber
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" topline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Standard
3828 Maurizio
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Standard
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row bottomline="true">
3844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Standard
3848
3849 \series bold
3850 Winkler
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" topline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Standard
3859 Franz
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Standard
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row bottomline="true">
3875 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Standard
3879  
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Standard
3888
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Standard
3897
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Standard
3908
3909 \series bold
3910 Annovi
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" topline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Standard
3919 Silvia
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Standard
3928 555
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Standard
3939
3940 \series bold
3941 Bertoli
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" topline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Standard
3950 Stefano
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Standard
3959 555
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Standard
3970
3971 \series bold
3972 Bozzi
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" topline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Standard
3981 Walter
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Standard
3990 555
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Standard
4001
4002 \series bold
4003 Cachia
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" topline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Standard
4012 Maria
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Standard
4021 555
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Standard
4032
4033 \series bold
4034 Cachia
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" topline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Standard
4043 Maurizio
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Standard
4052 555
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Standard
4063
4064 \series bold
4065 Cinquemani
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" topline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Standard
4074 Giusi
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Standard
4083 555
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Standard
4094
4095 \series bold
4096 Colin
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" topline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Standard
4105 Bernard
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Standard
4114 555
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Standard
4125
4126 \series bold
4127 Concli
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" topline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Standard
4136 Gianfranco
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Standard
4145 555
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Standard
4156
4157 \series bold
4158 Dal Bosco
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" topline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Standard
4167 Carolina
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Standard
4176 555
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Standard
4187
4188 \series bold
4189 Dalpiaz
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" topline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Standard
4198 Annamaria
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Standard
4207 555
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Standard
4218
4219 \series bold
4220 Feliciello
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" topline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Standard
4229 Domenico
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Standard
4238 555
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Standard
4249
4250 \series bold
4251 Focarelli
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" topline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Standard
4260 Paola
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Standard
4269 555
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Standard
4280
4281 \series bold
4282 Galletti
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" topline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Standard
4291 Oreste
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Standard
4300 555
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Standard
4311
4312 \series bold
4313 Gasparini
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" topline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Standard
4322 Franca
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Standard
4331 555
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Standard
4342
4343 \series bold
4344 Rizzardi
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" topline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Standard
4353 Paola
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Standard
4362 555
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Standard
4373
4374 \series bold
4375 Lassini
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" topline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Standard
4384 Giancarlo
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Standard
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Standard
4404
4405 \series bold
4406 Malfatti
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" topline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Standard
4415 Luciano
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Standard
4424 555
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Standard
4435
4436 \series bold
4437 Malfatti
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" topline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Standard
4446 Valeriano
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Standard
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Standard
4466
4467 \series bold
4468 Meneguzzo
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" topline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Standard
4477 Roberto
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Standard
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Standard
4497
4498 \series bold
4499 Mezzadra
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" topline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Standard
4508 Roberto
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Standard
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Standard
4528
4529 \series bold
4530 Pirpamer
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" topline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Standard
4539 Erich
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Standard
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Standard
4559
4560 \series bold
4561 Pochiesa
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" topline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Standard
4570 Paolo
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Standard
4579 555, 222
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Standard
4590
4591 \series bold
4592 Radina
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" topline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Standard
4601 Claudio
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Standard
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Standard
4621
4622 \series bold
4623 Stuffer
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" topline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Standard
4632 Oskar
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Standard
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Standard
4652
4653 \series bold
4654 Tacchelli
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" topline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Standard
4663 Ugo
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Standard
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Standard
4683
4684 \series bold
4685 Tezzele
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" topline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Standard
4694 Margit
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Standard
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Standard
4714
4715 \series bold
4716 Unterkalmsteiner
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" topline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Standard
4725 Frieda
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Standard
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Standard
4745
4746 \series bold
4747 Vieider
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" topline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Standard
4756 Hilde
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Standard
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Standard
4776
4777 \series bold
4778 Vigna
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" topline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Standard
4787 Jürgen
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Standard
4796 999
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Standard
4807
4808 \series bold
4809 Weber
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" topline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Standard
4818 Maurizio
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Standard
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row bottomline="true">
4834 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Standard
4838
4839 \series bold
4840 Winkler
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" topline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Standard
4849 Franz
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Standard
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row bottomline="true" endlastfoot="true">
4865 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Standard
4869
4870 \series bold
4871 Ende
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Standard
4880
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Standard
4889
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 </lyxtabular>
4896
4897 \end_inset
4898
4899
4900 \begin_inset ERT
4901 status collapsed
4902
4903 \begin_layout Standard
4904
4905
4906 \backslash
4907 addtocounter{table}{-1}
4908 \end_layout
4909
4910 \end_inset
4911
4912
4913 \begin_inset Note Note
4914 status collapsed
4915
4916 \begin_layout Standard
4917 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt\InsetSpace ~
4918
4919 \begin_inset LatexCommand ref
4920 reference "uab:Titel-für-lange"
4921
4922 \end_inset
4923
4924
4925 \end_layout
4926
4927 \end_inset
4928
4929
4930 \end_layout
4931
4932 \begin_layout Subsection
4933 Fußnoten in langen Tabellen
4934 \begin_inset LatexCommand label
4935 name "uab:Fußnoten-in-langen"
4936
4937 \end_inset
4938
4939
4940 \begin_inset LatexCommand index
4941 name "Tabellen ! lange ! Fußnoten"
4942
4943 \end_inset
4944
4945
4946 \end_layout
4947
4948 \begin_layout Standard
4949 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
4950  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
4951  Tabelle\InsetSpace ~
4952
4953 \begin_inset LatexCommand ref
4954 reference "tab:DiffCaptions"
4955
4956 \end_inset
4957
4958  hat zum Beispiel eine Fußnote.
4959 \end_layout
4960
4961 \begin_layout Subsection
4962 Beschriftungen lange Tabellen
4963 \begin_inset LatexCommand index
4964 name "Tabellen ! lange ! Titel"
4965
4966 \end_inset
4967
4968
4969 \begin_inset LatexCommand label
4970 name "uab:Titel-für-lange"
4971
4972 \end_inset
4973
4974
4975 \end_layout
4976
4977 \begin_layout Standard
4978 Eine 
4979 \family sans
4980 lange\InsetSpace ~
4981 Tabelle
4982 \family default
4983  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
4984  Seite gedruckt werden können.
4985  Aber die 
4986 \family sans
4987 Legende
4988 \family default
4989 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
4990 \end_layout
4991
4992 \begin_layout Standard
4993 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
4994 \end_layout
4995
4996 \begin_layout Enumerate
4997 Erstellen Sie eine 
4998 \family sans
4999 lange\InsetSpace ~
5000 Tabelle
5001 \family default
5002 .
5003 \end_layout
5004
5005 \begin_layout Enumerate
5006 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5007 \end_layout
5008
5009 \begin_layout Enumerate
5010 Fügen Sie 
5011 \family sans
5012 mit Einfügen\SpecialChar \menuseparator
5013 Legende
5014 \family default
5015  eine Beschriftung in die erste Tabellenzelle.
5016  Sie können auch noch einen Kurztitel hinzufügen, 
5017 \family sans
5018 Einfügen\SpecialChar \menuseparator
5019 Kurztitel
5020 \family default
5021 .
5022 \end_layout
5023
5024 \begin_layout Enumerate
5025 Fügen Sie hinter dem Titel 
5026 \series bold
5027
5028 \begin_inset Quotes gld
5029 \end_inset
5030
5031
5032 \backslash
5033
5034 \backslash
5035 %
5036 \series default
5037
5038 \begin_inset Quotes grd
5039 \end_inset
5040
5041  als ERT ein.
5042 \end_layout
5043
5044 \begin_layout Standard
5045 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5046  gedruckt.
5047  Die Zeichen 
5048 \series bold
5049
5050 \begin_inset Quotes gld
5051 \end_inset
5052
5053
5054 \backslash
5055
5056 \backslash
5057 %
5058 \series default
5059
5060 \begin_inset Quotes grd
5061 \end_inset
5062
5063  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5064  weg.
5065  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5066  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5067 \end_layout
5068
5069 \begin_layout Standard
5070 Hier ist eine kleine 
5071 \family sans
5072 lange\InsetSpace ~
5073 Tabelle
5074 \family default
5075 , die zeigt, wie das funktioniert:
5076 \end_layout
5077
5078 \begin_layout Standard
5079 \begin_inset Tabular
5080 <lyxtabular version="3" rows="6" columns="5">
5081 <features islongtable="true">
5082 <column alignment="center" valignment="top" leftline="true" width="0">
5083 <column alignment="center" valignment="top" leftline="true" width="0">
5084 <column alignment="center" valignment="top" leftline="true" width="0">
5085 <column alignment="center" valignment="top" leftline="true" width="0">
5086 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5087 <row>
5088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Standard
5092 \begin_inset Caption
5093
5094 \begin_layout Standard
5095 Eine 
5096 \family sans
5097 lange\InsetSpace ~
5098 Tabelle
5099 \family default
5100  mit Titel
5101 \begin_inset OptArg
5102 status open
5103
5104 \begin_layout Standard
5105 Lange Tabelle
5106 \end_layout
5107
5108 \end_inset
5109
5110
5111 \end_layout
5112
5113 \end_inset
5114
5115
5116 \begin_inset ERT
5117 status collapsed
5118
5119 \begin_layout Standard
5120
5121
5122 \backslash
5123
5124 \backslash
5125 %
5126 \end_layout
5127
5128 \end_inset
5129
5130
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Standard
5139
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Standard
5148
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Standard
5157
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Standard
5166
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row topline="true">
5173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Standard
5177 1
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Standard
5186 2
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Standard
5195 3
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Standard
5204 4
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Standard
5213 5
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 </row>
5219 <row topline="true">
5220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Standard
5224 asd
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Standard
5233 s
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Standard
5242 s
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Standard
5251 s
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Standard
5260 asd
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row topline="true">
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Standard
5271 asd
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Standard
5280 s
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Standard
5289 s
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Standard
5298 s
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Standard
5307 asd
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row topline="true">
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Standard
5318 asd
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Standard
5327 s
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Standard
5336 s
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Standard
5345 s
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Standard
5354 asd
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 <row topline="true" bottomline="true">
5361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Standard
5365 asd
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Standard
5374 asd
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Standard
5383 asd
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Standard
5392 asd
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Standard
5401 asd
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 </lyxtabular>
5408
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Standard
5415 \begin_inset VSpace medskip
5416 \end_inset
5417
5418
5419 \begin_inset Note Greyedout
5420 status open
5421
5422 \begin_layout Standard
5423
5424 \series bold
5425 Bemerkung\InsetSpace ~
5426 1:
5427 \series default
5428  Die Tabellennummer wird für jede 
5429 \family sans
5430 lange\InsetSpace ~
5431 Tabelle
5432 \family default
5433  erhöht, auch wenn Sie keinen Titel vergeben.
5434  Deshalb könnte es passieren, dass zum Beispiel Tabelle\InsetSpace ~
5435 2.4 auf Tabelle\InsetSpace ~
5436 2.1
5437  im Tabellenverzeichnis folgt, wenn dazwischen zwei
5438 \family sans
5439  lange\InsetSpace ~
5440 Tabellen
5441 \family default
5442  ohne Titel sind.
5443  Um das zu vermeiden, können Sie hinter jede 
5444 \family sans
5445 lange\InsetSpace ~
5446 Tabelle
5447 \family default
5448  ohne Titel folgenden LaTeX-Befehl als ERT einfügen:
5449 \end_layout
5450
5451 \begin_layout Standard
5452
5453 \series bold
5454
5455 \backslash
5456 addtocounter{table}{-1}
5457 \end_layout
5458
5459 \end_inset
5460
5461
5462 \end_layout
5463
5464 \begin_layout Standard
5465 \begin_inset Note Greyedout
5466 status open
5467
5468 \begin_layout Standard
5469
5470 \series bold
5471 Bemerkung\InsetSpace ~
5472 2:
5473 \series default
5474  Wenn Sie das LaTeX-Paket 
5475 \series bold
5476 hyperref
5477 \series default
5478
5479 \begin_inset LatexCommand index
5480 name "LaTeX-Pakete ! hyperref"
5481
5482 \end_inset
5483
5484  für Querverweise benutzen, wird der Verweis auf eine 
5485 \family sans
5486 lange\InsetSpace ~
5487 Tabelle
5488 \family default
5489  immer auf den Anfang des Dokuments zeigen.
5490 \end_layout
5491
5492 \end_inset
5493
5494
5495 \newpage
5496
5497 \end_layout
5498
5499 \begin_layout Subsubsection
5500 Querverweise auf 
5501 \family sans
5502 lange\InsetSpace ~
5503 Tabelle
5504 \family default
5505 n
5506 \begin_inset LatexCommand index
5507 name "Tabellen ! lange ! Querverweis"
5508
5509 \end_inset
5510
5511
5512 \end_layout
5513
5514 \begin_layout Standard
5515 \begin_inset Tabular
5516 <lyxtabular version="3" rows="6" columns="5">
5517 <features islongtable="true">
5518 <column alignment="center" valignment="top" leftline="true" width="0">
5519 <column alignment="center" valignment="top" leftline="true" width="0">
5520 <column alignment="center" valignment="top" leftline="true" width="0">
5521 <column alignment="center" valignment="top" leftline="true" width="0">
5522 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5523 <row>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Standard
5528 \begin_inset Caption
5529
5530 \begin_layout Standard
5531
5532 \family sans
5533 Lange\InsetSpace ~
5534 Tabelle
5535 \family default
5536  mit Marke
5537 \begin_inset LatexCommand label
5538 name "tab:LangeTabelle-mit-Marke"
5539
5540 \end_inset
5541
5542
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \begin_inset ERT
5549 status collapsed
5550
5551 \begin_layout Standard
5552
5553
5554 \backslash
5555
5556 \backslash
5557 %
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Standard
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Standard
5580
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Standard
5589
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Standard
5598
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row topline="true">
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Standard
5609 1
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Standard
5618 2
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Standard
5627 3
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Standard
5636 4
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Standard
5645 5
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row topline="true">
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Standard
5656 asd
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Standard
5665 s
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Standard
5674 s
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Standard
5683 s
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Standard
5692 asd
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row topline="true">
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Standard
5703 asd
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Standard
5712 s
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Standard
5721 s
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Standard
5730 s
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Standard
5739 asd
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 </row>
5745 <row topline="true">
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Standard
5750 asd
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Standard
5759 s
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Standard
5768 s
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Standard
5777 s
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Standard
5786 asd
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 </row>
5792 <row topline="true" bottomline="true">
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Standard
5797 asd
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Standard
5806 sad
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Standard
5815 asd
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Standard
5824 asd
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Standard
5833 asd
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 </row>
5839 </lyxtabular>
5840
5841 \end_inset
5842
5843
5844 \end_layout
5845
5846 \begin_layout Standard
5847 Damit auf eine 
5848 \family sans
5849 lange\InsetSpace ~
5850 Tabelle
5851 \family default
5852  verwiesen werden kann, müssen Sie eine 
5853 \family sans
5854 Marke
5855 \family default
5856  im Titel einfügen.
5857  Beachten Sie dabei, dass Sie 
5858 \emph on
5859
5860 \begin_inset Quotes gld
5861 \end_inset
5862
5863 tab:
5864 \emph default
5865
5866 \begin_inset Quotes grd
5867 \end_inset
5868
5869  selber ins Markenfeld schreiben müssen.
5870 \end_layout
5871
5872 \begin_layout Standard
5873 Dies ist ein Verweis auf Tabelle\InsetSpace ~
5874
5875 \begin_inset LatexCommand ref
5876 reference "tab:LangeTabelle-mit-Marke"
5877
5878 \end_inset
5879
5880 .
5881 \end_layout
5882
5883 \begin_layout Standard
5884 Mit dem LaTeX-Paket 
5885 \series bold
5886 caption
5887 \series default
5888
5889 \begin_inset LatexCommand index
5890 name "LaTeX-Pakete ! caption"
5891
5892 \end_inset
5893
5894 , siehe Abschnitt\InsetSpace ~
5895
5896 \begin_inset LatexCommand ref
5897 reference "abs:Titel-Formatierung"
5898
5899 \end_inset
5900
5901 , können Sie alle anderen 
5902 \family sans
5903 Legende
5904 \family default
5905 -Optionen benutzen.
5906 \end_layout
5907
5908 \begin_layout Subsubsection
5909 Titelbreite
5910 \begin_inset LatexCommand index
5911 name "Tabellen ! lange ! Beschriftungsbreite"
5912
5913 \end_inset
5914
5915
5916 \end_layout
5917
5918 \begin_layout Standard
5919 Die maximale Titelbreite wird durch die Variable 
5920 \series bold
5921
5922 \backslash
5923 LTcapwidth
5924 \series default
5925  definiert.
5926  Ihr Standardwert ist 4\InsetSpace \thinspace{}
5927 Zoll (
5928 \begin_inset Formula $\approx10$
5929 \end_inset
5930
5931 \InsetSpace \thinspace{}
5932 cm).
5933  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als ERT vor
5934  der betreffenden Tabelle folgenden Befehl einsetzen:
5935 \end_layout
5936
5937 \begin_layout Standard
5938
5939 \series bold
5940
5941 \backslash
5942 setlength{
5943 \backslash
5944 LTcapwidth}{Breite}
5945 \end_layout
5946
5947 \begin_layout Standard
5948 wobei 
5949 \family typewriter
5950 Breite
5951 \family default
5952  eine der in Anhang\InsetSpace ~
5953
5954 \begin_inset LatexCommand ref
5955 reference "kap:Units-available-in"
5956
5957 \end_inset
5958
5959  aufgelisteten Einheiten haben kann.
5960 \end_layout
5961
5962 \begin_layout Standard
5963 Die beiden folgenden Tabellen zeigen den Unterschied:
5964 \end_layout
5965
5966 \begin_layout Standard
5967 \begin_inset Tabular
5968 <lyxtabular version="3" rows="6" columns="5">
5969 <features islongtable="true">
5970 <column alignment="center" valignment="top" leftline="true" width="0">
5971 <column alignment="center" valignment="top" leftline="true" width="0">
5972 <column alignment="center" valignment="top" leftline="true" width="0">
5973 <column alignment="center" valignment="top" leftline="true" width="0">
5974 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Standard
5980 \begin_inset Caption
5981
5982 \begin_layout Standard
5983 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
5984  Titel 
5985 \begin_inset OptArg
5986 status open
5987
5988 \begin_layout Standard
5989 Titel mit Standardbreite
5990 \end_layout
5991
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \end_inset
5998
5999
6000 \begin_inset ERT
6001 status collapsed
6002
6003 \begin_layout Standard
6004
6005
6006 \backslash
6007
6008 \backslash
6009 %
6010 \end_layout
6011
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Standard
6023
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Standard
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Standard
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Standard
6050
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 </row>
6056 <row topline="true">
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Standard
6061 1
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Standard
6070 2
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Standard
6079 3
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Standard
6088 4
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Standard
6097 5
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row topline="true">
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Standard
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Standard
6117 s
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Standard
6126 s
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Standard
6135 s
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Standard
6144 asd
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row topline="true">
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Standard
6155 asd
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Standard
6164 s
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Standard
6173 s
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Standard
6182 s
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Standard
6191 asd
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 <row topline="true">
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Standard
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Standard
6211 s
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Standard
6220 s
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Standard
6229 s
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Standard
6238 asd
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 </row>
6244 <row topline="true" bottomline="true">
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Standard
6249 asd
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Standard
6258 sad
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Standard
6267 asd
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Standard
6276 asd
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Standard
6285 asd
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 </lyxtabular>
6292
6293 \end_inset
6294
6295
6296 \end_layout
6297
6298 \begin_layout Standard
6299 \begin_inset ERT
6300 status collapsed
6301
6302 \begin_layout Standard
6303
6304
6305 \backslash
6306 setlength{
6307 \backslash
6308 LTcapwidth}{5cm}
6309 \end_layout
6310
6311 \end_inset
6312
6313
6314 \begin_inset Tabular
6315 <lyxtabular version="3" rows="6" columns="5">
6316 <features islongtable="true">
6317 <column alignment="center" valignment="top" leftline="true" width="0">
6318 <column alignment="center" valignment="top" leftline="true" width="0">
6319 <column alignment="center" valignment="top" leftline="true" width="0">
6320 <column alignment="center" valignment="top" leftline="true" width="0">
6321 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6322 <row>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Standard
6327 \begin_inset Caption
6328
6329 \begin_layout Standard
6330 Langer Titel mit 5\InsetSpace \thinspace{}
6331 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6332 cm Breite, Langer Titel mit
6333  5\InsetSpace \thinspace{}
6334 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6335 cm Breite 
6336 \begin_inset OptArg
6337 status open
6338
6339 \begin_layout Standard
6340 Titel mit 5\InsetSpace \thinspace{}
6341 cm Breite
6342 \end_layout
6343
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \end_inset
6350
6351
6352 \begin_inset ERT
6353 status collapsed
6354
6355 \begin_layout Standard
6356
6357
6358 \backslash
6359
6360 \backslash
6361 %
6362 \end_layout
6363
6364 \end_inset
6365
6366
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Standard
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Standard
6384
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Standard
6393
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Standard
6402
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 </row>
6408 <row topline="true">
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Standard
6413 1
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Standard
6422 2
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Standard
6431 3
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Standard
6440 4
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Standard
6449 5
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 </row>
6455 <row topline="true">
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Standard
6460 asd
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Standard
6469 s
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Standard
6478 s
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Standard
6487 s
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Standard
6496 asd
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 </row>
6502 <row topline="true">
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Standard
6507 asd
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Standard
6516 s
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Standard
6525 s
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Standard
6534 s
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Standard
6543 asd
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 </row>
6549 <row topline="true">
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Standard
6554 asd
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Standard
6563 s
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Standard
6572 s
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Standard
6581 s
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Standard
6590 asd
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 </row>
6596 <row topline="true" bottomline="true">
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Standard
6601 asd
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Standard
6610 sad
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Standard
6619 asd
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Standard
6628 asd
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Standard
6637 asd
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 </row>
6643 </lyxtabular>
6644
6645 \end_inset
6646
6647
6648 \begin_inset ERT
6649 status collapsed
6650
6651 \begin_layout Standard
6652
6653
6654 \backslash
6655 setlength{
6656 \backslash
6657 LTcapwidth}{4in}
6658 \end_layout
6659
6660 \end_inset
6661
6662
6663 \begin_inset Note Note
6664 status collapsed
6665
6666 \begin_layout Standard
6667 Beschriftungsbreite zurücksetzen
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \begin_layout Standard
6676 \begin_inset Note Greyedout
6677 status open
6678
6679 \begin_layout Standard
6680
6681 \series bold
6682 Achtung:
6683 \series default
6684  Wenn das LaTeX-Paket 
6685 \series bold
6686 caption
6687 \series default
6688
6689 \begin_inset LatexCommand index
6690 name "LaTeX-Pakete ! caption"
6691
6692 \end_inset
6693
6694  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
6695  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
6696  4\InsetSpace \thinspace{}
6697 Zoll für 
6698 \series bold
6699
6700 \backslash
6701 LTcapwidth
6702 \series default
6703  benutzen.
6704  Um in diesem Fall eine genau a 4\InsetSpace \thinspace{}
6705 Zoll breite Beschriftung zu erhalten, können
6706  Sie entweder einen leicht von 4\InsetSpace \thinspace{}
6707 Zoll veränderten Wert wie z.\InsetSpace \thinspace{}
6708 B.
6709  3.99\InsetSpace \thinspace{}
6710 Zoll verwenden oder den LaTeX-Befehl 
6711 \series bold
6712
6713 \backslash
6714 captionsetup{width=Wert}
6715 \series default
6716  benutzen, der vom 
6717 \series bold
6718 caption
6719 \series default
6720 -Paket bereitgestellt wird.
6721 \end_layout
6722
6723 \end_inset
6724
6725
6726 \end_layout
6727
6728 \begin_layout Subsubsection
6729 Unterschiedliche Titel für Tabellenseiten
6730 \begin_inset LatexCommand index
6731 name "Tabellen ! lange ! mehrere Titel"
6732
6733 \end_inset
6734
6735
6736 \end_layout
6737
6738 \begin_layout Standard
6739 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
6740  die erste, müssen Sie eine 
6741 \family sans
6742 Legende
6743 \family default
6744  mit einem nicht-leeren 
6745 \family sans
6746 Kurztitel
6747 \family default
6748  in eine leere Legende-Zeile, die als 
6749 \family sans
6750 Erste\InsetSpace ~
6751 Kopfzeile
6752 \family default
6753  definiert wurde, einfügen.
6754  Der Titel für die anderen Tabellenseiten wird als 
6755 \family sans
6756 Legende
6757 \family default
6758  ohne 
6759 \family sans
6760 Kurztitel
6761 \family default
6762  in eine leere Legende-Zeile, die als 
6763 \family sans
6764 Kopfzeile
6765 \family default
6766  definiert wurde, einfügen.
6767  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
6768  Befehl
6769 \end_layout
6770
6771 \begin_layout Standard
6772
6773 \series bold
6774
6775 \backslash
6776 caption*{caption text}
6777 \end_layout
6778
6779 \begin_layout Standard
6780 anstatt der 
6781 \family sans
6782 Legende
6783 \family default
6784 -Umgebung von LyX benutzen.
6785  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
6786  den Titel der 
6787 \family sans
6788 Ersten\InsetSpace ~
6789 Kopfzeile
6790 \family default
6791  eingefügt werden.
6792  Tabelle\InsetSpace ~
6793
6794 \begin_inset LatexCommand ref
6795 reference "tab:DiffCaptions"
6796
6797 \end_inset
6798
6799  ist ein Beispiel für eine 
6800 \family sans
6801 lange\InsetSpace ~
6802 Tabelle
6803 \family default
6804  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
6805 \end_layout
6806
6807 \begin_layout Standard
6808 \align center
6809 \begin_inset Tabular
6810 <lyxtabular version="3" rows="60" columns="3">
6811 <features islongtable="true">
6812 <column alignment="left" valignment="top" leftline="true" width="0cm">
6813 <column alignment="left" valignment="top" rightline="true" width="0pt">
6814 <column alignment="right" valignment="top" rightline="true" width="0pt">
6815 <row endfirsthead="true">
6816 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Standard
6820 \begin_inset Caption
6821
6822 \begin_layout Standard
6823 Telefonliste
6824 \begin_inset LatexCommand label
6825 name "tab:DiffCaptions"
6826
6827 \end_inset
6828
6829
6830 \begin_inset OptArg
6831 status collapsed
6832
6833 \begin_layout Standard
6834 Telefonliste
6835 \end_layout
6836
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \end_inset
6843
6844
6845 \begin_inset ERT
6846 status collapsed
6847
6848 \begin_layout Standard
6849
6850
6851 \backslash
6852
6853 \backslash
6854 %
6855 \end_layout
6856
6857 \end_inset
6858
6859
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Standard
6868
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Standard
6877
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 <row topline="true" bottomline="true" endfirsthead="true">
6884 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Standard
6888
6889 \series bold
6890 Telefonliste (ignoriere die Namen)
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Standard
6899
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Standard
6908
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 </row>
6914 <row topline="true" bottomline="true" endfirsthead="true">
6915 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Standard
6919
6920 \series bold
6921 NAME
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Standard
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Standard
6939
6940 \series bold
6941 TEL.
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 <row bottomline="true" endhead="true">
6948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Standard
6952 \begin_inset ERT
6953 status open
6954
6955 \begin_layout Standard
6956
6957
6958 \backslash
6959 caption*{Fortsetzung der Telefonliste}
6960 \backslash
6961
6962 \backslash
6963 %
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Standard
6977
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Standard
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row topline="true" bottomline="true" endhead="true">
6993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Standard
6997
6998 \series bold
6999 Telefonliste
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Standard
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Standard
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row topline="true" bottomline="true" endhead="true">
7024 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Standard
7028
7029 \series bold
7030 NAME
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Standard
7039
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Standard
7048
7049 \series bold
7050 TEL.
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row topline="true" bottomline="true" endfoot="true">
7057 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Standard
7061 wird fortgesetzt\SpecialChar \ldots{}
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Standard
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Standard
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Standard
7091
7092 \series bold
7093 Annovi
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Standard
7102 Silvia
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Standard
7111 111
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 <row>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Standard
7122
7123 \series bold
7124 Bertoli
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Standard
7133 Stefano
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Standard
7142 111
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 </row>
7148 <row>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Standard
7153
7154 \series bold
7155 Bozzi
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Standard
7164 Walter
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Standard
7173 111
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 </row>
7179 <row>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Standard
7184
7185 \series bold
7186 Cachia
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Standard
7195 Maria
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Standard
7204 111
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Standard
7215
7216 \series bold
7217 Cachia
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Standard
7226 Maurizio
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Standard
7235 111
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Standard
7246
7247 \series bold
7248 Cinquemani
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Standard
7257 Giusi
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Standard
7266 111
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Standard
7277
7278 \series bold
7279 Colin
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Standard
7288 Bernard
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Standard
7297 111
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 </row>
7303 <row>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Standard
7308
7309 \series bold
7310 Concli
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Standard
7319 Gianfranco
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Standard
7328 111
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Standard
7339
7340 \series bold
7341 Dal Bosco
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Standard
7350 Carolina
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Standard
7359 111
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Standard
7370
7371 \series bold
7372 Dalpiaz
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Standard
7381 Annamaria
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Standard
7390 111
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Standard
7401
7402 \series bold
7403 Feliciello
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Standard
7412 Domenico
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Standard
7421 111
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 </row>
7427 <row>
7428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Standard
7432
7433 \series bold
7434 Focarelli
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Standard
7443 Paola
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Standard
7452 111
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Standard
7463
7464 \series bold
7465 Galletti
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" topline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Standard
7474 Oreste
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Standard
7483 111
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 </row>
7489 <row>
7490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Standard
7494
7495 \series bold
7496 Gasparini
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Standard
7505 Franca
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Standard
7514 111
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 </row>
7520 <row>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Standard
7525
7526 \series bold
7527 Rizzardi
7528 \series default
7529
7530 \begin_inset Foot
7531 status open
7532
7533 \begin_layout Standard
7534 Beispielfußnote
7535 \end_layout
7536
7537 \end_inset
7538
7539
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell alignment="center" valignment="top" topline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Standard
7548 Paola
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Standard
7557 111
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 </row>
7563 <row>
7564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Standard
7568
7569 \series bold
7570 Lassini
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Standard
7579 Giancarlo
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Standard
7588 111
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 </row>
7594 <row>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Standard
7599
7600 \series bold
7601 Malfatti
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Standard
7610 Luciano
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Standard
7619 111
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 </row>
7625 <row>
7626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Standard
7630
7631 \series bold
7632 Malfatti
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Standard
7641 Valeriano
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Standard
7650 111
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row>
7657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Standard
7661
7662 \series bold
7663 Meneguzzo
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" topline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Standard
7672 Roberto
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Standard
7681 111
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 </row>
7687 <row>
7688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Standard
7692
7693 \series bold
7694 Mezzadra
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Standard
7703 Roberto
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Standard
7712 111
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row>
7719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Standard
7723
7724 \series bold
7725 Pirpamer
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" topline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Standard
7734 Erich
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Standard
7743 111
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 </row>
7749 <row>
7750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Standard
7754
7755 \series bold
7756 Pochiesa
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 <cell alignment="center" valignment="top" topline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Standard
7765 Paolo
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Standard
7774 111, 222
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 </row>
7780 <row>
7781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Standard
7785
7786 \series bold
7787 Radina
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" topline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Standard
7796 Claudio
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Standard
7805 111
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 </row>
7811 <row>
7812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Standard
7816
7817 \series bold
7818 Stuffer
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" topline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Standard
7827 Oskar
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Standard
7836 111
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 </row>
7842 <row>
7843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Standard
7847
7848 \series bold
7849 Tacchelli
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" topline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Standard
7858 Ugo
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Standard
7867 111
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row>
7874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Standard
7878
7879 \series bold
7880 Tezzele
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" topline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Standard
7889 Margit
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Standard
7898 111
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row>
7905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Standard
7909
7910 \series bold
7911 Unterkalmsteiner
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" topline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Standard
7920 Frieda
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Standard
7929 111
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Standard
7940
7941 \series bold
7942 Vieider
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" topline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Standard
7951 Hilde
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Standard
7960 111
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Standard
7971
7972 \series bold
7973 Vigna
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" topline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Standard
7982 Jürgen
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Standard
7991 111
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Standard
8002
8003 \series bold
8004 Weber
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" topline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Standard
8013 Maurizio
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Standard
8022 111
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row bottomline="true">
8029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Standard
8033
8034 \series bold
8035 Winkler
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" topline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Standard
8044 Franz
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Standard
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row bottomline="true">
8060 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Standard
8064  
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Standard
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Standard
8082
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Standard
8093
8094 \series bold
8095 Annovi
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" topline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Standard
8104 Silvia
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Standard
8113 555
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Standard
8124
8125 \series bold
8126 Bertoli
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" topline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Standard
8135 Stefano
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Standard
8144 555
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Standard
8155
8156 \series bold
8157 Bozzi
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" topline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Standard
8166 Walter
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Standard
8175 555
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Standard
8186
8187 \series bold
8188 Cachia
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Standard
8197 Maria
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Standard
8206 555
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Standard
8217
8218 \series bold
8219 Cachia
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" topline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Standard
8228 Maurizio
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Standard
8237 555
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Standard
8248
8249 \series bold
8250 Cinquemani
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" topline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Standard
8259 Giusi
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Standard
8268 555
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Standard
8279
8280 \series bold
8281 Colin
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" topline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Standard
8290 Bernard
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Standard
8299 555
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Standard
8310
8311 \series bold
8312 Concli
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" topline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Standard
8321 Gianfranco
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Standard
8330 555
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Standard
8341
8342 \series bold
8343 Dal Bosco
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" topline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Standard
8352 Carolina
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Standard
8361 555
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Standard
8372
8373 \series bold
8374 Dalpiaz
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" topline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Standard
8383 Annamaria
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Standard
8392 555
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Standard
8403
8404 \series bold
8405 Feliciello
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" topline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Standard
8414 Domenico
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Standard
8423 555
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Standard
8434
8435 \series bold
8436 Focarelli
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" topline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Standard
8445 Paola
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Standard
8454 555
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Standard
8465
8466 \series bold
8467 Galletti
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" topline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Standard
8476 Oreste
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Standard
8485 555
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Standard
8496
8497 \series bold
8498 Gasparini
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" topline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Standard
8507 Franca
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Standard
8516 555
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Standard
8527
8528 \series bold
8529 Rizzardi
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" topline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Standard
8538 Paola
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Standard
8547 555
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Standard
8558
8559 \series bold
8560 Lassini
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" topline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Standard
8569 Giancarlo
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Standard
8578 555
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Standard
8589
8590 \series bold
8591 Malfatti
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" topline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Standard
8600 Luciano
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Standard
8609 555
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Standard
8620
8621 \series bold
8622 Malfatti
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" topline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Standard
8631 Valeriano
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Standard
8640 555
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Standard
8651
8652 \series bold
8653 Meneguzzo
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" topline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Standard
8662 Roberto
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Standard
8671 555
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row bottomline="true">
8678 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Standard
8682
8683 \series bold
8684 Mezzadra
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" topline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Standard
8693 Roberto
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Standard
8702 555
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row bottomline="true" endlastfoot="true">
8709 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Standard
8713
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Standard
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Standard
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 </lyxtabular>
8738
8739 \end_inset
8740
8741
8742 \end_layout
8743
8744 \begin_layout Section
8745 Weitere Möglichkeiten für 
8746 \family sans
8747 lange Tabelle
8748 \family default
8749 n
8750 \begin_inset LatexCommand label
8751 name "abs:Special-Longtable-Issues"
8752
8753 \end_inset
8754
8755
8756 \end_layout
8757
8758 \begin_layout Subsection
8759 L
8760 \family sans
8761 ange Tabelle
8762 \family default
8763 n: Berechnung
8764 \begin_inset LatexCommand index
8765 name "Tabellen ! lange ! Berechnung"
8766
8767 \end_inset
8768
8769
8770 \end_layout
8771
8772 \begin_layout Standard
8773 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
8774  sogenannten 
8775 \emph on
8776 chunks
8777 \emph default
8778  (chunks).
8779  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
8780  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
8781  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
8782  das die Druckausgabe.
8783  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
8784  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
8785  einfügen:
8786 \end_layout
8787
8788 \begin_layout Standard
8789
8790 \series bold
8791
8792 \backslash
8793 setcounter{LTchunksize}{100}
8794 \end_layout
8795
8796 \begin_layout Subsection
8797 Gleitobjekte und L
8798 \family sans
8799 ange Tabelle
8800 \family default
8801 n
8802 \begin_inset LatexCommand index
8803 name "Tabellen ! lange ! und Gleitobjekte"
8804
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \begin_layout Standard
8811 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
8812 \family sans
8813 lange\InsetSpace ~
8814 Tabelle
8815 \family default
8816  beginnt, ein Gleitobjekt befindet.
8817  Um das zu vermeiden, können Sie vor der 
8818 \family sans
8819 langen\InsetSpace ~
8820 Tabelle
8821 \family default
8822  den LaTeX-Befehl
8823 \series bold
8824  
8825 \backslash
8826 clearpage
8827 \series default
8828  als ERT einfügen.
8829 \end_layout
8830
8831 \begin_layout Subsection
8832 Manuelle Seitenumbrüche
8833 \begin_inset LatexCommand index
8834 name "Tabellen ! lange ! manueller Seitenumbruch"
8835
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \begin_layout Standard
8842 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
8843  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
8844  der Zelle umbrechen wollen, fügen Sie den Befehl  
8845 \begin_inset Quotes gld
8846 \end_inset
8847
8848
8849 \series bold
8850
8851 \backslash
8852
8853 \backslash
8854
8855 \series default
8856
8857 \begin_inset Quotes grd
8858 \end_inset
8859
8860  für einen neue Zeile als ERT an der Stelle in der Zelle ein, wo umgebrochen
8861  werden soll.
8862  Vor dem 
8863 \begin_inset Quotes gld
8864 \end_inset
8865
8866
8867 \series bold
8868
8869 \backslash
8870
8871 \backslash
8872
8873 \series default
8874
8875 \begin_inset Quotes grd
8876 \end_inset
8877
8878 -Befehl müssen Sie so viele 
8879 \begin_inset Quotes gld
8880 \end_inset
8881
8882
8883 \series bold
8884 &
8885 \series default
8886
8887 \begin_inset Quotes grd
8888 \end_inset
8889
8890  als ERT einfügen wie noch Spalten in der Zeile folgen.
8891  Mit 
8892 \begin_inset Quotes gld
8893 \end_inset
8894
8895
8896 \series bold
8897 &
8898 \series default
8899
8900 \begin_inset Quotes grd
8901 \end_inset
8902
8903   werden in LaTeX Tabellenzellen getrennt.
8904  Hinter jedes 
8905 \begin_inset Quotes gld
8906 \end_inset
8907
8908
8909 \series bold
8910 &
8911 \series default
8912
8913 \begin_inset Quotes grd
8914 \end_inset
8915
8916  schreiben Sie ebenfalls in ERT den Inhalt der entsprechenden Zelle und
8917  löschen den Inhalt dieser Zellen.
8918 \end_layout
8919
8920 \begin_layout Standard
8921 Hinter dem 
8922 \begin_inset Quotes gld
8923 \end_inset
8924
8925
8926 \series bold
8927
8928 \backslash
8929
8930 \backslash
8931
8932 \series default
8933
8934 \begin_inset Quotes grd
8935 \end_inset
8936
8937 -Befehl müssen Sie so viele 
8938 \begin_inset Quotes gld
8939 \end_inset
8940
8941
8942 \series bold
8943 &
8944 \series default
8945
8946 \begin_inset Quotes grd
8947 \end_inset
8948
8949  als ERT einfügen wie Spalten vor der momentanen Spalte sind.
8950  In Tabelle\InsetSpace ~
8951
8952 \begin_inset LatexCommand ref
8953 reference "tab:ForcedPagebreak"
8954
8955 \end_inset
8956
8957  soll eine Zelle in der zweiten Spalte umgebrochen werden.
8958  Es folgt noch eine weitere Spalte.
8959  Deshalb wurde hinter dem Wort 
8960 \emph on
8961 Castelchiodato, 
8962 \emph default
8963 folgendes eingefügt:
8964 \end_layout
8965
8966 \begin_layout Standard
8967
8968 \series bold
8969 & 111
8970 \backslash
8971
8972 \backslash
8973
8974 \newline
8975 &
8976 \end_layout
8977
8978 \begin_layout Standard
8979 Die 
8980 \begin_inset Quotes gld
8981 \end_inset
8982
8983 111
8984 \begin_inset Quotes grd
8985 \end_inset
8986
8987  in der dritten Spalte wurde gelöscht.
8988  Wenn die Fußzeile Ihrer 
8989 \family sans
8990 langen\InsetSpace ~
8991 Tabelle
8992 \family default
8993  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
8994  Befehle benutzen:
8995 \end_layout
8996
8997 \begin_layout Standard
8998
8999 \series bold
9000 & 111
9001 \backslash
9002
9003 \backslash
9004
9005 \newline
9006
9007 \backslash
9008 hline &
9009 \end_layout
9010
9011 \begin_layout Standard
9012 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9013  muss folgender Befehl als ERT am Anfang der Zelle eingefügt werden:
9014 \end_layout
9015
9016 \begin_layout Standard
9017
9018 \series bold
9019
9020 \backslash
9021 setlength{
9022 \backslash
9023 parf\SpecialChar \textcompwordmark{}
9024 illskip}{0pt}
9025 \end_layout
9026
9027 \begin_layout Standard
9028 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9029  erscheint.
9030 \end_layout
9031
9032 \begin_layout Standard
9033 \align center
9034 \begin_inset Tabular
9035 <lyxtabular version="3" rows="39" columns="3">
9036 <features islongtable="true">
9037 <column alignment="left" valignment="top" leftline="true" width="0cm">
9038 <column alignment="left" valignment="top" rightline="true" width="3cm">
9039 <column alignment="right" valignment="top" rightline="true" width="0pt">
9040 <row endfirsthead="true">
9041 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Standard
9045 \begin_inset Caption
9046
9047 \begin_layout Standard
9048 Tabelle mit manuellem Seitenumbruch in einer Zelle
9049 \begin_inset LatexCommand label
9050 name "tab:ForcedPagebreak"
9051
9052 \end_inset
9053
9054
9055 \begin_inset OptArg
9056 status collapsed
9057
9058 \begin_layout Standard
9059 Tabelle mit manuellem Seitenumbruch in einer Zelle
9060 \end_layout
9061
9062 \end_inset
9063
9064
9065 \end_layout
9066
9067 \end_inset
9068
9069
9070 \begin_inset ERT
9071 status collapsed
9072
9073 \begin_layout Standard
9074
9075
9076 \backslash
9077
9078 \backslash
9079 %
9080 \end_layout
9081
9082 \end_inset
9083
9084
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Standard
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Standard
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row topline="true" bottomline="true" endfirsthead="true">
9109 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Standard
9113
9114 \series bold
9115 Telefonliste (ignoriere die Namen)
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Standard
9124
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Standard
9133
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row topline="true" bottomline="true" endfirsthead="true">
9140 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Standard
9144
9145 \series bold
9146 NAME
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Standard
9155
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Standard
9164
9165 \series bold
9166 TEL.
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row bottomline="true" endhead="true">
9173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Standard
9177 \begin_inset ERT
9178 status collapsed
9179
9180 \begin_layout Standard
9181
9182
9183 \backslash
9184 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9185 \backslash
9186
9187 \backslash
9188 %
9189 \end_layout
9190
9191 \end_inset
9192
9193
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Standard
9202
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Standard
9211
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row topline="true" bottomline="true" endhead="true">
9218 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Standard
9222
9223 \series bold
9224 Telefonliste
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Standard
9233
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Standard
9242
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row topline="true" bottomline="true" endhead="true">
9249 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Standard
9253
9254 \series bold
9255 NAME
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Standard
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Standard
9273
9274 \series bold
9275 TEL.
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row topline="true" bottomline="true" endfoot="true">
9282 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Standard
9286 wird fortgesetzt\SpecialChar \ldots{}
9287
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Standard
9296
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Standard
9305
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Standard
9316
9317 \series bold
9318 Annovi
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" topline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Standard
9327 Silvia
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Standard
9336 111
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Standard
9347
9348 \series bold
9349 Bertoli
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" topline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Standard
9358 Stefano
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Standard
9367 111
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row>
9374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Standard
9378
9379 \series bold
9380 Bozzi
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" topline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Standard
9389 Walter
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Standard
9398 111
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Standard
9409
9410 \series bold
9411 Cachia
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" topline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Standard
9420 Maria
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Standard
9429 111
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Standard
9440
9441 \series bold
9442 Cachia
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" topline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Standard
9451 Maurizio
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Standard
9460 111
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Standard
9471
9472 \series bold
9473 Cinquemani
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" topline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Standard
9482 Giusi
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Standard
9491 111
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 <row>
9498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Standard
9502
9503 \series bold
9504 Colin
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" topline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Standard
9513 Bernard
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Standard
9522 111
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Standard
9533
9534 \series bold
9535 Concli
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" topline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Standard
9544 Gianfranco
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Standard
9553 111
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row>
9560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Standard
9564
9565 \series bold
9566 Dal Bosco
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" topline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Standard
9575 Carolina
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Standard
9584 111
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Standard
9595
9596 \series bold
9597 Dalpiaz
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" topline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Standard
9606 Annamaria
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Standard
9615 111
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row>
9622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Standard
9626
9627 \series bold
9628 Feliciello
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" topline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Standard
9637 Domenico
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Standard
9646 111
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row>
9653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Standard
9657
9658 \series bold
9659 Focarelli
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" topline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Standard
9668 Paola
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Standard
9677 111
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Standard
9688
9689 \series bold
9690 Galletti
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" topline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Standard
9699 Oreste
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Standard
9708 111
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 <row>
9715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Standard
9719
9720 \series bold
9721 Gasparini
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell alignment="center" valignment="top" topline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Standard
9730 Franca
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Standard
9739 111
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row>
9746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Standard
9750
9751 \series bold
9752 Lassini
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" topline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Standard
9761 Giancarlo
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Standard
9770 111
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 </row>
9776 <row>
9777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Standard
9781
9782 \series bold
9783 Malfatti
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" topline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Standard
9792 Luciano
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Standard
9801 111
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row>
9808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Standard
9812
9813 \series bold
9814 Malfatti
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" topline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Standard
9823 Valeriano
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Standard
9832 111
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row>
9839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Standard
9843
9844 \series bold
9845 Meneguzzo
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="center" valignment="top" topline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Standard
9854 Roberto
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Standard
9863 111
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 </row>
9869 <row>
9870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Standard
9874
9875 \series bold
9876 Mezzadra
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" topline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Standard
9885 Roberto
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Standard
9894 111
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 <row>
9901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Standard
9905
9906 \series bold
9907 Pirpamer
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" topline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Standard
9916 Erich
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Standard
9925 111
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row>
9932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Standard
9936
9937 \series bold
9938 Pochiesa
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" topline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Standard
9947 Paolo
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Standard
9956 111, 222
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row>
9963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Standard
9967
9968 \series bold
9969 Radina
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" topline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Standard
9978 Claudio
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Standard
9987 111
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Standard
9998
9999 \series bold
10000 Rizzardi
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Standard
10009 Paolo, 11.
10010  Fürst von Monte\SpecialChar \-
10011 com\SpecialChar \-
10012 patri, 11.
10013  Fürst von Sulmona und Vivaro, 10.
10014  Fürst von Rossano, 5.
10015  Herzog von Canemorte, 11.
10016  Herzog von Palombara, 5.
10017  Herzog von Castelchiodato,
10018 \begin_inset ERT
10019 status collapsed
10020
10021 \begin_layout Standard
10022
10023 & 111
10024 \backslash
10025
10026 \backslash
10027
10028 \end_layout
10029
10030 \begin_layout Standard
10031
10032 &
10033 \end_layout
10034
10035 \end_inset
10036
10037  11.
10038  Herzog von Poggionativo, 11.
10039  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10040  Graf von Valinfreda, 11.
10041  Baron von Cropalati, 11.
10042  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Standard
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Standard
10062
10063 \series bold
10064 Stuffer
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" topline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Standard
10073 Oskar
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Standard
10082 111
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row>
10089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Standard
10093
10094 \series bold
10095 Tacchelli
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" topline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Standard
10104 Ugo
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Standard
10113 111
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row>
10120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Standard
10124
10125 \series bold
10126 Tezzele
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" topline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Standard
10135 Margit
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Standard
10144 111
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 </row>
10150 <row>
10151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Standard
10155
10156 \series bold
10157 Unterkalmsteiner
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" topline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Standard
10166 Frieda
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Standard
10175 111
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 <row>
10182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Standard
10186
10187 \series bold
10188 Vieider
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" topline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Standard
10197 Hilde
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Standard
10206 111
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row>
10213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Standard
10217
10218 \series bold
10219 Vigna
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" topline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Standard
10228 Jürgen
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Standard
10237 111
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row>
10244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Standard
10248
10249 \series bold
10250 Weber
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" topline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Standard
10259 Maurizio
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Standard
10268 111
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row bottomline="true">
10275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Standard
10279
10280 \series bold
10281 Winkler
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" topline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Standard
10290 Franz
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Standard
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row endlastfoot="true">
10306 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Standard
10310
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Standard
10319
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Standard
10328
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 </lyxtabular>
10335
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \begin_layout Section
10342 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10343 \end_layout
10344
10345 \begin_layout Subsection
10346 Mehrfache Zeilen in Zellen
10347 \begin_inset LatexCommand label
10348 name "uab:Mehrfache-Zeilen-in"
10349
10350 \end_inset
10351
10352
10353 \begin_inset LatexCommand index
10354 name "Mehrfache ! Zeilen in Zellen"
10355
10356 \end_inset
10357
10358
10359 \begin_inset LatexCommand index
10360 name "Tabellen ! Zeilenumbrüche"
10361
10362 \end_inset
10363
10364
10365 \end_layout
10366
10367 \begin_layout Standard
10368 \align center
10369 \begin_inset Float table
10370 placement H
10371 wide false
10372 sideways false
10373 status open
10374
10375 \begin_layout Standard
10376 \begin_inset Caption
10377
10378 \begin_layout Standard
10379 \begin_inset LatexCommand label
10380 name "tab:Table-with-multiple"
10381
10382 \end_inset
10383
10384 Tabelle mit mehrfachen Zeilen in einer Zelle
10385 \end_layout
10386
10387 \end_inset
10388
10389
10390 \end_layout
10391
10392 \begin_layout Standard
10393 \align center
10394 \begin_inset Tabular
10395 <lyxtabular version="3" rows="3" columns="3">
10396 <features>
10397 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10398 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10399 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10400 <row topline="true">
10401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Standard
10405 zwei
10406 \begin_inset ERT
10407 status collapsed
10408
10409 \begin_layout Standard
10410
10411
10412 \backslash
10413 linebreak 
10414 \end_layout
10415
10416 \end_inset
10417
10418  Zeilen
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Standard
10427 b
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Standard
10436 c
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row topline="true">
10443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Standard
10447 d
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Standard
10456 e
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Standard
10465 f
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row topline="true" bottomline="true">
10472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Standard
10476 g
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Standard
10485 h
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Standard
10494 i
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 </lyxtabular>
10501
10502 \end_inset
10503
10504
10505 \end_layout
10506
10507 \end_inset
10508
10509
10510 \end_layout
10511
10512 \begin_layout Standard
10513 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
10514  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
10515  Tabelle\InsetSpace ~
10516
10517 \begin_inset LatexCommand ref
10518 reference "tab:Table-with-multiple"
10519
10520 \end_inset
10521
10522  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
10523 \family sans
10524 Tabellen-Einstellungen
10525 \family default
10526 -Dialog auf 2.5\InsetSpace \thinspace{}
10527 cm gesetzt und die vertikalen und horizontalen Ausrichtungen
10528  zentriert.
10529  Weil unser Text schmaler als 2.5\InsetSpace \thinspace{}
10530 cm ist, würde er in einer Zeile gedruckt
10531  werden.
10532  Um zwei Zeilen zu bekommen, wurde folgender Befehl als ERT zwischen die
10533  beiden Worten eingefügt:
10534 \end_layout
10535
10536 \begin_layout Standard
10537
10538 \series bold
10539
10540 \backslash
10541 linebreak
10542 \end_layout
10543
10544 \begin_layout Standard
10545 Wenn der Text länger ist, wird er automatisch umgebrochen.
10546 \end_layout
10547
10548 \begin_layout Standard
10549 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
10550  setzen Sie die Breite der beiden Spalten im 
10551 \family sans
10552 Tabellen-Einstellungen
10553 \family default
10554 -Dialog auf 0.5\InsetSpace \thinspace{}
10555 cm und die vertikale Ausrichtung auf zentriert.
10556 \end_layout
10557
10558 \begin_layout Standard
10559 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
10560  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
10561  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
10562  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
10563  Fügen Sie den Befehl
10564 \end_layout
10565
10566 \begin_layout Standard
10567
10568 \series bold
10569
10570 \backslash
10571 hspace{0pt}
10572 \end_layout
10573
10574 \begin_layout Standard
10575 als ERT vor dem Wort ein.
10576  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
10577  Tabelle\InsetSpace ~
10578
10579 \begin_inset LatexCommand ref
10580 reference "tab:Table-with-and"
10581
10582 \end_inset
10583
10584  zeigt die Wirkungen.
10585 \end_layout
10586
10587 \begin_layout Standard
10588 \begin_inset Float table
10589 wide false
10590 sideways false
10591 status open
10592
10593 \begin_layout Standard
10594 \begin_inset Caption
10595
10596 \begin_layout Standard
10597 \begin_inset LatexCommand label
10598 name "tab:Table-with-and"
10599
10600 \end_inset
10601
10602 Tabelle ohne und mit Silbentrennung
10603 \end_layout
10604
10605 \end_inset
10606
10607
10608 \end_layout
10609
10610 \begin_layout Standard
10611 \begin_inset Tabular
10612 <lyxtabular version="3" rows="3" columns="3">
10613 <features>
10614 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10615 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10616 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10617 <row topline="true">
10618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Standard
10622 einsehrlangesZellenwort
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Standard
10631 b
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Standard
10640 c
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row topline="true">
10647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Standard
10651 d
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Standard
10660 e
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Standard
10669 f
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row topline="true" bottomline="true">
10676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Standard
10680 g
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Standard
10689 h
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Standard
10698 i
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 </lyxtabular>
10705
10706 \end_inset
10707
10708
10709 \hfill
10710
10711 \begin_inset Tabular
10712 <lyxtabular version="3" rows="3" columns="3">
10713 <features>
10714 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10715 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10716 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10717 <row topline="true">
10718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Standard
10722 \begin_inset ERT
10723 status collapsed
10724
10725 \begin_layout Standard
10726
10727
10728 \backslash
10729 hspace{0pt}
10730 \end_layout
10731
10732 \end_inset
10733
10734 einsehrlangesZellenwort
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Standard
10743 b
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Standard
10752 c
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 <row topline="true">
10759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Standard
10763 d
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Standard
10772 e
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Standard
10781 f
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 </row>
10787 <row topline="true" bottomline="true">
10788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Standard
10792 g
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Standard
10801 h
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Standard
10810 i
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 </lyxtabular>
10817
10818 \end_inset
10819
10820
10821 \hfill
10822
10823 \begin_inset Tabular
10824 <lyxtabular version="3" rows="3" columns="3">
10825 <features>
10826 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10827 <column alignment="center" valignment="top" leftline="true" width="0">
10828 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10829 <row topline="true">
10830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Standard
10834 ein\SpecialChar \-
10835 sehr\SpecialChar \-
10836 lan\SpecialChar \-
10837 ges\SpecialChar \-
10838 Zel\SpecialChar \-
10839 len\SpecialChar \-
10840 wort
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Standard
10849 c
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Standard
10858 d
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 </row>
10864 <row topline="true">
10865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Standard
10869 d
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Standard
10878 e
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Standard
10887 f
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 </row>
10893 <row topline="true" bottomline="true">
10894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Standard
10898 g
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Standard
10907 h
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Standard
10916 i
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 </lyxtabular>
10923
10924 \end_inset
10925
10926
10927 \end_layout
10928
10929 \end_inset
10930
10931
10932 \end_layout
10933
10934 \begin_layout Subsection
10935 Mehrfachspalten
10936 \begin_inset LatexCommand label
10937 name "uab:Mehrfachspalten"
10938
10939 \end_inset
10940
10941
10942 \begin_inset LatexCommand index
10943 name "Mahrfachspalten"
10944
10945 \end_inset
10946
10947
10948 \begin_inset LatexCommand index
10949 name "Tabellen ! Mahrfachspalten"
10950
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \begin_layout Subsubsection
10957 Grundlagen
10958 \end_layout
10959
10960 \begin_layout Standard
10961 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
10962  und verwenden dann den Knopf 
10963 \begin_inset Graphics
10964         filename ../../images/tabular-feature_multicolumn.xpm
10965         scale 70
10966         scaleBeforeRotation
10967         BoundingBox 0bp 6bp 22bp 22bp
10968
10969 \end_inset
10970
10971 in der Werkzeugleiste, das Menü 
10972 \family sans
10973 Bearbeiten\SpecialChar \menuseparator
10974 Tabelle\SpecialChar \menuseparator
10975 Mehrfachspalte
10976 \family default
10977  oder den 
10978 \family sans
10979 Tabellen-Einstellungen
10980 \family default
10981 -Dialog, in dem Sie auf der Karteikarte 
10982 \family sans
10983 Tabellen-Einstellungen
10984 \family default
10985  
10986 \family sans
10987 Mehrfachspalte
10988 \family default
10989  ankreuzen.
10990 \end_layout
10991
10992 \begin_layout Standard
10993 Mehrfachspalten haben ihre eigenen Einstellungen.
10994  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
10995  Hier ist ein Beispiel, wobei 
10996 \begin_inset Quotes gld
10997 \end_inset
10998
10999 B 2
11000 \begin_inset Quotes grd
11001 \end_inset
11002
11003  keine Mehrfachzeile ist, wie in Abschnitt\InsetSpace ~
11004
11005 \begin_inset LatexCommand ref
11006 reference "uab:Mehrfachzeilen"
11007
11008 \end_inset
11009
11010  beschrieben.
11011  Es wurde nur eine Linie weggelassen:
11012 \end_layout
11013
11014 \begin_layout Standard
11015 \align center
11016 \begin_inset Tabular
11017 <lyxtabular version="3" rows="3" columns="4">
11018 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11019 <column alignment="center" valignment="top" leftline="true" width="0pt">
11020 <column alignment="center" valignment="middle" leftline="true" width="0">
11021 <column alignment="center" valignment="top" leftline="true" width="0in">
11022 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
11023 <row topline="true" bottomline="true">
11024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Standard
11028 abc
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Standard
11037 def ghi
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Standard
11046
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Standard
11055 jkl
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row topline="true">
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Standard
11066
11067 \family roman
11068 \series medium
11069 \shape up
11070 \size normal
11071 \emph off
11072 \bar no
11073 \noun off
11074 \color none
11075 A
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Standard
11084 B
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Standard
11093 C
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Standard
11102 D
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 <row topline="true" bottomline="true">
11109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Standard
11113 1
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Standard
11122 2
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Standard
11131 3
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Standard
11140 4
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 </row>
11146 </lyxtabular>
11147
11148 \end_inset
11149
11150
11151 \end_layout
11152
11153 \begin_layout Subsubsection
11154 Mehrfachspalten-Berechnungen
11155 \begin_inset LatexCommand label
11156 name "uab:Mehrfachspalten-Berechnungen"
11157
11158 \end_inset
11159
11160
11161 \begin_inset LatexCommand index
11162 name "Mahrfachspalten ! Berechnung"
11163
11164 \end_inset
11165
11166
11167 \begin_inset LatexCommand index
11168 name "Tabellen ! Mahrfachspalten ! Berechnung"
11169
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \begin_layout Standard
11176 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11177  Zellen beachten.
11178 \end_layout
11179
11180 \begin_layout Standard
11181 \begin_inset Float table
11182 placement h
11183 wide false
11184 sideways false
11185 status open
11186
11187 \begin_layout Standard
11188 \begin_inset Caption
11189
11190 \begin_layout Standard
11191 \begin_inset LatexCommand label
11192 name "tab:Table-with-centered"
11193
11194 \end_inset
11195
11196 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11197  die halbe Breite der Mehrfachspalten-Zelle haben
11198 \begin_inset OptArg
11199 status collapsed
11200
11201 \begin_layout Standard
11202 Eine Mehrfachspalten-Tabelle
11203 \end_layout
11204
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \begin_layout Standard
11216 \align center
11217 \begin_inset Tabular
11218 <lyxtabular version="3" rows="3" columns="3">
11219 <features>
11220 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11221 <column alignment="center" valignment="middle" leftline="true" width="0">
11222 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11223 <row topline="true">
11224 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11225 \begin_inset Text
11226
11227 \begin_layout Standard
11228 Dies ist eine Mehrfach\SpecialChar \-
11229 spalten-Zelle
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Standard
11238
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Standard
11247 c
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 <row topline="true">
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Standard
11258 d
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Standard
11267 e
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Standard
11276 f
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 </row>
11282 <row topline="true" bottomline="true">
11283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Standard
11287 g
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Standard
11296 h
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Standard
11305 i
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 </row>
11311 </lyxtabular>
11312
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \end_inset
11319
11320
11321 \end_layout
11322
11323 \begin_layout Standard
11324 Um Tabelle\InsetSpace ~
11325
11326 \begin_inset LatexCommand ref
11327 reference "tab:Table-with-centered"
11328
11329 \end_inset
11330
11331  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11332  3×3-Tabelle, kreuzen im 
11333 \family sans
11334 Tabellen-Einstellungen
11335 \family default
11336 -Dialog 
11337 \family sans
11338 Mehrfachspalte
11339 \family default
11340  an, setzen die 
11341 \family sans
11342 Horizontale\InsetSpace ~
11343 Ausrichtung
11344 \family default
11345  auf 
11346 \family sans
11347 Zentriert
11348 \family default
11349  und die 
11350 \family sans
11351 Breite
11352 \family default
11353  auf 2.5\InsetSpace \thinspace{}
11354 cm.
11355  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11356  Sie die Breite der ersten Spalte auf 1.25\InsetSpace \thinspace{}
11357 cm setzen.
11358  Die zweite Spalte wird dann automatisch 1.25\InsetSpace \thinspace{}
11359 cm breit (Breite der 
11360 \family sans
11361 Mehrfachspalte
11362 \family default
11363  
11364 \begin_inset Formula $-$
11365 \end_inset
11366
11367  Breite der ersten Spalte).
11368  Dies wurde so für Tabelle\InsetSpace ~
11369
11370 \begin_inset LatexCommand ref
11371 reference "tab:Table-without-half"
11372
11373 \end_inset
11374
11375  gemacht.
11376 \end_layout
11377
11378 \begin_layout Standard
11379 \begin_inset Float table
11380 wide false
11381 sideways false
11382 status open
11383
11384 \begin_layout Standard
11385 \begin_inset Caption
11386
11387 \begin_layout Standard
11388 \begin_inset LatexCommand label
11389 name "tab:Table-without-half"
11390
11391 \end_inset
11392
11393 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11394  wie die Mehrfachspalte
11395 \begin_inset OptArg
11396 status collapsed
11397
11398 \begin_layout Standard
11399 Eine unvollkommene Mehrfachspalten-Tabelle
11400 \end_layout
11401
11402 \end_inset
11403
11404
11405 \end_layout
11406
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \begin_layout Standard
11413 \align center
11414 \begin_inset Tabular
11415 <lyxtabular version="3" rows="3" columns="3">
11416 <features>
11417 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
11418 <column alignment="center" valignment="top" leftline="true" width="0">
11419 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11420 <row topline="true" bottomline="true">
11421 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11422 \begin_inset Text
11423
11424 \begin_layout Standard
11425 Dies ist auch eine Mehr\SpecialChar \-
11426 fach\SpecialChar \-
11427 spalten-Zelle
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Standard
11436
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Standard
11445 c
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 </row>
11451 <row topline="true">
11452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Standard
11456 d
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Standard
11465 e
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Standard
11474 f
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 </row>
11480 <row topline="true" bottomline="true">
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Standard
11485 g
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Standard
11494 h
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Standard
11503 i
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 </lyxtabular>
11510
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \end_inset
11517
11518
11519 \end_layout
11520
11521 \begin_layout Standard
11522 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
11523  als die zweite ist.
11524  Das liegt daran, dass die Zellenbreite 
11525 \begin_inset Formula $W_{\mathrm{tot}}$
11526 \end_inset
11527
11528  nicht ihre definierte Breite 
11529 \begin_inset Formula $W_{g}$
11530 \end_inset
11531
11532  ist, sondern ein wenig mehr.
11533  Anhang\InsetSpace ~
11534
11535 \begin_inset LatexCommand ref
11536 reference "kap:Explanation-of-Equation"
11537
11538 \end_inset
11539
11540  erklärt das genauer.
11541 \end_layout
11542
11543 \begin_layout Standard
11544 Wenn 
11545 \emph on
11546 n
11547 \emph default
11548  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
11549  die definierte Breite 
11550 \begin_inset Formula $W_{g\, n}$
11551 \end_inset
11552
11553  einer Spalte, deren totale Breite = 
11554 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11555 \end_inset
11556
11557  sein soll, wie folgt:
11558 \begin_inset Formula \begin{equation}
11559 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11560
11561 \end_inset
11562
11563
11564 \end_layout
11565
11566 \begin_layout Standard
11567 In unserem Falls ist 
11568 \begin_inset Formula $n=2$
11569 \end_inset
11570
11571
11572 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11573 \end_inset
11574
11575 cm, und damit wird aus Gleichung\InsetSpace ~
11576
11577 \begin_inset LatexCommand ref
11578 reference "eq:Wgn"
11579
11580 \end_inset
11581
11582  
11583 \begin_inset Formula \begin{equation}
11584 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11585
11586 \end_inset
11587
11588
11589 \end_layout
11590
11591 \begin_layout Standard
11592 Damit LaTeX rechnen kann, muss das Paket 
11593 \series bold
11594 calc
11595 \series default
11596  im Vorspann geladen werden.
11597 \begin_inset LatexCommand index
11598 name "LaTeX-Pakete ! calc"
11599
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \begin_layout Standard
11606
11607 \series bold
11608
11609 \backslash
11610 usepackage{calc}
11611 \end_layout
11612
11613 \begin_layout Standard
11614 LyX erlaubt im 
11615 \family sans
11616 Breite
11617 \family default
11618 -Feld des 
11619 \family sans
11620 Tabellen-Einstellungen
11621 \family default
11622 -Dialogs keine Berechnungen.
11623  Deshalb müssen Sie die Formel für die Breite im Feld 
11624 \family sans
11625 LaTe
11626 \begin_inset ERT
11627 status collapsed
11628
11629 \begin_layout Standard
11630
11631 {}
11632 \end_layout
11633
11634 \end_inset
11635
11636 X-Argument
11637 \family default
11638  eingeben.
11639  Hier iss ein Überblick über die Argumente:
11640 \end_layout
11641
11642 \begin_layout Itemize
11643
11644 \series bold
11645 p{Breite}
11646 \series default
11647  die Zelle bekommt eine feste 
11648 \series bold
11649 Breite
11650 \series default
11651 , und die vertikale Ausrichtung ist 
11652 \family sans
11653 Oben
11654 \end_layout
11655
11656 \begin_layout Itemize
11657
11658 \series bold
11659 m{Breite}
11660 \series default
11661  die Zelle bekommt eine feste 
11662 \series bold
11663 Breite
11664 \series default
11665 , und die vertikale Ausrichtung ist 
11666 \family sans
11667 Mitte
11668 \end_layout
11669
11670 \begin_layout Itemize
11671
11672 \series bold
11673 b{Breite}
11674 \series default
11675  die Zelle bekommt eine feste 
11676 \series bold
11677 Breite
11678 \series default
11679 , und die vertikale Ausrichtung ist 
11680 \family sans
11681 Unten
11682 \end_layout
11683
11684 \begin_layout Standard
11685 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
11686  für diese Zelle überschrieben.
11687 \end_layout
11688
11689 \begin_layout Standard
11690 \begin_inset Note Greyedout
11691 status open
11692
11693 \begin_layout Standard
11694
11695 \series bold
11696 Bemerkung:
11697 \series default
11698  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
11699  angezeigt.
11700 \end_layout
11701
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \begin_layout Standard
11708 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
11709  der Zelle mit dem Inhalt 
11710 \begin_inset Quotes gld
11711 \end_inset
11712
11713 d
11714 \begin_inset Quotes grd
11715 \end_inset
11716
11717  der Tabelle\InsetSpace ~
11718
11719 \begin_inset LatexCommand ref
11720 reference "tab:Table-with-centered"
11721
11722 \end_inset
11723
11724  auch noch der Befehl
11725 \family typewriter
11726 \series bold
11727  
11728 \family default
11729
11730 \backslash
11731 centering
11732 \series default
11733  hinzugefügt.
11734  Das Ganze sieht dann so aus:
11735 \end_layout
11736
11737 \begin_layout Standard
11738
11739 \series bold
11740 |>{
11741 \backslash
11742 centering}m{1.25cm-6.2pt}
11743 \end_layout
11744
11745 \begin_layout Standard
11746 Der vertikale Strich 
11747 \series bold
11748
11749 \begin_inset Quotes gld
11750 \end_inset
11751
11752 |
11753 \series default
11754
11755 \begin_inset Quotes grd
11756 \end_inset
11757
11758  am Anfang zeichnet die linke Linie, und der Befehl 
11759 \series bold
11760
11761 \begin_inset Quotes gld
11762 \end_inset
11763
11764 >{ }
11765 \begin_inset Quotes grd
11766 \end_inset
11767
11768
11769 \series default
11770  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
11771  der Zelle benutzt werden sollen.
11772 \end_layout
11773
11774 \begin_layout Standard
11775 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
11776  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
11777  für einzelne Spalten anwendet.
11778  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
11779  werden:
11780 \end_layout
11781
11782 \begin_layout Standard
11783
11784 \series bold
11785 |>{
11786 \backslash
11787 centering}m{2.5cm}|
11788 \end_layout
11789
11790 \begin_layout Subsection
11791 Mehrfachzeilen
11792 \begin_inset LatexCommand label
11793 name "uab:Mehrfachzeilen"
11794
11795 \end_inset
11796
11797
11798 \begin_inset LatexCommand index
11799 name "Mehrfachzeilen"
11800
11801 \end_inset
11802
11803
11804 \begin_inset LatexCommand index
11805 name "Tabellen ! Mehrfachzeilen"
11806
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \begin_layout Standard
11813 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
11814  unterstützt, sodass etwas ERT notwendig.
11815  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
11816 \series bold
11817 multirow
11818 \series default
11819
11820 \begin_inset LatexCommand index
11821 name "LaTeX-Pakete ! multirow"
11822
11823 \end_inset
11824
11825  im Vorspann geladen werden:
11826 \end_layout
11827
11828 \begin_layout Standard
11829
11830 \series bold
11831
11832 \backslash
11833 usepackage{multirow}
11834 \end_layout
11835
11836 \begin_layout Standard
11837 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
11838 \end_layout
11839
11840 \begin_layout Standard
11841
11842 \series bold
11843
11844 \backslash
11845 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
11846 \end_layout
11847
11848 \begin_layout Standard
11849 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
11850  Mehrfachspalte definiert und die obere Linie entfernt.
11851 \end_layout
11852
11853 \begin_layout Standard
11854 \align center
11855 \begin_inset ERT
11856 status collapsed
11857
11858 \begin_layout Standard
11859
11860
11861 \backslash
11862 renewcommand{
11863 \backslash
11864 multirowsetup}{
11865 \backslash
11866 centering}
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \begin_inset Tabular
11873 <lyxtabular version="3" rows="3" columns="3">
11874 <features>
11875 <column alignment="center" valignment="top" leftline="true" width="0">
11876 <column alignment="center" valignment="top" leftline="true" width="0">
11877 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11878 <row topline="true">
11879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Standard
11883 a
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Standard
11892 b
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Standard
11901 c
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 </row>
11907 <row topline="true">
11908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Standard
11912 \begin_inset ERT
11913 status collapsed
11914
11915 \begin_layout Standard
11916
11917
11918 \backslash
11919 multirow{2}{2.5cm}{
11920 \end_layout
11921
11922 \end_inset
11923
11924 Mehrfach\SpecialChar \-
11925 zeilen-Text
11926 \begin_inset ERT
11927 status collapsed
11928
11929 \begin_layout Standard
11930
11931 }
11932 \end_layout
11933
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Standard
11945 e
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Standard
11954 f
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 </row>
11960 <row topline="true" bottomline="true">
11961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Standard
11965
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Standard
11974 h
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Standard
11983 i
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 </row>
11989 </lyxtabular>
11990
11991 \end_inset
11992
11993
11994 \begin_inset ERT
11995 status collapsed
11996
11997 \begin_layout Standard
11998
11999
12000 \backslash
12001 renewcommand{
12002 \backslash
12003 multirowsetup}{
12004 \backslash
12005 raggedright}
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \begin_layout Standard
12014 In der Zelle darüber wurde dann mit dem Befehl
12015 \end_layout
12016
12017 \begin_layout Standard
12018
12019 \series bold
12020
12021 \backslash
12022 multirow{2}{2.5cm}{
12023 \end_layout
12024
12025 \begin_layout Standard
12026 als ERT die Mehrfachzeile definiert.
12027  Sie besteht aus zwei Zeilen und einer Breite von 2.5\InsetSpace \thinspace{}
12028 cm.
12029  Der Inhalt steht außerhalb des ERT-Kästchens, und der Befehl wird mit der
12030  Klammer 
12031 \begin_inset Quotes gld
12032 \end_inset
12033
12034
12035 \series bold
12036 }
12037 \series default
12038
12039 \begin_inset Quotes grd
12040 \end_inset
12041
12042  in einem weiteren ERT-Kästchen abgeschlossen.
12043 \end_layout
12044
12045 \begin_layout Standard
12046
12047 \series bold
12048
12049 \backslash
12050 multirow
12051 \series default
12052  richtet seinen Inhalt standardmäßig linksbündig aus.
12053  Das wurde mit dem Befehl
12054 \end_layout
12055
12056 \begin_layout Standard
12057
12058 \series bold
12059
12060 \backslash
12061 renewcommand{
12062 \backslash
12063 multirowsetup}{
12064 \backslash
12065 centering}
12066 \end_layout
12067
12068 \begin_layout Standard
12069 als ERT  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12070 \end_layout
12071
12072 \begin_layout Standard
12073
12074 \series bold
12075
12076 \backslash
12077 renewcommand{
12078 \backslash
12079 multirowsetup}{
12080 \backslash
12081 raggedright}
12082 \end_layout
12083
12084 \begin_layout Standard
12085 zurückgesetzt.
12086  Für rechtsbündigen Text benutzt man 
12087 \series bold
12088
12089 \backslash
12090 raggedleft
12091 \series default
12092 .
12093 \end_layout
12094
12095 \begin_layout Section
12096 Formale Tabellen
12097 \begin_inset LatexCommand label
12098 name "abs:Formale-Tabellen"
12099
12100 \end_inset
12101
12102
12103 \begin_inset LatexCommand index
12104 name "Tabellen ! Formale"
12105
12106 \end_inset
12107
12108
12109 \end_layout
12110
12111 \begin_layout Standard
12112 Tabellen werden in Büchern oft wie Tabelle\InsetSpace ~
12113
12114 \begin_inset LatexCommand ref
12115 reference "tab:Example-booktabs-table"
12116
12117 \end_inset
12118
12119  gesetzt.
12120  Diese Tabellen werden
12121 \emph on
12122  formal
12123 \emph default
12124  genannt.
12125  Formale Tabellen bekommen Sie, wenn Sie im 
12126 \family sans
12127 Tabellen-Einstellungen
12128 \family default
12129 -Dialog auf der Karteikarte 
12130 \family sans
12131 Rahmen
12132 \family default
12133  den 
12134 \family sans
12135 Stil
12136 \family default
12137  
12138 \family sans
12139 Formal
12140 \family default
12141  ankreuzen.
12142 \end_layout
12143
12144 \begin_layout Standard
12145 \begin_inset Float table
12146 placement h
12147 wide false
12148 sideways false
12149 status open
12150
12151 \begin_layout Standard
12152 \begin_inset Caption
12153
12154 \begin_layout Standard
12155 \begin_inset LatexCommand label
12156 name "tab:Formale-Tabelle"
12157
12158 \end_inset
12159
12160 Formale Tabelle
12161 \end_layout
12162
12163 \end_inset
12164
12165
12166 \end_layout
12167
12168 \begin_layout Standard
12169 \align center
12170 \begin_inset Tabular
12171 <lyxtabular version="3" rows="8" columns="4">
12172 <features booktabs="true">
12173 <column alignment="center" valignment="top" rightline="true" width="0">
12174 <column alignment="right" valignment="top" width="0">
12175 <column alignment="right" valignment="top" width="0">
12176 <column alignment="right" valignment="top" width="0">
12177 <row topline="true">
12178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Standard
12182 System
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" topline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Standard
12191 Medipix
12192 \begin_inset Formula $\,$
12193 \end_inset
12194
12195 1
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Standard
12204 Medipix
12205 \begin_inset Formula $\,$
12206 \end_inset
12207
12208 2
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Standard
12217
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 </row>
12223 <row>
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Standard
12228 \begin_inset ERT
12229 status collapsed
12230
12231 \begin_layout Standard
12232
12233
12234 \backslash
12235 cmidrule(r){2-2}
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \begin_inset ERT
12242 status collapsed
12243
12244 \begin_layout Standard
12245
12246
12247 \backslash
12248 cmidrule(l){3-4}
12249 \end_layout
12250
12251 \end_inset
12252
12253 Detektordicke [µm]
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Standard
12262 300
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Standard
12271 300
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Standard
12280 700
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row topline="true">
12287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Standard
12291 Kantenwinkel [°]
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Standard
12300 3.55
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Standard
12309 2.71
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Standard
12318 7.99
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 <row topspace="default">
12325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Standard
12329 räumliche Auflösung [µm]
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Standard
12338 4.26
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Standard
12347 10.17
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12353 \begin_inset Text
12354
12355 \begin_layout Standard
12356 10.56
12357 \end_layout
12358
12359 \end_inset
12360 </cell>
12361 </row>
12362 <row topspace="default">
12363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Standard
12367 MTF bei 
12368 \begin_inset Formula $f_{\mathrm{max}}$
12369 \end_inset
12370
12371
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Standard
12380 0.53
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Standard
12389 0.37
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Standard
12398 0.39
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 </row>
12404 <row topspace="default">
12405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Standard
12409 \begin_inset ERT
12410 status collapsed
12411
12412 \begin_layout Standard
12413
12414
12415 \backslash
12416 cmidrule(l{10pt}){1-1}
12417 \end_layout
12418
12419 \end_inset
12420
12421 LSF räumliche Auflösung
12422 \end_layout
12423
12424 \end_inset
12425 </cell>
12426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Standard
12430
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Standard
12439
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Standard
12448
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 </row>
12454 <row>
12455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Standard
12459 in µm
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Standard
12468 129.7
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Standard
12477 52.75
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Standard
12486 50.78
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 </row>
12492 <row bottomline="true">
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Standard
12497 in % der Pixelgröße
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Standard
12506 76.3
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Standard
12515 95.9
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Standard
12524 92.3
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 </row>
12530 </lyxtabular>
12531
12532 \end_inset
12533
12534
12535 \end_layout
12536
12537 \end_inset
12538
12539
12540 \end_layout
12541
12542 \begin_layout Standard
12543 Abstände zu Tabellenzeilen können auf der Karteikarte 
12544 \family sans
12545 Rahmen
12546 \family default
12547  des 
12548 \family sans
12549 Tabellen-Einstellungen
12550 \family default
12551 -Dialogs hinzugefügt werden, wie in Abschnitt\InsetSpace ~
12552
12553 \begin_inset LatexCommand ref
12554 reference "uab:Zeilenabstand"
12555
12556 \end_inset
12557
12558  beschrieben.
12559 \end_layout
12560
12561 \begin_layout Standard
12562 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
12563  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
12564  gedruckt aber anders aus.
12565  Die erste und letzte Linie ist 0.08\InsetSpace \thinspace{}
12566 em dick, während die anderen 0.05\InsetSpace \thinspace{}
12567 em dick
12568  sind.
12569 \end_layout
12570
12571 \begin_layout Standard
12572 Die Standarddicken können im LaTeX-Vorspann geändert werden:
12573 \end_layout
12574
12575 \begin_layout Standard
12576
12577 \series bold
12578
12579 \backslash
12580 let
12581 \backslash
12582 mytoprule
12583 \backslash
12584 toprule
12585 \newline
12586
12587 \backslash
12588 renewcommand{
12589 \backslash
12590 toprule}{
12591 \backslash
12592 mytoprule[Breite]}
12593 \end_layout
12594
12595 \begin_layout Standard
12596 Dies Beispiel gilt für die oberste Linie, genannt 
12597 \series bold
12598 toprule
12599 \series default
12600 .
12601  Für die letzte müssen Sie 
12602 \series bold
12603 toprule
12604 \series default
12605  durch 
12606 \series bold
12607 bottomrule
12608 \series default
12609  ersetzen.
12610  Die Linien dazwischen heißen 
12611 \series bold
12612 midrule
12613 \series default
12614 .
12615  Für 
12616 \family sans
12617 Breite
12618 \family default
12619  können Sie alle Einheiten benutzen, die in Anhang\InsetSpace ~
12620
12621 \begin_inset LatexCommand ref
12622 reference "kap:Units-available-in"
12623
12624 \end_inset
12625
12626  aufgelistet sind.
12627 \end_layout
12628
12629 \begin_layout Standard
12630 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
12631  eine Linie unter einer Mehrfachspalte.
12632  LyX wird intern den Befehl 
12633 \series bold
12634
12635 \backslash
12636 cmidrule
12637 \series default
12638  benutzen, um diese Linie zu drucken.
12639  Der ganze Befehl sieht so aus:
12640 \end_layout
12641
12642 \begin_layout Standard
12643
12644 \series bold
12645
12646 \backslash
12647 cmidrule[width](trim){Anfangsspalte-Endspalte}
12648 \end_layout
12649
12650 \begin_layout Standard
12651 Die 
12652 \series bold
12653
12654 \backslash
12655 cmidrule
12656 \series default
12657 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie ERT benutzen.
12658  
12659 \series bold
12660
12661 \backslash
12662 cmidrule
12663 \series default
12664  kann man benutzen, indem man den Befehl als ERT als erstes in die erste
12665  Zelle einer Zeile einfügt.
12666  Die Linie wird dann über der Zeile gedruckt.
12667 \end_layout
12668
12669 \begin_layout Standard
12670 Der Standardwert ist 0.03\InsetSpace \thinspace{}
12671 em.
12672  Die Linie reicht von 
12673 \family typewriter
12674 Anfangsspalte
12675 \family default
12676  bis 
12677 \family typewriter
12678 End\SpecialChar \-
12679 spal\SpecialChar \-
12680 te
12681 \family default
12682 .
12683  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
12684   Der optionale Parameter 
12685 \family typewriter
12686 trim
12687 \family default
12688  kann die Werte 
12689 \emph on
12690 r
12691 \emph default
12692
12693 \emph on
12694 r{Breite}
12695 \emph default
12696
12697 \emph on
12698 l
12699 \family typewriter
12700 \emph default
12701  
12702 \family default
12703 oder 
12704 \emph on
12705 l{Breite}
12706 \emph default
12707  annehmen, wobei die 
12708 \family sans
12709 Breite
12710 \family default
12711  optional ist.
12712  
12713 \emph on
12714 l{2pt}
12715 \emph default
12716  zum Beispiel bedeutet, dass die Linie links um 2\InsetSpace \thinspace{}
12717 pt gekürzt wird.
12718  Ohne Breitenangabe werden die Linien um 0.5\InsetSpace \thinspace{}
12719 em gekürzt.
12720 \end_layout
12721
12722 \begin_layout Standard
12723 \begin_inset VSpace bigskip
12724 \end_inset
12725
12726 In Tabelle\InsetSpace ~
12727
12728 \begin_inset LatexCommand ref
12729 reference "tab:Formale-Tabelle"
12730
12731 \end_inset
12732
12733  wurden die Befehle
12734 \end_layout
12735
12736 \begin_layout Standard
12737
12738 \series bold
12739
12740 \backslash
12741 cmidrule(r){2-2}
12742 \backslash
12743 cmidrule(l){3-4}
12744 \end_layout
12745
12746 \begin_layout Standard
12747 am Anfange der zweiten Zeile und
12748 \end_layout
12749
12750 \begin_layout Standard
12751
12752 \series bold
12753
12754 \backslash
12755 cmidrule(l{10pt}){1-1}
12756 \end_layout
12757
12758 \begin_layout Standard
12759 in der sechsten benutzt.
12760 \end_layout
12761
12762 \begin_layout Standard
12763 \begin_inset VSpace bigskip
12764 \end_inset
12765
12766
12767 \end_layout
12768
12769 \begin_layout Standard
12770 Sie können mit 
12771 \series bold
12772
12773 \backslash
12774 cmidrule
12775 \series default
12776  auch überlappende Linien wie in Tabelle\InsetSpace ~
12777
12778 \begin_inset LatexCommand ref
12779 reference "tab:Special-booktabs-table"
12780
12781 \end_inset
12782
12783  definieren.
12784  Der Befehl ist:
12785 \end_layout
12786
12787 \begin_layout Standard
12788
12789 \series bold
12790
12791 \backslash
12792 morecmidrules
12793 \end_layout
12794
12795 \begin_layout Standard
12796 In Zeile zwei der Tabelle\InsetSpace ~
12797
12798 \begin_inset LatexCommand ref
12799 reference "tab:Special-booktabs-table"
12800
12801 \end_inset
12802
12803  wurde folgender Befehl benutzt:
12804 \end_layout
12805
12806 \begin_layout Standard
12807
12808 \series bold
12809
12810 \backslash
12811 cmidrule(r){2-2}
12812 \backslash
12813 cmidrule(l){3-4}
12814 \backslash
12815 morecmidrules
12816 \newline
12817
12818 \backslash
12819 cmidrule{2-4}
12820 \end_layout
12821
12822 \begin_layout Standard
12823 und in Zeile sechs:
12824 \end_layout
12825
12826 \begin_layout Standard
12827
12828 \series bold
12829
12830 \backslash
12831 midrule
12832 \backslash
12833 morecmidrules
12834 \backslash
12835 cmidrule{3-4}
12836 \end_layout
12837
12838 \begin_layout Standard
12839 \begin_inset VSpace bigskip
12840 \end_inset
12841
12842
12843 \end_layout
12844
12845 \begin_layout Standard
12846 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
12847  Befehl eine Linie zeichnen, die alle Spalten überspannt:
12848 \end_layout
12849
12850 \begin_layout Standard
12851
12852 \series bold
12853
12854 \backslash
12855 specialrule{Dicke}{Abstand davor}{Abstand danach}
12856 \end_layout
12857
12858 \begin_layout Standard
12859 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
12860 \series bold
12861 booktabs
12862 \series default
12863  
12864 \begin_inset LatexCommand cite
12865 key "booktabs"
12866
12867 \end_inset
12868
12869 .
12870 \begin_inset LatexCommand index
12871 name "LaTeX-Pakete ! booktabs"
12872
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \begin_layout Standard
12879 \begin_inset Float table
12880 placement h
12881 wide false
12882 sideways false
12883 status open
12884
12885 \begin_layout Standard
12886 \begin_inset Caption
12887
12888 \begin_layout Standard
12889 \begin_inset LatexCommand label
12890 name "tab:Special-booktabs-table"
12891
12892 \end_inset
12893
12894 Eine spezielle formale Tabelle
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \begin_layout Standard
12903 \align center
12904 \begin_inset Tabular
12905 <lyxtabular version="3" rows="8" columns="4">
12906 <features booktabs="true">
12907 <column alignment="center" valignment="top" width="0">
12908 <column alignment="center" valignment="top" width="0">
12909 <column alignment="right" valignment="top" width="0">
12910 <column alignment="right" valignment="top" width="0">
12911 <row topline="true">
12912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Standard
12916 System
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Standard
12925 Medipix\InsetSpace \thinspace{}
12926 1
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Standard
12935 Medipix\InsetSpace \thinspace{}
12936 2
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Standard
12945
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 </row>
12951 <row>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Standard
12956 \begin_inset ERT
12957 status collapsed
12958
12959 \begin_layout Standard
12960
12961
12962 \backslash
12963 cmidrule(r){2-2}
12964 \end_layout
12965
12966 \end_inset
12967
12968
12969 \begin_inset ERT
12970 status collapsed
12971
12972 \begin_layout Standard
12973
12974
12975 \backslash
12976 cmidrule(l){3-4}
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \begin_inset ERT
12983 status collapsed
12984
12985 \begin_layout Standard
12986
12987
12988 \backslash
12989 morecmidrules 
12990 \end_layout
12991
12992 \end_inset
12993
12994
12995 \begin_inset ERT
12996 status collapsed
12997
12998 \begin_layout Standard
12999
13000
13001 \backslash
13002 cmidrule{2-4}
13003 \end_layout
13004
13005 \end_inset
13006
13007 Detektordicke  [µm]
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Standard
13016 300
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Standard
13025 300
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Standard
13034 700
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 </row>
13040 <row topline="true">
13041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Standard
13045 Kantenwinkel [°]
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Standard
13054 3,55
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Standard
13063 2,71
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Standard
13072 7,99
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 </row>
13078 <row topspace="default">
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Standard
13083 räumliche Auflösung [µm]
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Standard
13092 4,26
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Standard
13101 10,17
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Standard
13110 10,56
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row topspace="default">
13117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Standard
13121 MTF bei 
13122 \begin_inset Formula $f_{\mathrm{max}}$
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Standard
13134 0,53
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Standard
13143 0,37
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Standard
13152 0,39
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 <row topline="true">
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Standard
13163 \begin_inset ERT
13164 status collapsed
13165
13166 \begin_layout Standard
13167
13168
13169 \backslash
13170 morecmidrules 
13171 \end_layout
13172
13173 \end_inset
13174
13175
13176 \begin_inset ERT
13177 status collapsed
13178
13179 \begin_layout Standard
13180
13181
13182 \backslash
13183 cmidrule{3-4}
13184 \end_layout
13185
13186 \end_inset
13187
13188 LSF-räumliche Auflösung
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Standard
13197
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Standard
13206
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Standard
13215
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 </row>
13221 <row>
13222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Standard
13226 in µm
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Standard
13235 129,7
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Standard
13244 52,75
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Standard
13253 50,78
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 </row>
13259 <row bottomline="true">
13260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Standard
13264 in % der Pixelgröße
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Standard
13273 76,3
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Standard
13282 95,9
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Standard
13291 92,3
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 </row>
13297 </lyxtabular>
13298
13299 \end_inset
13300
13301
13302 \end_layout
13303
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Section
13310 Vertikale Tabellen-Ausrichtung
13311 \begin_inset LatexCommand index
13312 name "Tabellen ! Ausrichtung"
13313
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \begin_layout Standard
13320 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13321  einer Box sein.
13322  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt\InsetSpace ~
13323
13324 \begin_inset LatexCommand ref
13325 reference "abs:Box-Dialog"
13326
13327 \end_inset
13328
13329  beschrieben.
13330 \end_layout
13331
13332 \begin_layout Standard
13333 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13334 \begin_inset Foot
13335 status collapsed
13336
13337 \begin_layout Standard
13338 Minipages werden in Abschnitt\InsetSpace ~
13339
13340 \begin_inset LatexCommand ref
13341 reference "abs:Minipage"
13342
13343 \end_inset
13344
13345  beschrieben.
13346 \end_layout
13347
13348 \end_inset
13349
13350  mit 15\InsetSpace \thinspace{}
13351 col%-Breite:
13352 \end_layout
13353
13354 \begin_layout Itemize
13355 Test 
13356 \begin_inset Box Frameless
13357 position "t"
13358 hor_pos "c"
13359 has_inner_box 1
13360 inner_pos "c"
13361 use_parbox 0
13362 width "15col%"
13363 special "none"
13364 height "1in"
13365 height_special "totalheight"
13366 status collapsed
13367
13368 \begin_layout Standard
13369 \begin_inset Tabular
13370 <lyxtabular version="3" rows="3" columns="3">
13371 <features>
13372 <column alignment="center" valignment="top" leftline="true" width="0">
13373 <column alignment="center" valignment="top" leftline="true" width="0">
13374 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13375 <row topline="true">
13376 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Standard
13380 Tabelle 1
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Standard
13389
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Standard
13398
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 </row>
13404 <row topline="true">
13405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Standard
13409 b
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Standard
13418 e
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Standard
13427 h
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 </row>
13433 <row topline="true" bottomline="true">
13434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Standard
13438 c
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Standard
13447 f
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Standard
13456 i
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 </row>
13462 </lyxtabular>
13463
13464 \end_inset
13465
13466
13467 \end_layout
13468
13469 \end_inset
13470
13471  Test 
13472 \begin_inset ERT
13473 status collapsed
13474
13475 \begin_layout Standard
13476
13477
13478 \backslash
13479 raisebox{0.85
13480 \backslash
13481 baselineskip}{
13482 \end_layout
13483
13484 \end_inset
13485
13486
13487 \begin_inset Box Frameless
13488 position "t"
13489 hor_pos "c"
13490 has_inner_box 1
13491 inner_pos "c"
13492 use_parbox 0
13493 width "15col%"
13494 special "none"
13495 height "1in"
13496 height_special "totalheight"
13497 status collapsed
13498
13499 \begin_layout Standard
13500 \begin_inset Tabular
13501 <lyxtabular version="3" rows="3" columns="3">
13502 <features>
13503 <column alignment="center" valignment="top" leftline="true" width="0">
13504 <column alignment="center" valignment="top" leftline="true" width="0">
13505 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13506 <row topline="true">
13507 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Standard
13511 Tabelle 2
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Standard
13520
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Standard
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 </row>
13535 <row topline="true">
13536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Standard
13540 b
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Standard
13549 e
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Standard
13558 h
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 </row>
13564 <row topline="true" bottomline="true">
13565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Standard
13569 c
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Standard
13578 f
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Standard
13587 i
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 </row>
13593 </lyxtabular>
13594
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \end_inset
13601
13602
13603 \begin_inset ERT
13604 status collapsed
13605
13606 \begin_layout Standard
13607
13608 }
13609 \end_layout
13610
13611 \end_inset
13612
13613
13614 \end_layout
13615
13616 \begin_layout Itemize
13617 Test 
13618 \begin_inset Box Frameless
13619 position "c"
13620 hor_pos "c"
13621 has_inner_box 1
13622 inner_pos "c"
13623 use_parbox 0
13624 width "15col%"
13625 special "none"
13626 height "1in"
13627 height_special "totalheight"
13628 status collapsed
13629
13630 \begin_layout Standard
13631 \begin_inset Tabular
13632 <lyxtabular version="3" rows="3" columns="3">
13633 <features>
13634 <column alignment="center" valignment="top" leftline="true" width="0">
13635 <column alignment="center" valignment="top" leftline="true" width="0">
13636 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13637 <row topline="true">
13638 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Standard
13642 Tabelle 3
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Standard
13651
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Standard
13660
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row topline="true">
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Standard
13671 b
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Standard
13680 e
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Standard
13689 h
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 </row>
13695 <row topline="true" bottomline="true">
13696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Standard
13700 c
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Standard
13709 f
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Standard
13718 i
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 </row>
13724 </lyxtabular>
13725
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \end_inset
13732
13733
13734 \end_layout
13735
13736 \begin_layout Itemize
13737 Test 
13738 \begin_inset Box Frameless
13739 position "b"
13740 hor_pos "c"
13741 has_inner_box 1
13742 inner_pos "c"
13743 use_parbox 0
13744 width "15col%"
13745 special "none"
13746 height "1in"
13747 height_special "totalheight"
13748 status collapsed
13749
13750 \begin_layout Standard
13751 \begin_inset Tabular
13752 <lyxtabular version="3" rows="3" columns="3">
13753 <features>
13754 <column alignment="center" valignment="top" leftline="true" width="0">
13755 <column alignment="center" valignment="top" leftline="true" width="0">
13756 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13757 <row topline="true">
13758 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Standard
13762 Tabelle 4
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Standard
13771
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Standard
13780
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 </row>
13786 <row topline="true">
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Standard
13791 b
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Standard
13800 e
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Standard
13809 h
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 <row topline="true" bottomline="true">
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Standard
13820 c
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Standard
13829 f
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Standard
13838 i
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 </row>
13844 </lyxtabular>
13845
13846 \end_inset
13847
13848
13849 \end_layout
13850
13851 \end_inset
13852
13853 Test 
13854 \begin_inset ERT
13855 status collapsed
13856
13857 \begin_layout Standard
13858
13859
13860 \backslash
13861 raisebox{-0.32
13862 \backslash
13863 baselineskip}{
13864 \end_layout
13865
13866 \end_inset
13867
13868
13869 \begin_inset Box Frameless
13870 position "b"
13871 hor_pos "c"
13872 has_inner_box 1
13873 inner_pos "c"
13874 use_parbox 0
13875 width "15col%"
13876 special "none"
13877 height "1in"
13878 height_special "totalheight"
13879 status collapsed
13880
13881 \begin_layout Standard
13882 \begin_inset Tabular
13883 <lyxtabular version="3" rows="3" columns="3">
13884 <features>
13885 <column alignment="center" valignment="top" leftline="true" width="0">
13886 <column alignment="center" valignment="top" leftline="true" width="0">
13887 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13888 <row topline="true">
13889 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Standard
13893 Tabelle 5
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Standard
13902
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13908 \begin_inset Text
13909
13910 \begin_layout Standard
13911
13912 \end_layout
13913
13914 \end_inset
13915 </cell>
13916 </row>
13917 <row topline="true">
13918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13919 \begin_inset Text
13920
13921 \begin_layout Standard
13922 b
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Standard
13931 e
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Standard
13940 h
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 </row>
13946 <row topline="true" bottomline="true">
13947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Standard
13951 c
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Standard
13960 f
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Standard
13969 i
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 </row>
13975 </lyxtabular>
13976
13977 \end_inset
13978
13979
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Standard
13989
13990 }
13991 \end_layout
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14000  der Textzeile nicht richtig ausgerichtet.
14001  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14002 \begin_inset Quotes gld
14003 \end_inset
14004
14005 Raisebox
14006 \begin_inset Quotes grd
14007 \end_inset
14008
14009
14010 \begin_inset Foot
14011 status collapsed
14012
14013 \begin_layout Standard
14014 Raiseboxen werden in Abschnitt\InsetSpace ~
14015
14016 \begin_inset LatexCommand ref
14017 reference "uab:Vertikale-Ausrichtung"
14018
14019 \end_inset
14020
14021  beschrieben.
14022 \end_layout
14023
14024 \end_inset
14025
14026  setzen.
14027  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14028  Befehl
14029 \end_layout
14030
14031 \begin_layout Standard
14032
14033 \series bold
14034
14035 \backslash
14036 raisebox{0.85
14037 \backslash
14038 baselineskip}{
14039 \end_layout
14040
14041 \begin_layout Standard
14042 vor der Box ausgerichtet.
14043  Hinter der Box wurde auch noch 
14044 \series bold
14045 }
14046 \series default
14047  als ERT eingefügt, weil der obige Befehl mit 
14048 \series bold
14049 {
14050 \series default
14051  aufhörte.
14052  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14053 \end_layout
14054
14055 \begin_layout Standard
14056
14057 \series bold
14058
14059 \backslash
14060 raisebox{-0.32
14061 \backslash
14062 baselineskip}{
14063 \end_layout
14064
14065 \begin_layout Standard
14066 benutzt.
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \begin_inset Note Greyedout
14071 status open
14072
14073 \begin_layout Standard
14074
14075 \series bold
14076 Bemerkung:
14077 \series default
14078  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14079  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14080  Der Faktor im 
14081 \series bold
14082
14083 \backslash
14084 raisebox
14085 \series default
14086 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14087 \end_layout
14088
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \begin_layout Section
14095 Farbige Tabellen
14096 \begin_inset LatexCommand label
14097 name "abs:Farbige-Tabellen"
14098
14099 \end_inset
14100
14101
14102 \begin_inset LatexCommand index
14103 name "Tabellen ! farbige"
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \begin_layout Subsection
14111 Farbige Zellen
14112 \begin_inset LatexCommand index
14113 name "farbige !  Tabellenzellen"
14114
14115 \end_inset
14116
14117
14118 \end_layout
14119
14120 \begin_layout Standard
14121 \begin_inset Float table
14122 placement h
14123 wide false
14124 sideways false
14125 status open
14126
14127 \begin_layout Standard
14128 \begin_inset Caption
14129
14130 \begin_layout Standard
14131 \begin_inset LatexCommand label
14132 name "tab:Farbige-Tabelle-ohne"
14133
14134 \end_inset
14135
14136 Farbige Tabelle, ohne Paket 
14137 \series bold
14138 colortbl
14139 \series default
14140
14141 \begin_inset OptArg
14142 status collapsed
14143
14144 \begin_layout Standard
14145 Tabelle ohne 
14146 \family typewriter
14147 colortbl
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Standard
14161 \align center
14162 \begin_inset Tabular
14163 <lyxtabular version="3" rows="3" columns="3">
14164 <features>
14165 <column alignment="center" valignment="top" leftline="true" width="0">
14166 <column alignment="center" valignment="top" leftline="true" width="0">
14167 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14168 <row topline="true">
14169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Standard
14173
14174 \color green
14175 a
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Standard
14184
14185 \color red
14186 b
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Standard
14195
14196 \color red
14197 c
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 <row topline="true">
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Standard
14208
14209 \color green
14210 d
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Standard
14219
14220 \color blue
14221 e
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Standard
14230
14231 \color blue
14232 f
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 </row>
14238 <row topline="true" bottomline="true">
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Standard
14243
14244 \color green
14245 g
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Standard
14254
14255 \color blue
14256 h
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Standard
14265
14266 \color blue
14267 i
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 </lyxtabular>
14274
14275 \end_inset
14276
14277
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \end_layout
14284
14285 \begin_layout Standard
14286 \begin_inset LatexCommand label
14287 name "Wenn-Sie-nur"
14288
14289 \end_inset
14290
14291 Wenn Sie nur farbigen Text
14292 \begin_inset LatexCommand index
14293 name "Farbe ! für Text"
14294
14295 \end_inset
14296
14297  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14298  auf 
14299 \begin_inset Graphics
14300         filename ../../images/dialog-show_character.xpm
14301         scale 70
14302         scaleBeforeRotation
14303         BoundingBox 0bp 6bp 22bp 22bp
14304
14305 \end_inset
14306
14307  oder 
14308 \family sans
14309 Bearbeiten\SpecialChar \menuseparator
14310 Textstil\SpecialChar \menuseparator
14311 Benutzerdefiniert
14312 \family default
14313  mit dem 
14314 \family sans
14315 Textstil
14316 \family default
14317 -Dialog wie es in Tabelle\InsetSpace ~
14318
14319 \begin_inset LatexCommand ref
14320 reference "tab:Farbige-Tabelle-ohne"
14321
14322 \end_inset
14323
14324  gemacht wurde.
14325  In anderen Fällen müssen Sie das LaTeX-Paket 
14326 \series bold
14327 colortbl
14328 \series default
14329  benutzen.
14330 \begin_inset LatexCommand index
14331 name "LaTeX-Pakete ! colortbl"
14332
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \begin_layout Standard
14339 Um farbige Tabellen zu erzeugen, muss 
14340 \series bold
14341 colortbl
14342 \series default
14343  im LaTeX-Vorspann geladen werden:
14344 \end_layout
14345
14346 \begin_layout Standard
14347
14348 \series bold
14349
14350 \backslash
14351 usepackage{colortbl}
14352 \end_layout
14353
14354 \begin_layout Standard
14355 Die Farbe einer Spalte ändert man dann mit dem Befehl
14356 \end_layout
14357
14358 \begin_layout Standard
14359
14360 \series bold
14361
14362 \backslash
14363 columncolor{Farbname}
14364 \end_layout
14365
14366 \begin_layout Standard
14367 innerhalb des Befehls 
14368 \series bold
14369 >{}
14370 \series default
14371 .
14372  Mehr über den Befehl 
14373 \series bold
14374 >{}
14375 \series default
14376  finden Sie im Abschnitt\InsetSpace ~
14377
14378 \begin_inset LatexCommand ref
14379 reference "uab:Mehrfachspalten-Berechnungen"
14380
14381 \end_inset
14382
14383 .
14384 \end_layout
14385
14386 \begin_layout Standard
14387 Folgende Farbnamen sind vordefiniert:
14388 \end_layout
14389
14390 \begin_layout Standard
14391
14392 \family sans
14393 red
14394 \family default
14395
14396 \family sans
14397 green
14398 \family default
14399
14400 \family sans
14401 yellow
14402 \family default
14403
14404 \family sans
14405 blue
14406 \family default
14407
14408 \family sans
14409 cyan
14410 \family default
14411
14412 \family sans
14413 magenta
14414 \family default
14415
14416 \family sans
14417 black
14418 \family default
14419  und 
14420 \family sans
14421 white
14422 \newline
14423 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
14424 \family default
14425 und
14426 \family sans
14427  weiß)
14428 \end_layout
14429
14430 \begin_layout Standard
14431 \begin_inset VSpace medskip
14432 \end_inset
14433
14434
14435 \end_layout
14436
14437 \begin_layout Standard
14438 Sie können auch eigene Farben definieren:
14439 \end_layout
14440
14441 \begin_layout Standard
14442
14443 \series bold
14444
14445 \backslash
14446 definecolor{Farbname}{Farbmodell}{Farbwerte}
14447 \end_layout
14448
14449 \begin_layout Standard
14450 Das Farbmodell kann eins der folgenden sein:
14451 \end_layout
14452
14453 \begin_layout Labeling
14454 \labelwidthstring 00.00.0000
14455 cmyk: cyan, magenta, yellow, black
14456 \end_layout
14457
14458 \begin_layout Labeling
14459 \labelwidthstring 00.00.0000
14460 rgb: red, green blue
14461 \end_layout
14462
14463 \begin_layout Labeling
14464 \labelwidthstring 00.00.0000
14465 gray: gray
14466 \end_layout
14467
14468 \begin_layout Standard
14469 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
14470  die die entsprechende Farbe für das Farbmodell beschreiben.
14471 \end_layout
14472
14473 \begin_layout Standard
14474 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
14475 \emph on
14476
14477 \begin_inset Quotes gld
14478 \end_inset
14479
14480 dunkelgruen
14481 \emph default
14482
14483 \begin_inset Quotes grd
14484 \end_inset
14485
14486  und 
14487 \begin_inset Quotes gld
14488 \end_inset
14489
14490
14491 \emph on
14492 hellgrau
14493 \emph default
14494
14495 \begin_inset Quotes grd
14496 \end_inset
14497
14498  folgendermaßen definieren:
14499 \end_layout
14500
14501 \begin_layout Standard
14502
14503 \series bold
14504
14505 \backslash
14506 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
14507 \end_layout
14508
14509 \begin_layout Standard
14510
14511 \series bold
14512
14513 \backslash
14514 definecolor{hellgrau}{gray}{0.8}
14515 \end_layout
14516
14517 \begin_layout Standard
14518 \begin_inset VSpace medskip
14519 \end_inset
14520
14521
14522 \end_layout
14523
14524 \begin_layout Standard
14525 Linien werden mit dem Befehl
14526 \end_layout
14527
14528 \begin_layout Standard
14529
14530 \series bold
14531
14532 \backslash
14533 rowcolor{Farbname}
14534 \end_layout
14535
14536 \begin_layout Standard
14537 gefärbt, Zellen mit dem Befehl
14538 \end_layout
14539
14540 \begin_layout Standard
14541
14542 \series bold
14543
14544 \backslash
14545 cellcolor{Farbname}
14546 \end_layout
14547
14548 \begin_layout Standard
14549 Beide Befehle werden am Anfang einer Zelle als ERT eingegeben..
14550 \end_layout
14551
14552 \begin_layout Standard
14553 Um nur Text zu färben, machen Sie es wie 
14554 \begin_inset LatexCommand vpageref
14555 reference "Wenn-Sie-nur"
14556
14557 \end_inset
14558
14559  beschrieben.
14560  Wenn die Zelle aber ERT zum Färben enthält, 
14561 \emph on
14562 markieren Sie nur den Text
14563 \emph default
14564 , sonst werden die ERTs LaTeX-Fehler erzeugen.
14565 \end_layout
14566
14567 \begin_layout Standard
14568 \begin_inset Note Greyedout
14569 status open
14570
14571 \begin_layout Standard
14572
14573 \series bold
14574 Achtung:
14575 \series default
14576  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \begin_layout Standard
14585 \begin_inset VSpace medskip
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \begin_layout Standard
14592 Die Tabelle\InsetSpace ~
14593
14594 \begin_inset LatexCommand ref
14595 reference "tab:Table-colored-using"
14596
14597 \end_inset
14598
14599  wurde folgendermaßen erstellt: die erste Spalte soll 
14600 \emph on
14601
14602 \begin_inset Quotes gld
14603 \end_inset
14604
14605 dunkelgruen
14606 \emph default
14607
14608 \begin_inset Quotes grd
14609 \end_inset
14610
14611  werden, also müssen Sie ins 
14612 \family sans
14613 LaTe
14614 \begin_inset ERT
14615 status collapsed
14616
14617 \begin_layout Standard
14618
14619 {}
14620 \end_layout
14621
14622 \end_inset
14623
14624 X-Argument
14625 \family default
14626  der Zellen der ersten Spalte den Befehl
14627 \end_layout
14628
14629 \begin_layout Standard
14630
14631 \series bold
14632 >{
14633 \backslash
14634 columncolor{dunkelgruen}
14635 \backslash
14636 centering}c
14637 \end_layout
14638
14639 \begin_layout Standard
14640 schreiben.
14641  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der ERT-Befehl
14642 \end_layout
14643
14644 \begin_layout Standard
14645
14646 \series bold
14647
14648 \backslash
14649 rowcolow{cyan}
14650 \end_layout
14651
14652 \begin_layout Standard
14653 in die erste Zelle der ersten Zeile eingefügt.
14654  Diese Farbe ersetzt die Spaltenfarbe.
14655  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
14656  wird mit folgendem Befehl erreicht:
14657 \end_layout
14658
14659 \begin_layout Standard
14660
14661 \series bold
14662
14663 \backslash
14664 cellcolor{magenta}
14665 \end_layout
14666
14667 \begin_layout Standard
14668 Die Buchstaben färben Sie wie oben beschrieben mit dem 
14669 \family sans
14670 Textstil
14671 \family default
14672 -Dialog.
14673 \end_layout
14674
14675 \begin_layout Standard
14676 \begin_inset Float table
14677 placement h
14678 wide false
14679 sideways false
14680 status open
14681
14682 \begin_layout Standard
14683 \begin_inset Caption
14684
14685 \begin_layout Standard
14686 \begin_inset LatexCommand label
14687 name "tab:Table-colored-using"
14688
14689 \end_inset
14690
14691 Eine mit dem Paket 
14692 \series bold
14693 colortbl
14694 \series default
14695  gefärbte Tabelle
14696 \begin_inset OptArg
14697 status collapsed
14698
14699 \begin_layout Standard
14700 Tabelle mit 
14701 \family typewriter
14702 colortbl
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \begin_layout Standard
14716 \align center
14717 \begin_inset Tabular
14718 <lyxtabular version="3" rows="3" columns="3">
14719 <features>
14720 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
14721 <column alignment="center" valignment="top" width="0">
14722 <column alignment="center" valignment="top" width="0">
14723 <row>
14724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Standard
14728 \begin_inset ERT
14729 status collapsed
14730
14731 \begin_layout Standard
14732
14733
14734 \backslash
14735 rowcolor{cyan}
14736 \end_layout
14737
14738 \end_inset
14739
14740
14741 \color magenta
14742 a
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Standard
14751
14752 \color red
14753 b
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Standard
14762
14763 \color red
14764 c
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 </row>
14770 <row>
14771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Standard
14775
14776 \color yellow
14777 d
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Standard
14786
14787 \color blue
14788 e
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Standard
14797
14798 \color blue
14799 f
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 </row>
14805 <row>
14806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Standard
14810
14811 \color yellow
14812 g
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14818 \begin_inset Text
14819
14820 \begin_layout Standard
14821
14822 \color blue
14823 h
14824 \end_layout
14825
14826 \end_inset
14827 </cell>
14828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Standard
14832 \begin_inset ERT
14833 status collapsed
14834
14835 \begin_layout Standard
14836
14837
14838 \backslash
14839 cellcolor{magenta}
14840 \end_layout
14841
14842 \end_inset
14843
14844
14845 \color green
14846 i
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 </row>
14852 </lyxtabular>
14853
14854 \end_inset
14855
14856
14857 \end_layout
14858
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \begin_layout Subsection
14865 Farbige Linien
14866 \begin_inset LatexCommand index
14867 name "farbige !  Tabellenlinien"
14868
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \begin_layout Standard
14875 Wie in Abschnitt\InsetSpace ~
14876
14877 \begin_inset LatexCommand ref
14878 reference "uab:Liniendicke"
14879
14880 \end_inset
14881
14882  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
14883 \series bold
14884
14885 \backslash
14886 arrayrulewidth
14887 \series default
14888  definiert werden.
14889  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5\InsetSpace \thinspace{}
14890 pt gesetzt.
14891 \begin_inset ERT
14892 status collapsed
14893
14894 \begin_layout Standard
14895
14896
14897 \backslash
14898 setlength{
14899 \backslash
14900 arrayrulewidth}{1.5pt}
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \begin_layout Standard
14909 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
14910 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt\InsetSpace ~
14911
14912 \begin_inset LatexCommand ref
14913 reference "uab:Angepasste-Zellen/Spaltenformat"
14914
14915 \end_inset
14916
14917  definiert:
14918 \end_layout
14919
14920 \begin_layout Standard
14921
14922 \series bold
14923
14924 \backslash
14925 newcolumntype{W}{!{
14926 \backslash
14927 color{green}
14928 \backslash
14929 vline}}
14930 \end_layout
14931
14932 \begin_layout Standard
14933 In Tabelle\InsetSpace ~
14934
14935 \begin_inset LatexCommand ref
14936 reference "tab:Tabelle-mit-farbigen-vert"
14937
14938 \end_inset
14939
14940  wurde das LaTeX-Argument 
14941 \series bold
14942 WcW
14943 \series default
14944  für die letzte und 
14945 \series bold
14946 Wc
14947 \series default
14948  für die anderen Spalten benutzt.
14949 \end_layout
14950
14951 \begin_layout Standard
14952 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
14953 \end_layout
14954
14955 \begin_layout Standard
14956 \begin_inset Float table
14957 placement h
14958 wide false
14959 sideways false
14960 status open
14961
14962 \begin_layout Standard
14963 \begin_inset Caption
14964
14965 \begin_layout Standard
14966 \begin_inset LatexCommand label
14967 name "tab:Tabelle-mit-farbigen-vert"
14968
14969 \end_inset
14970
14971 Tabelle mit farbigen vertikalen Linien
14972 \end_layout
14973
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \begin_layout Standard
14980 \align center
14981 \begin_inset Tabular
14982 <lyxtabular version="3" rows="3" columns="3">
14983 <features>
14984 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14985 <column alignment="center" valignment="top" width="0" special="Wc">
14986 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14987 <row topline="true">
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Standard
14992 sd
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Standard
15001
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Standard
15010
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 </row>
15016 <row topline="true">
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Standard
15021
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Standard
15030 sd
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Standard
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row topline="true" bottomline="true">
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Standard
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Standard
15059
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Standard
15068 sd
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 </row>
15074 </lyxtabular>
15075
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \begin_layout Standard
15087 \begin_inset VSpace bigskip
15088 \end_inset
15089
15090 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle\InsetSpace ~
15091
15092 \begin_inset LatexCommand ref
15093 reference "tab:Tabelle-mit-farbigen-horiz"
15094
15095 \end_inset
15096
15097 , müssen Sie folgenden Befehl als ERT vor der (Gleitobjekt-)Tabelle einfügen:
15098 \end_layout
15099
15100 \begin_layout Standard
15101
15102 \series bold
15103
15104 \backslash
15105 let
15106 \backslash
15107 myHlineC
15108 \backslash
15109 hline
15110 \newline
15111
15112 \backslash
15113 renewcommand{
15114 \backslash
15115 hline}{
15116 \backslash
15117 arrayrulecolor{red}
15118 \backslash
15119 myHlineC
15120 \backslash
15121 arrayrulecolor{black}}
15122 \end_layout
15123
15124 \begin_layout Standard
15125 \begin_inset ERT
15126 status collapsed
15127
15128 \begin_layout Standard
15129
15130
15131 \backslash
15132 let
15133 \backslash
15134 myHlineC
15135 \backslash
15136 hline
15137 \end_layout
15138
15139 \begin_layout Standard
15140
15141
15142 \backslash
15143 renewcommand{
15144 \backslash
15145 hline}{
15146 \backslash
15147 arrayrulecolor{red}
15148 \backslash
15149 myHlineC
15150 \backslash
15151 arrayrulecolor{black}}
15152 \end_layout
15153
15154 \end_inset
15155
15156
15157 \begin_inset Float table
15158 wide false
15159 sideways false
15160 status open
15161
15162 \begin_layout Standard
15163 \begin_inset Caption
15164
15165 \begin_layout Standard
15166 \begin_inset LatexCommand label
15167 name "tab:Tabelle-mit-farbigen-horiz"
15168
15169 \end_inset
15170
15171 Tabelle mit farbigen horizontalen Linien
15172 \end_layout
15173
15174 \end_inset
15175
15176
15177 \end_layout
15178
15179 \begin_layout Standard
15180 \align center
15181 \begin_inset Tabular
15182 <lyxtabular version="3" rows="3" columns="3">
15183 <features>
15184 <column alignment="center" valignment="top" leftline="true" width="0">
15185 <column alignment="center" valignment="top" leftline="true" width="0">
15186 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15187 <row topline="true">
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Standard
15192 sd
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Standard
15201
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Standard
15210
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row topline="true">
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Standard
15221
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Standard
15230 sd
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Standard
15239
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 </row>
15245 <row topline="true" bottomline="true">
15246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Standard
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Standard
15259
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Standard
15268 sd
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 </row>
15274 </lyxtabular>
15275
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \begin_layout Standard
15287 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
15288  als ERT hinter der Tabelle einfügen:
15289 \end_layout
15290
15291 \begin_layout Standard
15292
15293 \series bold
15294
15295 \backslash
15296 renewcommand{
15297 \backslash
15298 hline}{
15299 \backslash
15300 myHlineC}
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Tabelle\InsetSpace ~
15305
15306 \begin_inset LatexCommand ref
15307 reference "tab:Table-with-colored"
15308
15309 \end_inset
15310
15311  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
15312 \end_layout
15313
15314 \begin_layout Standard
15315 \begin_inset Float table
15316 wide false
15317 sideways false
15318 status open
15319
15320 \begin_layout Standard
15321 \begin_inset Caption
15322
15323 \begin_layout Standard
15324 \begin_inset LatexCommand label
15325 name "tab:Table-with-colored"
15326
15327 \end_inset
15328
15329 Tabelle mit farbigen Linien
15330 \end_layout
15331
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \begin_layout Standard
15338 \align center
15339 \begin_inset Tabular
15340 <lyxtabular version="3" rows="3" columns="3">
15341 <features>
15342 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15343 <column alignment="center" valignment="top" width="0" special="Wc">
15344 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15345 <row topline="true">
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Standard
15350 sd
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Standard
15359
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Standard
15368
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 <row topline="true">
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Standard
15379
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Standard
15388 sd
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Standard
15397
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 </row>
15403 <row topline="true" bottomline="true" topspace="default">
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Standard
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Standard
15417
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Standard
15426 sd
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 </row>
15432 </lyxtabular>
15433
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \begin_layout Standard
15445 \begin_inset ERT
15446 status collapsed
15447
15448 \begin_layout Standard
15449
15450
15451 \backslash
15452 renewcommand{
15453 \backslash
15454 hline}{
15455 \backslash
15456 myHlineC}
15457 \end_layout
15458
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \begin_layout Standard
15465 \begin_inset ERT
15466 status collapsed
15467
15468 \begin_layout Standard
15469
15470
15471 \backslash
15472 setlength{
15473 \backslash
15474 arrayrulewidth}{0.4pt}
15475 \end_layout
15476
15477 \end_inset
15478
15479
15480 \begin_inset Note Note
15481 status collapsed
15482
15483 \begin_layout Standard
15484 setzt die Liniendicke wieder auf ihren Standardwert zurück
15485 \end_layout
15486
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \begin_layout Section
15493 Tabellen-Anpassung
15494 \begin_inset LatexCommand index
15495 name "Tabellen ! Anpassung"
15496
15497 \end_inset
15498
15499
15500 \end_layout
15501
15502 \begin_layout Subsection
15503 Zeilenabstand
15504 \begin_inset LatexCommand label
15505 name "uab:Zeilenabstand"
15506
15507 \end_inset
15508
15509
15510 \begin_inset LatexCommand index
15511 name "Tabellen ! Zeilenabstand"
15512
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \begin_layout Standard
15519 Auf der Karteikarte 
15520 \family sans
15521 Rahmen
15522 \family default
15523  des 
15524 \family sans
15525 Tabellen-Einstellungen
15526 \family default
15527 -Dialogs können Sie 
15528 \family sans
15529 zusätzliche\InsetSpace ~
15530 Abstände
15531 \family default
15532  einfügen.
15533  Dabei haben Sie drei Möglichkeiten:
15534 \end_layout
15535
15536 \begin_layout Description
15537 Oberhalb\InsetSpace ~
15538 der\InsetSpace ~
15539 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
15540  Bei einer formalen Tabelle
15541 \begin_inset Foot
15542 status collapsed
15543
15544 \begin_layout Standard
15545 Formale Tabellen wurden in Abschnitt\InsetSpace ~
15546
15547 \begin_inset LatexCommand ref
15548 reference "abs:Formale-Tabellen"
15549
15550 \end_inset
15551
15552  beschrieben.
15553 \end_layout
15554
15555 \end_inset
15556
15557  fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
15558 em Leerraum ein.
15559  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
15560 \begin_inset VSpace defskip
15561 \end_inset
15562
15563
15564 \newline
15565
15566 \begin_inset ERT
15567 status collapsed
15568
15569 \begin_layout Standard
15570
15571
15572 \backslash
15573 hspace*{0pt}
15574 \end_layout
15575
15576 \end_inset
15577
15578
15579 \hfill
15580
15581 \begin_inset Tabular
15582 <lyxtabular version="3" rows="3" columns="1">
15583 <features>
15584 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15585 <row topline="true">
15586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Standard
15590 A
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 <row topline="true" topspace="3mm">
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Standard
15601 3\InsetSpace \thinspace{}
15602 mm Leerraum oberhalb der Zeile
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 <row topline="true" bottomline="true">
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Standard
15613 C
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 </lyxtabular>
15620
15621 \end_inset
15622
15623
15624 \hfill
15625
15626 \begin_inset ERT
15627 status collapsed
15628
15629 \begin_layout Standard
15630
15631
15632 \backslash
15633 hspace*{0pt}
15634 \end_layout
15635
15636 \end_inset
15637
15638
15639 \begin_inset VSpace defskip
15640 \end_inset
15641
15642
15643 \newline
15644 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
15645 n Linien verwenden.
15646 \end_layout
15647
15648 \begin_layout Description
15649 Unterhalb\InsetSpace ~
15650 der\InsetSpace ~
15651 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum
15652  ein.
15653  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
15654 em Leerraum ein.
15655  Bei normalen Tabellen ist der Standardwert 2\InsetSpace \thinspace{}
15656 pt.
15657 \end_layout
15658
15659 \begin_layout Description
15660 Zwischen\InsetSpace ~
15661 den\InsetSpace ~
15662 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
15663  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
15664 em Leerraum ein.
15665  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
15666 \begin_inset VSpace defskip
15667 \end_inset
15668
15669
15670 \newline
15671
15672 \begin_inset ERT
15673 status collapsed
15674
15675 \begin_layout Standard
15676
15677
15678 \backslash
15679 hspace*{0pt}
15680 \end_layout
15681
15682 \end_inset
15683
15684
15685 \hfill
15686
15687 \begin_inset Tabular
15688 <lyxtabular version="3" rows="3" columns="1">
15689 <features>
15690 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15691 <row topline="true">
15692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Standard
15696 A
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 <row topline="true" interlinespace="3mm">
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Standard
15707 \begin_inset Formula $\downarrow$
15708 \end_inset
15709
15710  3\InsetSpace \thinspace{}
15711 mm Leerraum zwischen den Zeilen 
15712 \begin_inset Formula $\downarrow$
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 <row topline="true" bottomline="true">
15722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Standard
15726 \begin_inset Formula $\uparrow$
15727 \end_inset
15728
15729  3\InsetSpace \thinspace{}
15730 mm Leerraum zwischen den Zeilen 
15731 \begin_inset Formula $\uparrow$
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 </row>
15740 </lyxtabular>
15741
15742 \end_inset
15743
15744
15745 \hfill
15746
15747 \begin_inset ERT
15748 status collapsed
15749
15750 \begin_layout Standard
15751
15752
15753 \backslash
15754 hspace*{0pt}
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \begin_inset VSpace defskip
15761 \end_inset
15762
15763
15764 \newline
15765 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
15766 n Linien verwenden.
15767 \end_layout
15768
15769 \begin_layout Standard
15770 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgendem
15771  Befehle im LaTeX-Vorspann machen:
15772 \end_layout
15773
15774 \begin_layout Standard
15775
15776 \series bold
15777
15778 \backslash
15779 setlength{
15780 \backslash
15781 extrarowheight}{Höhe}
15782 \end_layout
15783
15784 \begin_layout Standard
15785 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
15786  ausgerichtet sind.
15787 \end_layout
15788
15789 \begin_layout Subsection
15790 Besondere Zellenausrichtung
15791 \begin_inset LatexCommand index
15792 name "Tabellen ! Zellenausrichtung"
15793
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \begin_layout Standard
15800 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
15801  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle\InsetSpace ~
15802
15803 \begin_inset LatexCommand ref
15804 reference "tab:Tabellenzellen-sind-auf"
15805
15806 \end_inset
15807
15808 .
15809 \end_layout
15810
15811 \begin_layout Standard
15812 \begin_inset Float table
15813 placement h
15814 wide false
15815 sideways false
15816 status open
15817
15818 \begin_layout Standard
15819 \begin_inset Caption
15820
15821 \begin_layout Standard
15822 \begin_inset LatexCommand label
15823 name "tab:Tabellenzellen-sind-auf"
15824
15825 \end_inset
15826
15827 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \begin_layout Standard
15836 \align center
15837 \begin_inset Tabular
15838 <lyxtabular version="3" rows="4" columns="2">
15839 <features>
15840 <column alignment="right" valignment="top" width="0">
15841 <column alignment="left" valignment="top" width="0" special="@{}l">
15842 <row bottomline="true">
15843 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Standard
15847 Überschrift
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Standard
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 </row>
15862 <row>
15863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Standard
15867 12.
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Standard
15876 6
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Standard
15887 0.
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Standard
15896 68
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row>
15903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Standard
15907 -123.
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Standard
15916 0
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 </row>
15922 </lyxtabular>
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \end_inset
15930
15931
15932 \end_layout
15933
15934 \begin_layout Standard
15935 Diese Tabelle wurde als 4×2 Tabelle erstellt.
15936  Die Überschrift ist eine zentrierte Mehrfachspalte.
15937  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
15938  der Zahlen einschließlich Dezimalpunkt.
15939  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
15940  der Zahlen.
15941   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
15942 \family sans
15943 LaTe
15944 \begin_inset ERT
15945 status collapsed
15946
15947 \begin_layout Standard
15948
15949 {}
15950 \end_layout
15951
15952 \end_inset
15953
15954 X-Argument
15955 \family default
15956  für die zweite Spalte folgendes eingefügt:
15957 \end_layout
15958
15959 \begin_layout Standard
15960
15961 \series bold
15962 @{}l
15963 \end_layout
15964
15965 \begin_layout Standard
15966 Tabelle\InsetSpace ~
15967
15968 \begin_inset LatexCommand ref
15969 reference "tab:Verschiedene-Ausrichtungen"
15970
15971 \end_inset
15972
15973  zeigt einige Ausrichtungen.
15974  Für die Ausrichtung der Relationen müssen Sie den 
15975 \family sans
15976 Mittleren\InsetSpace ~
15977 Abstand
15978 \family default
15979  aus der 
15980 \family sans
15981 Mathe-Werkzeugleiste
15982 \family default
15983  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
15984  rechts vom Relationszeichen zu bekommen.
15985 \end_layout
15986
15987 \begin_layout Standard
15988
15989 \color black
15990 \begin_inset Float table
15991 placement h
15992 wide false
15993 sideways false
15994 status open
15995
15996 \begin_layout Standard
15997
15998 \color black
15999 \begin_inset Caption
16000
16001 \begin_layout Standard
16002
16003 \color black
16004 \begin_inset LatexCommand label
16005 name "tab:Verschiedene-Ausrichtungen"
16006
16007 \end_inset
16008
16009
16010 \color inherit
16011 Verschiedene Ausrichtungen
16012 \end_layout
16013
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \begin_layout Standard
16020 \align center
16021
16022 \color black
16023 \begin_inset Tabular
16024 <lyxtabular version="3" rows="4" columns="6">
16025 <features>
16026 <column alignment="right" valignment="top" width="0">
16027 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16028 <column alignment="right" valignment="top" width="0">
16029 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16030 <column alignment="right" valignment="top" width="0">
16031 <column alignment="left" valignment="top" width="0" special="@{}l">
16032 <row bottomline="true">
16033 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Standard
16037 Einheiten
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Standard
16046
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Standard
16055 Exponenten
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Standard
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Standard
16073 Relationen
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Standard
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 <row>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Standard
16093
16094 \color black
16095 12×
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Standard
16104
16105 \color black
16106 24\InsetSpace \thinspace{}
16107
16108 \color inherit
16109 Flaschen
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Standard
16118
16119 \color black
16120 \begin_inset Formula $10\cdot$
16121 \end_inset
16122
16123
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Standard
16132
16133 \color black
16134 \begin_inset Formula $10^{\mbox{-}17}$
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Standard
16146
16147 \color black
16148 \begin_inset Formula $\Gamma(t)\propto$
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Standard
16160
16161 \color black
16162 \begin_inset Formula $\:\Upsilon(t)$
16163 \end_inset
16164
16165
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 <row>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Standard
16176
16177 \color black
16178 1024×
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Standard
16187
16188 \color black
16189 768\InsetSpace \thinspace{}
16190 Pixel
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Standard
16199
16200 \color black
16201 \begin_inset Formula $5.78\cdot$
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Standard
16213
16214 \color black
16215 \begin_inset Formula $10^{7}$
16216 \end_inset
16217
16218
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Standard
16227
16228 \color black
16229 \begin_inset Formula $A\ne$
16230 \end_inset
16231
16232
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Standard
16241
16242 \color black
16243 \begin_inset Formula $\: B_{\mathrm{red}}$
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 </row>
16252 <row>
16253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Standard
16257
16258 \color black
16259 32×
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Standard
16268
16269 \color black
16270 6\InsetSpace \thinspace{}
16271 cm
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Standard
16280
16281 \color black
16282 -
16283 \begin_inset Formula $33.5\cdot$
16284 \end_inset
16285
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Standard
16295
16296 \color black
16297 \begin_inset Formula $10^{4}$
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Standard
16309
16310 \color black
16311 \begin_inset Formula $\sin(\alpha)\ge$
16312 \end_inset
16313
16314
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Standard
16323
16324 \color black
16325 \begin_inset Formula $\:\sin(\beta)$
16326 \end_inset
16327
16328
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 </lyxtabular>
16335
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \end_inset
16342
16343
16344 \end_layout
16345
16346 \begin_layout Standard
16347 \begin_inset VSpace bigskip
16348 \end_inset
16349
16350 Es gibt auch noch das LaTeX-Paket 
16351 \series bold
16352 dcolumn
16353 \series default
16354
16355 \begin_inset LatexCommand index
16356 name "LaTeX-Pakete ! dcolumn"
16357
16358 \end_inset
16359
16360  mit dem man Zellen ausrichten kann.
16361  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
16362  in den Zellen.
16363  Die erste Spalte von Tabelle\InsetSpace ~
16364
16365 \begin_inset LatexCommand ref
16366 reference "tab:Verschiedene-Ausrichtungen"
16367
16368 \end_inset
16369
16370  wird mit 
16371 \family typewriter
16372 dcolumn
16373 \family default
16374  wie die erste Spalte von Tabelle\InsetSpace ~
16375
16376 \begin_inset LatexCommand ref
16377 reference "tab:Ausrichtung-mit-dem"
16378
16379 \end_inset
16380
16381  aussehen und nur mit ein paar Tricks wie erwartet.
16382  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle\InsetSpace ~
16383
16384 \begin_inset LatexCommand ref
16385 reference "tab:Verschiedene-Ausrichtungen"
16386
16387 \end_inset
16388
16389  ist mit 
16390 \series bold
16391 dcolumn
16392 \series default
16393  nicht möglich.
16394 \end_layout
16395
16396 \begin_layout Standard
16397 \begin_inset Float table
16398 placement h
16399 wide false
16400 sideways false
16401 status open
16402
16403 \begin_layout Standard
16404 \begin_inset Caption
16405
16406 \begin_layout Standard
16407 \begin_inset LatexCommand label
16408 name "tab:Ausrichtung-mit-dem"
16409
16410 \end_inset
16411
16412 Ausrichtung mit dem LaTeX-Paket 
16413 \series bold
16414 dcolumn
16415 \series default
16416 .
16417  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
16418  bekommen.
16419 \begin_inset OptArg
16420 status collapsed
16421
16422 \begin_layout Standard
16423 Ausrichtung mit dem LaTeX-Paket 
16424 \series bold
16425 dcolumn
16426 \end_layout
16427
16428 \end_inset
16429
16430
16431 \end_layout
16432
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \begin_layout Standard
16439 \align center
16440 \begin_inset Tabular
16441 <lyxtabular version="3" rows="4" columns="3">
16442 <features>
16443 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}|">
16444 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}|">
16445 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
16446 <row bottomline="true">
16447 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Standard
16451 Einheiten
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Standard
16460 Einheiten
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Standard
16469 Einheiten
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 <row>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Standard
16480 12x24\InsetSpace \thinspace{}
16481
16482 \begin_inset Formula $\mbox{Flaschen}$
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Standard
16494 12x24\InsetSpace \thinspace{}
16495
16496 \begin_inset Formula $\mbox{Flaschen}$
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Standard
16508 12
16509 \begin_inset ERT
16510 status collapsed
16511
16512 \begin_layout Standard
16513
16514
16515 \backslash
16516 times 
16517 \end_layout
16518
16519 \end_inset
16520
16521 24~
16522 \begin_inset Formula $\mbox{Flaschen}$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Standard
16536 1024x768\InsetSpace \thinspace{}
16537
16538 \begin_inset Formula $\mbox{Pixel}$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Standard
16550 1024x768\InsetSpace \thinspace{}
16551
16552 \begin_inset Formula $\mbox{Pixel}$
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Standard
16564 1024
16565 \begin_inset ERT
16566 status collapsed
16567
16568 \begin_layout Standard
16569
16570
16571 \backslash
16572 times 
16573 \end_layout
16574
16575 \end_inset
16576
16577 768~
16578 \begin_inset Formula $\mbox{Pixel}$
16579 \end_inset
16580
16581
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 </row>
16587 <row>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Standard
16592 32x6\InsetSpace \thinspace{}
16593
16594 \begin_inset Formula $\mbox{cm}$
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Standard
16606 32x6\InsetSpace \thinspace{}
16607
16608 \begin_inset Formula $\mbox{cm}$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Standard
16620 32
16621 \begin_inset ERT
16622 status collapsed
16623
16624 \begin_layout Standard
16625
16626
16627 \backslash
16628 times 
16629 \end_layout
16630
16631 \end_inset
16632
16633 6~
16634 \begin_inset Formula $\mbox{cm}$
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 </lyxtabular>
16644
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \begin_layout Subsection
16656 Angepasste Zellen/Spaltenformat
16657 \begin_inset LatexCommand label
16658 name "uab:Angepasste-Zellen/Spaltenformat"
16659
16660 \end_inset
16661
16662
16663 \begin_inset LatexCommand index
16664 name "Tabellen ! Spaltenformat"
16665
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Standard
16672 Wenn man wie in Abschnitt\InsetSpace ~
16673
16674 \begin_inset LatexCommand ref
16675 reference "uab:Mehrfachspalten-Berechnungen"
16676
16677 \end_inset
16678
16679  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
16680  Tabellen mit Mehrfachspalten sehr lästig.
16681  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
16682 en definieren:
16683 \end_layout
16684
16685 \begin_layout Standard
16686
16687 \series bold
16688
16689 \backslash
16690 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
16691 \end_layout
16692
16693 \begin_layout Standard
16694 Der Formatname darf nur ein Buchstabe sein, aber nicht 
16695 \emph on
16696 b
16697 \emph default
16698
16699 \emph on
16700 c
16701 \emph default
16702
16703 \emph on
16704 l
16705 \emph default
16706
16707 \emph on
16708 m
16709 \emph default
16710
16711 \emph on
16712 p
16713 \emph default
16714  oder 
16715 \emph on
16716 r
16717 \emph default
16718 , weil diese vordefiniert sind.
16719  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
16720 \end_layout
16721
16722 \begin_layout Standard
16723 \begin_inset VSpace medskip
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Standard
16730 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
16731  Breite könnte das Format so aussehen:
16732 \end_layout
16733
16734 \begin_layout Standard
16735
16736 \series bold
16737
16738 \backslash
16739 newcolumntype{M}[1]{>{
16740 \backslash
16741 centering
16742 \backslash
16743 hspace{0pt}}m{#1}}
16744 \end_layout
16745
16746 \begin_layout Standard
16747 wobei 
16748 \series bold
16749
16750 \backslash
16751 hspace{0pt}
16752 \series default
16753  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
16754  Abschnitt\InsetSpace ~
16755
16756 \begin_inset LatexCommand ref
16757 reference "uab:Mehrfache-Zeilen-in"
16758
16759 \end_inset
16760
16761  beschrieben.
16762  Jetzt können Sie mit
16763 \end_layout
16764
16765 \begin_layout Standard
16766
16767 \series bold
16768 M{Breite}
16769 \end_layout
16770
16771 \begin_layout Standard
16772 im 
16773 \family sans
16774 LaTeX-Argument
16775 \family default
16776  im 
16777 \family sans
16778 Tabellen-Einstellungen
16779 \family default
16780 -Dialog eine Mehrfachspalten definieren.
16781 \end_layout
16782
16783 \begin_layout Standard
16784 \begin_inset VSpace bigskip
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \begin_layout Standard
16791 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
16792  Format definieren:
16793 \end_layout
16794
16795 \begin_layout Standard
16796
16797 \series bold
16798
16799 \backslash
16800 newcolumntype{S}[2]{>{
16801 \backslash
16802 centering
16803 \backslash
16804 hspace{0pt}}
16805 \newline
16806
16807 \begin_inset ERT
16808 status collapsed
16809
16810 \begin_layout Standard
16811
16812
16813 \backslash
16814 phantom{
16815 \end_layout
16816
16817 \end_inset
16818
16819
16820 \backslash
16821 newcolumntype{S}[2]
16822 \begin_inset ERT
16823 status collapsed
16824
16825 \begin_layout Standard
16826
16827 }
16828 \end_layout
16829
16830 \end_inset
16831
16832 m{(#1+(2
16833 \backslash
16834 tabcolsep+
16835 \backslash
16836 arrayrulewidth)*(1-#2))/#2}}
16837 \end_layout
16838
16839 \begin_layout Standard
16840 Diese Format benutzt Gleichung\InsetSpace ~
16841
16842 \begin_inset LatexCommand ref
16843 reference "eq:Wgn"
16844
16845 \end_inset
16846
16847 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
16848  breit ist.
16849 \end_layout
16850
16851 \begin_layout Standard
16852 Jetzt können Sie im 
16853 \family sans
16854 LaTeX-Argument
16855 \family default
16856  im 
16857 \family sans
16858 Tabellen-Einstellungen
16859 \family default
16860 -Dialog folgendes einfügen:
16861 \end_layout
16862
16863 \begin_layout Standard
16864
16865 \series bold
16866 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
16867 \end_layout
16868
16869 \begin_layout Standard
16870 \begin_inset VSpace bigskip
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \begin_layout Standard
16877 Für farbige Spalten können Sie folgendes einfügen:
16878 \end_layout
16879
16880 \begin_layout Standard
16881
16882 \series bold
16883
16884 \backslash
16885 newcolumntype{K}[1]{>{
16886 \backslash
16887 columncolor{#1}
16888 \backslash
16889 hspace{0pt}}c}
16890 \end_layout
16891
16892 \begin_layout Standard
16893 Das 
16894 \begin_inset Quotes gld
16895 \end_inset
16896
16897 c
16898 \begin_inset Quotes grd
16899 \end_inset
16900
16901  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
16902  zentriert ist.
16903  Jetzt können Sie als 
16904 \family sans
16905 LaTeX-Argument
16906 \family default
16907  folgendes einfügen:
16908 \end_layout
16909
16910 \begin_layout Standard
16911
16912 \series bold
16913 K{Farbname}
16914 \end_layout
16915
16916 \begin_layout Standard
16917 \begin_inset VSpace bigskip
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \begin_layout Standard
16924 Für Tabelle\InsetSpace ~
16925
16926 \begin_inset LatexCommand ref
16927 reference "tab:Tabelle-mit-benutzerdefinierte"
16928
16929 \end_inset
16930
16931  wurden folgende 
16932 \family sans
16933 LaTeX-Argumente
16934 \family default
16935  benutzt:
16936 \end_layout
16937
16938 \begin_layout Standard
16939
16940 \series bold
16941 M{2.5cm}
16942 \end_layout
16943
16944 \begin_layout Standard
16945 für die erste Spalte und die Mehrfachspalte,
16946 \end_layout
16947
16948 \begin_layout Standard
16949
16950 \series bold
16951 K{red}
16952 \end_layout
16953
16954 \begin_layout Standard
16955 für die letzte Spalte und
16956 \end_layout
16957
16958 \begin_layout Standard
16959
16960 \series bold
16961 S{2.5cm}{2}
16962 \end_layout
16963
16964 \begin_layout Standard
16965 für die Spalten in der zweiten Mehrfachspalte.
16966 \end_layout
16967
16968 \begin_layout Standard
16969 \begin_inset Float table
16970 placement h
16971 wide false
16972 sideways false
16973 status open
16974
16975 \begin_layout Standard
16976 \begin_inset Caption
16977
16978 \begin_layout Standard
16979 \begin_inset LatexCommand label
16980 name "tab:Tabelle-mit-benutzerdefinierte"
16981
16982 \end_inset
16983
16984 Tabelle mit benutzerdefinierte Formaten
16985 \end_layout
16986
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \begin_layout Standard
16993 \align center
16994 \begin_inset Tabular
16995 <lyxtabular version="3" rows="3" columns="4">
16996 <features>
16997 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
16998 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
16999 <column alignment="center" valignment="middle" leftline="true" width="0">
17000 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
17001 <row topline="true">
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Standard
17006 einsehrlangesWort
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
17012 \begin_inset Text
17013
17014 \begin_layout Standard
17015 Mehrfachspalte mit mehreren Zeilen
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Standard
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Standard
17033 c
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 </row>
17039 <row topline="true">
17040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Standard
17044 d
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Standard
17053 e
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Standard
17062 f
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Standard
17071 g
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 <row topline="true" bottomline="true">
17078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Standard
17082 h
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Standard
17091 i
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Standard
17100 j
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Standard
17109 k
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 </lyxtabular>
17116
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \begin_layout Subsection
17128 Liniendicke
17129 \begin_inset LatexCommand label
17130 name "uab:Liniendicke"
17131
17132 \end_inset
17133
17134
17135 \begin_inset LatexCommand index
17136 name "Tabellen  ! Linien ! -dicke"
17137
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 Die Liniendicke für alle Linien einer Tabelle kann mit 
17145 \series bold
17146
17147 \backslash
17148 arrayrulewidth
17149 \series default
17150  eingestellt werden.
17151  Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17152 pt, wie in Tabelle\InsetSpace ~
17153
17154 \begin_inset LatexCommand ref
17155 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
17156
17157 \end_inset
17158
17159  zu bekommen, geben Sie den Befehl
17160 \end_layout
17161
17162 \begin_layout Standard
17163
17164 \series bold
17165
17166 \backslash
17167 setlength{
17168 \backslash
17169 arrayrulewidth}{1.5pt}
17170 \end_layout
17171
17172 \begin_layout Standard
17173 als ERT vor der (Gleitobjekt-)Tabelle ein.
17174  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
17175  Mit
17176 \end_layout
17177
17178 \begin_layout Standard
17179
17180 \series bold
17181
17182 \backslash
17183 setlength{
17184 \backslash
17185 arrayrulewidth}{0.4pt}
17186 \end_layout
17187
17188 \begin_layout Standard
17189 bekommen Sie wieder die Standarddicke.
17190 \end_layout
17191
17192 \begin_layout Standard
17193 \begin_inset ERT
17194 status collapsed
17195
17196 \begin_layout Standard
17197
17198
17199 \backslash
17200 setlength{
17201 \backslash
17202 arrayrulewidth}{1.5pt}
17203 \end_layout
17204
17205 \end_inset
17206
17207
17208 \begin_inset Float table
17209 placement H
17210 wide false
17211 sideways false
17212 status open
17213
17214 \begin_layout Standard
17215 \begin_inset Caption
17216
17217 \begin_layout Standard
17218 \begin_inset LatexCommand label
17219 name "tab:Tabelle-mit-1.5pt-Liniendicke"
17220
17221 \end_inset
17222
17223 Tabelle mit 1.5\InsetSpace \thinspace{}
17224 pt Liniendicke
17225 \end_layout
17226
17227 \end_inset
17228
17229
17230 \end_layout
17231
17232 \begin_layout Standard
17233 \align center
17234 \begin_inset Tabular
17235 <lyxtabular version="3" rows="3" columns="3">
17236 <features>
17237 <column alignment="center" valignment="top" leftline="true" width="0">
17238 <column alignment="center" valignment="top" leftline="true" width="0">
17239 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17240 <row topline="true">
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Standard
17245 sd
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Standard
17254
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Standard
17263
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 </row>
17269 <row topline="true">
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Standard
17274
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Standard
17283 sd
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Standard
17292
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 <row topline="true" bottomline="true">
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Standard
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Standard
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Standard
17321 sd
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 </lyxtabular>
17328
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \end_inset
17335
17336
17337 \begin_inset ERT
17338 status collapsed
17339
17340 \begin_layout Standard
17341
17342
17343 \backslash
17344 setlength{
17345 \backslash
17346 arrayrulewidth}{0.4pt}
17347 \end_layout
17348
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \begin_layout Standard
17355 \begin_inset VSpace bigskip
17356 \end_inset
17357
17358 Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17359 pt nur für horizontale Linien zu bekommen, wie
17360  in Tabelle\InsetSpace ~
17361
17362 \begin_inset LatexCommand ref
17363 reference "tab:Tabelle-mit-1.5pt-horiz"
17364
17365 \end_inset
17366
17367 , müssen Sie folgende Befehle als ERT vor der (Gleitobjekt-)Tabelle einfügen:
17368 \end_layout
17369
17370 \begin_layout Standard
17371
17372 \series bold
17373
17374 \backslash
17375 let
17376 \backslash
17377 myHline
17378 \backslash
17379 hline
17380 \newline
17381
17382 \backslash
17383 renewcommand{
17384 \backslash
17385 hline}
17386 \newline
17387  {
17388 \backslash
17389 noalign{
17390 \backslash
17391 global
17392 \backslash
17393 arrayrulewidth 1.5pt}
17394 \newline
17395  
17396 \backslash
17397 myHline
17398 \backslash
17399 noalign{
17400 \backslash
17401 global
17402 \backslash
17403 arrayrulewidth 0.4pt}}
17404 \end_layout
17405
17406 \begin_layout Standard
17407 Die Standarddicke erhalten Sie mit folgendem Befehl als ERT hinter der (Gleit\SpecialChar \-
17408 obj
17409 ekt-)Tabelle zurück:
17410 \end_layout
17411
17412 \begin_layout Standard
17413
17414 \series bold
17415
17416 \backslash
17417 renewcommand{
17418 \backslash
17419 hline}{
17420 \backslash
17421 myHline}
17422 \end_layout
17423
17424 \begin_layout Standard
17425 \begin_inset ERT
17426 status collapsed
17427
17428 \begin_layout Standard
17429
17430
17431 \backslash
17432 let
17433 \backslash
17434 myHline
17435 \backslash
17436 hline
17437 \end_layout
17438
17439 \begin_layout Standard
17440
17441
17442 \backslash
17443 renewcommand{
17444 \backslash
17445 hline}
17446 \end_layout
17447
17448 \begin_layout Standard
17449
17450  {
17451 \backslash
17452 noalign{
17453 \backslash
17454 global
17455 \backslash
17456 arrayrulewidth 1.5pt}
17457 \end_layout
17458
17459 \begin_layout Standard
17460
17461   
17462 \backslash
17463 myHline
17464 \backslash
17465 noalign{
17466 \backslash
17467 global
17468 \backslash
17469 arrayrulewidth 0.4pt}}
17470 \end_layout
17471
17472 \end_inset
17473
17474
17475 \begin_inset Float table
17476 placement h
17477 wide false
17478 sideways false
17479 status open
17480
17481 \begin_layout Standard
17482 \begin_inset Caption
17483
17484 \begin_layout Standard
17485 \begin_inset LatexCommand label
17486 name "tab:Tabelle-mit-1.5pt-horiz"
17487
17488 \end_inset
17489
17490 Tabelle mit 1.5\InsetSpace \thinspace{}
17491 pt dicken horizontalen Linien
17492 \end_layout
17493
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \begin_layout Standard
17500 \align center
17501 \begin_inset Tabular
17502 <lyxtabular version="3" rows="3" columns="3">
17503 <features>
17504 <column alignment="center" valignment="top" leftline="true" width="0">
17505 <column alignment="center" valignment="top" leftline="true" width="0">
17506 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17507 <row topline="true">
17508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Standard
17512 sd
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Standard
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Standard
17530
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 </row>
17536 <row topline="true">
17537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Standard
17541
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Standard
17550 sd
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Standard
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 </row>
17565 <row topline="true" bottomline="true">
17566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Standard
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Standard
17579
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Standard
17588 sd
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 </lyxtabular>
17595
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \begin_inset ERT
17605 status collapsed
17606
17607 \begin_layout Standard
17608
17609
17610 \backslash
17611 renewcommand{
17612 \backslash
17613 hline}{
17614 \backslash
17615 myHline}
17616 \end_layout
17617
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \begin_layout Standard
17624 \begin_inset VSpace bigskip
17625 \end_inset
17626
17627 Um die Liniendicke von 1.5\InsetSpace \thinspace{}
17628 pt nur für vertikale Linien zu bekommen, müssen
17629  Sie im LaTeX-Vorspann folgendes Spaltenformat entsprechend der Beschreibung
17630  in Abschnitt\InsetSpace ~
17631
17632 \begin_inset LatexCommand ref
17633 reference "uab:Angepasste-Zellen/Spaltenformat"
17634
17635 \end_inset
17636
17637 definieren:
17638 \end_layout
17639
17640 \begin_layout Standard
17641
17642 \series bold
17643
17644 \backslash
17645 newcolumntype{V}{!{
17646 \backslash
17647 vrule width 1.5pt}}
17648 \end_layout
17649
17650 \begin_layout Standard
17651 In Tabelle\InsetSpace ~
17652
17653 \begin_inset LatexCommand ref
17654 reference "tab:Tabelle-mit-1.5pt-vert"
17655
17656 \end_inset
17657
17658  wurde das 
17659 \family sans
17660 LaTe
17661 \begin_inset ERT
17662 status collapsed
17663
17664 \begin_layout Standard
17665
17666 {}
17667 \end_layout
17668
17669 \end_inset
17670
17671 X-Argument
17672 \family default
17673 \series bold
17674  VcV
17675 \series default
17676  für die letzte Spalte und
17677 \series bold
17678  Vc
17679 \series default
17680  für die anderen benutzt.
17681 \end_layout
17682
17683 \begin_layout Standard
17684 \begin_inset Float table
17685 placement H
17686 wide false
17687 sideways false
17688 status open
17689
17690 \begin_layout Standard
17691 \begin_inset Caption
17692
17693 \begin_layout Standard
17694 \begin_inset LatexCommand label
17695 name "tab:Tabelle-mit-1.5pt-vert"
17696
17697 \end_inset
17698
17699 Tabelle mit 1.5\InsetSpace \thinspace{}
17700 pt dicken vertikalen Linien
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \begin_layout Standard
17709 \align center
17710 \begin_inset Tabular
17711 <lyxtabular version="3" rows="3" columns="3">
17712 <features>
17713 <column alignment="center" valignment="top" width="0" special="Vc">
17714 <column alignment="center" valignment="top" width="0" special="Vc">
17715 <column alignment="center" valignment="top" width="0" special="VcV">
17716 <row topline="true">
17717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Standard
17721 sd
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Standard
17730
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Standard
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row topline="true">
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Standard
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Standard
17759 sd
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Standard
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 </row>
17774 <row topline="true" bottomline="true">
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Standard
17779
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Standard
17788
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Standard
17797 sd
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 </row>
17803 </lyxtabular>
17804
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \begin_layout Subsection
17816 Gestrichelte Linien
17817 \begin_inset LatexCommand index
17818 name "Tabellen  ! Linien ! gestrichelte "
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Standard
17826 \begin_inset ERT
17827 status collapsed
17828
17829 \begin_layout Standard
17830
17831
17832 \backslash
17833 ifarydshln
17834 \end_layout
17835
17836 \end_inset
17837
17838
17839 \begin_inset Note Note
17840 status open
17841
17842 \begin_layout Standard
17843 Die folgende Tabelle wird nur gedruckt, wenn das LaTeX-Paket 
17844 \series bold
17845 arydshln
17846 \series default
17847  installiert ist.
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \begin_layout Standard
17856 \begin_inset Float table
17857 placement h
17858 wide false
17859 sideways false
17860 status open
17861
17862 \begin_layout Standard
17863 \begin_inset Caption
17864
17865 \begin_layout Standard
17866 \begin_inset LatexCommand label
17867 name "tab:Tabelle-mit-gestrichelten"
17868
17869 \end_inset
17870
17871 Tabelle mit gestrichelten Linien
17872 \end_layout
17873
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \begin_layout Standard
17880 \align center
17881 \begin_inset Tabular
17882 <lyxtabular version="3" rows="5" columns="5">
17883 <features>
17884 <column alignment="center" valignment="top" leftline="true" width="0">
17885 <column alignment="center" valignment="top" leftline="true" width="0">
17886 <column alignment="center" valignment="top" width="0" special=":c">
17887 <column alignment="center" valignment="top" leftline="true" width="0">
17888 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17889 <row topline="true" bottomline="true">
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Standard
17894 a
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Standard
17903 b
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Standard
17912 c
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Standard
17921 d
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Standard
17930 e
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 </row>
17936 <row topline="true">
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Standard
17941 f
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Standard
17950 g
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Standard
17959 h
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Standard
17968 i
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Standard
17977 j
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 </row>
17983 <row>
17984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Standard
17988 \begin_inset ERT
17989 status collapsed
17990
17991 \begin_layout Standard
17992
17993
17994 \backslash
17995 hdashline 
17996 \end_layout
17997
17998 \end_inset
17999
18000 k
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Standard
18009 l
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Standard
18018 m
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Standard
18027 n
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Standard
18036 o
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 <row topline="true">
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Standard
18047 \begin_inset ERT
18048 status collapsed
18049
18050 \begin_layout Standard
18051
18052
18053 \backslash
18054 cdashline{4-5}
18055 \end_layout
18056
18057 \end_inset
18058
18059 p
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Standard
18068 q
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
18074 \begin_inset Text
18075
18076 \begin_layout Standard
18077 r
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
18083 \begin_inset Text
18084
18085 \begin_layout Standard
18086 s
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Standard
18095
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 </row>
18101 <row topline="true" bottomline="true">
18102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Standard
18106 t
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Standard
18115 u
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Standard
18124 v
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Standard
18133 w
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Standard
18142 x
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 </lyxtabular>
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Standard
18161 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
18162  ERT benutzen.
18163  Zunächst müssen Sie das LaTeX-Paket 
18164 \series bold
18165 arydshln
18166 \series default
18167
18168 \begin_inset LatexCommand index
18169 name "LaTeX-Pakete ! arydshln"
18170
18171 \end_inset
18172
18173  im LaTeX-Vorspann geladen werden:
18174 \end_layout
18175
18176 \begin_layout Standard
18177
18178 \series bold
18179
18180 \backslash
18181 usepackage{arydshln}
18182 \end_layout
18183
18184 \begin_layout Standard
18185 Um senkrechte Linien zu stricheln, müssen Sie im 
18186 \family sans
18187 LaTe
18188 \begin_inset ERT
18189 status collapsed
18190
18191 \begin_layout Standard
18192
18193 {}
18194 \end_layout
18195
18196 \end_inset
18197
18198 X-Argument
18199 \family default
18200  des 
18201 \family sans
18202 Tabellen-Einstellungen
18203 \family default
18204 -Dialogs 
18205 \begin_inset Quotes gld
18206 \end_inset
18207
18208 :
18209 \begin_inset Quotes grd
18210 \end_inset
18211
18212 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
18213 \end_layout
18214
18215 \begin_layout Standard
18216 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
18217 \end_layout
18218
18219 \begin_layout Standard
18220
18221 \series bold
18222
18223 \backslash
18224 hdashline
18225 \end_layout
18226
18227 \begin_layout Standard
18228 als ERT als erstes in die erste Zelle einer Zeile einfügen.
18229 \end_layout
18230
18231 \begin_layout Standard
18232 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
18233 \end_layout
18234
18235 \begin_layout Standard
18236
18237 \series bold
18238
18239 \backslash
18240 cdashline{Anfangsspalte-Endspalte}
18241 \end_layout
18242
18243 \begin_layout Standard
18244 als ERT als erstes in die erste Zelle einer Zeile eingefügt.
18245  Wenn Sie z.\InsetSpace \thinspace{}
18246 B.
18247  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
18248  gestrichelte Linie haben, fügen Sie diesen Befehl
18249 \end_layout
18250
18251 \begin_layout Standard
18252
18253 \series bold
18254
18255 \backslash
18256 cdashline{2-4}
18257 \end_layout
18258
18259 \begin_layout Standard
18260 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
18261 \end_layout
18262
18263 \begin_layout Standard
18264 \begin_inset VSpace bigskip
18265 \end_inset
18266
18267
18268 \end_layout
18269
18270 \begin_layout Standard
18271 In Tabelle\InsetSpace ~
18272
18273 \begin_inset LatexCommand ref
18274 reference "tab:Tabelle-mit-gestrichelten"
18275
18276 \end_inset
18277
18278  wurde der dritten Spalte der Befehl
18279 \series bold
18280  
18281 \series default
18282
18283 \begin_inset Quotes gld
18284 \end_inset
18285
18286
18287 \series bold
18288 :c
18289 \begin_inset Quotes grd
18290 \end_inset
18291
18292
18293 \series default
18294  benutzt.
18295  Der Befehl 
18296 \series bold
18297
18298 \backslash
18299 hdashline
18300 \series default
18301  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
18302 \newline
18303  
18304 \series bold
18305
18306 \backslash
18307 cdashline{4-5} 
18308 \series default
18309 wurde in die erste Zelle der vierten Zeile eingefügt.
18310 \end_layout
18311
18312 \begin_layout Standard
18313 \begin_inset Note Greyedout
18314 status open
18315
18316 \begin_layout Standard
18317
18318 \series bold
18319 Bemerkung:
18320 \series default
18321  Das LaTeX-Paket 
18322 \series bold
18323 arydshln
18324 \series default
18325  ist nicht kompatibel dem LaTeX-Paket 
18326 \series bold
18327 colortbl
18328 \series default
18329
18330 \begin_inset LatexCommand index
18331 name "LaTeX-Pakete ! colortbl"
18332
18333 \end_inset
18334
18335 , das für die farbigen Tabellen in Abschnitt\InsetSpace ~
18336
18337 \begin_inset LatexCommand ref
18338 reference "abs:Farbige-Tabellen"
18339
18340 \end_inset
18341
18342  benutzt wurde.
18343  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \begin_layout Standard
18352 \begin_inset ERT
18353 status collapsed
18354
18355 \begin_layout Standard
18356
18357
18358 \backslash
18359 else
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \begin_inset Note Note
18366 status open
18367
18368 \begin_layout Standard
18369 Die folgende Tabelle wird gedruckt, wenn das LaTeX-Paket 
18370 \series bold
18371 arydshln
18372 \series default
18373  nicht installiert ist:
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Standard
18382 Sie müssen das LaTeX-Paket 
18383 \series bold
18384 arydshln
18385 \series default
18386  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18387 \end_layout
18388
18389 \begin_layout Standard
18390 \begin_inset ERT
18391 status collapsed
18392
18393 \begin_layout Standard
18394
18395
18396 \backslash
18397 fi
18398 \end_layout
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Chapter
18406 Gleitobjekte
18407 \begin_inset LatexCommand label
18408 name "kap:Gleitobjekte"
18409
18410 \end_inset
18411
18412
18413 \begin_inset LatexCommand index
18414 name "Gleitobjekte"
18415
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \begin_layout Section
18422 Einleitung
18423 \begin_inset LatexCommand label
18424 name "abs:Gleitobjekte-Einleitung"
18425
18426 \end_inset
18427
18428
18429 \begin_inset LatexCommand index
18430 name "Gleitobjekte ! Einleitung"
18431
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \begin_layout Standard
18438 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
18439  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
18440  der beste Platz ist.
18441  
18442 \family sans
18443 Fußnoten
18444 \family default
18445  und 
18446 \family sans
18447 Randnotizen
18448 \family default
18449  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
18450  wenn auf ihrer Seite schon zu viele sind.
18451 \end_layout
18452
18453 \begin_layout Standard
18454 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
18455  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
18456  um weiße Flächen und Seiten ohne Text zu vermeiden.
18457  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
18458  kann im Text auf ein Gleitobjekt verwiesen werden.
18459  Gleitobjekte sind deshalb nummeriert.
18460  Querverweise werden in Abschnitt\InsetSpace ~
18461
18462 \begin_inset LatexCommand ref
18463 reference "abs:Auf-Gleitobjekte-verweisen"
18464
18465 \end_inset
18466
18467  beschrieben.
18468 \end_layout
18469
18470 \begin_layout Standard
18471 Ein Gleitobjekt wird mit 
18472 \family sans
18473 Einfügen\SpecialChar \menuseparator
18474 Gleitobjekt\SpecialChar \menuseparator
18475 Algorithmus/Abbildung/Ta\SpecialChar \-
18476 belle/Umflossenes\InsetSpace ~
18477 Gleitobjekt
18478 \family default
18479  eingefügt.
18480  Für Abbildungen oder Tabellen können Sie auch auf 
18481 \begin_inset Graphics
18482         filename ../../images/float-insert_figure.xpm
18483         scale 70
18484         scaleBeforeRotation
18485         BoundingBox 0bp 6bp 22bp 22bp
18486
18487 \end_inset
18488
18489  oder 
18490 \begin_inset Graphics
18491         filename ../../images/float-insert_table.xpm
18492         scale 70
18493         scaleBeforeRotation
18494         BoundingBox 0bp 6bp 22bp 22bp
18495
18496 \end_inset
18497
18498  klicken.
18499  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
18500  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
18501  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
18502  #:).
18503  Statt # sehen Sie die von LyX vergebene Nummer.
18504  In das schmale Feld nach der Marke können Sie den Titel schreiben.
18505  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
18506  eingefügt.
18507  In Abschnitt\InsetSpace ~
18508 \InsetSpace ~
18509
18510 \begin_inset LatexCommand ref
18511 reference "abs:Titel-Platzierung"
18512
18513 \end_inset
18514
18515  finden Sie mehr über die Platzierung des Titels.
18516  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
18517  auch wieder geöffnet.
18518  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
18519 \begin_inset Graphics
18520         filename clipart/GleitobjektQt4.png
18521         scale 70
18522         scaleBeforeRotation
18523         BoundingBox 0bp 6bp 128bp 22bp
18524
18525 \end_inset
18526
18527  -- ein graues Kästchen mit roter Beschriftung.
18528 \end_layout
18529
18530 \begin_layout Standard
18531 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
18532  Gleitobjekte in einem eigenen Absatz einzufügen.
18533 \end_layout
18534
18535 \begin_layout Standard
18536 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
18537  indem Sie sie markieren und dann 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 \end_layout
18557
18558 \begin_layout Section
18559 Gleitobjekt-Typen
18560 \begin_inset LatexCommand index
18561 name "Gleitobjekte ! Typen"
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \begin_layout Standard
18569 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt\InsetSpace ~
18570
18571 \begin_inset LatexCommand ref
18572 reference "abs:Gleitende-Abbildungen"
18573
18574 \end_inset
18575
18576  und 
18577 \begin_inset LatexCommand ref
18578 reference "abs:Gleitende-Tabellen"
18579
18580 \end_inset
18581
18582  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
18583 \end_layout
18584
18585 \begin_layout Subsection
18586 Gleitobjekt-Algorithmen
18587 \begin_inset LatexCommand index
18588 name "Gleitobjekte ! Algorithmen"
18589
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \begin_layout Standard
18596 \begin_inset Float algorithm
18597 placement h
18598 wide false
18599 sideways false
18600 status open
18601
18602 \begin_layout Standard
18603 \begin_inset Caption
18604
18605 \begin_layout Standard
18606 \begin_inset LatexCommand label
18607 name "alg:Ein-Gleitobjekt-Algorithmus"
18608
18609 \end_inset
18610
18611 Ein Gleitobjekt-Algorithmus 
18612 \end_layout
18613
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \begin_layout LyX-Code
18620 for I in 1..N loop
18621 \newline
18622  Sum:= Sum + A(I); /*Kommentar*/
18623 \newline
18624 end loop
18625 \begin_inset VSpace -4mm
18626 \end_inset
18627
18628
18629 \end_layout
18630
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \begin_layout Standard
18637 Dieser Typ wird mit 
18638 \family sans
18639 Einfügen\SpecialChar \menuseparator
18640 Gleitobjekt\SpecialChar \menuseparator
18641 Algorithmus
18642 \family default
18643  eingefügt.
18644  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
18645  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
18646  Eine mögliche Absatz-Umgebung hier für ist 
18647 \family sans
18648 LyX-Code
18649 \family default
18650 , beschrieben im 
18651 \emph on
18652 Benutzerhandbuch
18653 \emph default
18654 .
18655  In Algorithmus\InsetSpace ~
18656
18657 \begin_inset LatexCommand ref
18658 reference "alg:Ein-Gleitobjekt-Algorithmus"
18659
18660 \end_inset
18661
18662  wurden am Ende -0.4\InsetSpace \thinspace{}
18663 cm vertikaler Abstand eingefügt, damit die untere Linie
18664  direkt unter der letzten Zeile gedruckt wird.
18665 \end_layout
18666
18667 \begin_layout Standard
18668 Die Marke 
18669 \emph on
18670 Algorithmus
18671 \emph default
18672  wird nicht automatisch in die druckbare Version übernommen, sondern das
18673  englische Wort 
18674 \emph on
18675 Algorithm
18676 \emph default
18677  verwendet.
18678  Soll
18679 \emph on
18680  Algorithmus
18681 \emph default
18682  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
18683 \end_layout
18684
18685 \begin_layout Standard
18686
18687 \series bold
18688
18689 \backslash
18690 floatname{algorithm}{Algorithmus}
18691 \end_layout
18692
18693 \begin_layout Description
18694
18695 \series bold
18696 Bemerkung:
18697 \series default
18698  Wenn Sie das LaTeX-Paket 
18699 \series bold
18700 hyperref
18701 \series default
18702
18703 \begin_inset LatexCommand index
18704 name "LaTeX-Pakete ! hyperref"
18705
18706 \end_inset
18707
18708  benutzen, um in PDF-Dateien auf Gleitobjekte zu verweisen, muss es im LaTeX-Vor
18709 spann vor der Definition der Gleitobjekte geladen werden.
18710  Weil LyX Gleitobjekt-Definitionen automatisch vor den editierbaren Teil
18711  des LaTeX-Vorspanns schreibt, müssen Sie 
18712 \emph on
18713 nach
18714 \emph default
18715  dem Laden von 
18716 \series bold
18717 hyperref
18718 \series default
18719  folgende Befehle einfügen:
18720 \series bold
18721
18722 \begin_inset VSpace defskip
18723 \end_inset
18724
18725
18726 \newline
18727
18728 \backslash
18729 newfloat{Xalgorithm}{tbp}{loa}
18730 \newline
18731
18732 \backslash
18733 floatname{Xalgorithm}{Ihr\InsetSpace ~
18734 Name}
18735 \newline
18736
18737 \backslash
18738 newcommand{
18739 \backslash
18740 theHalgorithm}{
18741 \backslash
18742 theHXalgorithm}
18743 \newline
18744
18745 \backslash
18746 renewenvironment{algorithm}[1][tbp]
18747 \newline
18748
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Standard
18753
18754
18755 \backslash
18756 hphantom{ }
18757 \end_layout
18758
18759 \end_inset
18760
18761 {
18762 \backslash
18763 begin{Xalgorithm}[#1]}{
18764 \backslash
18765 end{Xalgorithm}}
18766 \begin_inset VSpace defskip
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \begin_layout Standard
18773 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
18774  nach dem Schema 
18775 \begin_inset Quotes gld
18776 \end_inset
18777
18778 Kapitelnummer.Algorithmusnummer
18779 \begin_inset Quotes grd
18780 \end_inset
18781
18782  nummeriert.
18783  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
18784  einfügen:
18785 \end_layout
18786
18787 \begin_layout Standard
18788
18789 \series bold
18790
18791 \backslash
18792 numberwithin{algorithm}{chapter}
18793 \end_layout
18794
18795 \begin_layout Standard
18796 Wenn Sie 
18797 \series bold
18798 hyperref
18799 \series default
18800  benutzen, heißt der Befehl
18801 \end_layout
18802
18803 \begin_layout Standard
18804
18805 \series bold
18806
18807 \backslash
18808 numberwithin{Xalgorithm}{chapter}
18809 \end_layout
18810
18811 \begin_layout Standard
18812 Um 
18813 \series bold
18814
18815 \backslash
18816 numberwithin
18817 \series default
18818  benutzen zu können, muss in den 
18819 \family sans
18820 Mathe\InsetSpace ~
18821 Optionen
18822 \family default
18823  der 
18824 \family sans
18825 Dokument-Einstellungen
18826 \family default
18827  
18828 \family sans
18829 AMS\InsetSpace ~
18830 Mathe\InsetSpace ~
18831 Paket
18832 \family default
18833 \InsetSpace ~
18834
18835 \family sans
18836 verwenden
18837 \family default
18838  angekreuzt sein.
18839 \end_layout
18840
18841 \begin_layout Subsection
18842 Textumflossenes [Gleit]Objekt
18843 \begin_inset LatexCommand label
18844 name "uab:Textumflossenes-[Gleit]Objekt"
18845
18846 \end_inset
18847
18848
18849 \begin_inset LatexCommand index
18850 name "Gleitobjekte ! textumflossene"
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Standard
18858 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
18859  werden, wo sie definiert wurden.
18860  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
18861 \emph on
18862 fließen
18863 \emph default
18864  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
18865  übrig lässt.
18866  Er wird mit dem Befehl 
18867 \begin_inset Wrap figure
18868 placement l
18869 width "40col%"
18870 status open
18871
18872 \begin_layout Standard
18873 \begin_inset Graphics
18874         filename ../clipart/mobius.eps
18875         display color
18876         width 40col%
18877         scaleBeforeRotation
18878         rotateOrigin center
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Standard
18886 \begin_inset Caption
18887
18888 \begin_layout Standard
18889 \begin_inset LatexCommand label
18890 name "abb:This-is-a"
18891
18892 \end_inset
18893
18894 Dies ist eine umflossene Gleitobjekt-Abbildung
18895 \begin_inset VSpace medskip
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \end_inset
18907
18908  
18909 \family sans
18910 Einfügen\SpecialChar \menuseparator
18911 Gleitobjekt\SpecialChar \menuseparator
18912 Umflossenes Gleit-ob\SpecialChar \-
18913 jekt
18914 \family default
18915  eingefügt, wenn das LaTeX-Paket 
18916 \series bold
18917 f\SpecialChar \textcompwordmark{}
18918 loatf\SpecialChar \textcompwordmark{}
18919 lt
18920 \series default
18921
18922 \begin_inset LatexCommand index
18923 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
18924
18925 \end_inset
18926
18927  installiert ist.
18928 \begin_inset Foot
18929 status collapsed
18930
18931 \begin_layout Standard
18932 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
18933 \emph on
18934 LaTeX\InsetSpace ~
18935 Konfiguration
18936 \emph default
18937  beschrieben.
18938 \end_layout
18939
18940 \end_inset
18941
18942  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
18943 klick auf
18944  das 
18945 \family sans
18946 Umflossenes\InsetSpace ~
18947 Gleitobjekt
18948 \family default
18949 -Kästchen ändern.
18950  Abbildung\InsetSpace ~
18951
18952 \begin_inset LatexCommand ref
18953 reference "abb:This-is-a"
18954
18955 \end_inset
18956
18957  ist zum Beispiel ein textumflossenes Objekt, das 40% der Spaltenbreite
18958  einnimmt.
18959 \begin_inset Foot
18960 status collapsed
18961
18962 \begin_layout Standard
18963 Die benutzbaren Einheiten werden in Anhang\InsetSpace ~
18964
18965 \begin_inset LatexCommand ref
18966 reference "kap:Units-available-in"
18967
18968 \end_inset
18969
18970  beschrieben.
18971 \end_layout
18972
18973 \end_inset
18974
18975  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
18976  umgebenden Test zu trennen.
18977 \end_layout
18978
18979 \begin_layout Standard
18980 Mit dem LaTeX-Paket 
18981 \series bold
18982 f\SpecialChar \textcompwordmark{}
18983 loatf\SpecialChar \textcompwordmark{}
18984 lt
18985 \series default
18986  können auch textumflossene Tabellen erstellt werden, aber LyX unterstützt
18987  das (noch) nicht.
18988  In der 
18989 \series bold
18990 f\SpecialChar \textcompwordmark{}
18991 loatf\SpecialChar \textcompwordmark{}
18992 lt
18993 \series default
18994 -Dokumentation
18995 \begin_inset LatexCommand cite
18996 key "floatflt"
18997
18998 \end_inset
18999
19000  wird beschrieben, wie es geht.
19001  Wenn Sie es mit LyX machen, wird der Titel mit 
19002 \emph on
19003 Abbildung
19004 \emph default
19005  anfangen.
19006 \end_layout
19007
19008 \begin_layout Standard
19009 \begin_inset Note Greyedout
19010 status open
19011
19012 \begin_layout Standard
19013
19014 \series bold
19015 Bemerkung:
19016 \series default
19017  Textumflossene Objekte sind sehr 
19018 \emph on
19019 zerbrechlich
19020 \emph default
19021 .
19022  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
19023  dass sie gar nicht oder über anderen Text gedruckt wird.
19024 \end_layout
19025
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \begin_layout Standard
19032
19033 \series bold
19034 Weitere
19035 \series default
19036  
19037 \series bold
19038 Bemerkungen
19039 \series default
19040 :
19041 \end_layout
19042
19043 \begin_layout Itemize
19044 Textumflossene Objekte
19045 \end_layout
19046
19047 \begin_deeper
19048 \begin_layout Itemize
19049 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
19050  werden.
19051  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
19052  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
19053  erfolgen wird.
19054 \end_layout
19055
19056 \begin_layout Itemize
19057 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
19058  werden oder darin.
19059 \end_layout
19060
19061 \begin_layout Itemize
19062 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
19063  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
19064 \end_layout
19065
19066 \begin_layout Itemize
19067 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
19068 \end_layout
19069
19070 \end_deeper
19071 \begin_layout Itemize
19072 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
19073  unmittelbar auf die Abbildung folgt, eingerückt.
19074  Das können Sie mit dem ERT-Befehl 
19075 \series bold
19076
19077 \backslash
19078 hspace*{-1em}
19079 \series default
19080  direkt vor dem Text korrigieren.
19081  
19082 \family typewriter
19083 1\InsetSpace \thinspace{}
19084 em
19085 \family default
19086  entspricht der Standardeinrückung.
19087 \end_layout
19088
19089 \begin_layout Itemize
19090 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
19091  behandelt.
19092 \end_layout
19093
19094 \begin_layout Itemize
19095 Der Text, der um die Abbildung herumfließt, sollte zwischen 
19096 \series bold
19097
19098 \backslash
19099 begin{sloppypar}
19100 \series default
19101  und 
19102 \series bold
19103
19104 \backslash
19105 end{sloppypar}
19106 \series default
19107  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
19108 \end_layout
19109
19110 \begin_layout Itemize
19111 Es gibt für textumflossene Objekte noch andere LaTeX-Pakete: 
19112 \series bold
19113 picins
19114 \series default
19115
19116 \begin_inset LatexCommand index
19117 name "LaTeX-Pakete ! picins"
19118
19119 \end_inset
19120
19121 ,
19122 \family typewriter
19123  
19124 \family default
19125 \series bold
19126 picinpar
19127 \series default
19128
19129 \begin_inset LatexCommand index
19130 name "LaTeX-Pakete ! picinpar"
19131
19132 \end_inset
19133
19134 ,
19135 \family typewriter
19136  
19137 \family default
19138 \series bold
19139 wrapfig
19140 \series default
19141
19142 \begin_inset LatexCommand index
19143 name "LaTeX-Pakete ! wrapfig"
19144
19145 \end_inset
19146
19147 , aber sie werden von LyX (noch) nicht unterstützt.
19148  Diese Pakete machen in etwa das gleiche wie 
19149 \series bold
19150 floatflt
19151 \series default
19152
19153 \begin_inset LatexCommand index
19154 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
19155
19156 \end_inset
19157
19158 .
19159 \end_layout
19160
19161 \begin_layout Section
19162 Gleitobjekt-Nummerierung
19163 \begin_inset LatexCommand label
19164 name "abs:Gleitobjekt-Nummerierung"
19165
19166 \end_inset
19167
19168
19169 \begin_inset LatexCommand index
19170 name "Gleitobjekte ! Nummerierung"
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout Standard
19178 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
19179  nummeriert oder nach dem Schema 
19180 \begin_inset Quotes gld
19181 \end_inset
19182
19183 Kapitelnummer.Gleitobjektnummer
19184 \begin_inset Quotes grd
19185 \end_inset
19186
19187  oder 
19188 \begin_inset Quotes gld
19189 \end_inset
19190
19191 Abschnittsnummer.Gleitobjektnummer
19192 \begin_inset Quotes grd
19193 \end_inset
19194
19195 .
19196  Das hängt von der Dokumentklasse ab.
19197 \end_layout
19198
19199 \begin_layout Standard
19200 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
19201  in den LaTeX-Vorspann einfügen:
19202 \end_layout
19203
19204 \begin_layout Standard
19205
19206 \series bold
19207
19208 \backslash
19209 renewcommand{
19210 \backslash
19211 thetable}{
19212 \backslash
19213 roman{table}}
19214 \end_layout
19215
19216 \begin_layout Standard
19217
19218 \series bold
19219
19220 \backslash
19221 thetable
19222 \series default
19223  ist der Befehl, der die Tabellennummer druckt.
19224  Für Abbildungen ist das 
19225 \series bold
19226
19227 \backslash
19228 thefigure
19229 \series default
19230 .
19231  Der Befehl 
19232 \series bold
19233
19234 \backslash
19235 roman
19236 \series default
19237  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
19238 \end_layout
19239
19240 \begin_layout Standard
19241 Um das Numerierungsschema zum Beispiel auf 
19242 \begin_inset Quotes gld
19243 \end_inset
19244
19245 Unterabschnittsnummer.Num\SpecialChar \-
19246 mer
19247 \begin_inset Quotes grd
19248 \end_inset
19249
19250  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
19251 \end_layout
19252
19253 \begin_layout Standard
19254
19255 \series bold
19256
19257 \backslash
19258 numberwithin{table}{subsection}
19259 \end_layout
19260
19261 \begin_layout Standard
19262 Um den Befehl 
19263 \series bold
19264
19265 \backslash
19266 numberwithin
19267 \series default
19268  zu können, müssen Sie in den 
19269 \family sans
19270 Mathe\InsetSpace ~
19271 Optionen
19272 \family default
19273  der 
19274 \family sans
19275 Dokument-Einstellungen
19276 \family default
19277  
19278 \family sans
19279 AMS\InsetSpace ~
19280 Mathe\InsetSpace ~
19281 Paket
19282 \family default
19283 \InsetSpace ~
19284
19285 \family sans
19286 verwenden
19287 \family default
19288  ankreuzen.
19289 \end_layout
19290
19291 \begin_layout Standard
19292 Sehen Sie sich bitte auch Abschnitt\InsetSpace ~
19293
19294 \begin_inset LatexCommand ref
19295 reference "uab:Fußnoten-Nummerierung"
19296
19297 \end_inset
19298
19299  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
19300 \end_layout
19301
19302 \begin_layout Section
19303 Auf Gleitobjekte verweisen
19304 \begin_inset LatexCommand label
19305 name "abs:Auf-Gleitobjekte-verweisen"
19306
19307 \end_inset
19308
19309
19310 \begin_inset LatexCommand index
19311 name "Gleitobjekte ! Querverweise"
19312
19313 \end_inset
19314
19315
19316 \begin_inset LatexCommand index
19317 name "Querverweise"
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Standard
19325 Zunächst müssen Sie mit 
19326 \family sans
19327 Einfügen\SpecialChar \menuseparator
19328 Marke
19329 \family default
19330  oder einen Klick auf 
19331 \begin_inset Graphics
19332         filename ../../images/label-insert.xpm
19333         scale 85
19334         scaleBeforeRotation
19335
19336 \end_inset
19337
19338  eine Marke im Titel einfügen.
19339  Im 
19340 \family sans
19341 Marke
19342 \family default
19343 -Dialog schreiben Sie einen Text in das Feld 
19344 \family sans
19345 Marke
19346 \family default
19347  oder übernehmen den vorgeschlagenen.
19348  Die Marke kann dann so aussehen 
19349 \begin_inset Graphics
19350         filename clipart/Marke.png
19351         lyxscale 80
19352         scale 85
19353         scaleBeforeRotation
19354         BoundingBox 0bp 6bp 76bp 23bp
19355
19356 \end_inset
19357
19358 .
19359 \end_layout
19360
19361 \begin_layout Standard
19362 Die Marke wird als Anker und Name für den Querverweis benutzt.
19363  Mit 
19364 \family sans
19365 Einfügen\SpecialChar \menuseparator
19366 Querverweis
19367 \family default
19368  oder einen Klick auf 
19369 \begin_inset Graphics
19370         filename ../../images/dialog-show-new-inset_ref.xpm
19371         scale 85
19372         scaleBeforeRotation
19373
19374 \end_inset
19375
19376  können Sie dann auf die Marke verweisen.
19377  Als Querverweis wird ein kleines graues Kästchen wie zum Beispiel 
19378 \begin_inset Graphics
19379         filename clipart/Querverweis.png
19380         lyxscale 80
19381         scale 85
19382         scaleBeforeRotation
19383         BoundingBox 0bp 6bp 76bp 23bp
19384
19385 \end_inset
19386
19387 .
19388  Mehr zu Querverweisen finden Sie im 
19389 \emph on
19390 Benutzerhandbuch
19391 \emph default
19392 .
19393 \end_layout
19394
19395 \begin_layout Standard
19396 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
19397  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
19398  durch einen Zeilenumbruch getrennt werden können.
19399 \end_layout
19400
19401 \begin_layout Standard
19402 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
19403  LyX passt die Querverweise automatisch an.
19404 \end_layout
19405
19406 \begin_layout Standard
19407 Ein Klick auf den Schalter 
19408 \family sans
19409 Gehe\InsetSpace ~
19410 zur\InsetSpace ~
19411 Marke
19412 \family default
19413  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
19414  Der Text der Schaltfläche heißt jetzt 
19415 \family sans
19416 Gehe\InsetSpace ~
19417 zurück
19418 \family default
19419  und ein Klick darauf macht genau dies.
19420   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
19421  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
19422  Dann ist auch kein 
19423 \family sans
19424 Gehe\InsetSpace ~
19425 zurück
19426 \family default
19427  möglich.
19428 \end_layout
19429
19430 \begin_layout Subsection
19431 Querverweis-Formate
19432 \begin_inset LatexCommand label
19433 name "uab:Querverweis-Formate"
19434
19435 \end_inset
19436
19437
19438 \begin_inset LatexCommand index
19439 name "Querverweise ! Formate"
19440
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \begin_layout Standard
19447 Es gibt sechs verschiedene Querverweisstile:
19448 \end_layout
19449
19450 \begin_layout Description
19451 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
19452  
19453 \begin_inset LatexCommand ref
19454 reference "fig:Two-distorted-images"
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \begin_layout Description
19462 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
19463  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
19464  verwendet wird, speziell wenn der Name 
19465 \begin_inset Quotes gld
19466 \end_inset
19467
19468 Gleichung
19469 \begin_inset Quotes grd
19470 \end_inset
19471
19472  weggelassen wird: 
19473 \begin_inset LatexCommand eqref
19474 reference "eq:Wgn"
19475
19476 \end_inset
19477
19478
19479 \end_layout
19480
19481 \begin_layout Description
19482 <Seite>: druckt die Seitennummer: Seite\InsetSpace ~
19483
19484 \begin_inset LatexCommand pageref
19485 reference "fig:Two-distorted-images"
19486
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \begin_layout Description
19493 auf\InsetSpace ~
19494 Seite\InsetSpace ~
19495 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
19496 \begin_inset LatexCommand vpageref
19497 reference "fig:Two-distorted-images"
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \begin_layout Description
19505 <Querverweis>\InsetSpace ~
19506 auf\InsetSpace ~
19507 Seite\InsetSpace ~
19508 <Seite>: druckt die Nummer der Gleitumgebung, den Text
19509  "auf Seite", und die Seitennummer: 
19510 \begin_inset LatexCommand vref
19511 reference "fig:Two-distorted-images"
19512
19513 \end_inset
19514
19515
19516 \end_layout
19517
19518 \begin_layout Description
19519 Formatierter\InsetSpace ~
19520 Querverweis: druckt ein selbst definiertes Querverweisformat
19521  
19522 \begin_inset Note Greyedout
19523 status open
19524
19525 \begin_layout Standard
19526
19527 \series bold
19528 Bemerkung:
19529 \series default
19530  Dies ist nur möglich wenn das LaTeX-Paket 
19531 \series bold
19532 prettyref
19533 \series default
19534  installiert ist.
19535 \end_layout
19536
19537 \end_inset
19538
19539
19540 \end_layout
19541
19542 \begin_layout Standard
19543 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
19544  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
19545  Seite befindet.
19546  Stattdessen wird der Text 
19547 \begin_inset Quotes gld
19548 \end_inset
19549
19550 auf dieser Seite
19551 \begin_inset Quotes grd
19552 \end_inset
19553
19554  gedruckt.
19555 \end_layout
19556
19557 \begin_layout Standard
19558 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
19559  automatisch von LaTeX berechnet.
19560  Die Stile können im Feld 
19561 \family sans
19562 Format
19563 \family default
19564  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
19565  einen Querverweis klicken.
19566 \end_layout
19567
19568 \begin_layout Subsection
19569 Auf Teilabbildungen verweisen
19570 \begin_inset LatexCommand label
19571 name "uab:Auf-Teilabbildungen-verweisen"
19572
19573 \end_inset
19574
19575
19576 \begin_inset LatexCommand index
19577 name "Querverweise ! auf Teilabbildungen"
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
19586  Die Marke erzeugen Sie mit dem Befehl
19587 \end_layout
19588
19589 \begin_layout Standard
19590
19591 \series bold
19592
19593 \backslash
19594 label{abb:IhrMarkenName}
19595 \end_layout
19596
19597 \begin_layout Standard
19598 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
19599  Als Querverweis benutzen Sie dann den Befehl
19600 \end_layout
19601
19602 \begin_layout Standard
19603
19604 \series bold
19605
19606 \backslash
19607 ref{abb:IhrMarkenName}
19608 \end_layout
19609
19610 \begin_layout Standard
19611 Hier ist ein Querverweis auf Teilabbildung\InsetSpace ~
19612
19613 \begin_inset ERT
19614 status collapsed
19615
19616 \begin_layout Standard
19617
19618
19619 \backslash
19620 ref{abb:Platypus}
19621 \end_layout
19622
19623 \end_inset
19624
19625 .
19626 \end_layout
19627
19628 \begin_layout Subsection
19629 Automatische Querverweis-Namen
19630 \begin_inset LatexCommand index
19631 name "Querverweise ! Automatische Namen "
19632
19633 \end_inset
19634
19635
19636 \end_layout
19637
19638 \begin_layout Standard
19639 Das LaTeX-Paket 
19640 \series bold
19641 hyperref
19642 \series default
19643
19644 \begin_inset LatexCommand index
19645 name "LaTeX-Pakete ! hyperref"
19646
19647 \end_inset
19648
19649  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
19650  Gleitobjekts automatisch enthalten (oder Textteile wie 
19651 \emph on
19652 Abschnitt
19653 \emph default
19654 ).
19655  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
19656  Um diese Funktion benutzen zu können, müssen Sie 
19657 \series bold
19658 hyperref
19659 \series default
19660  in den LaTeX-Vorspann wie folgt einfügen:
19661 \end_layout
19662
19663 \begin_layout Standard
19664
19665 \series bold
19666
19667 \backslash
19668 usepackage[pdfborder={0 0 0}]{hyperref}
19669 \newline
19670
19671 \backslash
19672 AtBeginDocument{
19673 \backslash
19674 renewcommand{
19675 \backslash
19676 ref}[1]{
19677 \backslash
19678 mbox{
19679 \backslash
19680 autoref{#1}}}}
19681 \end_layout
19682
19683 \begin_layout Standard
19684
19685 \series bold
19686 hyperref
19687 \series default
19688  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Dokumenten
19689  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
19690  einen Link klicken, und die angeklickte Stelle wird gezeigt.
19691  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
19692  sich der Cursor.
19693 \end_layout
19694
19695 \begin_layout Standard
19696 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
19697 n.
19698  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
19699  für die Benutzung von 
19700 \series bold
19701 hyperref
19702 \series default
19703  sehen.
19704  In der 
19705 \series bold
19706 hyperref
19707 \series default
19708 -Dokumentation 
19709 \begin_inset LatexCommand cite
19710 key "hyperref"
19711
19712 \end_inset
19713
19714  finden Sie mehr darüber.
19715 \end_layout
19716
19717 \begin_layout Standard
19718 \begin_inset Note Greyedout
19719 status open
19720
19721 \begin_layout Standard
19722
19723 \series bold
19724 Bemerkung:
19725 \series default
19726  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
19727  als Querverweisstil 
19728 \family sans
19729 Formatierter\InsetSpace ~
19730 Querverweis
19731 \family default
19732  benutzen.
19733 \end_layout
19734
19735 \end_inset
19736
19737
19738 \end_layout
19739
19740 \begin_layout Subsection
19741 Querverweis-Position
19742 \begin_inset LatexCommand label
19743 name "uab:Querverweis-Position"
19744
19745 \end_inset
19746
19747
19748 \begin_inset LatexCommand index
19749 name "Querverweise !  Position"
19750
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \begin_layout Standard
19757 Wenn Sie 
19758 \series bold
19759 hyperref
19760 \series default
19761  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
19762  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
19763  und Sie werden das Bild ohne Rollen nicht sehen.
19764  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
19765  ist.
19766  Wenn Sie das  LaTeX-Paket 
19767 \series bold
19768 hypcap
19769 \series default
19770
19771 \begin_inset LatexCommand index
19772 name "LaTeX-Pakete ! hypcap"
19773
19774 \end_inset
19775
19776 , das Teil des LaTeX-Pakets 
19777 \series bold
19778 oberdiek
19779 \series default
19780
19781 \begin_inset LatexCommand index
19782 name "LaTeX-Pakete ! oberdiek"
19783
19784 \end_inset
19785
19786  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
19787  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
19788 \series bold
19789 hypcap
19790 \series default
19791  zunächst in den LaTeX-Vorspann laden:
19792 \end_layout
19793
19794 \begin_layout Standard
19795
19796 \series bold
19797
19798 \backslash
19799 usepackage[f\SpecialChar \textcompwordmark{}
19800 igure]{hypcap}
19801 \end_layout
19802
19803 \begin_layout Standard
19804 Sie können 
19805 \series bold
19806 hypcap
19807 \series default
19808  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
19809  nicht empfohlen.
19810  Weitere Informationen finden Sie im
19811 \series bold
19812  hypcap
19813 \series default
19814 -Handbuch 
19815 \begin_inset LatexCommand cite
19816 key "hypcap"
19817
19818 \end_inset
19819
19820 .
19821 \end_layout
19822
19823 \begin_layout Standard
19824 \begin_inset Note Greyedout
19825 status open
19826
19827 \begin_layout Standard
19828
19829 \series bold
19830 Bemerkung 1:
19831 \series default
19832  
19833 \series bold
19834 hypcap
19835 \series default
19836  muss nach 
19837 \series bold
19838 hyperref
19839 \series default
19840  geladen werden.
19841 \end_layout
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Standard
19849 \begin_inset Note Greyedout
19850 status open
19851
19852 \begin_layout Standard
19853
19854 \series bold
19855 Bemerkung 2:
19856 \series default
19857  
19858 \series medium
19859 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
19860  zu Teilabbildungen.
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Section
19869 Gleitobjekt-Platzierung
19870 \begin_inset LatexCommand label
19871 name "abs:Gleitobjekt-Platzierung"
19872
19873 \end_inset
19874
19875
19876 \begin_inset LatexCommand index
19877 name "Gleitobjekte ! Plazierung"
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \begin_layout Standard
19885 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
19886 \family sans
19887 Gleitobjekt-Einstellungen
19888 \family default
19889 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
19890  können.
19891 \newline
19892 Die Option 
19893 \family sans
19894 Spalten\InsetSpace ~
19895 überspannen
19896 \family default
19897  ist nur bei zweispaltigen Dokumenten sinnvoll.
19898  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
19899 \newline
19900 Die
19901  Option 
19902 \family sans
19903 Seitwärts\InsetSpace ~
19904 drehen
19905 \family default
19906  ist in Abschnitt 
19907 \begin_inset LatexCommand ref
19908 reference "abs:Gedrehte-Gleitobjekte"
19909
19910 \end_inset
19911
19912  beschrieben.
19913 \end_layout
19914
19915 \begin_layout Standard
19916 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
19917  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
19918  Sie die Option 
19919 \family sans
19920 Standard-Platzierung\InsetSpace ~
19921 verwenden
19922 \family default
19923  nicht verwenden:
19924 \end_layout
19925
19926 \begin_layout Description
19927 Hier\InsetSpace ~
19928 wenn\InsetSpace ~
19929 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt
19930  wurde.
19931 \end_layout
19932
19933 \begin_layout Description
19934 Anfang\InsetSpace ~
19935 der\InsetSpace ~
19936 Seite
19937 \family sans
19938  
19939 \family default
19940 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
19941  Gleitobjekte, die maximal 70\InsetSpace \thinspace{}
19942 % einer Seite benötigen, dürfen oben platziert
19943  werden.
19944  Dies kann durch die Variable 
19945 \series bold
19946
19947 \backslash
19948 topfraction
19949 \series default
19950  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
19951 \end_layout
19952
19953 \begin_deeper
19954 \begin_layout Standard
19955
19956 \series bold
19957
19958 \backslash
19959 renewcommand{
19960 \backslash
19961 topfraction}{0.9}
19962 \family typewriter
19963 \series default
19964  
19965 \end_layout
19966
19967 \end_deeper
19968 \begin_layout Description
19969 Ende\InsetSpace ~
19970 der\InsetSpace ~
19971 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
19972  Gleitobjekte, die maximal 30\InsetSpace \thinspace{}
19973 % einer Seite benötigen, dürfen unten platziert
19974  werden.
19975  Dies kann durch die Variable 
19976 \series bold
19977
19978 \backslash
19979 bottomfraction
19980 \series default
19981  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
19982 \end_layout
19983
19984 \begin_deeper
19985 \begin_layout Standard
19986
19987 \series bold
19988
19989 \backslash
19990 renewcommand{
19991 \backslash
19992 bottomfraction}{0.5}
19993 \end_layout
19994
19995 \begin_layout Standard
19996 die oftmals zu kleine untere Grenze auf 50\InsetSpace \thinspace{}
19997 %.
19998 \end_layout
19999
20000 \end_deeper
20001 \begin_layout Description
20002 Seite\InsetSpace ~
20003 mit\InsetSpace ~
20004 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu
20005  platzieren.
20006  Nur wenn mehr als 50\InsetSpace \thinspace{}
20007 % einer Seite von Gleitobjekten belegt wird, wird eine
20008  neue Seite für weitere Gleitobjekte bereitgestellt.
20009  Dies kann durch die Variable 
20010 \series bold
20011
20012 \backslash
20013 f\SpecialChar \textcompwordmark{}
20014 loatpagefraction 
20015 \series default
20016 im LaTeX-Vorspann überschrieben werden.
20017 \end_layout
20018
20019 \begin_layout Standard
20020 Die Reihenfolge der obigen Optionen wird 
20021 \emph on
20022 immer
20023 \emph default
20024  von LaTeX verwendet.
20025  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
20026  versuchen 
20027 \family sans
20028 Hier\InsetSpace ~
20029 wenn\InsetSpace ~
20030 möglich
20031 \family default
20032 , dann 
20033 \family sans
20034 Anfang\InsetSpace ~
20035 der\InsetSpace ~
20036 Seite
20037 \family default
20038  und dann die anderen Optionen zu anzuwenden.
20039  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
20040  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
20041  Reihenfolge.
20042  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
20043 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
20044 \end_layout
20045
20046 \begin_layout Standard
20047 Die Option 
20048 \family sans
20049 Hier,\InsetSpace ~
20050 auf\InsetSpace ~
20051 jeden\InsetSpace ~
20052 Fall
20053 \family default
20054  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
20055  fast druckreif ist.
20056  Denn mit der Option kann das Objekt nicht mehr 
20057 \emph on
20058 gleiten
20059 \emph default
20060 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
20061  oftmals zerstört.
20062 \end_layout
20063
20064 \begin_layout Standard
20065 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
20066  immer von Text eines bestimmten Paragraphen umgeben sind.
20067 \begin_inset VSpace bigskip
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \begin_layout Standard
20074 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
20075 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
20076  das Gleitobjekt sei Teil des vorherigen Abschnitts.
20077  Das kann mit dem LaTeX-Befehl
20078 \series bold
20079  
20080 \backslash
20081 suppressf\SpecialChar \textcompwordmark{}
20082 loats
20083 \series default
20084  verhindert werden.
20085  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
20086  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
20087  gesetzt wird.
20088  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
20089 \end_layout
20090
20091 \begin_layout Standard
20092
20093 \series bold
20094
20095 \backslash
20096 let
20097 \backslash
20098 meinAbschnitt
20099 \backslash
20100 section
20101 \newline
20102
20103 \backslash
20104 renewcommand{
20105 \backslash
20106 section}{
20107 \backslash
20108 suppressf\SpecialChar \textcompwordmark{}
20109 loats[t]
20110 \backslash
20111 meinAbschnitt}
20112 \end_layout
20113
20114 \begin_layout Standard
20115 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
20116  Unterabschnitten festlegen.
20117  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
20118  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
20119 \end_layout
20120
20121 \begin_layout Standard
20122 Es gibt auch noch das LaTeX-Paket 
20123 \series bold
20124 f\SpecialChar \textcompwordmark{}
20125 lafter
20126 \series default
20127
20128 \begin_inset LatexCommand index
20129 name "LaTeX-Pakete ! flafter"
20130
20131 \end_inset
20132
20133  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
20134  gedruckt wird.
20135 \end_layout
20136
20137 \begin_layout Standard
20138 \begin_inset VSpace bigskip
20139 \end_inset
20140
20141 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
20142  Dafür gibt es das LaTeX-Paket 
20143 \series bold
20144 endf\SpecialChar \textcompwordmark{}
20145 loat
20146 \series default
20147
20148 \begin_inset LatexCommand index
20149 name "LaTeX-Pakete ! endf\\/loat"
20150
20151 \end_inset
20152
20153 .
20154  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
20155  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
20156  
20157 \family sans
20158
20159 \begin_inset Quotes gld
20160 \end_inset
20161
20162 [Abbildung\InsetSpace ~
20163 3.2 ist ungefähr hier.]
20164 \family default
20165
20166 \begin_inset Quotes grd
20167 \end_inset
20168
20169  finden.
20170  Das 
20171 \series bold
20172 endf\SpecialChar \textcompwordmark{}
20173 loat
20174 \series default
20175 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
20176 \end_layout
20177
20178 \begin_layout Standard
20179
20180 \series bold
20181
20182 \backslash
20183 usepackage[Optionen]{endf\SpecialChar \textcompwordmark{}
20184 loat}
20185 \end_layout
20186
20187 \begin_layout Standard
20188 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
20189  Tabellen-Abschnitt, die Sie in der 
20190 \series bold
20191 endf\SpecialChar \textcompwordmark{}
20192 loat
20193 \series default
20194 -Dokumentation 
20195 \begin_inset LatexCommand cite
20196 key "endfloat"
20197
20198 \end_inset
20199
20200  nachlesen können.
20201 \newline
20202
20203 \begin_inset Note Greyedout
20204 status open
20205
20206 \begin_layout Standard
20207
20208 \series bold
20209 Bemerkung\InsetSpace ~
20210 1: endf\SpecialChar \textcompwordmark{}
20211 loat
20212 \series default
20213  übersetzt den Hinweistext nicht automatisch.
20214  Abschnitt\InsetSpace ~
20215 4 in 
20216 \begin_inset LatexCommand cite
20217 key "endfloat"
20218
20219 \end_inset
20220
20221  beschreibt, wie es geht.
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \begin_layout Standard
20230 \begin_inset Note Greyedout
20231 status open
20232
20233 \begin_layout Standard
20234
20235 \series bold
20236 Bemerkung\InsetSpace ~
20237 2: 
20238 \series default
20239 Die aktuelle Version von 
20240 \series bold
20241 endf\SpecialChar \textcompwordmark{}
20242 loat
20243 \series default
20244  hat einen Fehler, wenn die Überschrift ein 
20245 \begin_inset Quotes gld
20246 \end_inset
20247
20248 ß
20249 \begin_inset Quotes grd
20250 \end_inset
20251
20252  enthält.
20253  Sie müssen stattdessen den Befehl 
20254 \series bold
20255
20256 \backslash
20257 ss
20258 \series default
20259  als ERT benutzen.
20260 \end_layout
20261
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \begin_layout Standard
20268 \begin_inset VSpace bigskip
20269 \end_inset
20270
20271 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
20272 hern wie 
20273 \begin_inset LatexCommand cite
20274 key "latexcompanion,latexguide,latexbook"
20275
20276 \end_inset
20277
20278 .
20279 \end_layout
20280
20281 \begin_layout Section
20282 Gedrehte Gleitobjekte
20283 \begin_inset LatexCommand label
20284 name "abs:Gedrehte-Gleitobjekte"
20285
20286 \end_inset
20287
20288
20289 \begin_inset LatexCommand index
20290 name "Gleitobjekte ! drehen"
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \begin_layout Standard
20298 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
20299 t drehen.
20300  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
20301  und die Option 
20302 \family sans
20303 Seitwärts\InsetSpace ~
20304 drehen
20305 \family default
20306  wählen.
20307 \end_layout
20308
20309 \begin_layout Standard
20310 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
20311  zweispaltigen Dokumenten) gedruckt.
20312  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
20313  werden können -- nach links auf geraden Seiten, nach rechts auf ungeraden
20314  Seiten.
20315  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
20316  Option 
20317 \series bold
20318 f\SpecialChar \textcompwordmark{}
20319 iguresleft
20320 \series default
20321  oder 
20322 \series bold
20323 f\SpecialChar \textcompwordmark{}
20324 iguresright
20325 \series default
20326  zu den Dokumentklassen-Optionen hinzu.
20327 \end_layout
20328
20329 \begin_layout Standard
20330 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
20331  Tabelle\InsetSpace ~
20332
20333 \begin_inset LatexCommand ref
20334 reference "tab:Gedrehte-Tabelle"
20335
20336 \end_inset
20337
20338  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
20339 \end_layout
20340
20341 \begin_layout Standard
20342 \begin_inset Note Greyedout
20343 status open
20344
20345 \begin_layout Standard
20346
20347 \series bold
20348 Bemerkung:
20349 \series default
20350  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
20351 \end_layout
20352
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \begin_layout Standard
20359 \begin_inset Float table
20360 wide false
20361 sideways true
20362 status open
20363
20364 \begin_layout Standard
20365 \begin_inset Caption
20366
20367 \begin_layout Standard
20368 \begin_inset LatexCommand label
20369 name "tab:Gedrehte-Tabelle"
20370
20371 \end_inset
20372
20373 Gedrehte Tabelle
20374 \end_layout
20375
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \begin_layout Standard
20382 \align center
20383 \begin_inset Tabular
20384 <lyxtabular version="3" rows="1" columns="5">
20385 <features>
20386 <column alignment="center" valignment="top" leftline="true" width="0">
20387 <column alignment="center" valignment="top" leftline="true" width="0">
20388 <column alignment="center" valignment="top" leftline="true" width="0">
20389 <column alignment="center" valignment="top" leftline="true" width="0">
20390 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20391 <row topline="true" bottomline="true">
20392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Standard
20396 Test
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Standard
20405 b
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Standard
20414 c
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Standard
20423 d
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Standard
20432 e
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 </row>
20438 </lyxtabular>
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \begin_layout Section
20451 Beschriftungs-Formatierung
20452 \begin_inset LatexCommand label
20453 name "abs:Titel-Formatierung"
20454
20455 \end_inset
20456
20457
20458 \begin_inset LatexCommand index
20459 name "Gleitobjekte ! Beschriftung ! Formatierung"
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \begin_layout Standard
20467
20468 \family sans
20469 Legende
20470 \family default
20471  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
20472  In LyX sehen Titel so aus:  
20473 \family sans
20474
20475 \begin_inset Quotes gld
20476 \end_inset
20477
20478 Abbildung xyz:
20479 \family default
20480
20481 \begin_inset Quotes grd
20482 \end_inset
20483
20484 , gefolgt vom Beschriftungstext, wobei 
20485 \family sans
20486 xyz
20487 \family default
20488  die von LyX vergebene Nummer ist.
20489  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
20490  gedruckt.
20491  Dies ist nicht immer brauchbar.
20492 \end_layout
20493
20494 \begin_layout Standard
20495 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
20496  
20497 \series bold
20498 caption
20499 \series default
20500
20501 \begin_inset LatexCommand index
20502 name "LaTeX-Pakete ! caption"
20503
20504 \end_inset
20505
20506  in den LaTeX-Vorspann laden:
20507 \end_layout
20508
20509 \begin_layout Standard
20510
20511 \series bold
20512
20513 \backslash
20514 usepackage[Format-Definition]{caption}
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
20519  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
20520 \end_layout
20521
20522 \begin_layout Standard
20523
20524 \series bold
20525
20526 \backslash
20527 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
20528 \end_layout
20529
20530 \begin_layout Standard
20531 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
20532  definieren.
20533  Dazu laden Sie das 
20534 \series bold
20535 caption
20536 \series default
20537 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
20538  dem Befehl
20539 \end_layout
20540
20541 \begin_layout Standard
20542
20543 \series bold
20544
20545 \backslash
20546 captionsetup[Gleitobjekt-Typ]{Format-Definition}
20547 \end_layout
20548
20549 \begin_layout Standard
20550 Für Abbildung\InsetSpace ~
20551
20552 \begin_inset LatexCommand ref
20553 reference "abb:Langer-Abb-Titel"
20554
20555 \end_inset
20556
20557  und Tabelle\InsetSpace ~
20558
20559 \begin_inset LatexCommand ref
20560 reference "tab:Langer-Tab-Titel"
20561
20562 \end_inset
20563
20564  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
20565  werden:
20566 \end_layout
20567
20568 \begin_layout Standard
20569
20570 \series bold
20571
20572 \backslash
20573 usepackage[tableposition=top]{caption}
20574 \newline
20575
20576 \backslash
20577 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
20578 \newline
20579
20580 \begin_inset ERT
20581 status collapsed
20582
20583 \begin_layout Standard
20584
20585
20586 \backslash
20587 hphantom{
20588 \backslash
20589
20590 \backslash
20591 captionsetup[figure]
20592 \backslash
20593 {}
20594 \end_layout
20595
20596 \end_inset
20597
20598  labelsep=period}
20599 \newline
20600
20601 \backslash
20602 captionsetup[table]{labelfont={bf,sf}}
20603 \end_layout
20604
20605 \begin_layout Standard
20606 \begin_inset Note Greyedout
20607 status open
20608
20609 \begin_layout Standard
20610
20611 \series bold
20612 Bemerkung:
20613 \series default
20614  Die Option 
20615 \series bold
20616 tableposition=top
20617 \series default
20618  hat keine Auswirkung wenn eine 
20619 \series bold
20620 koma-script
20621 \series default
20622
20623 \begin_inset LatexCommand index
20624 name "LaTeX-Pakete ! koma-script"
20625
20626 \end_inset
20627
20628 -Dokumentklasse verwendet wird.
20629  Hier muss die Option 
20630 \series bold
20631 tablecaptionabove
20632 \series default
20633  benutzt werden.
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \begin_layout Standard
20642 Weitere Informationen über das Paket
20643 \series bold
20644  caption
20645 \series default
20646  finden Sie in seiner Dokumentation 
20647 \begin_inset LatexCommand cite
20648 key "caption,caption-de"
20649
20650 \end_inset
20651
20652 .
20653 \end_layout
20654
20655 \begin_layout Standard
20656 Wenn Sie den Namen von 
20657 \begin_inset Quotes gld
20658 \end_inset
20659
20660 Abbildung
20661 \begin_inset Quotes grd
20662 \end_inset
20663
20664  auf 
20665 \begin_inset Quotes gld
20666 \end_inset
20667
20668 Bild
20669 \begin_inset Quotes grd
20670 \end_inset
20671
20672  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
20673 \end_layout
20674
20675 \begin_layout Standard
20676
20677 \series bold
20678
20679 \backslash
20680 renewcommand{
20681 \backslash
20682 fnum@figure}{Bild~
20683 \backslash
20684 thefigure}
20685 \end_layout
20686
20687 \begin_layout Standard
20688 wobei 
20689 \series bold
20690
20691 \backslash
20692 thefigure
20693 \series default
20694  die Bildnummer einsetzt und
20695 \series bold
20696  ~
20697 \series default
20698  ein geschütztes Leerzeichen ist.
20699 \end_layout
20700
20701 \begin_layout Standard
20702 \begin_inset VSpace bigskip
20703 \end_inset
20704
20705 Wenn Sie eine 
20706 \series bold
20707 koma-script
20708 \series default
20709
20710 \begin_inset LatexCommand index
20711 name "LaTeX-Pakete ! koma-script"
20712
20713 \end_inset
20714
20715 -Dokumentklasse (
20716 \family sans
20717 article (koma-script)
20718 \family default
20719
20720 \family sans
20721 book (koma-script)
20722 \family default
20723
20724 \family sans
20725 letter (koma-script)
20726 \family default
20727  oder 
20728 \family sans
20729 report (koma-script)
20730 \family default
20731 ) benutzen, können Sie anstatt des 
20732 \series bold
20733 caption
20734 \series default
20735 -Paketes den eingebauten Befehl 
20736 \series bold
20737
20738 \backslash
20739 setkomafont
20740 \series default
20741  von 
20742 \series bold
20743 koma-script
20744 \series default
20745  benutzen.
20746  Der Befehl
20747 \end_layout
20748
20749 \begin_layout Standard
20750
20751 \series bold
20752
20753 \backslash
20754 setkomafont{captionlabel}{
20755 \backslash
20756 bfseries}
20757 \end_layout
20758
20759 \begin_layout Standard
20760 im LaTeX-Vorspann druckt den Namen fett.
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Weitere Informationen über 
20765 \series bold
20766
20767 \backslash
20768 setkomafont
20769 \series default
20770  finden Sie in der 
20771 \series bold
20772 koma-script
20773 \series default
20774 -Dokumentation 
20775 \begin_inset LatexCommand cite
20776 key "koma-script,koma-script-de"
20777
20778 \end_inset
20779
20780 .
20781 \end_layout
20782
20783 \begin_layout Standard
20784 \begin_inset ERT
20785 status collapsed
20786
20787 \begin_layout Standard
20788
20789
20790 \backslash
20791 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
20792 }
20793 \end_layout
20794
20795 \end_inset
20796
20797
20798 \begin_inset Note Note
20799 status open
20800
20801 \begin_layout Standard
20802 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
20803 \end_layout
20804
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \begin_layout Standard
20811 \begin_inset Float figure
20812 placement !p
20813 wide false
20814 sideways false
20815 status open
20816
20817 \begin_layout Standard
20818 \align center
20819 \begin_inset Graphics
20820         filename ../clipart/mobius.eps
20821         lyxscale 50
20822         scale 50
20823         scaleBeforeRotation
20824
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \begin_layout Standard
20831 \begin_inset Caption
20832
20833 \begin_layout Standard
20834 \begin_inset LatexCommand label
20835 name "abb:Langer-Abb-Titel"
20836
20837 \end_inset
20838
20839 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
20840  ist, um das andere Beschriftungsformat zu zeigen.
20841  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
20842 \begin_inset OptArg
20843 status collapsed
20844
20845 \begin_layout Standard
20846 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
20847  ist.
20848 \end_layout
20849
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 \begin_inset ERT
20867 status collapsed
20868
20869 \begin_layout Standard
20870
20871
20872 \backslash
20873 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
20874 on}
20875 \end_layout
20876
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \begin_layout Standard
20883 \begin_inset Float table
20884 placement !p
20885 wide false
20886 sideways false
20887 status open
20888
20889 \begin_layout Standard
20890 \begin_inset Caption
20891
20892 \begin_layout Standard
20893 \begin_inset LatexCommand label
20894 name "tab:Langer-Tab-Titel"
20895
20896 \end_inset
20897
20898 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
20899  ist, um das andere Beschriftungsformat zu zeigen.
20900  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
20901  benutzt.
20902 \begin_inset OptArg
20903 status collapsed
20904
20905 \begin_layout Standard
20906 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
20907  ist.
20908 \end_layout
20909
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \begin_layout Standard
20921 \align center
20922 \begin_inset Tabular
20923 <lyxtabular version="3" rows="1" columns="5">
20924 <features>
20925 <column alignment="center" valignment="top" leftline="true" width="0">
20926 <column alignment="center" valignment="top" leftline="true" width="0">
20927 <column alignment="center" valignment="top" leftline="true" width="0">
20928 <column alignment="center" valignment="top" leftline="true" width="0">
20929 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20930 <row topline="true" bottomline="true">
20931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Standard
20935 a
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Standard
20944 b
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Standard
20953 c
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Standard
20962 d
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Standard
20971 e
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 </lyxtabular>
20978
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \begin_layout Section
20990 Beschriftungs-Platzierung
20991 \begin_inset LatexCommand label
20992 name "abs:Titel-Platzierung"
20993
20994 \end_inset
20995
20996
20997 \begin_inset LatexCommand index
20998 name "Gleitobjekte ! Beschriftung ! Platzierung"
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \begin_layout Standard
21006 Normalerweise werden die Beschriftungen wie folgt platziert:
21007 \end_layout
21008
21009 \begin_layout Description
21010 Abbildung: darunter
21011 \end_layout
21012
21013 \begin_layout Description
21014 Tabelle: darüber
21015 \end_layout
21016
21017 \begin_layout Standard
21018 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
21019  Das heißt wenn Sie eine der Dokument-Klassen 
21020 \family sans
21021 article
21022 \family default
21023
21024 \family sans
21025 book
21026 \family default
21027
21028 \family sans
21029 letter
21030 \family default
21031  oder 
21032 \family sans
21033 report
21034 \family default
21035  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
21036  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
21037 \series bold
21038 caption
21039 \series default
21040  im LaTeX-Vorspann folgendes:
21041 \begin_inset Foot
21042 status collapsed
21043
21044 \begin_layout Standard
21045 In Abschnitt\InsetSpace ~
21046
21047 \begin_inset LatexCommand ref
21048 reference "abs:Titel-Formatierung"
21049
21050 \end_inset
21051
21052  steht mehr über das Paket 
21053 \series bold
21054 caption
21055 \series default
21056 .
21057 \end_layout
21058
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \begin_layout Standard
21065
21066 \series bold
21067 tableposition=top
21068 \end_layout
21069
21070 \begin_layout Standard
21071 Wenn Sie eine 
21072 \series bold
21073 koma-script
21074 \series default
21075
21076 \begin_inset LatexCommand index
21077 name "LaTeX-Pakete ! koma-script"
21078
21079 \end_inset
21080
21081 -Dokumentklasse (
21082 \family sans
21083 article (koma-script)
21084 \family default
21085
21086 \family sans
21087 book (koma-script)
21088 \family default
21089
21090 \family sans
21091 letter (koma-script)
21092 \family default
21093  oder 
21094 \family sans
21095 report (koma-script)
21096 \family default
21097 ) benutzen, können Sie alternativ zum 
21098 \series bold
21099 caption
21100 \series default
21101 -Paket die Option 
21102 \series bold
21103 tablecaptionabove
21104 \series default
21105  benutzen.
21106 \end_layout
21107
21108 \begin_layout Standard
21109 \begin_inset VSpace bigskip
21110 \end_inset
21111
21112 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
21113  Das bewirkt das LaTeX-Paket 
21114 \series bold
21115 sidecap
21116 \series default
21117
21118 \begin_inset LatexCommand index
21119 name "LaTeX-Pakete ! sidecap"
21120
21121 \end_inset
21122
21123 , das so in den LaTeX-Vorspann geladen wird:
21124 \end_layout
21125
21126 \begin_layout Standard
21127
21128 \series bold
21129
21130 \backslash
21131 usepackage[Option]{sidecap}
21132 \end_layout
21133
21134 \begin_layout Standard
21135 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
21136  Mit 
21137 \series bold
21138 innercaption
21139 \series default
21140  wird die Beschriftung innen gedruckt.
21141  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
21142  
21143 \series bold
21144 rightcaption
21145 \series default
21146  oder 
21147 \series bold
21148 leftcaption
21149 \series default
21150 .
21151 \end_layout
21152
21153 \begin_layout Standard
21154 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
21155  in den LaTeX-Vorspann schreiben:
21156 \end_layout
21157
21158 \begin_layout Standard
21159
21160 \lyxline
21161
21162 \end_layout
21163
21164 \begin_layout Standard
21165
21166 \series bold
21167
21168 \backslash
21169 newcommand{
21170 \backslash
21171 TabBesBeg}{%
21172 \newline
21173
21174 \begin_inset ERT
21175 status collapsed
21176
21177 \begin_layout Standard
21178
21179
21180 \backslash
21181 hphantom{ }
21182 \end_layout
21183
21184 \end_inset
21185
21186
21187 \backslash
21188 let
21189 \backslash
21190 MyTable
21191 \backslash
21192 table
21193 \newline
21194
21195 \begin_inset ERT
21196 status collapsed
21197
21198 \begin_layout Standard
21199
21200
21201 \backslash
21202 hphantom{ }
21203 \end_layout
21204
21205 \end_inset
21206
21207
21208 \backslash
21209 let
21210 \backslash
21211 MyEndtable
21212 \backslash
21213 endtable
21214 \newline
21215
21216 \begin_inset ERT
21217 status collapsed
21218
21219 \begin_layout Standard
21220
21221
21222 \backslash
21223 hphantom{ }
21224 \end_layout
21225
21226 \end_inset
21227
21228
21229 \backslash
21230 renewenvironment{table}{
21231 \backslash
21232 begin{SCtable}}{
21233 \backslash
21234 end{SCtable}}}
21235 \end_layout
21236
21237 \begin_layout Standard
21238
21239 \series bold
21240
21241 \backslash
21242 newcommand{
21243 \backslash
21244 TabBesEnd}{%
21245 \newline
21246
21247 \begin_inset ERT
21248 status collapsed
21249
21250 \begin_layout Standard
21251
21252
21253 \backslash
21254 hphantom{ }
21255 \end_layout
21256
21257 \end_inset
21258
21259
21260 \backslash
21261 let
21262 \backslash
21263 table
21264 \backslash
21265 MyTable
21266 \newline
21267
21268 \begin_inset ERT
21269 status collapsed
21270
21271 \begin_layout Standard
21272
21273
21274 \backslash
21275 hphantom{ }
21276 \end_layout
21277
21278 \end_inset
21279
21280
21281 \backslash
21282 let
21283 \backslash
21284 endtable
21285 \backslash
21286 MyEndtable
21287 \end_layout
21288
21289 \begin_layout Standard
21290
21291 \series bold
21292
21293 \backslash
21294 newcommand{
21295 \backslash
21296 FigBesBeg}{%
21297 \newline
21298
21299 \begin_inset ERT
21300 status collapsed
21301
21302 \begin_layout Standard
21303
21304
21305 \backslash
21306 hphantom{ }
21307 \end_layout
21308
21309 \end_inset
21310
21311
21312 \backslash
21313 let
21314 \backslash
21315 MyFigure
21316 \backslash
21317 f\SpecialChar \textcompwordmark{}
21318 igure
21319 \newline
21320
21321 \begin_inset ERT
21322 status collapsed
21323
21324 \begin_layout Standard
21325
21326
21327 \backslash
21328 hphantom{ }
21329 \end_layout
21330
21331 \end_inset
21332
21333
21334 \backslash
21335 let
21336 \backslash
21337 MyEndf\SpecialChar \textcompwordmark{}
21338 igure
21339 \backslash
21340 endf\SpecialChar \textcompwordmark{}
21341 igure
21342 \newline
21343
21344 \begin_inset ERT
21345 status collapsed
21346
21347 \begin_layout Standard
21348
21349
21350 \backslash
21351 hphantom{ }
21352 \end_layout
21353
21354 \end_inset
21355
21356
21357 \backslash
21358 renewenvironment{f\SpecialChar \textcompwordmark{}
21359 igure}{
21360 \backslash
21361 begin{SCf\SpecialChar \textcompwordmark{}
21362 igure}}{
21363 \backslash
21364 end{SCf\SpecialChar \textcompwordmark{}
21365 igure}}}
21366 \end_layout
21367
21368 \begin_layout Standard
21369
21370 \series bold
21371
21372 \backslash
21373 newcommand{
21374 \backslash
21375 FigBesEnd}{%
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 f\SpecialChar \textcompwordmark{}
21395 igure
21396 \backslash
21397 MyFigure
21398 \newline
21399
21400 \begin_inset ERT
21401 status collapsed
21402
21403 \begin_layout Standard
21404
21405
21406 \backslash
21407 hphantom{ }
21408 \end_layout
21409
21410 \end_inset
21411
21412
21413 \backslash
21414 let
21415 \backslash
21416 endf\SpecialChar \textcompwordmark{}
21417 igure
21418 \backslash
21419 MyEndf\SpecialChar \textcompwordmark{}
21420 igure}
21421 \series default
21422
21423 \lyxline
21424
21425 \end_layout
21426
21427 \begin_layout Standard
21428 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
21429 ungen seitlich gedruckt werden.
21430  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
21431 \end_layout
21432
21433 \begin_layout Standard
21434
21435 \series bold
21436
21437 \backslash
21438 FigBesBeg
21439 \end_layout
21440
21441 \begin_layout Standard
21442 als ERT vor und
21443 \end_layout
21444
21445 \begin_layout Standard
21446
21447 \series bold
21448
21449 \backslash
21450 FigBesEnd
21451 \end_layout
21452
21453 \begin_layout Standard
21454 hinter das Gleitobjekt.
21455  Bei Gleitobjekt-Tabellen heißen die Befehle
21456 \end_layout
21457
21458 \begin_layout Standard
21459
21460 \series bold
21461
21462 \backslash
21463 TabBesBeg
21464 \series default
21465  und 
21466 \series bold
21467
21468 \backslash
21469 TabBesEnd
21470 \series default
21471 .
21472 \end_layout
21473
21474 \begin_layout Standard
21475 Abbildung\InsetSpace ~
21476
21477 \begin_inset LatexCommand ref
21478 reference "abb:cap-beside-fig"
21479
21480 \end_inset
21481
21482  und Tabelle\InsetSpace ~
21483
21484 \begin_inset LatexCommand ref
21485 reference "tab:cap-beside-tab"
21486
21487 \end_inset
21488
21489  sind Beispiele für seitliche Beschriftungen.
21490 \end_layout
21491
21492 \begin_layout Standard
21493 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
21494  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
21495  der Abbildung.
21496  Das kann man mit dem Befehl
21497 \end_layout
21498
21499 \begin_layout Standard
21500
21501 \series bold
21502
21503 \backslash
21504 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
21505 \end_layout
21506
21507 \begin_layout Standard
21508 im LaTeX-Vorspann oder als ERT vor dem Gleitobjekt ändern.
21509  Der Gleitobjekt-Typ ist entweder 
21510 \family sans
21511 figure
21512 \family default
21513  oder 
21514 \family sans
21515 table
21516 \family default
21517 , die
21518 \family sans
21519  
21520 \family default
21521 Platzierung ist 
21522 \family typewriter
21523 t
21524 \family default
21525  für oben, 
21526 \family typewriter
21527 c
21528 \family default
21529  für zentriert oder 
21530 \family typewriter
21531 b
21532 \family default
21533  für unten.
21534  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
21535  lautet der Befehl
21536 \end_layout
21537
21538 \begin_layout Standard
21539
21540 \series bold
21541
21542 \backslash
21543 sidecaptionvpos{figure}{c}
21544 \end_layout
21545
21546 \begin_layout Standard
21547 Das wurde in Abbildung\InsetSpace ~
21548
21549 \begin_inset LatexCommand ref
21550 reference "abb:cap-beside-fig-2"
21551
21552 \end_inset
21553
21554  benutzt.
21555 \end_layout
21556
21557 \begin_layout Standard
21558 \begin_inset VSpace medskip
21559 \end_inset
21560
21561 Weitere Informationen über das Paket
21562 \series bold
21563  sidecap
21564 \series default
21565  finden Sie in seiner Dokumentation 
21566 \begin_inset LatexCommand cite
21567 key "sidecap"
21568
21569 \end_inset
21570
21571 .
21572 \end_layout
21573
21574 \begin_layout Standard
21575 \begin_inset Note Greyedout
21576 status open
21577
21578 \begin_layout Standard
21579
21580 \series bold
21581 Bemerkung:
21582 \series default
21583  Das LaTeX-Paket 
21584 \series bold
21585 hypcap
21586 \series default
21587
21588 \begin_inset LatexCommand index
21589 name "LaTeX-Pakete ! hypcap"
21590
21591 \end_inset
21592
21593  das in Abschnitt\InsetSpace ~
21594
21595 \begin_inset LatexCommand ref
21596 reference "uab:Querverweis-Position"
21597
21598 \end_inset
21599
21600  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
21601  Beschriftungen.
21602 \end_layout
21603
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \begin_layout Standard
21610 \begin_inset ERT
21611 status collapsed
21612
21613 \begin_layout Standard
21614
21615
21616 \backslash
21617 FigBesBeg 
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \begin_layout Standard
21626 \begin_inset Float figure
21627 wide false
21628 sideways false
21629 status open
21630
21631 \begin_layout Standard
21632 \begin_inset Graphics
21633         filename ../clipart/escher-lsd.eps
21634         scale 75
21635         scaleBeforeRotation
21636
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Standard
21643 \begin_inset Caption
21644
21645 \begin_layout Standard
21646 Dies ist eine Beschriftung neben einer Abbildung.
21647 \end_layout
21648
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \begin_layout Standard
21660 \begin_inset ERT
21661 status collapsed
21662
21663 \begin_layout Standard
21664
21665
21666 \backslash
21667 TabBesBeg 
21668 \end_layout
21669
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \begin_layout Standard
21676 \begin_inset Float table
21677 wide false
21678 sideways false
21679 status open
21680
21681 \begin_layout Standard
21682 \begin_inset Caption
21683
21684 \begin_layout Standard
21685 \begin_inset LatexCommand label
21686 name "tab:cap-beside-tab"
21687
21688 \end_inset
21689
21690 Dies ist eine Beschriftung neben einer Tabelle.
21691 \end_layout
21692
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \begin_layout Standard
21699 \begin_inset Tabular
21700 <lyxtabular version="3" rows="4" columns="5">
21701 <features>
21702 <column alignment="center" valignment="top" leftline="true" width="0">
21703 <column alignment="center" valignment="top" leftline="true" width="0">
21704 <column alignment="center" valignment="top" leftline="true" width="0">
21705 <column alignment="center" valignment="top" leftline="true" width="0">
21706 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
21707 <row topline="true">
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Standard
21712 a
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Standard
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Standard
21730 b
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Standard
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Standard
21748 c
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row topline="true">
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Standard
21759
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Standard
21768 d
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Standard
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Standard
21786 e
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Standard
21795
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 </row>
21801 <row topline="true">
21802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Standard
21806 f
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Standard
21815
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Standard
21824 g
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Standard
21833
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Standard
21842 h
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row topline="true" bottomline="true">
21849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Standard
21853
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Standard
21862 i
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Standard
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Standard
21880 j
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Standard
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 </lyxtabular>
21896
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \begin_layout Standard
21908 \begin_inset ERT
21909 status collapsed
21910
21911 \begin_layout Standard
21912
21913
21914 \backslash
21915 TabBesEnd
21916 \end_layout
21917
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \begin_layout Standard
21924 \begin_inset ERT
21925 status collapsed
21926
21927 \begin_layout Standard
21928
21929
21930 \backslash
21931 sidecaptionvpos{figure}{c}
21932 \end_layout
21933
21934 \end_inset
21935
21936
21937 \begin_inset Float figure
21938 wide false
21939 sideways false
21940 status open
21941
21942 \begin_layout Standard
21943 \begin_inset Graphics
21944         filename ../clipart/escher-lsd.eps
21945         scale 75
21946         scaleBeforeRotation
21947
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \begin_layout Standard
21954 \begin_inset Caption
21955
21956 \begin_layout Standard
21957 \begin_inset LatexCommand label
21958 name "abb:cap-beside-fig-2"
21959
21960 \end_inset
21961
21962 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \begin_layout Standard
21976 \begin_inset ERT
21977 status collapsed
21978
21979 \begin_layout Standard
21980
21981
21982 \backslash
21983 FigBesEnd
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \begin_layout Section
21992 Gleitobjekt-Verzeichnisse
21993 \begin_inset LatexCommand label
21994 name "abs:Gleitobjekt-Verzeichnisse"
21995
21996 \end_inset
21997
21998
21999 \begin_inset LatexCommand index
22000 name "Gleitobjekte ! Verzeichnisse"
22001
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \begin_layout Standard
22008 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
22009  Sie können mit den Untermenüs von 
22010 \family sans
22011 Einfügen\SpecialChar \menuseparator
22012 Liste\InsetSpace ~
22013 /\InsetSpace ~
22014 Inhaltsverzeichnis
22015 \family default
22016  eingefügt werden.
22017 \end_layout
22018
22019 \begin_layout Standard
22020 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
22021  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
22022 \end_layout
22023
22024 \begin_layout Standard
22025 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
22026  und ein Tabellen-Verzeichnis.
22027 \end_layout
22028
22029 \begin_layout Chapter
22030 Notizen
22031 \end_layout
22032
22033 \begin_layout Section
22034 \begin_inset ERT
22035 status collapsed
22036
22037 \begin_layout Standard
22038
22039
22040 \backslash
22041 texorpdfstring{
22042 \end_layout
22043
22044 \end_inset
22045
22046 Ly
22047 \begin_inset ERT
22048 status collapsed
22049
22050 \begin_layout Standard
22051
22052 {}
22053 \end_layout
22054
22055 \end_inset
22056
22057 X
22058 \begin_inset ERT
22059 status collapsed
22060
22061 \begin_layout Standard
22062
22063 }{LyX}
22064 \end_layout
22065
22066 \end_inset
22067
22068 -Notizen
22069 \begin_inset LatexCommand label
22070 name "abs:LyX-Notizen"
22071
22072 \end_inset
22073
22074
22075 \begin_inset LatexCommand index
22076 name "Notizen ! LyX-Notizen"
22077
22078 \end_inset
22079
22080
22081 \begin_inset Note Note
22082 status collapsed
22083
22084 \begin_layout Standard
22085 Den Befehl
22086 \family typewriter
22087  
22088 \family default
22089 \series bold
22090
22091 \backslash
22092 texorpdfstring
22093 \series default
22094  stellt das LaTeX-Paket 
22095 \series bold
22096 hyperref
22097 \series default
22098  bereit, um zu verhindern, dass Ligaturen in PDF-Lesezeichen falsch dargestellt
22099  werden.
22100  Weitere Informationen finden Sie in 
22101 \begin_inset LatexCommand cite
22102 key "hyperref"
22103
22104 \end_inset
22105
22106 .
22107 \end_layout
22108
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \begin_layout Standard
22115 Notizen werden mit einem Klick auf 
22116 \begin_inset Graphics
22117         filename ../../images/note-insert.xpm
22118         scale 85
22119         scaleBeforeRotation
22120         BoundingBox 0bp 6bp 22bp 22bp
22121
22122 \end_inset
22123
22124  oder 
22125 \family sans
22126 Einfügen\SpecialChar \menuseparator
22127 Notiz
22128 \family default
22129  eingefügt.
22130  Es gibt drei Arten:
22131 \end_layout
22132
22133 \begin_layout Description
22134 Ly
22135 \begin_inset ERT
22136 status collapsed
22137
22138 \begin_layout Standard
22139
22140 {}
22141 \end_layout
22142
22143 \end_inset
22144
22145 X-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
22146  Eine 
22147 \family sans
22148 Ly
22149 \begin_inset ERT
22150 status collapsed
22151
22152 \begin_layout Standard
22153
22154 {}
22155 \end_layout
22156
22157 \end_inset
22158
22159 X-Notiz
22160 \family default
22161  sieht so aus:
22162 \newline
22163
22164 \newline
22165
22166 \begin_inset Graphics
22167         filename clipart/LyXNotizQt4.png
22168         display none
22169         scale 60
22170         scaleBeforeRotation
22171
22172 \end_inset
22173
22174  
22175 \begin_inset Note Note
22176 status open
22177
22178 \begin_layout Standard
22179 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \begin_layout Description
22188 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
22189 men\SpecialChar \-
22190 tar,
22191  wenn Sie das Dokument nach LaTeX exportieren (
22192 \family sans
22193 Datei\SpecialChar \menuseparator
22194 Ex\SpecialChar \-
22195 por\SpecialChar \-
22196 tie\SpecialChar \-
22197 ren\SpecialChar \menuseparator
22198 LaTe
22199 \begin_inset ERT
22200 status collapsed
22201
22202 \begin_layout Standard
22203
22204 {}
22205 \end_layout
22206
22207 \end_inset
22208
22209 X (pdflatex) / LaTeX (plain)
22210 \family default
22211 .
22212  Ein Kommentar sieht so aus:
22213 \newline
22214
22215 \newline
22216
22217 \begin_inset Graphics
22218         filename clipart/KommentarQt4.png
22219         display none
22220         scale 60
22221         scaleBeforeRotation
22222
22223 \end_inset
22224
22225  
22226 \begin_inset Note Comment
22227 status open
22228
22229 \begin_layout Standard
22230 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \begin_layout Description
22239 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
22240 \newline
22241
22242 \newline
22243
22244 \begin_inset Graphics
22245         filename clipart/GrauschriftNotizQt4.png
22246         display none
22247         scale 60
22248         scaleBeforeRotation
22249
22250 \end_inset
22251
22252
22253 \newline
22254
22255 \begin_inset ERT
22256 status collapsed
22257
22258 \begin_layout Standard
22259
22260
22261 \backslash
22262 renewenvironment{lyxgreyedout}
22263 \end_layout
22264
22265 \begin_layout Standard
22266
22267 {
22268 \backslash
22269 textcolor[gray]{0.4}
22270 \backslash
22271 bgroup}{
22272 \backslash
22273 egroup}
22274 \end_layout
22275
22276 \end_inset
22277
22278
22279 \begin_inset Note Greyedout
22280 status open
22281
22282 \begin_layout Standard
22283 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
22284 \begin_inset Foot
22285 status open
22286
22287 \begin_layout Standard
22288 Dies ist eine Fußnote in einer Grauschrift-Notiz.
22289 \end_layout
22290
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \end_inset
22297
22298
22299 \begin_inset ERT
22300 status collapsed
22301
22302 \begin_layout Standard
22303
22304
22305 \backslash
22306 renewenvironment{lyxgreyedout}
22307 \end_layout
22308
22309 \begin_layout Standard
22310
22311 {
22312 \backslash
22313 textcolor{blue}
22314 \backslash
22315 bgroup}{
22316 \backslash
22317 egroup}
22318 \end_layout
22319
22320 \end_inset
22321
22322
22323 \begin_inset Note Note
22324 status collapsed
22325
22326 \begin_layout Standard
22327 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
22328  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
22329  definiert wurden.
22330  
22331 \end_layout
22332
22333 \end_inset
22334
22335
22336 \newline
22337
22338 \newline
22339 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
22340  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
22341 \end_layout
22342
22343 \begin_layout Description
22344 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
22345 \newline
22346
22347 \newline
22348
22349 \begin_inset Graphics
22350         filename clipart/GerahmteNotizQt4.png
22351         display none
22352         scale 60
22353         scaleBeforeRotation
22354
22355 \end_inset
22356
22357
22358 \begin_inset Note Framed
22359 status open
22360
22361 \begin_layout Standard
22362 Dies ist eine Notiz, die gerahmt gedruckt wird.
22363 \end_layout
22364
22365 \end_inset
22366
22367 Im Gegensatz zu gerahmten Boxen
22368 \begin_inset Foot
22369 status open
22370
22371 \begin_layout Standard
22372 Gerahmte Boxen werden in Abschnitt\InsetSpace ~
22373
22374 \begin_inset LatexCommand ref
22375 reference "abs:Gerahmte-Boxen"
22376
22377 \end_inset
22378
22379  beschrieben.
22380 \end_layout
22381
22382 \end_inset
22383
22384  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
22385  Notiz ist ein Absatz für sich.
22386  
22387 \end_layout
22388
22389 \begin_layout Description
22390 Schattiert: Diese Notiz müsste eigentlich 
22391 \family sans
22392 farbig
22393 \family default
22394  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
22395 \family sans
22396 Werkzeuge\SpecialChar \menuseparator
22397 Einstellungen\SpecialChar \menuseparator
22398 Farben\SpecialChar \menuseparator
22399 Schattierte\InsetSpace ~
22400 Box
22401 \family default
22402  definiert ist, und sieht so aus:
22403 \newline
22404
22405 \newline
22406
22407 \begin_inset Graphics
22408         filename clipart/SchattierteNotizQt4.png
22409         display none
22410         scale 60
22411         scaleBeforeRotation
22412
22413 \end_inset
22414
22415
22416 \begin_inset Note Shaded
22417 status open
22418
22419 \begin_layout Standard
22420 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
22421 \end_layout
22422
22423 \end_inset
22424
22425 Im Gegensatz zu farbigen Boxen
22426 \begin_inset Foot
22427 status collapsed
22428
22429 \begin_layout Standard
22430 Farbige Boxen werden in Abschnitt\InsetSpace ~
22431
22432 \begin_inset LatexCommand ref
22433 reference "abs:Farbige-Boxen"
22434
22435 \end_inset
22436
22437  beschrieben.
22438 \end_layout
22439
22440 \end_inset
22441
22442  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
22443  die Notiz ist ein Absatz für sich.
22444 \end_layout
22445
22446 \begin_layout Standard
22447 \begin_inset VSpace bigskip
22448 \end_inset
22449
22450 Wenn Sie auf den Werzeugleistenknopf 
22451 \begin_inset Graphics
22452         filename ../../images/note-insert.xpm
22453         scale 85
22454         scaleBeforeRotation
22455         BoundingBox 0bp 6bp 22bp 22bp
22456
22457 \end_inset
22458
22459  klicken, wird zunächst eine 
22460 \family sans
22461 LyX-Notiz
22462 \family default
22463  eingefügt.
22464  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
22465  anderen Möglichkeiten auswählen.
22466  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
22467  Sie ihn und klicken dann auf den Werzeugleistenknopf.
22468 \end_layout
22469
22470 \begin_layout Standard
22471 \begin_inset VSpace bigskip
22472 \end_inset
22473
22474 Die Textfarbe der 
22475 \family sans
22476 Grauschrift
22477 \family default
22478 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
22479 \end_layout
22480
22481 \begin_layout Standard
22482
22483 \series bold
22484
22485 \backslash
22486 renewenvironment{lyxgreyedout}
22487 \newline
22488
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Standard
22493
22494
22495 \backslash
22496 hphantom{ }
22497 \end_layout
22498
22499 \end_inset
22500
22501 {
22502 \backslash
22503 textcolor{color}
22504 \backslash
22505 bgroup}{
22506 \backslash
22507 egroup}
22508 \end_layout
22509
22510 \begin_layout Standard
22511 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
22512
22513 \begin_inset LatexCommand ref
22514 reference "abs:Farbige-Tabellen"
22515
22516 \end_inset
22517
22518  beschrieben.
22519  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
22520 \end_layout
22521
22522 \begin_layout Standard
22523 \begin_inset VSpace bigskip
22524 \end_inset
22525
22526 Der Textstil von 
22527 \family sans
22528 Eingerahmt
22529 \family default
22530  und 
22531 \family sans
22532 Schattiert
22533 \family default
22534  kann im 
22535 \family sans
22536 Textstil
22537 \family default
22538  Dialog eingestellt werden.
22539 \end_layout
22540
22541 \begin_layout Standard
22542 Die Standard-Rahmenbreite für 
22543 \family sans
22544 Eingerahmt
22545 \family default
22546  ist 0.4\InsetSpace \thinspace{}
22547 pt; sie kann mit 
22548 \series bold
22549
22550 \backslash
22551 FrameRule
22552 \series default
22553  geändert werden.
22554  Der Standard-Abstand zwischen Rahmen und Text ist 9\InsetSpace \thinspace{}
22555 pt; er kann mit 
22556 \series bold
22557
22558 \backslash
22559 FrameSep
22560 \series default
22561  geändert werden.
22562  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
22563  als ERT geändert:
22564 \end_layout
22565
22566 \begin_layout Standard
22567
22568 \series bold
22569
22570 \backslash
22571 FrameRule 5pt 
22572 \backslash
22573 FrameSep 0.5cm
22574 \end_layout
22575
22576 \begin_layout Standard
22577 \begin_inset ERT
22578 status collapsed
22579
22580 \begin_layout Standard
22581
22582
22583 \backslash
22584 FrameRule 5pt 
22585 \backslash
22586 FrameSep 0.5cm
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \begin_inset Note Framed
22593 status open
22594
22595 \begin_layout Standard
22596 Dies ist Text in einem anderen Rahmen.
22597 \end_layout
22598
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \begin_layout Standard
22605 \begin_inset ERT
22606 status collapsed
22607
22608 \begin_layout Standard
22609
22610
22611 \backslash
22612 FrameRule 0.4pt 
22613 \backslash
22614 FrameSep 9pt
22615 \end_layout
22616
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \begin_layout Standard
22623 \begin_inset VSpace bigskip
22624 \end_inset
22625
22626 Für 
22627 \family sans
22628 Schattiert
22629 \family default
22630  beträgt der Abstand zwischen Rand und Text 3\InsetSpace \thinspace{}
22631 pt; er kann mit 
22632 \series bold
22633
22634 \backslash
22635 fboxsep
22636 \series default
22637  geändert werden.
22638  Die Standard-Hintergrundfarbe ist rot und kann mit 
22639 \series bold
22640
22641 \backslash
22642 definecolor{shadebox}
22643 \series default
22644  oder 
22645 \family sans
22646 Werkzeuge\SpecialChar \menuseparator
22647 Einstellungen\SpecialChar \menuseparator
22648 Farben\SpecialChar \menuseparator
22649 Schattierte\InsetSpace ~
22650 Box
22651 \family default
22652  geändert werden.
22653  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
22654
22655 \begin_inset LatexCommand ref
22656 reference "abs:Farbige-Tabellen"
22657
22658 \end_inset
22659
22660  beschrieben
22661 \begin_inset Foot
22662 status collapsed
22663
22664 \begin_layout Standard
22665
22666 \series bold
22667
22668 \backslash
22669 definecolor
22670 \series default
22671  benötigt LaTeX-Paket 
22672 \series bold
22673 color
22674 \series default
22675
22676 \begin_inset LatexCommand index
22677 name "LaTeX-Pakete ! color"
22678
22679 \end_inset
22680
22681  im LaTeX-Vorspann, siehe Abschnitt\InsetSpace ~
22682
22683 \begin_inset LatexCommand ref
22684 reference "abs:Farbige-Boxen"
22685
22686 \end_inset
22687
22688 .
22689 \end_layout
22690
22691 \end_inset
22692
22693 .
22694 \end_layout
22695
22696 \begin_layout Standard
22697 Für das folgende Beispiel wurden folgende ERT-Befehle verwendet:
22698 \end_layout
22699
22700 \begin_layout Standard
22701
22702 \series bold
22703
22704 \backslash
22705 fboxsep 0.5cm
22706 \newline
22707
22708 \backslash
22709 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
22710 \end_layout
22711
22712 \begin_layout Standard
22713 \begin_inset ERT
22714 status collapsed
22715
22716 \begin_layout Standard
22717
22718
22719 \backslash
22720 fboxsep 0.5cm
22721 \end_layout
22722
22723 \end_inset
22724
22725
22726 \begin_inset ERT
22727 status collapsed
22728
22729 \begin_layout Standard
22730
22731
22732 \backslash
22733 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
22734 \end_layout
22735
22736 \end_inset
22737
22738
22739 \begin_inset Note Shaded
22740 status open
22741
22742 \begin_layout Standard
22743
22744 \color yellow
22745 Dies ist gelber Text auf dunkelgrünem Hintergrund.
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \begin_layout Standard
22754 \begin_inset ERT
22755 status collapsed
22756
22757 \begin_layout Standard
22758
22759
22760 \backslash
22761 fboxsep 3pt
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \begin_inset ERT
22768 status collapsed
22769
22770 \begin_layout Standard
22771
22772
22773 \backslash
22774 definecolor{shadecolor}{rgb}{1,0,0}
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \begin_layout Section
22783 Fußnoten
22784 \begin_inset LatexCommand label
22785 name "abs:Fußnoten"
22786
22787 \end_inset
22788
22789
22790 \begin_inset LatexCommand index
22791 name "Notizen ! Fußnoten"
22792
22793 \end_inset
22794
22795
22796 \begin_inset LatexCommand index
22797 name "Fußnoten"
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 Zu dem, was bereits im 
22806 \emph on
22807 Benutzerhandbuch
22808 \emph default
22809  und in den 
22810 \emph on
22811 Handbuchergänzungen
22812 \emph default
22813  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
22814 \color black
22815
22816 \begin_inset Foot
22817 status open
22818
22819 \begin_layout Standard
22820
22821 \color black
22822 \begin_inset LatexCommand label
22823 name "fuss:Fußnoten-Beispiel"
22824
22825 \end_inset
22826
22827 Dies ist eine Fußnote.
22828 \end_layout
22829
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \begin_layout Standard
22836 \begin_inset ERT
22837 status collapsed
22838
22839 \begin_layout Standard
22840
22841
22842 \backslash
22843 newcounter{MyRepeatFoot}
22844 \end_layout
22845
22846 \begin_layout Standard
22847
22848
22849 \backslash
22850 setcounter{MyRepeatFoot}{
22851 \backslash
22852 thefootnote}
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \begin_layout Standard
22861 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
22862  wurde, eine hochgestellte Zahl.
22863  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
22864  hochgestellt dem Text vorangeht.
22865  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
22866  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
22867  werden.
22868 \end_layout
22869
22870 \begin_layout Standard
22871 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
22872  der Fußnote eine Marke eingefügt wurde.
22873  Dies ist ein Querverweis auf Fußnote\InsetSpace ~
22874
22875 \begin_inset LatexCommand ref
22876 reference "fuss:Fußnoten-Beispiel"
22877
22878 \end_inset
22879
22880 .
22881 \end_layout
22882
22883 \begin_layout Standard
22884 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
22885  siehe Abschnitt\InsetSpace ~
22886
22887 \begin_inset LatexCommand ref
22888 reference "abs:Minipage"
22889
22890 \end_inset
22891
22892 .
22893  Fußnoten in langen Tabellen wurden bereits in Abschnitt\InsetSpace ~
22894
22895 \begin_inset LatexCommand ref
22896 reference "uab:Fußnoten-in-langen"
22897
22898 \end_inset
22899
22900  beschrieben.
22901 \end_layout
22902
22903 \begin_layout Standard
22904 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
22905  ERT-Befehl 
22906 \series bold
22907
22908 \backslash
22909 footnotemark[Nummer]
22910 \series default
22911  benutzen.
22912  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
22913  mal gedruckt wird.
22914 \end_layout
22915
22916 \begin_layout Standard
22917 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
22918  sie speichern, nachdem Sie die Fußnote eingefügt haben.
22919  Hinter Fußnote\InsetSpace ~
22920
22921 \begin_inset LatexCommand ref
22922 reference "fuss:Fußnoten-Beispiel"
22923
22924 \end_inset
22925
22926  wurde das mit folgenden ERT-Befehlen gemacht:
22927 \end_layout
22928
22929 \begin_layout Standard
22930
22931 \series bold
22932
22933 \backslash
22934 newcounter{MyRepeatFoot}
22935 \newline
22936
22937 \backslash
22938 setcounter{MyRepeatFoot}{
22939 \backslash
22940 thefootnote}
22941 \end_layout
22942
22943 \begin_layout Standard
22944 Die Fußnotenmarke wurde dann mit diesem ERT-Befehl definiert;
22945 \end_layout
22946
22947 \begin_layout Standard
22948
22949 \series bold
22950
22951 \backslash
22952 footnotemark[
22953 \backslash
22954 theMyRepeatFoot]
22955 \end_layout
22956
22957 \begin_layout Standard
22958 Hier ist ein Beispiel für eine Fußnotenmarke:
22959 \family roman
22960 \series medium
22961 \bar no
22962
22963 \begin_inset ERT
22964 status collapsed
22965
22966 \begin_layout Standard
22967
22968
22969 \backslash
22970 footnotemark[
22971 \backslash
22972 theMyRepeatFoot]
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \begin_layout Subsection
22981 Fußnoten-Nummerierung
22982 \begin_inset LatexCommand label
22983 name "uab:Fußnoten-Nummerierung"
22984
22985 \end_inset
22986
22987
22988 \begin_inset LatexCommand index
22989 name "Fußnoten ! Nummerierung"
22990
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \begin_layout Standard
22997 Um Fußnoten nach jedem Abschnitt
22998 \family roman
22999  auf 1 zurückzusetzen, 
23000 \family default
23001 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23002 \end_layout
23003
23004 \begin_layout Standard
23005
23006 \series bold
23007
23008 \backslash
23009 @addtoreset{footnote}{section}
23010 \end_layout
23011
23012 \begin_layout Standard
23013 \begin_inset VSpace bigskip
23014 \end_inset
23015
23016 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
23017  Zahlen:
23018 \end_layout
23019
23020 \begin_layout Standard
23021
23022 \series bold
23023
23024 \backslash
23025 renewcommand{
23026 \backslash
23027 thefootnote}{
23028 \backslash
23029 roman{footnote}}
23030 \end_layout
23031
23032 \begin_layout Standard
23033 \begin_inset ERT
23034 status collapsed
23035
23036 \begin_layout Standard
23037
23038
23039 \backslash
23040 renewcommand{
23041 \backslash
23042 thefootnote}{
23043 \backslash
23044 roman{footnote}}
23045 \end_layout
23046
23047 \end_inset
23048
23049  Hier ist ein Beispiel für solch eine Fußnote:
23050 \begin_inset Foot
23051 status open
23052
23053 \begin_layout Standard
23054 Dies ist eine Fußnote mit kleinen römischen Zahlen
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \begin_layout Standard
23063 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
23064  Sie in obigem Befehl 
23065 \series bold
23066
23067 \backslash
23068 roman
23069 \series default
23070  durch 
23071 \series bold
23072
23073 \backslash
23074 Roman
23075 \series default
23076 .
23077  Um Fußnoten mit großen oder kleinen Buchstaben zu 
23078 \begin_inset Quotes gld
23079 \end_inset
23080
23081 nummerieren
23082 \begin_inset Quotes grd
23083 \end_inset
23084
23085 , verwenden Sie die Befehle 
23086 \series bold
23087
23088 \backslash
23089 Alph
23090 \series default
23091  bzw.\InsetSpace ~
23092
23093 \series bold
23094
23095 \backslash
23096 alph
23097 \series default
23098 .
23099  Für die 
23100 \begin_inset Quotes gld
23101 \end_inset
23102
23103 Nummerierung
23104 \begin_inset Quotes grd
23105 \end_inset
23106
23107  mit Symbolen steht der Befehl 
23108 \series bold
23109
23110 \backslash
23111 fnsymbol
23112 \series default
23113  zur Verfügung.
23114 \end_layout
23115
23116 \begin_layout Standard
23117 \begin_inset Note Greyedout
23118 status open
23119
23120 \begin_layout Standard
23121
23122 \series bold
23123 Bemerkung 1:
23124 \series default
23125  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
23126  
23127 \emph on
23128 ein
23129 \emph default
23130  Buchstabe verwendet wird.
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \newline
23137
23138 \begin_inset Note Greyedout
23139 status open
23140
23141 \begin_layout Standard
23142
23143 \series bold
23144 Bemerkung 2:
23145 \series default
23146  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \begin_layout Standard
23155 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
23156 \series bold
23157
23158 \backslash
23159 arabic
23160 \series default
23161  anstelle von 
23162 \series bold
23163
23164 \backslash
23165 roman
23166 \series default
23167  in obigem Befehl.
23168 \begin_inset ERT
23169 status collapsed
23170
23171 \begin_layout Standard
23172
23173
23174 \backslash
23175 renewcommand{
23176 \backslash
23177 thefootnote}{
23178 \backslash
23179 arabic{footnote}}
23180 \end_layout
23181
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \begin_layout Standard
23188 \begin_inset VSpace bigskip
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Standard
23195 Wenn Sie wollen, dass Fußnoten nach dem Schema 
23196 \begin_inset Quotes gld
23197 \end_inset
23198
23199 Kapitel.Fußnote
23200 \begin_inset Quotes grd
23201 \end_inset
23202
23203  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23204 \end_layout
23205
23206 \begin_layout Standard
23207
23208 \series bold
23209
23210 \backslash
23211 numberwithin{footnote}{chapter}
23212 \end_layout
23213
23214 \begin_layout Standard
23215 Um 
23216 \series bold
23217
23218 \backslash
23219 numberwithin
23220 \series default
23221  benutzen zu können, muss in den 
23222 \family sans
23223 Mathe\InsetSpace ~
23224 Optionen
23225 \family default
23226  der 
23227 \family sans
23228 Dokument-Einstellungen
23229 \family default
23230  
23231 \family sans
23232 AMS\InsetSpace ~
23233 Mathe\InsetSpace ~
23234 Paket
23235 \family default
23236 \InsetSpace ~
23237
23238 \family sans
23239 verwenden
23240 \family default
23241  angekreuzt sein.
23242 \begin_inset ERT
23243 status collapsed
23244
23245 \begin_layout Standard
23246
23247
23248 \backslash
23249 numberwithin{footnote}{chapter}
23250 \end_layout
23251
23252 \end_inset
23253
23254  Hier ist ein Beispiel für solch eine Fußnote.
23255 \series bold
23256
23257 \begin_inset Foot
23258 status open
23259
23260 \begin_layout Standard
23261 Dies ist eine Fußnote nach dem Schema 
23262 \begin_inset Quotes gld
23263 \end_inset
23264
23265 Kapitel.Fußnote
23266 \begin_inset Quotes grd
23267 \end_inset
23268
23269 .
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \series default
23276
23277 \begin_inset ERT
23278 status collapsed
23279
23280 \begin_layout Standard
23281
23282
23283 \backslash
23284 numberwithin{footnote}{part}
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \begin_inset Note Greyedout
23294 status open
23295
23296 \begin_layout Standard
23297
23298 \series bold
23299 Bemerkung:
23300 \series default
23301  
23302 \series bold
23303
23304 \backslash
23305 numberwithin
23306 \series default
23307  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
23308  werden überschrieben.
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Standard
23317 Um also z.\InsetSpace \thinspace{}
23318 B.
23319  das Schema 
23320 \begin_inset Quotes gld
23321 \end_inset
23322
23323 Kapitel.
23324 \backslash
23325 Roman{footnote}
23326 \begin_inset Quotes grd
23327 \end_inset
23328
23329  zu erhalten, muss dieser Befehl anstelle von 
23330 \series bold
23331
23332 \backslash
23333 numberwithin
23334 \series default
23335  verwendet werden:
23336 \end_layout
23337
23338 \begin_layout Standard
23339
23340 \series bold
23341
23342 \backslash
23343 renewcommand{
23344 \backslash
23345 thefootnote}{
23346 \backslash
23347 thechapter.
23348 \backslash
23349 Roman{footnote}}
23350 \end_layout
23351
23352 \begin_layout Subsection
23353 Fußnoten-Platzierung
23354 \begin_inset LatexCommand index
23355 name "Fußnoten ! Platzierung"
23356
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \begin_layout Standard
23363 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
23364  ohne Zwischenraum am Ende der Seite gedruckt.
23365  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
23366  LaTeX-Vorspann 1.5\InsetSpace \thinspace{}
23367 mm Zwischenraum einfügen:
23368 \end_layout
23369
23370 \begin_layout Standard
23371
23372 \series bold
23373
23374 \backslash
23375 let
23376 \backslash
23377 myFoot
23378 \backslash
23379 footnote
23380 \newline
23381
23382 \backslash
23383 renewcommand{
23384 \backslash
23385 footnote}[1]{
23386 \backslash
23387 myFoot{#1
23388 \backslash
23389 vspace{1.5mm}}}
23390 \end_layout
23391
23392 \begin_layout Standard
23393 \begin_inset VSpace bigskip
23394 \end_inset
23395
23396 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
23397  Spalte gedruckt, Abbildung\InsetSpace ~
23398
23399 \begin_inset LatexCommand ref
23400 reference "abb:Standard-Fußnoten-Platzierung-in"
23401
23402 \end_inset
23403
23404 .
23405  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
23406  in Abbildung\InsetSpace ~
23407
23408 \begin_inset LatexCommand ref
23409 reference "abb:Fußnoten-Platzierung-in-einem"
23410
23411 \end_inset
23412
23413 , müssen Sie das LaTeX-Paket 
23414 \series bold
23415 ftnright
23416 \series default
23417
23418 \begin_inset LatexCommand index
23419 name "LaTeX-Pakete ! ftnright"
23420
23421 \end_inset
23422
23423  mit folgendem Befehl im LaTeX-Vorspann einfügen:
23424 \end_layout
23425
23426 \begin_layout Standard
23427
23428 \series bold
23429
23430 \backslash
23431 usepackage{ftnright}
23432 \end_layout
23433
23434 \begin_layout Standard
23435 \begin_inset Float figure
23436 placement !h
23437 wide false
23438 sideways false
23439 status open
23440
23441 \begin_layout Standard
23442 \begin_inset ERT
23443 status collapsed
23444
23445 \begin_layout Standard
23446
23447
23448 \backslash
23449 framebox{
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \begin_inset Graphics
23456         filename ../clipart/without_fntright.pdf
23457         width 100col%
23458         scaleBeforeRotation
23459
23460 \end_inset
23461
23462
23463 \begin_inset ERT
23464 status collapsed
23465
23466 \begin_layout Standard
23467
23468 }
23469 \end_layout
23470
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \begin_layout Standard
23477 \begin_inset Caption
23478
23479 \begin_layout Standard
23480 \begin_inset LatexCommand label
23481 name "abb:Standard-Fußnoten-Platzierung-in"
23482
23483 \end_inset
23484
23485 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
23486 \begin_inset OptArg
23487 status collapsed
23488
23489 \begin_layout Standard
23490 Standard Fußnoten-Platzierung in einem zweisp.
23491  Dokument
23492 \end_layout
23493
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \begin_layout Standard
23510 \begin_inset Float figure
23511 placement !h
23512 wide false
23513 sideways false
23514 status open
23515
23516 \begin_layout Standard
23517 \begin_inset ERT
23518 status collapsed
23519
23520 \begin_layout Standard
23521
23522
23523 \backslash
23524 framebox{
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \begin_inset Graphics
23531         filename ../clipart/with_fntright.pdf
23532         width 100col%
23533         scaleBeforeRotation
23534
23535 \end_inset
23536
23537
23538 \begin_inset ERT
23539 status collapsed
23540
23541 \begin_layout Standard
23542
23543 }
23544 \end_layout
23545
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \begin_layout Standard
23552 \begin_inset Caption
23553
23554 \begin_layout Standard
23555 \begin_inset LatexCommand label
23556 name "abb:Fußnoten-Platzierung-in-einem"
23557
23558 \end_inset
23559
23560 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
23561  
23562 \series bold
23563 ftnright
23564 \series default
23565 .
23566 \begin_inset OptArg
23567 status collapsed
23568
23569 \begin_layout Standard
23570 Fußnoten-Platzierung mit 
23571 \family typewriter
23572 ftnright
23573 \end_layout
23574
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \begin_layout Standard
23591 \begin_inset VSpace bigskip
23592 \end_inset
23593
23594 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
23595  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung\InsetSpace ~
23596
23597 \begin_inset LatexCommand ref
23598 reference "abb:endnotes----Die"
23599
23600 \end_inset
23601
23602  gedruckt.
23603  Man nennt sie dann 
23604 \emph on
23605 Endnoten
23606 \emph default
23607 .
23608  Um das zu erreichen müssen Sie das LaTeX-Paket 
23609 \series bold
23610 endnotes
23611 \series default
23612
23613 \begin_inset LatexCommand index
23614 name "LaTeX-Pakete ! endnotes"
23615
23616 \end_inset
23617
23618  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
23619 \end_layout
23620
23621 \begin_layout Standard
23622
23623 \series bold
23624
23625 \backslash
23626 usepackage{endnotes}
23627 \newline
23628
23629 \backslash
23630 let
23631 \backslash
23632 footnote
23633 \backslash
23634 endnote
23635 \end_layout
23636
23637 \begin_layout Standard
23638 Um die gesammelten Fußnoten zu drucken fügen Sie den ERT-Befehl
23639 \series bold
23640  
23641 \backslash
23642 theendnotes
23643 \series default
23644  am Ende des Abschnitts oder Kapitels ein.
23645 \end_layout
23646
23647 \begin_layout Standard
23648 \begin_inset Float figure
23649 wide false
23650 sideways false
23651 status open
23652
23653 \begin_layout Standard
23654 \align center
23655 \begin_inset ERT
23656 status collapsed
23657
23658 \begin_layout Standard
23659
23660
23661 \backslash
23662 framebox{
23663 \end_layout
23664
23665 \end_inset
23666
23667
23668 \begin_inset Graphics
23669         filename ../clipart/endnotes.pdf
23670         scaleBeforeRotation
23671
23672 \end_inset
23673
23674
23675 \begin_inset ERT
23676 status collapsed
23677
23678 \begin_layout Standard
23679
23680 }
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \begin_layout Standard
23689 \begin_inset Caption
23690
23691 \begin_layout Standard
23692 \begin_inset LatexCommand label
23693 name "abb:endnotes----Die"
23694
23695 \end_inset
23696
23697
23698 \series bold
23699 endnotes
23700 \series default
23701  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraf
23702  gedruckt.
23703 \begin_inset OptArg
23704 status collapsed
23705
23706 \begin_layout Standard
23707 \begin_inset LatexCommand label
23708 name "abb:endnotes----Die"
23709
23710 \end_inset
23711
23712
23713 \series bold
23714 endnotes
23715 \series default
23716  -- Die Fußnoten werden am Ende gedruckt
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \begin_layout Standard
23735 \begin_inset VSpace medskip
23736 \end_inset
23737
23738 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
23739 ache übersetzt.
23740  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
23741 \begin_inset Quotes gld
23742 \end_inset
23743
23744 Notes 
23745 \begin_inset Quotes grd
23746 \end_inset
23747
23748 in 
23749 \begin_inset Quotes gld
23750 \end_inset
23751
23752 Anmerkungen
23753 \begin_inset Quotes grd
23754 \end_inset
23755
23756 :
23757 \end_layout
23758
23759 \begin_layout Standard
23760
23761 \series bold
23762
23763 \backslash
23764 renewcommand{
23765 \backslash
23766 notesname}{Anmerkungen}
23767 \end_layout
23768
23769 \begin_layout Standard
23770 \begin_inset VSpace medskip
23771 \end_inset
23772
23773 Wenn Sie in den Befehlen von Abschnitt\InsetSpace ~
23774
23775 \begin_inset LatexCommand ref
23776 reference "uab:Fußnoten-Nummerierung"
23777
23778 \end_inset
23779
23780  
23781 \series bold
23782
23783 \backslash
23784 thefootnote
23785 \series default
23786  durch 
23787 \series bold
23788
23789 \backslash
23790 theendnote
23791 \series default
23792  ersetzen, können Sie die Nummerierung von Endnoten ändern.
23793  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
23794 \series bold
23795
23796 \backslash
23797 @addtoreset
23798 \series default
23799  wie in Abschnitt\InsetSpace ~
23800
23801 \begin_inset LatexCommand ref
23802 reference "sub:Footnote-Numbering"
23803
23804 \end_inset
23805
23806  beschrieben und ersetzen 
23807 \series bold
23808 footnote
23809 \series default
23810  durch 
23811 \series bold
23812 endnote
23813 \series default
23814 .
23815 \end_layout
23816
23817 \begin_layout Standard
23818 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
23819  
23820 \series bold
23821
23822 \backslash
23823 endnotemark[Nummer]
23824 \series default
23825  ähnlich wie 
23826 \series bold
23827
23828 \backslash
23829 footnotemark
23830 \series default
23831  Abschnitt\InsetSpace ~
23832
23833 \begin_inset LatexCommand ref
23834 reference "abs:Fußnoten"
23835
23836 \end_inset
23837
23838 .
23839 \end_layout
23840
23841 \begin_layout Standard
23842 \begin_inset VSpace bigskip
23843 \end_inset
23844
23845 Mit dem LaTeX-Paket 
23846 \series bold
23847 footmisc
23848 \series default
23849
23850 \begin_inset LatexCommand index
23851 name "LaTeX-Pakete ! footmisc"
23852
23853 \end_inset
23854
23855  (
23856 \begin_inset LatexCommand cite
23857 key "footmisc"
23858
23859 \end_inset
23860
23861 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
23862 \end_layout
23863
23864 \begin_layout Standard
23865 In LaTeX-Büchern, 
23866 \begin_inset LatexCommand cite
23867 key "latexcompanion,latexguide,latexbook"
23868
23869 \end_inset
23870
23871 , finden Sie weiteres zu Fußnoten.
23872 \end_layout
23873
23874 \begin_layout Section
23875 Randnotizen
23876 \begin_inset LatexCommand index
23877 name "Randnotizen"
23878
23879 \end_inset
23880
23881
23882 \begin_inset LatexCommand index
23883 name "Notizen ! Randnotizen"
23884
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \begin_layout Standard
23891 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
23892  Sie fügen sie mit einem Klick auf den Schalter 
23893 \begin_inset Graphics
23894         filename ../../images/marginalnote-insert.xpm
23895         scale 70
23896         scaleBeforeRotation
23897         BoundingBox 0bp 0bp 22bp 22bp
23898
23899 \end_inset
23900
23901  oder über 
23902 \family sans
23903 Einfügen\SpecialChar \menuseparator
23904 Randnotiz
23905 \family default
23906  ein.
23907  Ein graues Kästchen mit der Aufschrift 
23908 \begin_inset Quotes gld
23909 \end_inset
23910
23911 Rand
23912 \begin_inset Quotes grd
23913 \end_inset
23914
23915  erscheint
23916 \family roman
23917 \series medium
23918 , und dort, wo der Cursor steht, können Sie Text eingeben.
23919 \end_layout
23920
23921 \begin_layout Standard
23922 Hier am Rand sehen Sie eine Randnotiz.
23923 \begin_inset Marginal
23924 status open
23925
23926 \begin_layout Standard
23927 Dies ist eine Randnotiz.
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \begin_layout Standard
23936 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
23937  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
23938  Seiten und rechts auf den ungeraden.
23939  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
23940  wird und umgekehrt.
23941  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
23942  wurde.
23943 \end_layout
23944
23945 \begin_layout Standard
23946 \begin_inset VSpace bigskip
23947 \end_inset
23948
23949 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
23950 \end_layout
23951
23952 \begin_layout Standard
23953
23954 \series bold
23955
23956 \backslash
23957 reversemarginpar
23958 \end_layout
23959
23960 \begin_layout Standard
23961 als ERT vor einer Randnotiz ein.
23962  Das gilt dann für alle folgenden Randnotizen.
23963 \begin_inset ERT
23964 status collapsed
23965
23966 \begin_layout Standard
23967
23968
23969 \backslash
23970 reversemarginpar 
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \begin_inset Marginal
23977 status open
23978
23979 \begin_layout Standard
23980 Hier ist ein Beispiel im inneren Rand.
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \newline
23987
23988 \begin_inset Note Greyedout
23989 status open
23990
23991 \begin_layout Standard
23992  
23993 \series bold
23994 Achtung:
23995 \series default
23996  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
23997 \end_layout
23998
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \begin_layout Standard
24005 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
24006 \end_layout
24007
24008 \begin_layout Standard
24009
24010 \series bold
24011
24012 \backslash
24013 normalmarginpar
24014 \end_layout
24015
24016 \begin_layout Standard
24017 als ERT ein.
24018 \begin_inset ERT
24019 status collapsed
24020
24021 \begin_layout Standard
24022
24023
24024 \backslash
24025 normalmarginpar 
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \begin_inset Note Greyedout
24032 status open
24033
24034 \begin_layout Standard
24035
24036 \series bold
24037 Achtung:
24038 \series default
24039  Der Befehl wird missachtet, wenn er im selben Absatz wie 
24040 \series bold
24041
24042 \backslash
24043 reversemarginpar
24044 \series default
24045  verwendet wird.
24046 \end_layout
24047
24048 \end_inset
24049
24050
24051 \end_layout
24052
24053 \begin_layout Standard
24054 \begin_inset VSpace bigskip
24055 \end_inset
24056
24057 Ähnlich wie in Abschnitt\InsetSpace ~
24058
24059 \begin_inset LatexCommand ref
24060 reference "uab:Mehrfache-Zeilen-in"
24061
24062 \end_inset
24063
24064  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
24065  erste Wort der Randnotiz sind.
24066  Um das zu vermeiden, können Sie den Befehl
24067 \end_layout
24068
24069 \begin_layout Standard
24070
24071 \series bold
24072
24073 \backslash
24074 hspace{0pt}
24075 \end_layout
24076
24077 \begin_layout Standard
24078 als ERT vor das Wort setzen, so wie hier:
24079 \begin_inset Marginal
24080 status open
24081
24082 \begin_layout Standard
24083 \begin_inset ERT
24084 status collapsed
24085
24086 \begin_layout Standard
24087
24088
24089 \backslash
24090 hspace{0pt}
24091 \end_layout
24092
24093 \end_inset
24094
24095
24096 \family roman
24097 \series medium
24098 EinSehrLangesWort am Anfang, das umgebrochen wird.
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \begin_layout Standard
24107 \begin_inset VSpace bigskip
24108 \end_inset
24109
24110
24111 \end_layout
24112
24113 \begin_layout Standard
24114 \begin_inset Note Greyedout
24115 status open
24116
24117 \begin_layout Standard
24118
24119 \series bold
24120 Bemerkung:
24121 \series default
24122  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
24123  verwendet werden.
24124 \end_layout
24125
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \begin_layout Standard
24132 \begin_inset VSpace bigskip
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 \begin_inset ERT
24140 status collapsed
24141
24142 \begin_layout Standard
24143
24144
24145 \backslash
24146 ifmarginnote
24147 \end_layout
24148
24149 \end_inset
24150
24151
24152 \begin_inset Note Note
24153 status open
24154
24155 \begin_layout Standard
24156 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
24157 \series bold
24158 marginnote
24159 \series default
24160  installiert ist.
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \begin_layout Standard
24169 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
24170 \series bold
24171 marginnote
24172 \series default
24173
24174 \begin_inset LatexCommand index
24175 name "LaTeX-Pakete ! marginnote"
24176
24177 \end_inset
24178
24179  verwendet wird.
24180  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
24181  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
24182  des Pakets 
24183 \series bold
24184 marginnote
24185 \series default
24186  für Randnotizen verwendet wird:
24187 \end_layout
24188
24189 \begin_layout Standard
24190
24191 \series bold
24192
24193 \backslash
24194 usepackage{marginnote}
24195 \newline
24196
24197 \backslash
24198 let
24199 \backslash
24200 marginpar
24201 \backslash
24202 marginnote
24203 \end_layout
24204
24205 \begin_layout Standard
24206 Dies wird auch in diesem Dokument verwendet, denn 
24207 \series bold
24208 marginnote
24209 \series default
24210  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
24211  für Randnotizen angeben.
24212  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
24213 n sind zu dicht beieinander sind.
24214  Der Versatz wird in LyX als ERT direkt nach der Randnotiz mit dem Schema
24215 \end_layout
24216
24217 \begin_layout Standard
24218
24219 \series bold
24220 [Versatz]
24221 \end_layout
24222
24223 \begin_layout Standard
24224 angegeben.
24225  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle\InsetSpace ~
24226
24227 \begin_inset LatexCommand ref
24228 reference "tab:Units"
24229
24230 \end_inset
24231
24232  aufgelistet sind.
24233  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
24234  nach unten.
24235  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5\InsetSpace \thinspace{}
24236 cm mit dem ERT-Befehl
24237   
24238 \begin_inset Quotes gld
24239 \end_inset
24240
24241
24242 \series bold
24243 [-1.5cm]
24244 \series default
24245
24246 \begin_inset Quotes grd
24247 \end_inset
24248
24249  nach oben versetzt
24250 \begin_inset Marginal
24251 status open
24252
24253 \begin_layout Standard
24254 Diese Randnotiz ist 1.5\InsetSpace \thinspace{}
24255 cm von ihrer Originalposition nach oben versetzt.
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \begin_inset ERT
24262 status collapsed
24263
24264 \begin_layout Standard
24265
24266 [-1.5cm]
24267 \end_layout
24268
24269 \end_inset
24270
24271
24272 \end_layout
24273
24274 \begin_layout Standard
24275 \begin_inset VSpace medskip
24276 \end_inset
24277
24278 Mit 
24279 \series bold
24280 marginnote
24281 \series default
24282  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
24283  Zum Beispiel setzen die Befehle
24284 \end_layout
24285
24286 \begin_layout Standard
24287
24288 \series bold
24289
24290 \backslash
24291 renewcommand*{
24292 \backslash
24293 raggedleftmarginnote}{
24294 \backslash
24295 centering}
24296 \newline
24297
24298 \backslash
24299 renewcommand*{
24300 \backslash
24301 raggedrightmarginnote}{
24302 \backslash
24303 centering}
24304 \end_layout
24305
24306 \begin_layout Standard
24307 die Ausrichtung auf zentriert.
24308  
24309 \series bold
24310
24311 \backslash
24312 raggedleftmarginnote
24313 \series default
24314  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
24315  
24316 \begin_inset ERT
24317 status collapsed
24318
24319 \begin_layout Standard
24320
24321
24322 \backslash
24323 renewcommand*{
24324 \backslash
24325 raggedleftmarginnote}{
24326 \backslash
24327 centering}
24328 \end_layout
24329
24330 \begin_layout Standard
24331
24332
24333 \backslash
24334 renewcommand*{
24335 \backslash
24336 raggedrightmarginnote}{
24337 \backslash
24338 centering}
24339 \end_layout
24340
24341 \end_inset
24342
24343
24344 \begin_inset Marginal
24345 status open
24346
24347 \begin_layout Standard
24348 Der Text dieser Randnotiz ist zentriert ausgerichtet.
24349 \end_layout
24350
24351 \end_inset
24352
24353  Die Voreinstellung ist
24354 \end_layout
24355
24356 \begin_layout Standard
24357
24358 \series bold
24359
24360 \backslash
24361 renewcommand*{
24362 \backslash
24363 raggedleftmarginnote}{
24364 \backslash
24365 raggedleft}
24366 \newline
24367
24368 \backslash
24369 renewcommand*{
24370 \backslash
24371 raggedrightmarginnote}{
24372 \backslash
24373 raggedright}
24374 \series default
24375
24376 \begin_inset ERT
24377 status collapsed
24378
24379 \begin_layout Standard
24380
24381
24382 \backslash
24383 renewcommand*{
24384 \backslash
24385 raggedleftmarginnote}{
24386 \backslash
24387 raggedleft}
24388 \end_layout
24389
24390 \begin_layout Standard
24391
24392
24393 \backslash
24394 renewcommand*{
24395 \backslash
24396 raggedrightmarginnote}{
24397 \backslash
24398 raggedright}
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \end_layout
24405
24406 \begin_layout Standard
24407 \begin_inset VSpace medskip
24408 \end_inset
24409
24410 Für weitere Fähigkeiten des Pakets 
24411 \series bold
24412 marginnote
24413 \series default
24414  sei auf dessen Dokumentation verwiesen 
24415 \begin_inset LatexCommand cite
24416 key "marginnote"
24417
24418 \end_inset
24419
24420 .
24421 \end_layout
24422
24423 \begin_layout Standard
24424 \begin_inset VSpace bigskip
24425 \end_inset
24426
24427 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
24428  geändert werden.
24429  Um z.\InsetSpace \thinspace{}
24430 B.
24431  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
24432  und fettgedruckten Text 
24433 \begin_inset Quotes eld
24434 \end_inset
24435
24436
24437 \family sans
24438 \series bold
24439 \bar under
24440 Achtung!
24441 \family default
24442 \series default
24443 \bar default
24444
24445 \begin_inset Quotes erd
24446 \end_inset
24447
24448  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
24449 \end_layout
24450
24451 \begin_layout Standard
24452
24453 \series bold
24454
24455 \backslash
24456 let
24457 \backslash
24458 myMarginpar
24459 \backslash
24460 marginpar
24461 \newline
24462
24463 \backslash
24464 renewcommand{
24465 \backslash
24466 marginpar}[1]{
24467 \backslash
24468 myMarginpar{%
24469 \newline
24470
24471 \begin_inset ERT
24472 status collapsed
24473
24474 \begin_layout Standard
24475
24476
24477 \backslash
24478 hphantom{ }
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \backslash
24485 hspace{0pt}
24486 \backslash
24487 textsf{
24488 \backslash
24489 textbf{
24490 \backslash
24491 underbar{Achtung!}}}%
24492 \newline
24493
24494 \begin_inset ERT
24495 status collapsed
24496
24497 \begin_layout Standard
24498
24499
24500 \backslash
24501 hphantom{ }
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \backslash
24508 vspace{1.5mm}
24509 \backslash
24510
24511 \backslash
24512 #1}}
24513 \end_layout
24514
24515 \begin_layout Standard
24516 \begin_inset ERT
24517 status collapsed
24518
24519 \begin_layout Standard
24520
24521
24522 \backslash
24523 let
24524 \backslash
24525 myMarginpar
24526 \backslash
24527 marginpar
24528 \end_layout
24529
24530 \begin_layout Standard
24531
24532
24533 \backslash
24534 renewcommand{
24535 \backslash
24536 marginpar}[1]{
24537 \backslash
24538 myMarginpar{%
24539 \end_layout
24540
24541 \begin_layout Standard
24542
24543    
24544 \backslash
24545 textsf{
24546 \backslash
24547 textbf{
24548 \backslash
24549 underbar{Achtung!}}}%
24550 \end_layout
24551
24552 \begin_layout Standard
24553
24554    
24555 \backslash
24556 vspace{1.5mm}
24557 \backslash
24558
24559 \backslash
24560 #1}}
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \begin_inset Marginal
24567 status open
24568
24569 \begin_layout Standard
24570 Dies ist eine Randnotiz mit einer definierten Überschrift.
24571 \end_layout
24572
24573 \end_inset
24574
24575
24576 \begin_inset ERT
24577 status collapsed
24578
24579 \begin_layout Standard
24580
24581 [-1.5cm]
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \begin_inset ERT
24588 status collapsed
24589
24590 \begin_layout Standard
24591
24592
24593 \backslash
24594 renewcommand{
24595 \backslash
24596 marginpar}[1]{
24597 \backslash
24598 myMarginpar{#1}}
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \begin_inset Note Note
24605 status open
24606
24607 \begin_layout Standard
24608 Das Format wurde nur für dieses Beispiel geändert.
24609 \end_layout
24610
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \begin_layout Standard
24617 \begin_inset ERT
24618 status collapsed
24619
24620 \begin_layout Standard
24621
24622
24623 \backslash
24624 else
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \begin_inset Note Note
24631 status open
24632
24633 \begin_layout Standard
24634 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24635 \series bold
24636 marginnote
24637 \series default
24638  nicht installiert ist:
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \end_layout
24645
24646 \begin_layout Standard
24647 Das LaTeX-Paket 
24648 \series bold
24649 marginnote
24650 \series default
24651  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24652 \end_layout
24653
24654 \begin_layout Standard
24655 \begin_inset ERT
24656 status collapsed
24657
24658 \begin_layout Standard
24659
24660
24661 \backslash
24662 fi
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Chapter
24671 Boxen
24672 \end_layout
24673
24674 \begin_layout Section
24675 Einleitung
24676 \begin_inset LatexCommand index
24677 name "Boxen ! Einleitung"
24678
24679 \end_inset
24680
24681
24682 \end_layout
24683
24684 \begin_layout Standard
24685 Boxen werden benutzt, um einen Textblock zu formatieren.
24686  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
24687  siehe Abschnitt\InsetSpace ~
24688
24689 \begin_inset LatexCommand ref
24690 reference "abs:Minipage"
24691
24692 \end_inset
24693
24694 , um Text zu umranden, siehe Abschnitt\InsetSpace ~
24695
24696 \begin_inset LatexCommand ref
24697 reference "abs:Gerahmte-Boxen"
24698
24699 \end_inset
24700
24701 , um Silbentrennung zu verhindern, siehe Abschnitt\InsetSpace ~
24702
24703 \begin_inset LatexCommand ref
24704 reference "abs:Silbentrennung-unterbinden"
24705
24706 \end_inset
24707
24708 , um Text senkrecht auszurichten, siehe Abschnitt\InsetSpace ~
24709
24710 \begin_inset LatexCommand ref
24711 reference "uab:Vertikale-Ausrichtung"
24712
24713 \end_inset
24714
24715  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt\InsetSpace ~
24716
24717 \begin_inset LatexCommand ref
24718 reference "abs:Farbige-Boxen"
24719
24720 \end_inset
24721
24722 .
24723 \end_layout
24724
24725 \begin_layout Standard
24726 Boxen werden mit 
24727 \family sans
24728 Einfügen\SpecialChar \menuseparator
24729 Box
24730 \family default
24731  eingefügt.
24732  Ein graues Kästchen mit der Aufschrift 
24733 \begin_inset Quotes gld
24734 \end_inset
24735
24736 Box (Minipage)
24737 \begin_inset Quotes grd
24738 \end_inset
24739
24740  erscheint: 
24741 \begin_inset Graphics
24742         filename clipart/StandardBoxQt4.png
24743         lyxscale 80
24744         scale 60
24745         scaleBeforeRotation
24746
24747 \end_inset
24748
24749 .
24750  Mit einem Rechtsklick auf das graue Kästchen kann der Typ spezifiziert
24751  werden.
24752  Das Dialogfenster bietet bei 
24753 \family sans
24754 Innere\InsetSpace ~
24755 Box
24756 \family default
24757  die Typen 
24758 \family sans
24759 Parbox
24760 \family default
24761  und 
24762 \family sans
24763 Minipage
24764 \family default
24765  an.
24766  
24767 \family sans
24768 Minipage
24769 \family default
24770  ist die Standard-Einstellung für neue Boxen und in Abschnitt\InsetSpace ~
24771
24772 \begin_inset LatexCommand ref
24773 reference "abs:Minipage"
24774
24775 \end_inset
24776
24777  beschrieben, 
24778 \family sans
24779 Parbox
24780 \family default
24781  in Abschnitt\InsetSpace ~
24782
24783 \begin_inset LatexCommand ref
24784 reference "abs:Parbox"
24785
24786 \end_inset
24787
24788 .
24789 \end_layout
24790
24791 \begin_layout Standard
24792 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
24793  wie auf Gleitobjekte und Fußnoten.
24794 \end_layout
24795
24796 \begin_layout Standard
24797 \begin_inset Note Greyedout
24798 status open
24799
24800 \begin_layout Standard
24801
24802 \series bold
24803 Bemerkung\InsetSpace ~
24804 1:
24805 \series default
24806  Wegen eines Fehlers in LyX müssen Sie hinter einer Box ein geschütztes
24807  Leerzeichen einfügen, um die Box vom nachfolgenden Text zu trennen.
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \begin_layout Standard
24816 \begin_inset Note Greyedout
24817 status open
24818
24819 \begin_layout Standard
24820
24821 \series bold
24822 Bemerkung\InsetSpace ~
24823 2:
24824 \series default
24825  Boxen dürfen in 
24826 \family sans
24827 List-
24828 \family default
24829  oder 
24830 \family sans
24831 Beschreibung-
24832 \family default
24833 Umgebungen nicht verwendet werden.
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Standard
24842 \begin_inset Note Greyedout
24843 status open
24844
24845 \begin_layout Standard
24846
24847 \series bold
24848 Bemerkung\InsetSpace ~
24849 3:
24850 \series default
24851  Boxen ohne 
24852 \family sans
24853 Innere\InsetSpace ~
24854 Box
24855 \family default
24856  und ohne Rahmen werden in Abschnitt\InsetSpace ~
24857
24858 \begin_inset LatexCommand ref
24859 reference "abs:Silbentrennung-unterbinden"
24860
24861 \end_inset
24862
24863  beschrieben.
24864 \end_layout
24865
24866 \end_inset
24867
24868
24869 \end_layout
24870
24871 \begin_layout Section
24872 Das Box-Einstellungen-Fenster
24873 \begin_inset LatexCommand label
24874 name "abs:Box-Dialog"
24875
24876 \end_inset
24877
24878
24879 \begin_inset LatexCommand index
24880 name "Boxen ! Box-Dialog-Fenster"
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \begin_layout Subsection
24888 Box-Größe
24889 \end_layout
24890
24891 \begin_layout Standard
24892 Im 
24893 \family sans
24894 Box-Einstellungen
24895 \family default
24896 -Fenster können Sie die Größe der Box mit 
24897 \family sans
24898 Breite
24899 \family default
24900  und 
24901 \family sans
24902 Höhe 
24903 \family default
24904 festlegen.
24905  Die verfügbaren Einheiten werden in Tabelle\InsetSpace ~
24906
24907 \begin_inset LatexCommand ref
24908 reference "tab:Maßeinheiten"
24909
24910 \end_inset
24911
24912 aufgelistet.
24913  Das Feld
24914 \family sans
24915  Höhe
24916 \family default
24917  bietet die folgenden zusätzlichen Größen:
24918 \end_layout
24919
24920 \begin_layout Description
24921 Tiefe Dies ist die reine Text-
24922 \begin_inset Quotes gld
24923 \end_inset
24924
24925 Höhe
24926 \begin_inset Quotes grd
24927 \end_inset
24928
24929 .
24930  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
24931 \newline
24932
24933 \newline
24934
24935 \newline
24936
24937 \begin_inset Box Boxed
24938 position "c"
24939 hor_pos "c"
24940 has_inner_box 1
24941 inner_pos "c"
24942 use_parbox 0
24943 width "12col%"
24944 special "none"
24945 height "1in"
24946 height_special "depth"
24947 status collapsed
24948
24949 \begin_layout Standard
24950 \align center
24951 Box-Höhe = 1\InsetSpace \thinspace{}
24952 Tiefe
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \newline
24959
24960 \newline
24961
24962 \end_layout
24963
24964 \begin_layout Description
24965 Höhe Dies ist die Texthöhe innerhalb der Box.
24966  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
24967  Texthöhe setzen: 
24968 \begin_inset Box Boxed
24969 position "c"
24970 hor_pos "c"
24971 has_inner_box 1
24972 inner_pos "c"
24973 use_parbox 0
24974 width "20col%"
24975 special "none"
24976 height "2in"
24977 height_special "height"
24978 status collapsed
24979
24980 \begin_layout Standard
24981 \align center
24982 Boxhöhe = 2\InsetSpace \thinspace{}
24983 Höhe
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Description
24992 Gesamthöhe Dies ist Höhe\InsetSpace \thinspace{}
24993 +\InsetSpace \thinspace{}
24994 Tiefe: 
24995 \begin_inset Box Boxed
24996 position "c"
24997 hor_pos "c"
24998 has_inner_box 1
24999 inner_pos "c"
25000 use_parbox 0
25001 width "20col%"
25002 special "none"
25003 height "1in"
25004 height_special "totalheight"
25005 status collapsed
25006
25007 \begin_layout Standard
25008 \align center
25009 Boxhöhe = 1\InsetSpace \thinspace{}
25010 Gesamthöhe
25011 \end_layout
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Description
25019 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
25020 \begin_inset Box Boxed
25021 position "c"
25022 hor_pos "c"
25023 has_inner_box 1
25024 inner_pos "c"
25025 use_parbox 0
25026 width "12col%"
25027 special "none"
25028 height "1in"
25029 height_special "width"
25030 status collapsed
25031
25032 \begin_layout Standard
25033 \align center
25034 Boxhöhe = 1\InsetSpace \thinspace{}
25035 Breite
25036 \end_layout
25037
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \begin_layout Subsection
25044 Ausrichtung
25045 \begin_inset LatexCommand index
25046 name "Boxen ! Ausrichtung"
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \begin_layout Standard
25054 Wenn Sie eine 
25055 \family sans
25056 Innere\InsetSpace ~
25057 Box
25058 \family default
25059  gewählt haben, kann die Box mit folgenden Werten für 
25060 \family sans
25061 Box
25062 \family default
25063  senkrecht ausgerichtet werden:
25064 \end_layout
25065
25066 \begin_layout Description
25067 Oben Dies ist ein Beispieltext.
25068  
25069 \begin_inset Box Boxed
25070 position "t"
25071 hor_pos "c"
25072 has_inner_box 1
25073 inner_pos "c"
25074 use_parbox 0
25075 width "20col%"
25076 special "none"
25077 height "1in"
25078 height_special "totalheight"
25079 status collapsed
25080
25081 \begin_layout Standard
25082 \align center
25083 Die Ober\SpecialChar \-
25084 kante der Box ist in der Zeile.
25085 \end_layout
25086
25087 \end_inset
25088
25089 \InsetSpace ~
25090 Dies ist ein Beispieltext.
25091 \end_layout
25092
25093 \begin_layout Description
25094 Mitte Dies ist ein Beispieltext.
25095  
25096 \begin_inset Box Boxed
25097 position "c"
25098 hor_pos "c"
25099 has_inner_box 1
25100 inner_pos "c"
25101 use_parbox 0
25102 width "20col%"
25103 special "none"
25104 height "1in"
25105 height_special "totalheight"
25106 status collapsed
25107
25108 \begin_layout Standard
25109 \align center
25110 Die Mitte der Box ist in der Zeile.
25111 \end_layout
25112
25113 \end_inset
25114
25115 \InsetSpace ~
25116 Dies ist ein Beispieltext.
25117 \end_layout
25118
25119 \begin_layout Description
25120 Unten Dies ist ein Beispieltext.
25121  
25122 \begin_inset Box Boxed
25123 position "b"
25124 hor_pos "c"
25125 has_inner_box 1
25126 inner_pos "c"
25127 use_parbox 0
25128 width "20col%"
25129 special "none"
25130 height "1in"
25131 height_special "totalheight"
25132 status collapsed
25133
25134 \begin_layout Standard
25135 \align center
25136 Die Unter\SpecialChar \-
25137 kante der Box ist in der Zeile.
25138 \end_layout
25139
25140 \end_inset
25141
25142 \InsetSpace ~
25143 Dies ist ein Beispieltext.
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Eine Box kann mit dem Dialog 
25148 \family sans
25149 Absatz-Einstellungen
25150 \family default
25151  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
25152 \end_layout
25153
25154 \begin_layout Standard
25155 \begin_inset VSpace bigskip
25156 \end_inset
25157
25158 Wenn Sie eine 
25159 \family sans
25160 Innere\InsetSpace ~
25161 Box
25162 \family default
25163  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
25164 \family sans
25165 Inhalt
25166 \family default
25167  senkrecht ausgerichtet werden:
25168 \end_layout
25169
25170 \begin_layout Description
25171 Oben Dies ist ein Beispieltext.
25172  
25173 \begin_inset Box Boxed
25174 position "c"
25175 hor_pos "c"
25176 has_inner_box 1
25177 inner_pos "t"
25178 use_parbox 0
25179 width "20col%"
25180 special "none"
25181 height "1.5in"
25182 height_special "totalheight"
25183 status collapsed
25184
25185 \begin_layout Standard
25186 \align center
25187 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
25188 \end_layout
25189
25190 \end_inset
25191
25192 \InsetSpace ~
25193 Dies ist ein Beispieltext.
25194 \end_layout
25195
25196 \begin_layout Description
25197 Mitte Dies ist ein Beispieltext.
25198  
25199 \begin_inset Box Boxed
25200 position "c"
25201 hor_pos "c"
25202 has_inner_box 1
25203 inner_pos "c"
25204 use_parbox 0
25205 width "20col%"
25206 special "none"
25207 height "1.5in"
25208 height_special "totalheight"
25209 status collapsed
25210
25211 \begin_layout Standard
25212 \align center
25213 Der Boxinhalt ist zentriert ausgerichtet.
25214 \end_layout
25215
25216 \end_inset
25217
25218 \InsetSpace ~
25219 Dies ist ein Beispieltext.
25220 \end_layout
25221
25222 \begin_layout Description
25223 Unten Dies ist ein Beispieltext.
25224  
25225 \begin_inset Box Boxed
25226 position "c"
25227 hor_pos "c"
25228 has_inner_box 1
25229 inner_pos "b"
25230 use_parbox 0
25231 width "20col%"
25232 special "none"
25233 height "1.5in"
25234 height_special "totalheight"
25235 status collapsed
25236
25237 \begin_layout Standard
25238 \align center
25239 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
25240 \end_layout
25241
25242 \end_inset
25243
25244 \InsetSpace ~
25245 Dies ist ein Beispieltext.
25246 \end_layout
25247
25248 \begin_layout Description
25249 Dehnen Dies ist ein Beispieltext.
25250  
25251 \begin_inset Box Boxed
25252 position "c"
25253 hor_pos "c"
25254 has_inner_box 1
25255 inner_pos "s"
25256 use_parbox 0
25257 width "20col%"
25258 special "none"
25259 height "1in"
25260 height_special "totalheight"
25261 status collapsed
25262
25263 \begin_layout Standard
25264 \align center
25265 Der Boxinhalt
25266 \end_layout
25267
25268 \begin_layout Standard
25269 \align center
25270 ist über die
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \align center
25275 Boxhöhe
25276 \end_layout
25277
25278 \begin_layout Standard
25279 \align center
25280 gleichmäßig verteilt.
25281 \end_layout
25282
25283 \end_inset
25284
25285 \InsetSpace ~
25286 Dies ist ein Beispieltext.
25287 \end_layout
25288
25289 \begin_layout Standard
25290 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
25291  besteht.
25292  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
25293 \end_layout
25294
25295 \begin_layout Standard
25296 Ein Boxinhalt kann mit dem Dialog 
25297 \family sans
25298 Absatz-Einstellungen
25299 \family default
25300  waagerecht ausgerichtet werden, wenn Sie eine
25301 \family sans
25302  Innere\InsetSpace ~
25303 Box
25304 \family default
25305  gewählt haben.
25306 \end_layout
25307
25308 \begin_layout Standard
25309 \align center
25310 \begin_inset Box Boxed
25311 position "c"
25312 hor_pos "c"
25313 has_inner_box 1
25314 inner_pos "s"
25315 use_parbox 0
25316 width "30col%"
25317 special "none"
25318 height "1.25in"
25319 height_special "totalheight"
25320 status collapsed
25321
25322 \begin_layout Standard
25323 \align left
25324 Hier ist jede Zeile
25325 \end_layout
25326
25327 \begin_layout Standard
25328 \align center
25329 anders
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \align right
25334 ausgerichtet.
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Standard
25343 Wenn Sie keine
25344 \family sans
25345  Innere\InsetSpace ~
25346 Box
25347 \family default
25348  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
25349 \family sans
25350 Box-Einstellungen-
25351 \family default
25352 Dialog ausrichten
25353 \end_layout
25354
25355 \begin_layout Standard
25356 \align center
25357 \begin_inset Box Boxed
25358 position "c"
25359 hor_pos "s"
25360 has_inner_box 0
25361 inner_pos "s"
25362 use_parbox 0
25363 width "90col%"
25364 special "none"
25365 height "1.25in"
25366 height_special "totalheight"
25367 status collapsed
25368
25369 \begin_layout Standard
25370 \align left
25371 Dieser Boxinhalt wurde horizontal gedehnt.
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \begin_layout Section
25380 Gerahmte Boxen
25381 \begin_inset LatexCommand label
25382 name "abs:Gerahmte-Boxen"
25383
25384 \end_inset
25385
25386
25387 \begin_inset LatexCommand index
25388 name "Boxen ! gerahmte"
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 Mit dem 
25397 \family sans
25398 Box-Einstellungen-
25399 \family default
25400 Dialog können Sie bei 
25401 \family sans
25402 Verzierung
25403 \family default
25404  die Art des Rahmens auswählen:
25405 \end_layout
25406
25407 \begin_layout Description
25408 Rechteckige\InsetSpace ~
25409 Box Um die Box wird ein rechteckiger Rahmen gezogen.
25410  Die Rahmendicke wird durch 
25411 \series bold
25412
25413 \backslash
25414 fboxrule
25415 \series default
25416  festgelegt.
25417  
25418 \begin_inset Box Boxed
25419 position "c"
25420 hor_pos "c"
25421 has_inner_box 1
25422 inner_pos "c"
25423 use_parbox 0
25424 width "21col%"
25425 special "none"
25426 height "1in"
25427 height_special "totalheight"
25428 status collapsed
25429
25430 \begin_layout Standard
25431
25432 \series medium
25433 Rechteckige\InsetSpace ~
25434 Box
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \begin_layout Description
25443 Ovale\InsetSpace ~
25444 Box,\InsetSpace ~
25445 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die
25446  Box.
25447  Die Rahmendicke ist 0.4\InsetSpace \thinspace{}
25448 pt.
25449  
25450 \begin_inset Box ovalbox
25451 position "c"
25452 hor_pos "c"
25453 has_inner_box 1
25454 inner_pos "c"
25455 use_parbox 0
25456 width "20col%"
25457 special "none"
25458 height "1in"
25459 height_special "totalheight"
25460 status collapsed
25461
25462 \begin_layout Standard
25463 Ovale\InsetSpace ~
25464 Box,\InsetSpace ~
25465 dünn
25466 \end_layout
25467
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Description
25474 Ovale\InsetSpace ~
25475 Box,\InsetSpace ~
25476 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die
25477  Box.
25478  Die Rahmendicke ist 0.8\InsetSpace \thinspace{}
25479 pt.
25480  
25481 \begin_inset Box Ovalbox
25482 position "c"
25483 hor_pos "c"
25484 has_inner_box 1
25485 inner_pos "c"
25486 use_parbox 0
25487 width "20col%"
25488 special "none"
25489 height "1in"
25490 height_special "totalheight"
25491 status collapsed
25492
25493 \begin_layout Standard
25494 Ovale\InsetSpace ~
25495 Box,\InsetSpace ~
25496 dick
25497 \end_layout
25498
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \begin_layout Description
25505 Schattierte\InsetSpace ~
25506 Box Zeichnet einen Rahmen mit Schatten um die Box.
25507  Die Rahmendicke wird durch 
25508 \series bold
25509
25510 \backslash
25511 fboxrule
25512 \series default
25513  festgelegt, der Schatten ist 4\InsetSpace \thinspace{}
25514 pt breit.
25515  
25516 \begin_inset Box Shadowbox
25517 position "c"
25518 hor_pos "c"
25519 has_inner_box 1
25520 inner_pos "c"
25521 use_parbox 0
25522 width "20col%"
25523 special "none"
25524 height "1in"
25525 height_special "totalheight"
25526 status collapsed
25527
25528 \begin_layout Standard
25529 Schattierte\InsetSpace ~
25530 Box
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Description
25539 Doppelt\InsetSpace ~
25540 gerahmte\InsetSpace ~
25541 Box Zeichnet einen doppelten Rahmen um die Box Der innere
25542  Rahmen ist 0.75\InsetSpace \thinspace{}
25543
25544 \series bold
25545
25546 \backslash
25547 fboxrule
25548 \series default
25549  breit, der äußere 1.5\InsetSpace \thinspace{}
25550
25551 \series bold
25552
25553 \backslash
25554 fboxrule
25555 \series default
25556 , der Zwischenraum 1.5\InsetSpace \thinspace{}
25557
25558 \series bold
25559
25560 \backslash
25561 fboxrule
25562 \series default
25563 \InsetSpace \thinspace{}
25564 +\InsetSpace \thinspace{}
25565 0.5\InsetSpace \thinspace{}
25566 pt.
25567  
25568 \begin_inset Box Doublebox
25569 position "c"
25570 hor_pos "c"
25571 has_inner_box 1
25572 inner_pos "c"
25573 use_parbox 0
25574 width "20col%"
25575 special "none"
25576 height "1in"
25577 height_special "totalheight"
25578 status collapsed
25579
25580 \begin_layout Standard
25581 Doppelt\InsetSpace ~
25582 gerahmte\InsetSpace ~
25583 Box
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592 \begin_inset VSpace bigskip
25593 \end_inset
25594
25595 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
25596  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
25597 \series bold
25598 fancybox
25599 \series default
25600
25601 \begin_inset LatexCommand index
25602 name "LaTeX-Pakete ! fancybox"
25603
25604 \end_inset
25605
25606  installiert sein.
25607 \end_layout
25608
25609 \begin_layout Standard
25610 \begin_inset VSpace bigskip
25611 \end_inset
25612
25613 Der Standardwert für 
25614 \series bold
25615
25616 \backslash
25617 fboxrule
25618 \series default
25619  ist 0.4\InsetSpace \thinspace{}
25620 pt.
25621  Mit dem folgenden ERT-Befehl kann er auf 2\InsetSpace \thinspace{}
25622 pt gesetzt werden:
25623 \end_layout
25624
25625 \begin_layout Standard
25626
25627 \series bold
25628
25629 \backslash
25630 setlength{
25631 \backslash
25632 fboxrule}{2pt}
25633 \end_layout
25634
25635 \begin_layout Standard
25636 \begin_inset ERT
25637 status collapsed
25638
25639 \begin_layout Standard
25640
25641
25642 \backslash
25643 setlength{
25644 \backslash
25645 fboxrule}{2pt}
25646 \end_layout
25647
25648 \end_inset
25649
25650
25651 \begin_inset Box Boxed
25652 position "c"
25653 hor_pos "c"
25654 has_inner_box 1
25655 inner_pos "c"
25656 use_parbox 0
25657 width "30col%"
25658 special "none"
25659 height "1in"
25660 height_special "totalheight"
25661 status collapsed
25662
25663 \begin_layout Standard
25664 \align center
25665 Rechteckige Box mit einer Rahmenbreite von 2\InsetSpace \thinspace{}
25666 pt
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \begin_inset ERT
25673 status collapsed
25674
25675 \begin_layout Standard
25676
25677
25678 \backslash
25679 setlength{
25680 \backslash
25681 fboxrule}{0.4pt}
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \begin_layout Standard
25690 \noindent
25691 \begin_inset VSpace bigskip
25692 \end_inset
25693
25694 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3\InsetSpace \thinspace{}
25695 pt.
25696  Sie können das ändern, indem Sie den Wert von 
25697 \series bold
25698
25699 \backslash
25700 fboxsep
25701 \series default
25702  mit einem ERT-Befehl ändern:
25703 \end_layout
25704
25705 \begin_layout Standard
25706
25707 \series bold
25708
25709 \backslash
25710 setlength{
25711 \backslash
25712 fboxsep}{10pt}
25713 \end_layout
25714
25715 \begin_layout Standard
25716 setzt den Wert auf 10\InsetSpace \thinspace{}
25717 pt, wie in der folgenden Box:
25718 \end_layout
25719
25720 \begin_layout Standard
25721 \begin_inset ERT
25722 status collapsed
25723
25724 \begin_layout Standard
25725
25726
25727 \backslash
25728 setlength{
25729 \backslash
25730 fboxsep}{10pt}
25731 \end_layout
25732
25733 \end_inset
25734
25735
25736 \begin_inset Box Boxed
25737 position "c"
25738 hor_pos "c"
25739 has_inner_box 1
25740 inner_pos "c"
25741 use_parbox 0
25742 width "25col%"
25743 special "none"
25744 height "1in"
25745 height_special "totalheight"
25746 status collapsed
25747
25748 \begin_layout Standard
25749 \align center
25750 Rechteckige Box mit 
25751 \series bold
25752
25753 \backslash
25754 fboxsep
25755 \series default
25756 \InsetSpace \thinspace{}
25757 =\InsetSpace \thinspace{}
25758 10\InsetSpace \thinspace{}
25759 pt
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \begin_inset ERT
25766 status collapsed
25767
25768 \begin_layout Standard
25769
25770
25771 \backslash
25772 setlength{
25773 \backslash
25774 fboxsep}{3pt}
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \begin_layout Standard
25783 \noindent
25784 \begin_inset VSpace bigskip
25785 \end_inset
25786
25787 Der Durchmesser der abgerundeten Ecken kann mit 
25788 \series bold
25789
25790 \backslash
25791 cornersize
25792 \series default
25793  gesetzt werden.
25794  Der ERT-Befehl
25795 \end_layout
25796
25797 \begin_layout Standard
25798
25799 \series bold
25800
25801 \backslash
25802 cornersize*{1cm}
25803 \end_layout
25804
25805 \begin_layout Standard
25806 setzt den Durchmesser auf 1\InsetSpace \thinspace{}
25807 cm.
25808  Der ERT-Befehl
25809 \end_layout
25810
25811 \begin_layout Standard
25812
25813 \series bold
25814
25815 \backslash
25816 cornersize{num}
25817 \end_layout
25818
25819 \begin_layout Standard
25820 setzt den Durchmesser auf 
25821 \family sans
25822 num\InsetSpace \thinspace{}
25823 ×\InsetSpace \thinspace{}
25824 Minimum(Breite der Box, Höhe der Box)
25825 \family default
25826 .
25827  Der Standardwert ist 
25828 \series bold
25829
25830 \backslash
25831 cornersize{0.5}
25832 \series default
25833 .
25834 \end_layout
25835
25836 \begin_layout Standard
25837 \begin_inset ERT
25838 status collapsed
25839
25840 \begin_layout Standard
25841
25842
25843 \backslash
25844 cornersize*{1.5cm}
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \begin_inset Box Ovalbox
25851 position "c"
25852 hor_pos "c"
25853 has_inner_box 1
25854 inner_pos "c"
25855 use_parbox 0
25856 width "30col%"
25857 special "none"
25858 height "1in"
25859 height_special "totalheight"
25860 status collapsed
25861
25862 \begin_layout Standard
25863 \align center
25864 Ovale Box, dicker Rand, mit 
25865 \series bold
25866
25867 \backslash
25868 cornersize
25869 \series default
25870 \InsetSpace \thinspace{}
25871 =\InsetSpace \thinspace{}
25872 1.5\InsetSpace \thinspace{}
25873 cm
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \begin_inset ERT
25880 status collapsed
25881
25882 \begin_layout Standard
25883
25884
25885 \backslash
25886 cornersize{0.5}
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \noindent
25896 \begin_inset VSpace bigskip
25897 \end_inset
25898
25899 Die Breite des Schattens wird mit 
25900 \series bold
25901
25902 \backslash
25903 shadowsize
25904 \series default
25905  festgelegt.
25906  Mit dem ERT-Befehl
25907 \end_layout
25908
25909 \begin_layout Standard
25910
25911 \series bold
25912
25913 \backslash
25914 setlength{
25915 \backslash
25916 shadowsize}{2pt}
25917 \end_layout
25918
25919 \begin_layout Standard
25920 wird er für die folgende Box auf 2\InsetSpace \thinspace{}
25921 pt festgelegt.
25922 \end_layout
25923
25924 \begin_layout Standard
25925 \begin_inset ERT
25926 status collapsed
25927
25928 \begin_layout Standard
25929
25930
25931 \backslash
25932 setlength{
25933 \backslash
25934 shadowsize}{2pt}
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \begin_inset Box Shadowbox
25941 position "c"
25942 hor_pos "c"
25943 has_inner_box 1
25944 inner_pos "c"
25945 use_parbox 0
25946 width "25col%"
25947 special "none"
25948 height "1in"
25949 height_special "totalheight"
25950 status collapsed
25951
25952 \begin_layout Standard
25953 \align center
25954 Schattierte Box mit 
25955 \series bold
25956
25957 \backslash
25958 shadowsize
25959 \series default
25960 \InsetSpace \thinspace{}
25961 =\InsetSpace \thinspace{}
25962 2\InsetSpace \thinspace{}
25963 pt
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Standard
25973
25974
25975 \backslash
25976 setlength{
25977 \backslash
25978 shadowsize}{4pt}
25979 \end_layout
25980
25981 \end_inset
25982
25983
25984 \end_layout
25985
25986 \begin_layout Standard
25987 \noindent
25988 \begin_inset VSpace bigskip
25989 \end_inset
25990
25991 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
25992  folgen.
25993 \end_layout
25994
25995 \begin_layout Section
25996 Minipage
25997 \begin_inset LatexCommand label
25998 name "abs:Minipage"
25999
26000 \end_inset
26001
26002
26003 \begin_inset LatexCommand index
26004 name "Boxen ! Minipage"
26005
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \begin_layout Standard
26012 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
26013  deshalb unter anderem eigene Fußnoten haben.
26014 \end_layout
26015
26016 \begin_layout Standard
26017 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
26018 \end_layout
26019
26020 \begin_layout Standard
26021 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
26022  Ihre Breite ist 45 Spaltenbreite\InsetSpace ~
26023 %, und sie sind durch einen 
26024 \family sans
26025 HFill
26026 \family default
26027  getrennt (
26028 \family sans
26029 Einfügen\SpecialChar \menuseparator
26030 Formatierung\SpecialChar \menuseparator
26031 Variabler\InsetSpace ~
26032 horiz.\InsetSpace ~
26033 Abstand
26034 \family default
26035 ).
26036 \end_layout
26037
26038 \begin_layout Standard
26039 \noindent
26040 \begin_inset Box Frameless
26041 position "t"
26042 hor_pos "c"
26043 has_inner_box 1
26044 inner_pos "c"
26045 use_parbox 0
26046 width "45col%"
26047 special "none"
26048 height "1in"
26049 height_special "totalheight"
26050 status open
26051
26052 \begin_layout Standard
26053 Dies ist ein deutscher Text.
26054  Dies ist ein deutscher Text.
26055  Dies ist ein deutscher Text.
26056  Dies ist ein deutscher Text.
26057  Dies ist ein deutscher Text.
26058  Dies ist ein deutscher Text.
26059  Dies ist ein deutscher Text.
26060  Dies ist ein deutscher Text.
26061  Dies ist ein deutscher Text.
26062  Dies ist ein deutscher Text.
26063  Dies ist ein deutscher Text.
26064  Dies ist ein deutscher Text.
26065  Dies ist ein deutscher Text
26066 \begin_inset Foot
26067 status open
26068
26069 \begin_layout Standard
26070 Dies ist eine deutsche Fußnote.
26071 \end_layout
26072
26073 \end_inset
26074
26075 .
26076  Dies ist ein deutscher Text.
26077  Dies ist ein deutscher Text.
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \hfill
26084
26085 \begin_inset Box Frameless
26086 position "t"
26087 hor_pos "c"
26088 has_inner_box 1
26089 inner_pos "c"
26090 use_parbox 0
26091 width "45col%"
26092 special "none"
26093 height "1in"
26094 height_special "totalheight"
26095 status open
26096
26097 \begin_layout Standard
26098
26099 \lang english
26100 This is an English Text.
26101  This is an English Text.
26102  This is an English Text.
26103  This is an English Text.
26104  This is an English Text.
26105  This is an English Text.
26106  This is an English Text.
26107  This is an English Text.
26108  This is an English Text.
26109  This is an English Text.
26110  This is an English Text.
26111  This is an English Text.
26112  This is an English Text.
26113  This is an English Text.
26114  This is an English Text.
26115  This is an English Text.
26116 \begin_inset Foot
26117 status collapsed
26118
26119 \begin_layout Standard
26120
26121 \lang english
26122 This is an English footnote.
26123 \end_layout
26124
26125 \end_inset
26126
26127  This is an English Text.
26128  
26129 \end_layout
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Standard
26137 \noindent
26138 \begin_inset VSpace bigskip
26139 \end_inset
26140
26141 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
26142  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
26143  auf der die Tabelle gedruckt wird: 
26144 \begin_inset Tabular
26145 <lyxtabular version="3" rows="3" columns="4">
26146 <features>
26147 <column alignment="center" valignment="top" leftline="true" width="0pt">
26148 <column alignment="center" valignment="top" leftline="true" width="0pt">
26149 <column alignment="center" valignment="top" leftline="true" width="0pt">
26150 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26151 <row topline="true">
26152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Standard
26156 1
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Standard
26165 2
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Standard
26174 3
26175 \begin_inset Foot
26176 status collapsed
26177
26178 \begin_layout Standard
26179 Dies ist eine Fußnote in einer Tabelle.
26180 \end_layout
26181
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Standard
26193 4
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 </row>
26199 <row topline="true">
26200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Standard
26204 a
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Standard
26213 b
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 c
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Standard
26231 d
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 </row>
26237 <row topline="true" bottomline="true">
26238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Standard
26242 e
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Standard
26251 f
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Standard
26260 g
26261 \end_layout
26262
26263 \end_inset
26264 </cell>
26265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Standard
26269 h
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 </row>
26275 </lyxtabular>
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \begin_layout Standard
26283 \noindent
26284 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
26285  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
26286  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
26287  außerhalb.
26288 \end_layout
26289
26290 \begin_layout Standard
26291 \align center
26292 \begin_inset Box Frameless
26293 position "t"
26294 hor_pos "c"
26295 has_inner_box 1
26296 inner_pos "c"
26297 use_parbox 0
26298 width "30col%"
26299 special "none"
26300 height "1in"
26301 height_special "totalheight"
26302 status open
26303
26304 \begin_layout Standard
26305 \align center
26306 \begin_inset Tabular
26307 <lyxtabular version="3" rows="3" columns="4">
26308 <features>
26309 <column alignment="center" valignment="top" leftline="true" width="0pt">
26310 <column alignment="center" valignment="top" leftline="true" width="0pt">
26311 <column alignment="center" valignment="top" leftline="true" width="0pt">
26312 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26313 <row topline="true">
26314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Standard
26318 1
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Standard
26327 2
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Standard
26336 3
26337 \begin_inset Foot
26338 status collapsed
26339
26340 \begin_layout Standard
26341 Dies ist eine Fußnote in einer Tabelle.
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Standard
26355 4
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 </row>
26361 <row topline="true">
26362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Standard
26366 a
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Standard
26375 b
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 c
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Standard
26393 d
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 </row>
26399 <row topline="true" bottomline="true">
26400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Standard
26404 e
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Standard
26413 f
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Standard
26422 g
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Standard
26431 h
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 </row>
26437 </lyxtabular>
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \begin_layout Standard
26450 \begin_inset VSpace bigskip
26451 \end_inset
26452
26453 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
26454  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
26455  Absätze nicht eingerückt werden, obwohl Sie das in 
26456 \family sans
26457 Dokument
26458 \family default
26459 \SpecialChar \menuseparator
26460
26461 \family sans
26462 Einstellun\SpecialChar \-
26463 gen\SpecialChar \menuseparator
26464 Textformat
26465 \family default
26466  festgelegt haben.
26467  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
26468  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem ERT-Befehl 
26469 \series bold
26470
26471 \backslash
26472 hspace*{1em}
26473 \series default
26474 .
26475 \end_layout
26476
26477 \begin_layout Standard
26478 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
26479  zu verpassen, siehe Abschnitt\InsetSpace ~
26480
26481 \begin_inset LatexCommand ref
26482 reference "uab:Farbe-für-Absätze"
26483
26484 \end_inset
26485
26486 .
26487 \end_layout
26488
26489 \begin_layout Standard
26490 \begin_inset Note Greyedout
26491 status open
26492
26493 \begin_layout Standard
26494
26495 \series bold
26496 Bemerkung:
26497 \series default
26498  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
26499  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
26500 \end_layout
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \begin_layout Section
26508 Parbox
26509 \begin_inset LatexCommand label
26510 name "abs:Parbox"
26511
26512 \end_inset
26513
26514
26515 \begin_inset LatexCommand index
26516 name "Boxen ! Parbox"
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \begin_layout Standard
26524 Parbox ist eine Abkürzung für 
26525 \begin_inset Quotes gld
26526 \end_inset
26527
26528 paragraph box
26529 \begin_inset Quotes grd
26530 \end_inset
26531
26532 , was Absatzbox bedeutet.
26533  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
26534  Parboxen einige Einschränkungen.
26535  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
26536  gedruckt.:
26537 \end_layout
26538
26539 \begin_layout Standard
26540 \align center
26541 \begin_inset Box Frameless
26542 position "t"
26543 hor_pos "c"
26544 has_inner_box 1
26545 inner_pos "t"
26546 use_parbox 1
26547 width "33col%"
26548 special "none"
26549 height "1in"
26550 height_special "totalheight"
26551 status collapsed
26552
26553 \begin_layout Standard
26554 Dies ist Text in einer Parbox.
26555  Dies ist Text in einer Parbox.
26556 \end_layout
26557
26558 \begin_layout Standard
26559 Diese Fußnote wird nicht gedruckt:
26560 \begin_inset Foot
26561 status collapsed
26562
26563 \begin_layout Standard
26564 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \begin_layout Standard
26578 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
26579  und Theoreme enthalten.
26580 \end_layout
26581
26582 \begin_layout Section
26583 Boxen für Worte und Buchstaben
26584 \begin_inset LatexCommand index
26585 name "Boxen ! für Buchstaben"
26586
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \begin_layout Subsection
26593 Silbentrennung unterbinden 
26594 \begin_inset LatexCommand label
26595 name "abs:Silbentrennung-unterbinden"
26596
26597 \end_inset
26598
26599
26600 \begin_inset LatexCommand index
26601 name "Boxen ! zur Vermeidung von Silbentrennung"
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \begin_layout Standard
26609 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
26610 \newline
26611 Hier
26612  ist ein Beispiel: 
26613 \end_layout
26614
26615 \begin_layout Standard
26616 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
26617 \begin_inset Quotes gld
26618 \end_inset
26619
26620 einsehrserlangeswort
26621 \begin_inset Quotes grd
26622 \end_inset
26623
26624 .
26625 \end_layout
26626
26627 \begin_layout Standard
26628 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
26629  soll, den ERT-Befehl
26630 \end_layout
26631
26632 \begin_layout Standard
26633
26634 \series bold
26635
26636 \backslash
26637 mbox{
26638 \end_layout
26639
26640 \begin_layout Standard
26641 ein ERT, Hinter dem Wort fügen Sie 
26642 \series bold
26643
26644 \begin_inset Quotes gld
26645 \end_inset
26646
26647 }
26648 \series default
26649
26650 \begin_inset Quotes grd
26651 \end_inset
26652
26653  als ERT ein.
26654  Hier ist das Ergebnis:
26655 \end_layout
26656
26657 \begin_layout Standard
26658 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
26659 \begin_inset ERT
26660 status collapsed
26661
26662 \begin_layout Standard
26663
26664
26665 \backslash
26666 mbox{
26667 \end_layout
26668
26669 \end_inset
26670
26671
26672 \begin_inset Quotes gld
26673 \end_inset
26674
26675 einsehrserlangeswort
26676 \begin_inset Quotes grd
26677 \end_inset
26678
26679
26680 \begin_inset ERT
26681 status collapsed
26682
26683 \begin_layout Standard
26684
26685 }
26686 \end_layout
26687
26688 \end_inset
26689
26690 .
26691 \end_layout
26692
26693 \begin_layout Standard
26694 Alternativ dazu kann man auch den Befehl 
26695 \begin_inset Quotes gld
26696 \end_inset
26697
26698
26699 \series bold
26700
26701 \backslash
26702 -
26703 \series default
26704
26705 \begin_inset Quotes grd
26706 \end_inset
26707
26708  als ERT direkt vor das Wort setzen:
26709 \end_layout
26710
26711 \begin_layout Standard
26712 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
26713 \begin_inset Quotes gld
26714 \end_inset
26715
26716
26717 \begin_inset ERT
26718 status collapsed
26719
26720 \begin_layout Standard
26721
26722
26723 \backslash
26724 -
26725 \end_layout
26726
26727 \end_inset
26728
26729 einsehrserlangeswort
26730 \begin_inset Quotes grd
26731 \end_inset
26732
26733 .
26734 \end_layout
26735
26736 \begin_layout Standard
26737 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
26738  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
26739 \series bold
26740 Strg-Return
26741 \series default
26742 ) einfügen: 
26743 \end_layout
26744
26745 \begin_layout Standard
26746 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
26747 \newline
26748
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Standard
26753
26754
26755 \backslash
26756 mbox{
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \begin_inset Quotes gld
26763 \end_inset
26764
26765 einsehrserlangeswort
26766 \begin_inset Quotes grd
26767 \end_inset
26768
26769
26770 \begin_inset ERT
26771 status collapsed
26772
26773 \begin_layout Standard
26774
26775 }
26776 \end_layout
26777
26778 \end_inset
26779
26780 .
26781 \end_layout
26782
26783 \begin_layout Subsection
26784 Vertikale Ausrichtung
26785 \begin_inset LatexCommand label
26786 name "uab:Vertikale-Ausrichtung"
26787
26788 \end_inset
26789
26790
26791 \begin_inset LatexCommand index
26792 name "Boxen ! für Vertikale Ausrichtung"
26793
26794 \end_inset
26795
26796
26797 \begin_inset LatexCommand index
26798 name "Boxen ! raisebox"
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \begin_layout Standard
26806 Mit dem LaTeX-Befehl 
26807 \series bold
26808
26809 \backslash
26810 raisebox
26811 \series default
26812  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
26813 n Textes ausrichten.
26814  
26815 \series bold
26816
26817 \backslash
26818 raisebox
26819 \series default
26820  wird folgendermaßen benutzt:
26821 \end_layout
26822
26823 \begin_layout Standard
26824
26825 \series bold
26826
26827 \backslash
26828 raisebox{Verschiebung}[oben][unten]{Text}
26829 \end_layout
26830
26831 \begin_layout Standard
26832 Positive Werte für Verschiebung
26833 \series bold
26834  
26835 \series default
26836 verschieben die Box nach oben, negative nach unten.
26837  Die beiden optionalen Parameter 
26838 \family typewriter
26839 oben
26840 \family default
26841  und 
26842 \family typewriter
26843 unten
26844 \family default
26845  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
26846  hinausgeht, wenn sie nicht verschoben ist.
26847 \end_layout
26848
26849 \begin_layout Standard
26850 Um zum Beispiel das Wort 
26851 \begin_inset Quotes gld
26852 \end_inset
26853
26854 provokant
26855 \begin_inset Quotes grd
26856 \end_inset
26857
26858  mit seinem 
26859 \begin_inset Quotes gld
26860 \end_inset
26861
26862 niedrigsten
26863 \begin_inset Quotes grd
26864 \end_inset
26865
26866  Buchstaben 
26867 \begin_inset Quotes gld
26868 \end_inset
26869
26870 p
26871 \begin_inset Quotes grd
26872 \end_inset
26873
26874  an der Grundlinie auszurichten, müssen Sie den ERT-Befehl
26875 \end_layout
26876
26877 \begin_layout Standard
26878
26879 \series bold
26880
26881 \backslash
26882 raisebox{
26883 \backslash
26884 depth}{
26885 \end_layout
26886
26887 \begin_layout Standard
26888 vor dem Wort einfügen und 
26889 \begin_inset Quotes gld
26890 \end_inset
26891
26892
26893 \series bold
26894 }
26895 \series default
26896
26897 \begin_inset Quotes grd
26898 \end_inset
26899
26900  als ERT dahinter:
26901 \end_layout
26902
26903 \begin_layout Standard
26904 Dies ist eine Zeile, in der das Wort 
26905 \begin_inset ERT
26906 status collapsed
26907
26908 \begin_layout Standard
26909
26910
26911 \backslash
26912 raisebox{
26913 \backslash
26914 depth}{
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \begin_inset Quotes gld
26921 \end_inset
26922
26923 provokant
26924 \begin_inset Quotes grd
26925 \end_inset
26926
26927
26928 \begin_inset ERT
26929 status collapsed
26930
26931 \begin_layout Standard
26932
26933 }
26934 \end_layout
26935
26936 \end_inset
26937
26938  nach oben verschoben wurde.
26939 \end_layout
26940
26941 \begin_layout Standard
26942 \begin_inset VSpace bigskip
26943 \end_inset
26944
26945 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
26946  gedehnt:
26947 \end_layout
26948
26949 \begin_layout Standard
26950 Dies ist eine Zeile, in der das Wort 
26951 \begin_inset ERT
26952 status collapsed
26953
26954 \begin_layout Standard
26955
26956
26957 \backslash
26958 raisebox{-
26959 \backslash
26960 depth}{
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \begin_inset Quotes gld
26967 \end_inset
26968
26969 provokant
26970 \begin_inset Quotes grd
26971 \end_inset
26972
26973
26974 \begin_inset ERT
26975 status collapsed
26976
26977 \begin_layout Standard
26978
26979 }
26980 \end_layout
26981
26982 \end_inset
26983
26984  nach unten verschoben wurde.
26985 \end_layout
26986
26987 \begin_layout Standard
26988 Dies ist eine Zeile, in der das Wort 
26989 \begin_inset ERT
26990 status collapsed
26991
26992 \begin_layout Standard
26993
26994
26995 \backslash
26996 raisebox{0.5cm}{
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \begin_inset Quotes gld
27003 \end_inset
27004
27005 testen
27006 \begin_inset Quotes grd
27007 \end_inset
27008
27009
27010 \begin_inset ERT
27011 status collapsed
27012
27013 \begin_layout Standard
27014
27015 }
27016 \end_layout
27017
27018 \end_inset
27019
27020  um 0.5\InsetSpace \thinspace{}
27021 cm nach oben verschoben wurde.
27022 \end_layout
27023
27024 \begin_layout Standard
27025 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
27026 \end_layout
27027
27028 \begin_layout Standard
27029
27030 \series bold
27031
27032 \backslash
27033 raisebox{-
27034 \backslash
27035 depth}[0pt]{
27036 \end_layout
27037
27038 \begin_layout Standard
27039 Dies ist eine Zeile, in der das Wort 
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Standard
27044
27045
27046 \backslash
27047 raisebox{-
27048 \backslash
27049 depth}[0pt]{
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \begin_inset Quotes gld
27056 \end_inset
27057
27058 provokant
27059 \begin_inset Quotes grd
27060 \end_inset
27061
27062
27063 \begin_inset ERT
27064 status collapsed
27065
27066 \begin_layout Standard
27067
27068 }
27069 \end_layout
27070
27071 \end_inset
27072
27073  nach unten verschoben wurde.
27074 \end_layout
27075
27076 \begin_layout Standard
27077 Dies ist eine Zeile, in der das Wort 
27078 \begin_inset ERT
27079 status collapsed
27080
27081 \begin_layout Standard
27082
27083
27084 \backslash
27085 raisebox{0.5cm}[0pt]{
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \begin_inset Quotes gld
27092 \end_inset
27093
27094 testen
27095 \begin_inset Quotes grd
27096 \end_inset
27097
27098
27099 \begin_inset ERT
27100 status collapsed
27101
27102 \begin_layout Standard
27103
27104 }
27105 \end_layout
27106
27107 \end_inset
27108
27109  um 0.5\InsetSpace \thinspace{}
27110 cm nach oben verschoben wurde.
27111  Jetzt überschneiden sich die verschobenen Worte.
27112 \end_layout
27113
27114 \begin_layout Section
27115 Farbige Boxen
27116 \begin_inset LatexCommand label
27117 name "abs:Farbige-Boxen"
27118
27119 \end_inset
27120
27121
27122 \begin_inset LatexCommand index
27123 name "Boxen ! farbig"
27124
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \begin_layout Subsection
27131 Text-Hintergrundfarbe
27132 \begin_inset LatexCommand index
27133 name "Farbe ! für Text-Hintergrund"
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Standard
27141 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
27142  sogenannten 
27143 \begin_inset Quotes gld
27144 \end_inset
27145
27146 colorbox
27147 \begin_inset Quotes grd
27148 \end_inset
27149
27150  stehen.
27151  Dafür muss das LaTeX-Paket 
27152 \series bold
27153 color
27154 \series default
27155
27156 \begin_inset LatexCommand index
27157 name "LaTeX-Pakete ! color"
27158
27159 \end_inset
27160
27161  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
27162 \end_layout
27163
27164 \begin_layout Standard
27165
27166 \series bold
27167
27168 \backslash
27169 @ifundef\SpecialChar \textcompwordmark{}
27170 ined{textcolor}
27171 \newline
27172
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Standard
27177
27178
27179 \backslash
27180 hphantom{ }
27181 \end_layout
27182
27183 \end_inset
27184
27185 {
27186 \backslash
27187 usepackage{color}}{}
27188 \end_layout
27189
27190 \begin_layout Standard
27191 Wenn Sie Text einfärben, lädt LyX das Paket 
27192 \series bold
27193 color
27194 \series default
27195  automatisch.
27196 \begin_inset Foot
27197 status collapsed
27198
27199 \begin_layout Standard
27200
27201 \series bold
27202
27203 \backslash
27204 @ifundefined
27205 \series default
27206  vermeidet ein doppeltes Laden.
27207 \end_layout
27208
27209 \end_inset
27210
27211
27212 \end_layout
27213
27214 \begin_layout Standard
27215 \begin_inset VSpace medskip
27216 \end_inset
27217
27218 Colorboxen werden mit dem Befehl 
27219 \series bold
27220
27221 \backslash
27222 colorbox
27223 \series default
27224  erzeugt:
27225 \end_layout
27226
27227 \begin_layout Standard
27228
27229 \series bold
27230
27231 \backslash
27232 colorbox{Farbe}{Boxinhalt}
27233 \end_layout
27234
27235 \begin_layout Standard
27236 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
27237  Boxen sein.
27238 \end_layout
27239
27240 \begin_layout Standard
27241 Die folgenden Farben sind vordefiniert (
27242 \begin_inset Graphics
27243         filename ../../images/dialog-show_character.xpm
27244         scale 70
27245         scaleBeforeRotation
27246         BoundingBox 0bp 0bp 22bp 22bp
27247
27248 \end_inset
27249
27250 \SpecialChar \menuseparator
27251
27252 \family sans
27253 Farbe
27254 \family default
27255 ):
27256 \family sans
27257  schwarz
27258 \family default
27259
27260 \family sans
27261 wei
27262 \family default
27263 ß, 
27264 \family sans
27265 rot
27266 \family default
27267 \series bold
27268 ,
27269 \series default
27270  
27271 \family sans
27272 grün
27273 \family default
27274
27275 \family sans
27276 blau
27277 \family default
27278
27279 \family sans
27280 türkis
27281 \family default
27282
27283 \family sans
27284 purpurrot
27285 \family default
27286  und 
27287 \family sans
27288 gelb
27289 \family default
27290 .
27291 \end_layout
27292
27293 \begin_layout Standard
27294 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt\InsetSpace ~
27295
27296 \begin_inset LatexCommand ref
27297 reference "abs:Farbige-Tabellen"
27298
27299 \end_inset
27300
27301  beschrieben.
27302 \end_layout
27303
27304 \begin_layout Standard
27305 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
27306  den ERT-Befehl
27307 \end_layout
27308
27309 \begin_layout Standard
27310
27311 \series bold
27312
27313 \backslash
27314 colorbox{red}{
27315 \end_layout
27316
27317 \begin_layout Standard
27318 vor dem Wort ein.
27319  Hinter dem Wort fügen Sie 
27320 \series bold
27321
27322 \begin_inset Quotes gld
27323 \end_inset
27324
27325 }
27326 \series default
27327
27328 \begin_inset Quotes grd
27329 \end_inset
27330
27331  als ERT ein.
27332  Hier ist das Ergebnis:
27333 \end_layout
27334
27335 \begin_layout Standard
27336 In dieser Zeile hat 
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Standard
27341
27342
27343 \backslash
27344 colorbox{red}{
27345 \end_layout
27346
27347 \end_inset
27348
27349 Achtung!
27350 \begin_inset ERT
27351 status collapsed
27352
27353 \begin_layout Standard
27354
27355 }
27356 \end_layout
27357
27358 \end_inset
27359
27360  einen roten Hintergrund.
27361 \end_layout
27362
27363 \begin_layout Standard
27364 \begin_inset VSpace bigskip
27365 \end_inset
27366
27367 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
27368  
27369 \series bold
27370
27371 \backslash
27372 fcolorbox
27373 \series default
27374  verwenden:
27375 \end_layout
27376
27377 \begin_layout Standard
27378
27379 \series bold
27380
27381 \backslash
27382 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
27383 \end_layout
27384
27385 \begin_layout Standard
27386
27387 \series bold
27388
27389 \backslash
27390 fcolorbox
27391 \series default
27392  ist eine Erweiterung von 
27393 \series bold
27394
27395 \backslash
27396 colorbox
27397 \series default
27398 .
27399  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
27400  
27401 \series bold
27402
27403 \backslash
27404 fboxrule
27405 \series default
27406  und 
27407 \series bold
27408
27409 \backslash
27410 fboxsep
27411 \series default
27412  gesteuert werden, wie in Abschnitt\InsetSpace ~
27413
27414 \begin_inset LatexCommand ref
27415 reference "abs:Gerahmte-Boxen"
27416
27417 \end_inset
27418
27419  beschrieben.
27420 \end_layout
27421
27422 \begin_layout Standard
27423 Für das folgende Beispiel wurde der Befehl
27424 \end_layout
27425
27426 \begin_layout Standard
27427
27428 \series bold
27429
27430 \backslash
27431 fcolorbox{cyan}{magenta}{
27432 \end_layout
27433
27434 \begin_layout Standard
27435 benutzt.
27436  Hier wurden die Rahmendicke und der Abstand auf 1\InsetSpace \thinspace{}
27437 mm gesetzt:
27438 \newline
27439
27440 \begin_inset ERT
27441 status collapsed
27442
27443 \begin_layout Standard
27444
27445
27446 \backslash
27447 fboxrule 1mm 
27448 \backslash
27449 fboxsep 1mm
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \begin_inset ERT
27456 status collapsed
27457
27458 \begin_layout Standard
27459
27460
27461 \backslash
27462 fcolorbox{cyan}{green}{
27463 \end_layout
27464
27465 \end_inset
27466
27467 Dies ist Text in einer farbigen, gerahmten Box.
27468 \begin_inset ERT
27469 status collapsed
27470
27471 \begin_layout Standard
27472
27473 }
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 \begin_inset VSpace bigskip
27483 \end_inset
27484
27485 Natürlich gibt es auch farbigen Text in einer Colorbox:
27486 \newline
27487
27488 \begin_inset ERT
27489 status collapsed
27490
27491 \begin_layout Standard
27492
27493
27494 \backslash
27495 fcolorbox{cyan}{green}{
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \color yellow
27502 Dies ist farbiger Text in einer farbigen, gerahmten Box.
27503 \color none
27504
27505 \begin_inset ERT
27506 status collapsed
27507
27508 \begin_layout Standard
27509
27510 }
27511 \end_layout
27512
27513 \end_inset
27514
27515
27516 \begin_inset ERT
27517 status collapsed
27518
27519 \begin_layout Standard
27520
27521
27522 \backslash
27523 fboxrule 0.4pt 
27524 \backslash
27525 fboxsep 3pt
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \begin_layout Standard
27534 \begin_inset VSpace bigskip
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \begin_layout Standard
27541 \begin_inset Note Greyedout
27542 status open
27543
27544 \begin_layout Standard
27545 \noindent
27546
27547 \series bold
27548 Bemerkung:
27549 \series default
27550  Text in Colorboxen kann nicht umgebrochen werden.
27551  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
27552  wie im folgenden beschrieben.
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \end_layout
27559
27560 \begin_layout Subsection
27561 Farbe für Absätze
27562 \begin_inset LatexCommand label
27563 name "uab:Farbe-für-Absätze"
27564
27565 \end_inset
27566
27567
27568 \begin_inset LatexCommand index
27569 name "Farbe ! für Absätze"
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \begin_layout Standard
27577 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
27578  den Text in eine Minipage stellen.
27579  Vor der Minipage fügen Sie den ERT-Befehl
27580 \end_layout
27581
27582 \begin_layout Standard
27583
27584 \series bold
27585
27586 \backslash
27587 colorbox{color}{
27588 \end_layout
27589
27590 \begin_layout Standard
27591 ein.
27592  Hinter der Minipage fügen Sie 
27593 \series bold
27594
27595 \begin_inset Quotes gld
27596 \end_inset
27597
27598 }
27599 \series default
27600
27601 \begin_inset Quotes grd
27602 \end_inset
27603
27604  als ERT ein.
27605 \end_layout
27606
27607 \begin_layout Standard
27608 \begin_inset ERT
27609 status collapsed
27610
27611 \begin_layout Standard
27612
27613
27614 \backslash
27615 colorbox{hellgrau}{
27616 \end_layout
27617
27618 \end_inset
27619
27620
27621 \begin_inset Box Frameless
27622 position "t"
27623 hor_pos "c"
27624 has_inner_box 1
27625 inner_pos "t"
27626 use_parbox 0
27627 width "100col%"
27628 special "none"
27629 height "1in"
27630 height_special "totalheight"
27631 status collapsed
27632
27633 \begin_layout Standard
27634 Dies ist Text mit einer Hintergrundfarbe.
27635  Dies ist Text mit einer Hintergrundfarbe.
27636 \end_layout
27637
27638 \begin_layout Standard
27639 Der Text kann Fußnoten
27640 \begin_inset Foot
27641 status open
27642
27643 \begin_layout Standard
27644 Eine weitere Fußnote
27645 \end_layout
27646
27647 \end_inset
27648
27649  und Tabellen und Abbildungen enthalten.
27650 \end_layout
27651
27652 \begin_layout Standard
27653 \align center
27654 \begin_inset Tabular
27655 <lyxtabular version="3" rows="3" columns="3">
27656 <features>
27657 <column alignment="center" valignment="top" leftline="true" width="0">
27658 <column alignment="center" valignment="top" leftline="true" width="0">
27659 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27660 <row topline="true">
27661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27662 \begin_inset Text
27663
27664 \begin_layout Standard
27665 a
27666 \end_layout
27667
27668 \end_inset
27669 </cell>
27670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Standard
27674 !
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Standard
27683 3
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 </row>
27689 <row topline="true">
27690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Standard
27694 <
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27700 \begin_inset Text
27701
27702 \begin_layout Standard
27703 b2
27704 \begin_inset Quotes erd
27705 \end_inset
27706
27707 |
27708 \end_layout
27709
27710 \end_inset
27711 </cell>
27712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27713 \begin_inset Text
27714
27715 \begin_layout Standard
27716 >
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 </row>
27722 <row topline="true" bottomline="true">
27723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27724 \begin_inset Text
27725
27726 \begin_layout Standard
27727 1
27728 \end_layout
27729
27730 \end_inset
27731 </cell>
27732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27733 \begin_inset Text
27734
27735 \begin_layout Standard
27736 §
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Standard
27745 c
27746 \end_layout
27747
27748 \end_inset
27749 </cell>
27750 </row>
27751 </lyxtabular>
27752
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \begin_inset ERT
27762 status collapsed
27763
27764 \begin_layout Standard
27765
27766 }
27767 \end_layout
27768
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \begin_layout Section
27775 URL (Uniform Resource Locator)
27776 \begin_inset LatexCommand index
27777 name "URL"
27778
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \begin_layout Standard
27785 Internet- oder Email-Adressen können mit 
27786 \begin_inset Graphics
27787         filename ../../images/url-insert.xpm
27788         scale 70
27789         scaleBeforeRotation
27790         BoundingBox 0bp 0bp 22bp 22bp
27791
27792 \end_inset
27793
27794  oder
27795 \family sans
27796  Einfügen\SpecialChar \menuseparator
27797 URL
27798 \family default
27799  eingefügt werden.
27800  Das Dialogfenster 
27801 \family sans
27802 URL
27803 \family default
27804  hat zwei Felder: 
27805 \family sans
27806 URL
27807 \family default
27808  für die Adresse und 
27809 \family sans
27810 Name
27811 \family default
27812  für die URL-Beschreibung, die vor der URL gedruckt wird.
27813 \end_layout
27814
27815 \begin_layout Standard
27816 Hier ist ein Beispiel: 
27817 \begin_inset LatexCommand url
27818 name "LyX-Homepage:"
27819 target "http://www.lyx.org"
27820
27821 \end_inset
27822
27823 .
27824 \end_layout
27825
27826 \begin_layout Standard
27827 Die Option 
27828 \family sans
27829 Hyperlink
27830 \family default
27831 \InsetSpace ~
27832
27833 \family sans
27834 erzeugen
27835 \family default
27836  ist dann von Bedeutung, wenn Sie Ihr Dokument als 
27837 \family sans
27838 LinuxDoc
27839 \family default
27840  exportieren.
27841 \end_layout
27842
27843 \begin_layout Standard
27844 Das Aussehen des Textes können Sie nicht ändern.
27845  Der Text im 
27846 \family sans
27847 Name
27848 \family default
27849 -Feld wird so gedruckt wie der Text Ihres Dokumentes und der Text 
27850 \family sans
27851 des URL
27852 \family default
27853 -Feldes im Stil 
27854 \family sans
27855
27856 \begin_inset Quotes gld
27857 \end_inset
27858
27859 Schreibmaschine
27860 \family default
27861
27862 \begin_inset Quotes grd
27863 \end_inset
27864
27865 .
27866 \end_layout
27867
27868 \begin_layout Standard
27869 Wenn Sie das LaTeX-Paket 
27870 \series bold
27871 hyperref
27872 \series default
27873
27874 \begin_inset LatexCommand index
27875 name "LaTeX-Pakete ! hyperref"
27876
27877 \end_inset
27878
27879  benutzen, um Querverweise in der Druckvorschau zu verlinken, werden die
27880  URLs automatisch zu anklickbaren Hyperlinks in DVI- und PDF-Vorschau.
27881 \end_layout
27882
27883 \begin_layout Standard
27884 \begin_inset Note Greyedout
27885 status open
27886
27887 \begin_layout Standard
27888
27889 \series bold
27890 Bemerkung:
27891 \series default
27892  Wenn Sie die folgenden Buchstaben benutzen wollen, müssen Sie mit einem
27893  vorangestellten 
27894 \backslash
27895  eingeben: 
27896 \begin_inset Quotes gld
27897 \end_inset
27898
27899
27900 \backslash
27901 %
27902 \begin_inset Quotes grd
27903 \end_inset
27904
27905
27906 \begin_inset Quotes gld
27907 \end_inset
27908
27909
27910 \backslash
27911 #
27912 \begin_inset Quotes grd
27913 \end_inset
27914
27915
27916 \begin_inset Quotes gld
27917 \end_inset
27918
27919
27920 \backslash
27921 ^
27922 \begin_inset Quotes grd
27923 \end_inset
27924
27925 .
27926  URLs dürfen nicht mit einem 
27927 \backslash
27928  aufhören.
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 Um wirkliche Hyperlinks zu erzeugen, ohne gezwungen zu sein, die Link-Adresse
27938  im Text angeben zu müssen, können Sie den ERT-Befehl
27939 \end_layout
27940
27941 \begin_layout Standard
27942
27943 \series bold
27944
27945 \backslash
27946 href{Linkadresse}{Linktext}
27947 \end_layout
27948
27949 \begin_layout Standard
27950 benutzen.
27951  Um z.\InsetSpace \thinspace{}
27952 B.
27953  einen Link auf LyXs Webseite zu setzen, schreiben Sie den ERT-Befehl
27954 \end_layout
27955
27956 \begin_layout Standard
27957
27958 \series bold
27959
27960 \backslash
27961 href{http://www.lyx.org}{
27962 \end_layout
27963
27964 \begin_layout Standard
27965 Danach fügen Sie den Linktext 
27966 \begin_inset Quotes gld
27967 \end_inset
27968
27969 LyX-Homepage
27970 \begin_inset Quotes grd
27971 \end_inset
27972
27973  als normalen Text ein, gefolgt von einer schließenden geschweiften Klammer
27974  
27975 \begin_inset Quotes gld
27976 \end_inset
27977
27978
27979 \series bold
27980 }
27981 \series default
27982
27983 \begin_inset Quotes grd
27984 \end_inset
27985
27986  als ERT.
27987  Dies ist das Ergebnis:
27988 \newline
27989
27990 \begin_inset ERT
27991 status collapsed
27992
27993 \begin_layout Standard
27994
27995
27996 \backslash
27997 href{http://www.lyx.org}{
27998 \end_layout
27999
28000 \end_inset
28001
28002 LyX-Homepage
28003 \begin_inset ERT
28004 status collapsed
28005
28006 \begin_layout Standard
28007
28008 }
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Standard
28017 Für Email-Adressen setzen Sie 
28018 \family sans
28019
28020 \begin_inset Quotes gld
28021 \end_inset
28022
28023 mailto:
28024 \family default
28025
28026 \begin_inset Quotes grd
28027 \end_inset
28028
28029  vor die Adresse:
28030 \newline
28031 Email an 
28032 \begin_inset ERT
28033 status collapsed
28034
28035 \begin_layout Standard
28036
28037
28038 \backslash
28039 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
28040 \end_layout
28041
28042 \end_inset
28043
28044 lyx-docs Mailing-Liste
28045 \begin_inset ERT
28046 status collapsed
28047
28048 \begin_layout Standard
28049
28050 }
28051 \end_layout
28052
28053 \end_inset
28054
28055 .
28056 \end_layout
28057
28058 \begin_layout Standard
28059 Wenn Sie 
28060 \series bold
28061
28062 \backslash
28063 href
28064 \series default
28065  anstatt LyXs URL-Box benutzen, hat das den Vorteil, dass Sie einen eigenen
28066  Textstil definieren können.
28067  Sie können dann auch Trennhilfen und manuelle Zeilenumbrüche setzen, damit
28068  lange Texte richtig umgebrochen werden.
28069  Des Weiteren können Sie mit einer Option in 
28070 \series bold
28071 hyperref
28072 \series default
28073 s
28074 \series bold
28075  
28076 \series default
28077 Ladebefehl denselben Stil für alle Hyperlinks definieren und die oben erwähnten
28078  Einschränkungen gelten nicht für 
28079 \series bold
28080
28081 \backslash
28082 href
28083 \series default
28084 .
28085 \end_layout
28086
28087 \begin_layout Chapter
28088 Externe Dateien
28089 \begin_inset LatexCommand index
28090 name "Dateien ! externe"
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \begin_layout Standard
28098 Mit 
28099 \family sans
28100 Einfügen\SpecialChar \menuseparator
28101 Datei
28102 \family default
28103  können Sie fremdes Material in Ihr Dokument einsetzen.
28104  Das kann folgendes sein:
28105 \end_layout
28106
28107 \begin_layout Description
28108 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
28109  eingefügt.
28110 \end_layout
28111
28112 \begin_layout Description
28113 Einfacher\InsetSpace ~
28114 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz
28115  in Ihr Dokument eingefügt.
28116 \end_layout
28117
28118 \begin_layout Description
28119 Einfacher\InsetSpace ~
28120 Text,\InsetSpace ~
28121 Zeilen\InsetSpace ~
28122 verbinden Ein Text-Dokument; Zeilen werden so eingefügt,
28123  wie sie sind.
28124  Leerzeilen trennen die Absätze.
28125 \end_layout
28126
28127 \begin_layout Description
28128 Externes\InsetSpace ~
28129 Material Dateien in verschiedenen Formaten.
28130 \end_layout
28131
28132 \begin_layout Description
28133 Unterdokument LyX- oder LaTeX-Dokumente.
28134 \end_layout
28135
28136 \begin_layout Section
28137 Externes Material
28138 \begin_inset LatexCommand index
28139 name "Externes Material"
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \begin_layout Standard
28147 Mit 
28148 \family sans
28149 Einfügen\SpecialChar \menuseparator
28150 Datei\SpecialChar \menuseparator
28151  Externes Material
28152 \family default
28153  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
28154  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
28155  weil LyX sich darum kümmert.
28156  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
28157  eingefügt werden können.
28158 \end_layout
28159
28160 \begin_layout Standard
28161 Zur Zeit können Sie folgende Dateitypen (
28162 \family sans
28163 Vorlagen
28164 \family default
28165 ) benutzen:
28166 \end_layout
28167
28168 \begin_layout Description
28169 ChessDiagram Diese Vorlage unterstützt Schachdiagramme, die mit 
28170 \begin_inset ERT
28171 status collapsed
28172
28173 \begin_layout Standard
28174
28175
28176 \backslash
28177 href{http://en.wikipedia.org/wiki/XBoard}{
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \series bold
28184 XBoard
28185 \series default
28186
28187 \begin_inset ERT
28188 status collapsed
28189
28190 \begin_layout Standard
28191
28192 }
28193 \end_layout
28194
28195 \end_inset
28196
28197  erzeugt wurden.
28198 \end_layout
28199
28200 \begin_layout Description
28201 Date fügt ein Datum mit dem Format 
28202 \emph on
28203 Tag-Monat-Jahr
28204 \emph default
28205  ein.
28206  Hier ist ein Beispiel: 
28207 \begin_inset External
28208         template Date
28209         filename .
28210
28211 \end_inset
28212
28213 .
28214 \newline
28215 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
28216  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
28217  Menü 
28218 \family sans
28219 Einfügen\SpecialChar \menuseparator
28220 Datum
28221 \family default
28222  und mit dem LaTeX-Befehl 
28223 \series bold
28224
28225 \backslash
28226 today
28227 \series default
28228 .
28229  Die verschiedenen Methoden werden in Tabelle\InsetSpace ~
28230
28231 \begin_inset LatexCommand ref
28232 reference "tab:Vergleich-der-Datums-Eingaben"
28233
28234 \end_inset
28235
28236  verglichen.
28237 \end_layout
28238
28239 \begin_layout Description
28240 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
28241 \begin_inset ERT
28242 status collapsed
28243
28244 \begin_layout Standard
28245
28246
28247 \backslash
28248 href{http://en.wikipedia.org/wiki/LilyPond}{
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \series bold
28255 LilyPond
28256 \series default
28257
28258 \begin_inset ERT
28259 status collapsed
28260
28261 \begin_layout Standard
28262
28263 }
28264 \end_layout
28265
28266 \end_inset
28267
28268  schreiben.
28269 \end_layout
28270
28271 \begin_layout Description
28272 RasterImage Diese Vorlage kann für Bitmap-Bilder benutzt werden.
28273  Fast alle bekannten Bildformate werden unterstützt.
28274  Die Bilddateien können im Dialogfenster 
28275 \family sans
28276 Externes\InsetSpace ~
28277 Material
28278 \family default
28279  genauso behandelt werden wie die mit dem normalen 
28280 \family sans
28281 Grafik
28282 \family default
28283 -Dialog eingefügten, siehe Abschnitt\InsetSpace ~
28284
28285 \begin_inset LatexCommand ref
28286 reference "abs:Grafik-Dialog"
28287
28288 \end_inset
28289
28290 .
28291  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
28292  und EPS-Bilder werden nicht unterstützt.
28293 \end_layout
28294
28295 \begin_layout Description
28296 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
28297 \begin_inset ERT
28298 status collapsed
28299
28300 \begin_layout Standard
28301
28302
28303 \backslash
28304 href{http://en.wikipedia.org/wiki/Xfig}{
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \series bold
28311 Xfig
28312 \series default
28313
28314 \begin_inset ERT
28315 status collapsed
28316
28317 \begin_layout Standard
28318
28319 }
28320 \end_layout
28321
28322 \end_inset
28323
28324  erzeugt wurden.
28325 \end_layout
28326
28327 \begin_layout Standard
28328 \begin_inset Float table
28329 placement h
28330 wide false
28331 sideways false
28332 status open
28333
28334 \begin_layout Standard
28335 \begin_inset Caption
28336
28337 \begin_layout Standard
28338 \begin_inset LatexCommand label
28339 name "tab:Vergleich-der-Datums-Eingaben"
28340
28341 \end_inset
28342
28343 Vergleich der Datums-Eingaben
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Standard
28352 \align center
28353 \begin_inset Tabular
28354 <lyxtabular version="3" rows="4" columns="4">
28355 <features>
28356 <column alignment="center" valignment="top" leftline="true" width="0">
28357 <column alignment="center" valignment="top" leftline="true" width="0">
28358 <column alignment="center" valignment="top" leftline="true" width="0">
28359 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28360 <row topline="true">
28361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28362 \begin_inset Text
28363
28364 \begin_layout Standard
28365 Dokumentformat
28366 \end_layout
28367
28368 \end_inset
28369 </cell>
28370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28371 \begin_inset Text
28372
28373 \begin_layout Standard
28374
28375 \family sans
28376 Externes Material\SpecialChar \menuseparator
28377 Datum
28378 \end_layout
28379
28380 \end_inset
28381 </cell>
28382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28383 \begin_inset Text
28384
28385 \begin_layout Standard
28386
28387 \family sans
28388 Einfügen\SpecialChar \menuseparator
28389 Datum
28390 \end_layout
28391
28392 \end_inset
28393 </cell>
28394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Standard
28398 Befehl 
28399 \series bold
28400
28401 \backslash
28402 today
28403 \end_layout
28404
28405 \end_inset
28406 </cell>
28407 </row>
28408 <row topline="true">
28409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28410 \begin_inset Text
28411
28412 \begin_layout Standard
28413 LyX
28414 \end_layout
28415
28416 \end_inset
28417 </cell>
28418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28419 \begin_inset Text
28420
28421 \begin_layout Standard
28422 als Box
28423 \end_layout
28424
28425 \end_inset
28426 </cell>
28427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28428 \begin_inset Text
28429
28430 \begin_layout Standard
28431 als Datum
28432 \end_layout
28433
28434 \end_inset
28435 </cell>
28436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28437 \begin_inset Text
28438
28439 \begin_layout Standard
28440 als ERT-Befehl
28441 \end_layout
28442
28443 \end_inset
28444 </cell>
28445 </row>
28446 <row topline="true">
28447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28448 \begin_inset Text
28449
28450 \begin_layout Standard
28451 LaTeX
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 als Datum
28461 \end_layout
28462
28463 \end_inset
28464 </cell>
28465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Standard
28469 als Datum
28470 \end_layout
28471
28472 \end_inset
28473 </cell>
28474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28475 \begin_inset Text
28476
28477 \begin_layout Standard
28478 als Befehl
28479 \end_layout
28480
28481 \end_inset
28482 </cell>
28483 </row>
28484 <row topline="true" bottomline="true">
28485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28486 \begin_inset Text
28487
28488 \begin_layout Standard
28489 DVI, PDF, PS
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Standard
28498 als Datum
28499 \end_layout
28500
28501 \end_inset
28502 </cell>
28503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28504 \begin_inset Text
28505
28506 \begin_layout Standard
28507 als Datum
28508 \end_layout
28509
28510 \end_inset
28511 </cell>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Standard
28516 als Datum
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 </row>
28522 </lyxtabular>
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Standard
28535 Wenn Sie im Dialogfenster
28536 \family sans
28537  Externes\InsetSpace ~
28538 Material\SpecialChar \menuseparator
28539
28540 \family default
28541 Karteikarte
28542 \family sans
28543  Datei Entwurf
28544 \family default
28545  ankreuzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
28546 \end_layout
28547
28548 \begin_layout Standard
28549 LyX kann externes Material entweder als Box wie hier: 
28550 \begin_inset Graphics
28551         filename clipart/ExternesMaterialQt4.png
28552         lyxscale 80
28553         scale 60
28554         scaleBeforeRotation
28555
28556 \end_inset
28557
28558  oder als Bild darstellen.
28559  Das hängt davon ab, ob Sie im Dialogfenster
28560 \family sans
28561  Externes\InsetSpace ~
28562 Material\SpecialChar \menuseparator
28563
28564 \family default
28565 Karteikarte 
28566 \family sans
28567 Ly
28568 \begin_inset ERT
28569 status collapsed
28570
28571 \begin_layout Standard
28572
28573 {}
28574 \end_layout
28575
28576 \end_inset
28577
28578 X-Ansicht in\InsetSpace ~
28579 Ly
28580 \begin_inset ERT
28581 status collapsed
28582
28583 \begin_layout Standard
28584
28585 {}
28586 \end_layout
28587
28588 \end_inset
28589
28590 X\InsetSpace ~
28591 anzeigen
28592 \family default
28593  angekreuzt haben oder nicht.
28594 \end_layout
28595
28596 \begin_layout Standard
28597 Im LyX-Handbuch 
28598 \emph on
28599 Anpassung
28600 \emph default
28601  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
28602 \end_layout
28603
28604 \begin_layout Section
28605 Unterdokumente
28606 \begin_inset LatexCommand label
28607 name "abs:Unterdokumente"
28608
28609 \end_inset
28610
28611
28612 \begin_inset LatexCommand index
28613 name "Unterdokument"
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
28622  oder Abschnitten bestehen.
28623  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
28624  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
28625 \end_layout
28626
28627 \begin_layout Standard
28628 Unterdokumente werden in LyX als Box angezeigt: 
28629 \begin_inset Graphics
28630         filename clipart/UnterdokumentQt4.png
28631         lyxscale 80
28632         scale 60
28633         scaleBeforeRotation
28634
28635 \end_inset
28636
28637 .
28638  Sie werden über
28639 \family sans
28640  Einfügen\SpecialChar \menuseparator
28641 Datei\SpecialChar \menuseparator
28642 Unterdokument
28643 \family default
28644  eingebunden, was das Dialogfenster
28645 \family sans
28646  Unterdokument
28647 \family default
28648  öffnet.
28649  Für 
28650 \family sans
28651 die Art\InsetSpace ~
28652 der\InsetSpace ~
28653 Einbindung
28654 \family default
28655  gibt es dort vier Möglichkeiten:
28656 \end_layout
28657
28658 \begin_layout Description
28659 Include Sie können LyX- und LaTeX-Dokumente einbinden.
28660  Wenn Sie im Dialogfenster
28661 \family sans
28662  Unterdokument
28663 \family default
28664  auf 
28665 \family sans
28666 Öffnen
28667 \family default
28668  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
28669  und sie können es editieren.
28670 \newline
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 Hier wird ein Unterdokument
28676 \family sans
28677  
28678 \family default
28679 per 
28680 \family sans
28681 Include
28682 \family default
28683  eingebunden: 
28684 \begin_inset Include \include{DummyDocument1.lyx}
28685 preview false
28686
28687 \end_inset
28688
28689 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
28690  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
28691  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
28692 s.
28693  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt\InsetSpace ~
28694
28695 \begin_inset LatexCommand ref
28696 reference "uab:Externer-Unterabschnitt-1"
28697
28698 \end_inset
28699
28700 .
28701 \end_layout
28702
28703 \begin_layout Standard
28704 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
28705  wird benutzt.
28706  Unterdokumente, die per 
28707 \family sans
28708 Include
28709 \family default
28710  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
28711  und enden mit einem Seitenumbruch.
28712 \end_layout
28713
28714 \begin_layout Standard
28715 Mit dem LaTeX-Befehl 
28716 \series bold
28717
28718 \backslash
28719 includeonly 
28720 \series default
28721 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
28722  erstellt werden soll.
28723  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
28724  sehen wollen, und es geht schneller.
28725  
28726 \series bold
28727
28728 \backslash
28729 includeonly
28730 \series default
28731  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
28732  Im folgenden Beispiel:
28733 \end_layout
28734
28735 \begin_layout Standard
28736
28737 \series bold
28738
28739 \backslash
28740 includeonly{Kapitel1,Kapitel5}
28741 \end_layout
28742
28743 \begin_layout Standard
28744 werden nur die Dateien 
28745 \begin_inset Quotes gld
28746 \end_inset
28747
28748 Kapitel1.lyx
28749 \begin_inset Quotes grd
28750 \end_inset
28751
28752  (oder 
28753 \begin_inset Quotes gld
28754 \end_inset
28755
28756 Kapitel1.tex
28757 \begin_inset Quotes grd
28758 \end_inset
28759
28760 ) und 
28761 \begin_inset Quotes gld
28762 \end_inset
28763
28764 Kapitel5.lyx
28765 \begin_inset Quotes grd
28766 \end_inset
28767
28768
28769 \series bold
28770  
28771 \series default
28772 eingebunden.
28773 \end_layout
28774
28775 \begin_layout Standard
28776 \begin_inset Note Greyedout
28777 status open
28778
28779 \begin_layout Standard
28780
28781 \series bold
28782 Bemerkung:
28783 \series default
28784  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
28785  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
28786  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
28787  Ergebnissen führen wird.
28788 \end_layout
28789
28790 \end_inset
28791
28792
28793 \end_layout
28794
28795 \begin_layout Description
28796 Input Diese Methode ist 
28797 \family sans
28798 Include
28799 \family default
28800  sehr ähnlich mit folgenden Unterschieden:
28801 \end_layout
28802
28803 \begin_deeper
28804 \begin_layout Itemize
28805 Unterdokumente, die per 
28806 \family sans
28807 Input
28808 \family default
28809  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
28810  Seite und enden NICHT mit einem Seitenumbruch.
28811 \end_layout
28812
28813 \begin_layout Itemize
28814 Unterdokumente, die per 
28815 \family sans
28816 Input
28817 \family default
28818  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
28819 \family sans
28820  Unterdokument Vorschau\InsetSpace ~
28821 anzeigen
28822 \family default
28823  angekreuzt wurde und in den LyX-
28824 \family sans
28825 Einstellungen\SpecialChar \menuseparator
28826 Aussehen\InsetSpace ~
28827 &\InsetSpace ~
28828 Handhabung\SpecialChar \menuseparator
28829 Grafik Sofortige\InsetSpace ~
28830 Vorschau
28831 \family default
28832  auf 
28833 \family sans
28834 An
28835 \family default
28836  gesetzt wurde.
28837  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
28838  aus.
28839 \end_layout
28840
28841 \begin_layout Itemize
28842 Der LaTeX-Befehl 
28843 \series bold
28844
28845 \backslash
28846 includeonly
28847 \series default
28848  kann nicht benutzt werden.
28849 \end_layout
28850
28851 \end_deeper
28852 \begin_layout Standard
28853 Hier ist ein Unterdokument, das mit
28854 \family sans
28855  Input
28856 \family default
28857  eingebunden wurde: 
28858 \begin_inset Include \input{DummyDocument2.lyx}
28859 preview false
28860
28861 \end_inset
28862
28863 .
28864 \end_layout
28865
28866 \begin_layout Description
28867 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
28868   In der Druckvorschau wird für den Text 
28869 \family typewriter
28870 Schreibmaschinen
28871 \family default
28872 -Stile verwendet.
28873  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
28874  Wenn Sie im Dialogfenster
28875 \family sans
28876  Unterdokument Leerzeichen\InsetSpace ~
28877 bei\InsetSpace ~
28878 der\InsetSpace ~
28879 Ausgabe\InsetSpace ~
28880 kennzeichnen 
28881 \family default
28882 ankreuzen, wird in der Druckvorschau das Zeichen 
28883 \begin_inset Quotes gld
28884 \end_inset
28885
28886
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Standard
28891
28892
28893 \backslash
28894 textvisiblespace 
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \begin_inset Quotes grd
28901 \end_inset
28902
28903  für jedes Leerzeichen eingefügt.
28904 \newline
28905 Im Gegensatz zu 
28906 \family sans
28907 Einfügen\SpecialChar \menuseparator
28908 Datei\SpecialChar \menuseparator
28909 Einfacher\InsetSpace ~
28910 Text
28911 \family default
28912  wird bei 
28913 \family sans
28914 Unformatiert
28915 \family default
28916  der Dateiinhalt in LyX nicht dargestellt.
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Hier ist ein Unterdokument, das mit
28921 \family sans
28922  Unformatiert
28923 \family default
28924  eingebunden wurde: 
28925 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
28926 preview false
28927
28928 \end_inset
28929
28930
28931 \begin_inset VSpace bigskip
28932 \end_inset
28933
28934 Hier ist ein Unterdokument, das mit
28935 \family sans
28936  Unformatiert
28937 \family default
28938  eingebunden wurde und
28939 \family sans
28940  Leerzeichen\InsetSpace ~
28941 bei\InsetSpace ~
28942 der\InsetSpace ~
28943 Ausgabe\InsetSpace ~
28944 kennzeichnen
28945 \family default
28946  angekreuzt hat: 
28947 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
28948 preview false
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Standard
28956 \begin_inset VSpace bigskip
28957 \end_inset
28958
28959
28960 \end_layout
28961
28962 \begin_layout Standard
28963 \begin_inset Note Greyedout
28964 status open
28965
28966 \begin_layout Standard
28967
28968 \series bold
28969 Bemerkung:
28970 \series default
28971  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
28972  
28973 \family sans
28974 Unformatiert
28975 \family default
28976  eingebunden werden, am Zeilenende nicht umgebrochen.
28977 \end_layout
28978
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \begin_layout Description
28985 Listing Dieser Typ wird in Kapitel\InsetSpace ~
28986
28987 \begin_inset LatexCommand ref
28988 reference "kap:Programm-Code-Listen"
28989
28990 \end_inset
28991
28992  beschrieben.
28993 \end_layout
28994
28995 \begin_layout Standard
28996 \begin_inset Note Greyedout
28997 status open
28998
28999 \begin_layout Standard
29000
29001 \series bold
29002 Bemerkung:
29003 \series default
29004  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
29005  das zu LaTeX-Problemen führen.
29006 \end_layout
29007
29008 \end_inset
29009
29010
29011 \end_layout
29012
29013 \begin_layout Chapter
29014 Programm-Code-Listen
29015 \begin_inset LatexCommand label
29016 name "kap:Programm-Code-Listen"
29017
29018 \end_inset
29019
29020
29021 \begin_inset LatexCommand index
29022 name "Listen"
29023
29024 \end_inset
29025
29026
29027 \begin_inset LatexCommand index
29028 name "Programm-Code"
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \begin_layout Standard
29036 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
29037 \family sans
29038 Einfügen\SpecialChar \menuseparator
29039 Programmlisting
29040 \family default
29041  verwenden.
29042  Das LaTeX-Paket 
29043 \series bold
29044 listings
29045 \series default
29046
29047 \begin_inset LatexCommand index
29048 name "LaTeX-Pakete ! listings"
29049
29050 \end_inset
29051
29052  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
29053 \end_layout
29054
29055 \begin_layout Standard
29056 Ein Rechtsklick auf das 
29057 \family sans
29058 Listing
29059 \family default
29060 -Kästchen öffnet das Dialogfenster 
29061 \family sans
29062 Programm\SpecialChar \-
29063 listing-Einstellungen
29064 \family default
29065 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
29066 \end_layout
29067
29068 \begin_layout Standard
29069 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
29070  Die 
29071 \family sans
29072 Platzierung
29073 \family default
29074 -Option 
29075 \family sans
29076 Eingebettetes\InsetSpace ~
29077 Listing
29078 \family default
29079  druckt das Listing in der Zeile wie hier: 
29080 \begin_inset listings
29081 lstparams "language={C++}"
29082 inline true
29083 status open
29084
29085 \begin_layout Standard
29086
29087 int a=5;
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \newline
29094 Die Option 
29095 \family sans
29096 Gleitobjekt
29097 \family default
29098  erzeugt ein Listing-Gleitobjekt, dessen 
29099 \family sans
29100 Platzierung 
29101 \family default
29102 Sie mit 
29103 \family sans
29104 h
29105 \family default
29106
29107 \family sans
29108 t
29109 \family default
29110
29111 \family sans
29112 b
29113 \family default
29114  und 
29115 \family sans
29116 p
29117 \family default
29118 , analog zu den in Abschnitt\InsetSpace ~
29119
29120 \begin_inset LatexCommand ref
29121 reference "abs:Gleitobjekt-Platzierung"
29122
29123 \end_inset
29124
29125  beschriebenen Platzierungsoptionen festlegen können.
29126  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
29127  hintereinander angegeben, z.\InsetSpace \thinspace{}
29128 B.
29129  
29130 \begin_inset Quotes gld
29131 \end_inset
29132
29133
29134 \family sans
29135 htbp
29136 \family default
29137
29138 \begin_inset Quotes grd
29139 \end_inset
29140
29141 .
29142  Die Option 
29143 \begin_inset Quotes eld
29144 \end_inset
29145
29146 h
29147 \begin_inset Quotes erd
29148 \end_inset
29149
29150  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
29151  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
29152 \end_layout
29153
29154 \begin_layout Standard
29155 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
29156  zu verweisen: Listing\InsetSpace ~
29157
29158 \begin_inset LatexCommand ref
29159 reference "lst:Gleitendes-Programm-Listing"
29160
29161 \end_inset
29162
29163 .
29164 \end_layout
29165
29166 \begin_layout Standard
29167 \begin_inset listings
29168 lstparams "language=Python"
29169 inline false
29170 status open
29171
29172 \begin_layout Standard
29173
29174 \begin_inset Caption
29175
29176 \begin_layout Standard
29177 \begin_inset LatexCommand label
29178 name "lst:Gleitendes-Programm-Listing"
29179
29180 \end_inset
29181
29182 Gleitendes Programm-Listing
29183 \end_layout
29184
29185 \end_inset
29186
29187 # Gleitendes Programm-Listing
29188 \end_layout
29189
29190 \begin_layout Standard
29191
29192 def func(param):
29193 \end_layout
29194
29195 \begin_layout Standard
29196
29197     'Dies ist eine Python-Funktion'
29198 \end_layout
29199
29200 \begin_layout Standard
29201
29202     pass
29203 \end_layout
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \begin_layout Standard
29211 Wenn Sie eine Programmier-
29212 \family sans
29213 Sprache
29214 \family default
29215  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
29216  gedruckt, wie 
29217 \emph on
29218 #
29219 \emph default
29220
29221 \emph on
29222 def
29223 \emph default
29224  und 
29225 \emph on
29226 pass
29227 \emph default
29228  in Listing\InsetSpace ~
29229
29230 \begin_inset LatexCommand ref
29231 reference "lst:Gleitendes-Programm-Listing"
29232
29233 \end_inset
29234
29235 .
29236 \end_layout
29237
29238 \begin_layout Standard
29239 Im Abschnitt 
29240 \family sans
29241 Zeilennummerierung
29242 \family default
29243  des Dialog 
29244 \family sans
29245 Programm\SpecialChar \-
29246 listing-Einstellungen
29247 \family default
29248 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
29249  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
29250  werden soll und die 
29251 \family sans
29252 Schriftgröße
29253 \family default
29254  der Nummerierung.
29255 \end_layout
29256
29257 \begin_layout Standard
29258 Im Abschnitt 
29259 \family sans
29260 Bereich
29261 \family default
29262  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
29263  Im Abschnitt 
29264 \family sans
29265 Stil
29266 \family default
29267  legen Sie fest, wie die Liste ausgedruckt werden soll.
29268  Die Option 
29269 \family sans
29270 Erweiterte\InsetSpace ~
29271 Zeichentabelle
29272 \family default
29273  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
29274 \end_layout
29275
29276 \begin_layout Standard
29277 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
29278  Sprache 
29279 \begin_inset Quotes gld
29280 \end_inset
29281
29282 Python
29283 \begin_inset Quotes grd
29284 \end_inset
29285
29286 , den Optionen 
29287 \family sans
29288 Erweiterte\InsetSpace ~
29289 Zeichentabelle
29290 \family default
29291  und 
29292 \family sans
29293 Leerzeichen\InsetSpace ~
29294 als\InsetSpace ~
29295 Symbol
29296 \family default
29297  und Bereich 3\InsetSpace \thinspace{}
29298 -\InsetSpace \thinspace{}
29299 8:
29300 \end_layout
29301
29302 \begin_layout Standard
29303 \begin_inset listings
29304 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
29305 inline false
29306 status open
29307
29308 \begin_layout Standard
29309
29310 def func(param):
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315     'Dies ist eine Python-Funktion'
29316 \end_layout
29317
29318 \begin_layout Standard
29319
29320     pass
29321 \end_layout
29322
29323 \begin_layout Standard
29324
29325 def func(param):
29326 \end_layout
29327
29328 \begin_layout Standard
29329
29330 'Sonderzeichen: Tschüß'
29331 \end_layout
29332
29333 \begin_layout Standard
29334
29335 pass
29336 \end_layout
29337
29338 \begin_layout Standard
29339
29340 def func(param):
29341 \end_layout
29342
29343 \begin_layout Standard
29344
29345 'Dies ist eine Python-Funktion'
29346 \end_layout
29347
29348 \begin_layout Standard
29349
29350 pass
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Standard
29359 \noindent
29360 \begin_inset Note Greyedout
29361 status open
29362
29363 \begin_layout Standard
29364
29365 \series bold
29366 Bemerkung:
29367 \series default
29368  Wegen eines Fehler im listings Paket wird die Zeilennummerierung um eine
29369  Zeile durch vorhergehende Listen verschoben.
29370  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
29371  Liste nummeriert werden.
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 \begin_inset VSpace bigskip
29381 \end_inset
29382
29383
29384 \end_layout
29385
29386 \begin_layout Standard
29387 \noindent
29388 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
29389  Das machen Sie mit
29390 \family sans
29391  Einfügen\SpecialChar \menuseparator
29392 Datei\SpecialChar \menuseparator
29393 Unterdokument
29394 \family default
29395  und der 
29396 \family sans
29397 Art\InsetSpace ~
29398 der\InsetSpace ~
29399 Einbindung
29400 \family default
29401  
29402 \family sans
29403 Listing
29404 \family default
29405 .
29406 \begin_inset Foot
29407 status collapsed
29408
29409 \begin_layout Standard
29410 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt\InsetSpace ~
29411
29412 \begin_inset LatexCommand ref
29413 reference "abs:Unterdokumente"
29414
29415 \end_inset
29416
29417  beschrieben.
29418 \end_layout
29419
29420 \end_inset
29421
29422  Im Dialogfenster
29423 \family sans
29424  Unterdokument
29425 \family default
29426  können Sie die Listing-Parameters unter 
29427 \family sans
29428 Weitere\InsetSpace ~
29429 Parameter
29430 \family default
29431  eingeben.
29432  Wenn Sie dort ein Fragezeichen 
29433 \begin_inset Quotes gld
29434 \end_inset
29435
29436 ?
29437 \begin_inset Quotes grd
29438 \end_inset
29439
29440  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
29441 det.
29442 \end_layout
29443
29444 \begin_layout Standard
29445 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
29446  Text ins Feld 
29447 \family sans
29448 Marke
29449 \family default
29450 , auf die dann wie üblich verwiesen werden kann.
29451 \end_layout
29452
29453 \begin_layout Standard
29454 Listing\InsetSpace ~
29455
29456 \begin_inset LatexCommand ref
29457 reference "lst:Datei-Listing"
29458
29459 \end_inset
29460
29461  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10\InsetSpace \thinspace{}
29462 -\InsetSpace \thinspace{}
29463 15
29464  gedruckt werden.
29465 \end_layout
29466
29467 \begin_layout Standard
29468 \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]
29469 preview false
29470
29471 \end_inset
29472
29473
29474 \end_layout
29475
29476 \begin_layout Standard
29477 \begin_inset VSpace bigskip
29478 \end_inset
29479
29480
29481 \end_layout
29482
29483 \begin_layout Standard
29484 \noindent
29485 Dokumentweite Listing-Eigenschaften können in
29486 \family sans
29487  Dokument\SpecialChar \menuseparator
29488 Einstellungen\SpecialChar \menuseparator
29489 Textformat\SpecialChar \menuseparator
29490 Listing-Einstellungen
29491 \family default
29492  festgelegt werden.
29493  Auch dort bekommt man durch Eingabe eines Fragezeichens 
29494 \begin_inset Quotes gld
29495 \end_inset
29496
29497 ?
29498 \begin_inset Quotes grd
29499 \end_inset
29500
29501  links davon eine Liste aller möglichen Parameter.
29502 \end_layout
29503
29504 \begin_layout Standard
29505 Weitere Informationen über das 
29506 \series bold
29507 listings
29508 \series default
29509 -Paket finden Sie in 
29510 \begin_inset LatexCommand cite
29511 key "listings"
29512
29513 \end_inset
29514
29515 .
29516 \newpage
29517
29518 \end_layout
29519
29520 \begin_layout Chapter
29521 \start_of_appendix
29522 In 
29523 \begin_inset ERT
29524 status collapsed
29525
29526 \begin_layout Standard
29527
29528
29529 \backslash
29530 texorpdfstring{
29531 \end_layout
29532
29533 \end_inset
29534
29535 LyX
29536 \begin_inset ERT
29537 status collapsed
29538
29539 \begin_layout Standard
29540
29541 }{LyX}
29542 \end_layout
29543
29544 \end_inset
29545
29546  verfügbare Maßeinheiten
29547 \begin_inset LatexCommand label
29548 name "kap:In-LyX-verfügbare"
29549
29550 \end_inset
29551
29552
29553 \begin_inset LatexCommand index
29554 name "Einheiten"
29555
29556 \end_inset
29557
29558
29559 \begin_inset Note Note
29560 status collapsed
29561
29562 \begin_layout Standard
29563 Den Befehl
29564 \family typewriter
29565  
29566 \family default
29567 \series bold
29568
29569 \backslash
29570 texorpdfstring
29571 \series default
29572  stellt das LaTeX-Paket 
29573 \series bold
29574 hyperref
29575 \series default
29576  bereit, um zu verhindern, dass Ligaturen in PDF-Lesezeichen falsch dargestellt
29577  werden.
29578  Weitere Informationen finden Sie in 
29579 \begin_inset LatexCommand cite
29580 key "hyperref"
29581
29582 \end_inset
29583
29584 .
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \begin_layout Standard
29593 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
29594  Tabelle\InsetSpace ~
29595
29596 \begin_inset LatexCommand ref
29597 reference "tab:Maßeinheiten"
29598
29599 \end_inset
29600
29601  alle in LyX verfügbaren Maßeinheiten.
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \begin_inset Float table
29606 placement h
29607 wide false
29608 sideways false
29609 status open
29610
29611 \begin_layout Standard
29612 \begin_inset Caption
29613
29614 \begin_layout Standard
29615 \begin_inset LatexCommand label
29616 name "tab:Maßeinheiten"
29617
29618 \end_inset
29619
29620 Maßeinheiten
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Standard
29629 \begin_inset VSpace medskip
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \begin_layout Standard
29636 \align center
29637 \begin_inset Tabular
29638 <lyxtabular version="3" rows="20" columns="2">
29639 <features>
29640 <column alignment="center" valignment="top" leftline="true" width="0">
29641 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29642 <row topline="true" bottomline="true">
29643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29644 \begin_inset Text
29645
29646 \begin_layout Standard
29647
29648 \series bold
29649 Maßeinheit
29650 \end_layout
29651
29652 \end_inset
29653 </cell>
29654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29655 \begin_inset Text
29656
29657 \begin_layout Standard
29658
29659 \series bold
29660 Name/Beschreibung
29661 \end_layout
29662
29663 \end_inset
29664 </cell>
29665 </row>
29666 <row topline="true">
29667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29668 \begin_inset Text
29669
29670 \begin_layout Standard
29671 mm
29672 \end_layout
29673
29674 \end_inset
29675 </cell>
29676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29677 \begin_inset Text
29678
29679 \begin_layout Standard
29680 Millimeter
29681 \end_layout
29682
29683 \end_inset
29684 </cell>
29685 </row>
29686 <row topline="true">
29687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29688 \begin_inset Text
29689
29690 \begin_layout Standard
29691 cm
29692 \end_layout
29693
29694 \end_inset
29695 </cell>
29696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29697 \begin_inset Text
29698
29699 \begin_layout Standard
29700 Zentimeter
29701 \end_layout
29702
29703 \end_inset
29704 </cell>
29705 </row>
29706 <row topline="true">
29707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29708 \begin_inset Text
29709
29710 \begin_layout Standard
29711 in
29712 \end_layout
29713
29714 \end_inset
29715 </cell>
29716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29717 \begin_inset Text
29718
29719 \begin_layout Standard
29720 Zoll (1\InsetSpace \thinspace{}
29721 in = 2.54\InsetSpace \thinspace{}
29722 cm
29723 \end_layout
29724
29725 \end_inset
29726 </cell>
29727 </row>
29728 <row topline="true">
29729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29730 \begin_inset Text
29731
29732 \begin_layout Standard
29733 pt
29734 \end_layout
29735
29736 \end_inset
29737 </cell>
29738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29739 \begin_inset Text
29740
29741 \begin_layout Standard
29742 Punkt (72.27\InsetSpace \thinspace{}
29743 pt = 1\InsetSpace \thinspace{}
29744 in)
29745 \end_layout
29746
29747 \end_inset
29748 </cell>
29749 </row>
29750 <row topline="true">
29751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29752 \begin_inset Text
29753
29754 \begin_layout Standard
29755 pc
29756 \end_layout
29757
29758 \end_inset
29759 </cell>
29760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29761 \begin_inset Text
29762
29763 \begin_layout Standard
29764 Pica (1\InsetSpace \thinspace{}
29765 pc = 12\InsetSpace \thinspace{}
29766 pt)
29767 \end_layout
29768
29769 \end_inset
29770 </cell>
29771 </row>
29772 <row topline="true">
29773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29774 \begin_inset Text
29775
29776 \begin_layout Standard
29777 sp
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 skalierter Punkt (65536\InsetSpace \thinspace{}
29787 sp = 1\InsetSpace \thinspace{}
29788 pt)
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 bp
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 großer Punkt (72\InsetSpace \thinspace{}
29809 bp = 1\InsetSpace \thinspace{}
29810 in)
29811 \end_layout
29812
29813 \end_inset
29814 </cell>
29815 </row>
29816 <row topline="true">
29817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29818 \begin_inset Text
29819
29820 \begin_layout Standard
29821 dd
29822 \end_layout
29823
29824 \end_inset
29825 </cell>
29826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29827 \begin_inset Text
29828
29829 \begin_layout Standard
29830 Didot (1\InsetSpace \thinspace{}
29831 dd 
29832 \begin_inset Formula $\approx$
29833 \end_inset
29834
29835  0,376\InsetSpace \thinspace{}
29836 mm)
29837 \end_layout
29838
29839 \end_inset
29840 </cell>
29841 </row>
29842 <row topline="true">
29843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29844 \begin_inset Text
29845
29846 \begin_layout Standard
29847 cc
29848 \end_layout
29849
29850 \end_inset
29851 </cell>
29852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29853 \begin_inset Text
29854
29855 \begin_layout Standard
29856 Cicero (1\InsetSpace \thinspace{}
29857 cc = 12\InsetSpace \thinspace{}
29858 dd)
29859 \end_layout
29860
29861 \end_inset
29862 </cell>
29863 </row>
29864 <row topline="true">
29865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29866 \begin_inset Text
29867
29868 \begin_layout Standard
29869 Skalierung%
29870 \end_layout
29871
29872 \end_inset
29873 </cell>
29874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29875 \begin_inset Text
29876
29877 \begin_layout Standard
29878 % der originalen Bildbreite
29879 \end_layout
29880
29881 \end_inset
29882 </cell>
29883 </row>
29884 <row topline="true">
29885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29886 \begin_inset Text
29887
29888 \begin_layout Standard
29889 Textbreite %
29890 \end_layout
29891
29892 \end_inset
29893 </cell>
29894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29895 \begin_inset Text
29896
29897 \begin_layout Standard
29898 % der Textbreite
29899 \end_layout
29900
29901 \end_inset
29902 </cell>
29903 </row>
29904 <row topline="true">
29905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29906 \begin_inset Text
29907
29908 \begin_layout Standard
29909 Spaltenbreite %
29910 \end_layout
29911
29912 \end_inset
29913 </cell>
29914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29915 \begin_inset Text
29916
29917 \begin_layout Standard
29918 % der Spaltenbreite
29919 \end_layout
29920
29921 \end_inset
29922 </cell>
29923 </row>
29924 <row topline="true">
29925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29926 \begin_inset Text
29927
29928 \begin_layout Standard
29929 Seitenbreite %
29930 \end_layout
29931
29932 \end_inset
29933 </cell>
29934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29935 \begin_inset Text
29936
29937 \begin_layout Standard
29938 % der Seitenbreite
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 Zeilenbreite %
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 % der Zeilenbreite
29959 \end_layout
29960
29961 \end_inset
29962 </cell>
29963 </row>
29964 <row topline="true">
29965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29966 \begin_inset Text
29967
29968 \begin_layout Standard
29969 Texthöhe %
29970 \end_layout
29971
29972 \end_inset
29973 </cell>
29974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29975 \begin_inset Text
29976
29977 \begin_layout Standard
29978 % der Texthöhe
29979 \end_layout
29980
29981 \end_inset
29982 </cell>
29983 </row>
29984 <row topline="true">
29985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29986 \begin_inset Text
29987
29988 \begin_layout Standard
29989 Seitenhöhe %
29990 \end_layout
29991
29992 \end_inset
29993 </cell>
29994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29995 \begin_inset Text
29996
29997 \begin_layout Standard
29998 % der Seitenhöhe
29999 \end_layout
30000
30001 \end_inset
30002 </cell>
30003 </row>
30004 <row topline="true">
30005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30006 \begin_inset Text
30007
30008 \begin_layout Standard
30009 ex
30010 \end_layout
30011
30012 \end_inset
30013 </cell>
30014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30015 \begin_inset Text
30016
30017 \begin_layout Standard
30018 Die Höhe des Buchstabens 
30019 \emph on
30020 x
30021 \emph default
30022  im aktiven Zeichensatz
30023 \end_layout
30024
30025 \end_inset
30026 </cell>
30027 </row>
30028 <row topline="true">
30029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30030 \begin_inset Text
30031
30032 \begin_layout Standard
30033 em
30034 \end_layout
30035
30036 \end_inset
30037 </cell>
30038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30039 \begin_inset Text
30040
30041 \begin_layout Standard
30042 Die Breite des Buchstabens 
30043 \emph on
30044 M
30045 \emph default
30046  im aktiven Zeichensatz
30047 \end_layout
30048
30049 \end_inset
30050 </cell>
30051 </row>
30052 <row topline="true" bottomline="true">
30053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Standard
30057 mu
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 mathematische  Maßeinheit
30067 \series bold
30068  
30069 \series default
30070 (1\InsetSpace \thinspace{}
30071 mu = 1/18\InsetSpace \thinspace{}
30072 em)
30073 \end_layout
30074
30075 \end_inset
30076 </cell>
30077 </row>
30078 </lyxtabular>
30079
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \end_layout
30089
30090 \begin_layout Chapter
30091 Ausgabedatei-Formate mit Grafiken
30092 \begin_inset LatexCommand label
30093 name "kap:Ausgabedatei-Formate"
30094
30095 \end_inset
30096
30097
30098 \end_layout
30099
30100 \begin_layout Section
30101 DVI
30102 \begin_inset LatexCommand index
30103 name "Dateiformat! DVI"
30104
30105 \end_inset
30106
30107
30108 \begin_inset LatexCommand index
30109 name "DVI"
30110
30111 \end_inset
30112
30113
30114 \end_layout
30115
30116 \begin_layout Standard
30117 Dieser Dateityp hat die Erweiterung 
30118 \begin_inset Quotes gld
30119 \end_inset
30120
30121
30122 \family typewriter
30123 .dvi
30124 \family default
30125
30126 \begin_inset Quotes grd
30127 \end_inset
30128
30129  und wird 
30130 \begin_inset Quotes gld
30131 \end_inset
30132
30133 device-independent
30134 \begin_inset Quotes grd
30135 \end_inset
30136
30137  genannt, weil er vollkommen portierbar ist.
30138  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
30139  dvi-Betrachter installiert hat.
30140  
30141 \family typewriter
30142 .dvi
30143 \family default
30144 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
30145  wie PostScript benutzt.
30146 \end_layout
30147
30148 \begin_layout Standard
30149
30150 \series bold
30151 \color blue
30152 Bemerkung:
30153 \series default
30154  
30155 \family typewriter
30156 .dvi
30157 \family default
30158 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
30159 \end_layout
30160
30161 \begin_layout Standard
30162 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
30163 \family typewriter
30164 .dvi
30165 \family default
30166 -Datei auf einen anderen Computer kopieren.
30167  Dies Eigenschaft kann Ihren Computer verlangsamen.
30168  wenn Sie die 
30169 \family typewriter
30170 .dvi
30171 \family default
30172 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
30173  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
30174 \family typewriter
30175 .dvi
30176 \family default
30177 -Datei
30178 \family typewriter
30179  
30180 \family default
30181 blättern.
30182
30183 \family typewriter
30184  
30185 \family default
30186 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
30187  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
30188  
30189 \end_layout
30190
30191 \begin_layout Standard
30192 Sie können Ihr Dokument als DVI über das Menü 
30193 \family sans
30194 Datei\SpecialChar \menuseparator
30195 Exportieren\SpecialChar \menuseparator
30196 DVI
30197 \family default
30198  exportieren.
30199  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
30200 \family sans
30201 Ansicht
30202 \family default
30203  oder den Werkzeugleistenknopf 
30204 \begin_inset Graphics
30205         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_dvi.xpm
30206         scale 85
30207         scaleBeforeRotation
30208
30209 \end_inset
30210
30211  anschauen.
30212 \end_layout
30213
30214 \begin_layout Section
30215 PostScript
30216 \begin_inset LatexCommand label
30217 name "abs:PostScript"
30218
30219 \end_inset
30220
30221
30222 \begin_inset LatexCommand index
30223 name "Dateiformat  ! PostScript"
30224
30225 \end_inset
30226
30227
30228 \begin_inset LatexCommand index
30229 name "PostScript"
30230
30231 \end_inset
30232
30233
30234 \end_layout
30235
30236 \begin_layout Standard
30237 Dieser Dateityp hat die Erweiterung 
30238 \begin_inset Quotes gld
30239 \end_inset
30240
30241
30242 \family typewriter
30243 .ps
30244 \family default
30245
30246 \begin_inset Quotes grd
30247 \end_inset
30248
30249 .
30250  PostScript wurde von der Firma
30251 \family typewriter
30252  Adobe
30253 \family default
30254  als Druckersprache entwickelt.
30255  Die Datei enthält deshalb Druckbefehle.
30256  PostScript kann als 
30257 \begin_inset Quotes gld
30258 \end_inset
30259
30260 Programmiersprache
30261 \begin_inset Quotes grd
30262 \end_inset
30263
30264  angesehen werden.
30265  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
30266 \begin_inset Foot
30267 status collapsed
30268
30269 \begin_layout Standard
30270 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
30271  von
30272 \series bold
30273  PSTricks
30274 \series default
30275  
30276 \begin_inset LatexCommand cite
30277 key "pstricks"
30278
30279 \end_inset
30280
30281  oder 
30282 \begin_inset LatexCommand cite
30283 key "latex-praxisbuch"
30284
30285 \end_inset
30286
30287  ansehen.
30288 \end_layout
30289
30290 \end_inset
30291
30292 .
30293  Wegen dieser Möglichkeiten sind 
30294 \family typewriter
30295 .ps
30296 \family default
30297 -Dateien oft größer als 
30298 \family typewriter
30299 .pdf
30300 \family default
30301 -Dateien.
30302 \end_layout
30303
30304 \begin_layout Standard
30305 PostScript kann nur Bilder im Format EPS
30306 \begin_inset LatexCommand index
30307 name "EPS"
30308
30309 \end_inset
30310
30311  (Encapsulated PostScript, Datei-Erweiterung 
30312 \begin_inset Quotes gld
30313 \end_inset
30314
30315
30316 \family typewriter
30317 .eps
30318 \family default
30319
30320 \begin_inset Quotes grd
30321 \end_inset
30322
30323 ) enthalten.
30324  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
30325  intern nach EPS konvertiert werden.
30326  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
30327  verlangsamen.
30328  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
30329  konvertieren und direkt als EPS einfügen.
30330 \end_layout
30331
30332 \begin_layout Standard
30333 Sie können Ihr Dokument als PostScript über das Menü 
30334 \family sans
30335 Datei\SpecialChar \menuseparator
30336 Exportieren\SpecialChar \menuseparator
30337 PostScript
30338 \family default
30339  exportieren.
30340  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
30341 \family sans
30342 Ansicht
30343 \family default
30344  oder den Werkzeugleistenknopf 
30345 \begin_inset Graphics
30346         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_ps.xpm
30347         scale 85
30348         scaleBeforeRotation
30349
30350 \end_inset
30351
30352  anschauen.
30353 \end_layout
30354
30355 \begin_layout Section
30356 PDF
30357 \begin_inset LatexCommand label
30358 name "abs:PDF"
30359
30360 \end_inset
30361
30362
30363 \begin_inset LatexCommand index
30364 name "Dateiformat! PDF"
30365
30366 \end_inset
30367
30368
30369 \begin_inset LatexCommand index
30370 name "PDF"
30371
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \begin_layout Standard
30378 Dieser Dateityp hat die Erweiterung 
30379 \begin_inset Quotes gld
30380 \end_inset
30381
30382
30383 \family typewriter
30384 .pdf
30385 \family default
30386
30387 \begin_inset Quotes grd
30388 \end_inset
30389
30390 .
30391  Das
30392 \emph on
30393  
30394 \emph default
30395
30396 \begin_inset Quotes gld
30397 \end_inset
30398
30399 Portable Document Format
30400 \begin_inset Quotes grd
30401 \end_inset
30402
30403  (PDF) wurde auch von der Firma 
30404 \family typewriter
30405 Adobe
30406 \family default
30407  als Derivat von PostScript entwickelt.
30408  Es ist komprimierter und benutzt weniger Befehle als PostScript.
30409  Wie der Begriff 
30410 \begin_inset Quotes gld
30411 \end_inset
30412
30413 portable
30414 \begin_inset Quotes grd
30415 \end_inset
30416
30417  (übertragbar) vermuten lässt, kann eine 
30418 \family typewriter
30419 .pdf
30420 \family default
30421 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
30422  gleich aus.
30423 \end_layout
30424
30425 \begin_layout Standard
30426 PDF kann Bilder im eigenen PDF-Format, im Format 
30427 \begin_inset Quotes gld
30428 \end_inset
30429
30430 Joint Photographic Experts Group
30431 \begin_inset Quotes grd
30432 \end_inset
30433
30434  (JPEG
30435 \begin_inset LatexCommand index
30436 name "JPG, JPEG"
30437
30438 \end_inset
30439
30440 , Datei-Erweiterung 
30441 \begin_inset Quotes gld
30442 \end_inset
30443
30444
30445 \family typewriter
30446 .jpg
30447 \family default
30448
30449 \begin_inset Quotes grd
30450 \end_inset
30451
30452  oder 
30453 \begin_inset Quotes gld
30454 \end_inset
30455
30456
30457 \family typewriter
30458 .jpeg
30459 \family default
30460
30461 \begin_inset Quotes grd
30462 \end_inset
30463
30464 ) und im Format 
30465 \begin_inset Quotes gld
30466 \end_inset
30467
30468 Portable Network Graphics
30469 \begin_inset Quotes grd
30470 \end_inset
30471
30472  (PNG
30473 \begin_inset LatexCommand index
30474 name "PNG"
30475
30476 \end_inset
30477
30478 , Datei-Erweiterung 
30479 \begin_inset Quotes gld
30480 \end_inset
30481
30482
30483 \family typewriter
30484 .png
30485 \family default
30486
30487 \begin_inset Quotes grd
30488 \end_inset
30489
30490 ) enthalten.
30491  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
30492  Sie konvertieren wird.
30493  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
30494  wird, eines der drei erwähnten Bildformate zu benutzen.
30495 \end_layout
30496
30497 \begin_layout Standard
30498 PDF-Dateien können Sie über 
30499 \family sans
30500 Datei\SpecialChar \menuseparator
30501 Exportieren
30502 \family default
30503  auf drei Arten erzeugen:
30504 \end_layout
30505
30506 \begin_layout Description
30507 PDF\InsetSpace ~
30508 (ps2pdf) benutzt das Programm
30509 \family typewriter
30510  ps2pdf
30511 \family default
30512 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
30513  Die PostScript-Version wird Programm 
30514 \family typewriter
30515 dvips
30516 \family default
30517  aus einer DVI-Version erstellt.
30518  Es werden also drei Konvertierungen verwendet.
30519 \end_layout
30520
30521 \begin_layout Description
30522 PDF\InsetSpace ~
30523 (dvipdfm) benutzt das Programm 
30524 \family typewriter
30525 dvipdfm
30526 \family default
30527 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
30528  PDF konvertiert.
30529 \end_layout
30530
30531 \begin_layout Description
30532 PDF\InsetSpace ~
30533 (pdflatex) benutzt das Programm
30534 \family typewriter
30535  pdftex
30536 \family default
30537 , das Ihr Dokument direkt nach PDF konvertiert.
30538 \end_layout
30539
30540 \begin_layout Standard
30541
30542 \family sans
30543 PDF\InsetSpace ~
30544 (pdflatex)
30545 \family default
30546  wird empfohlen, weil
30547 \family typewriter
30548  pdftex
30549 \family default
30550  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
30551  ohne Probleme arbeitet.
30552  Das Programm 
30553 \family typewriter
30554 dvipdfm
30555 \family default
30556  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
30557 \end_layout
30558
30559 \begin_layout Standard
30560 Sie können Ihr Dokument als PDF über das Menü 
30561 \family sans
30562 Datei\SpecialChar \menuseparator
30563 Exportieren\SpecialChar \menuseparator
30564 PDF
30565 \family default
30566  exportieren.
30567  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
30568 \family sans
30569 Ansicht
30570 \family default
30571  oder den Werkzeugleistenknopf 
30572 \begin_inset Graphics
30573         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_pdf2.xpm
30574         scale 85
30575         scaleBeforeRotation
30576
30577 \end_inset
30578
30579  anschauen 
30580 \family sans
30581 (
30582 \family default
30583 der 
30584 \family sans
30585 PDF\InsetSpace ~
30586 (pdflatex)
30587 \family default
30588  verwendet).
30589 \end_layout
30590
30591 \begin_layout Chapter
30592 Erklärung der Gleichung\InsetSpace ~
30593
30594 \begin_inset LatexCommand eqref
30595 reference "eq:Wgn"
30596
30597 \end_inset
30598
30599
30600 \begin_inset LatexCommand label
30601 name "kap:Exläuterung-einer-Gleichung"
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Standard
30609 Die Gesamtbreite von
30610 \emph on
30611  n
30612 \emph default
30613  Tabellenzellen 
30614 \begin_inset Formula $W_{\mathrm{tot\, n}}$
30615 \end_inset
30616
30617  kann wie folgt berechnet werden:
30618 \end_layout
30619
30620 \begin_layout Standard
30621 \begin_inset Formula \begin{equation}
30622 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Standard
30630 Dabei ist 
30631 \begin_inset Formula $W_{g\, n}$
30632 \end_inset
30633
30634  die Breite jeder Zelle.
30635
30636 \series bold
30637  
30638 \backslash
30639 tabcolsep
30640 \series default
30641  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
30642  Standardwert 6\InsetSpace \thinspace{}
30643 pt.
30644  
30645 \series bold
30646
30647 \backslash
30648 arrayrulewidth
30649 \series default
30650  ist die Dicke der Zellgrenze mit dem Standardwert 0.4\InsetSpace \thinspace{}
30651 pt.
30652 \end_layout
30653
30654 \begin_layout Standard
30655 Nach Gleichung\InsetSpace ~
30656
30657 \begin_inset LatexCommand ref
30658 reference "eq:Wtot_n"
30659
30660 \end_inset
30661
30662  ist die Gesamtbreite einer Mehrfachspalte, 
30663 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
30664 \end_inset
30665
30666 ,
30667 \end_layout
30668
30669 \begin_layout Standard
30670 \begin_inset Formula \begin{equation}
30671 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
30672
30673 \end_inset
30674
30675
30676 \end_layout
30677
30678 \begin_layout Standard
30679 Setzt man die Gleichungen\InsetSpace ~
30680
30681 \begin_inset LatexCommand ref
30682 reference "eq:Wtot_n"
30683
30684 \end_inset
30685
30686  und 
30687 \begin_inset LatexCommand ref
30688 reference "eq:Wtot_mult"
30689
30690 \end_inset
30691
30692  gleich, kann man die benötigte Breite 
30693 \begin_inset Formula $W_{g\, n}$
30694 \end_inset
30695
30696 , wenn 
30697 \emph on
30698 n
30699 \emph default
30700  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
30701 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
30702 \end_inset
30703
30704  hat, berechnen:
30705 \end_layout
30706
30707 \begin_layout Standard
30708 \begin_inset Formula \begin{equation}
30709 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
30710
30711 \end_inset
30712
30713
30714 \end_layout
30715
30716 \begin_layout Bibliography
30717 \begin_inset LatexCommand bibitem
30718 key "booktabs"
30719
30720 \end_inset
30721
30722
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Standard
30727
30728
30729 \backslash
30730 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
30731 {
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \series bold
30738 booktabs
30739 \series default
30740
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Standard
30745
30746 }
30747 \end_layout
30748
30749 \end_inset
30750
30751 -Dokumentation im Internet
30752 \begin_inset LatexCommand index
30753 name "LaTeX-Pakete ! booktabs"
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Bibliography
30761 \begin_inset LatexCommand bibitem
30762 key "caption"
30763
30764 \end_inset
30765
30766
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Standard
30771
30772
30773 \backslash
30774 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \series bold
30781 caption
30782 \series default
30783
30784 \begin_inset ERT
30785 status collapsed
30786
30787 \begin_layout Standard
30788
30789 }
30790 \end_layout
30791
30792 \end_inset
30793
30794 -Dokumentation im Internet
30795 \begin_inset LatexCommand index
30796 name "LaTeX-Pakete ! caption"
30797
30798 \end_inset
30799
30800
30801 \end_layout
30802
30803 \begin_layout Bibliography
30804 \begin_inset LatexCommand bibitem
30805 key "caption-de"
30806
30807 \end_inset
30808
30809 deutsche 
30810 \begin_inset ERT
30811 status collapsed
30812
30813 \begin_layout Standard
30814
30815
30816 \backslash
30817 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
30818 {
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \series bold
30825  caption
30826 \series default
30827
30828 \begin_inset ERT
30829 status collapsed
30830
30831 \begin_layout Standard
30832
30833 }
30834 \end_layout
30835
30836 \end_inset
30837
30838 -Dokumentation im Internet
30839 \begin_inset LatexCommand index
30840 name "LaTeX-Pakete ! caption"
30841
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Bibliography
30848 \begin_inset LatexCommand bibitem
30849 key "koma-script-de"
30850
30851 \end_inset
30852
30853 deutsche 
30854 \begin_inset ERT
30855 status collapsed
30856
30857 \begin_layout Standard
30858
30859
30860 \backslash
30861 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
30862 df}{
30863 \end_layout
30864
30865 \end_inset
30866
30867
30868 \series bold
30869 koma-script
30870 \series default
30871
30872 \begin_inset ERT
30873 status collapsed
30874
30875 \begin_layout Standard
30876
30877 }
30878 \end_layout
30879
30880 \end_inset
30881
30882 -Dokumentation im Internet
30883 \begin_inset LatexCommand index
30884 name "LaTeX-Pakete ! koma-script"
30885
30886 \end_inset
30887
30888
30889 \end_layout
30890
30891 \begin_layout Bibliography
30892 \begin_inset LatexCommand bibitem
30893 key "endfloat"
30894
30895 \end_inset
30896
30897
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Standard
30902
30903
30904 \backslash
30905 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
30906 {
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \series bold
30913 endf\SpecialChar \textcompwordmark{}
30914 loat
30915 \series default
30916
30917 \begin_inset ERT
30918 status collapsed
30919
30920 \begin_layout Standard
30921
30922 }
30923 \end_layout
30924
30925 \end_inset
30926
30927 -Dokumentation im Internet
30928 \begin_inset LatexCommand index
30929 name "LaTeX-Pakete ! endf\\/loat"
30930
30931 \end_inset
30932
30933
30934 \end_layout
30935
30936 \begin_layout Bibliography
30937 \begin_inset LatexCommand bibitem
30938 key "floatflt"
30939
30940 \end_inset
30941
30942
30943 \begin_inset ERT
30944 status collapsed
30945
30946 \begin_layout Standard
30947
30948
30949 \backslash
30950 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
30951 {
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \series bold
30958 f\SpecialChar \textcompwordmark{}
30959 loatf\SpecialChar \textcompwordmark{}
30960 lt
30961 \series default
30962
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Standard
30967
30968 }
30969 \end_layout
30970
30971 \end_inset
30972
30973 -Dokumentation im Internet
30974 \begin_inset LatexCommand index
30975 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
30976
30977 \end_inset
30978
30979
30980 \end_layout
30981
30982 \begin_layout Bibliography
30983 \begin_inset LatexCommand bibitem
30984 key "footmisc"
30985
30986 \end_inset
30987
30988
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Standard
30993
30994
30995 \backslash
30996 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
30997 {
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \series bold
31004 footmisc
31005 \series default
31006
31007 \begin_inset ERT
31008 status collapsed
31009
31010 \begin_layout Standard
31011
31012 }
31013 \end_layout
31014
31015 \end_inset
31016
31017 -Dokumentation im Internet
31018 \begin_inset LatexCommand index
31019 name "LaTeX-Pakete ! footmisc"
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Bibliography
31027 \begin_inset LatexCommand bibitem
31028 key "hypcap"
31029
31030 \end_inset
31031
31032
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Standard
31037
31038
31039 \backslash
31040 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \series bold
31047 hypcap
31048 \series default
31049
31050 \begin_inset ERT
31051 status collapsed
31052
31053 \begin_layout Standard
31054
31055 }
31056 \end_layout
31057
31058 \end_inset
31059
31060 -Dokumentation im Internet
31061 \begin_inset LatexCommand index
31062 name "LaTeX-Pakete ! hypcap"
31063
31064 \end_inset
31065
31066
31067 \end_layout
31068
31069 \begin_layout Bibliography
31070 \begin_inset LatexCommand bibitem
31071 key "hyperref"
31072
31073 \end_inset
31074
31075
31076 \begin_inset ERT
31077 status collapsed
31078
31079 \begin_layout Standard
31080
31081
31082 \backslash
31083 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
31084 {
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \series bold
31091 hyperref
31092 \series default
31093
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Standard
31098
31099 }
31100 \end_layout
31101
31102 \end_inset
31103
31104 -Dokumentation im Internet
31105 \begin_inset LatexCommand index
31106 name "LaTeX-Pakete ! hyperref"
31107
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Bibliography
31114 \begin_inset LatexCommand bibitem
31115 key "koma-script"
31116
31117 \end_inset
31118
31119
31120 \begin_inset ERT
31121 status collapsed
31122
31123 \begin_layout Standard
31124
31125
31126 \backslash
31127 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
31128 df}{
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \series bold
31135 koma-script
31136 \series default
31137
31138 \begin_inset ERT
31139 status collapsed
31140
31141 \begin_layout Standard
31142
31143 }
31144 \end_layout
31145
31146 \end_inset
31147
31148 -Dokumentation im Internet
31149 \begin_inset LatexCommand index
31150 name "LaTeX-Pakete ! koma-script"
31151
31152 \end_inset
31153
31154
31155 \end_layout
31156
31157 \begin_layout Bibliography
31158 \begin_inset LatexCommand bibitem
31159 key "latexguide"
31160
31161 \end_inset
31162
31163 Kopka, Helmut und Daly, Patrick W.: 
31164 \emph on
31165 A Guide to LaTeX Fourth Edition.
31166
31167 \emph default
31168  Addison-Wesley, 2003
31169 \end_layout
31170
31171 \begin_layout Bibliography
31172 \begin_inset LatexCommand bibitem
31173 key "lamport"
31174
31175 \end_inset
31176
31177 Lamport, Leslie: 
31178 \emph on
31179 LaTeX: A Document Preparation System.
31180
31181 \emph default
31182  Addison-Wesley, second edition, 1994
31183 \end_layout
31184
31185 \begin_layout Bibliography
31186 \begin_inset LatexCommand bibitem
31187 key "listings"
31188
31189 \end_inset
31190
31191
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Standard
31196
31197
31198 \backslash
31199 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
31200 {
31201 \end_layout
31202
31203 \end_inset
31204
31205
31206 \series bold
31207 listings
31208 \series default
31209
31210 \begin_inset ERT
31211 status collapsed
31212
31213 \begin_layout Standard
31214
31215 }
31216 \end_layout
31217
31218 \end_inset
31219
31220 -Dokumentation im Internet
31221 \begin_inset LatexCommand index
31222 name "LaTeX-Pakete ! listings"
31223
31224 \end_inset
31225
31226
31227 \end_layout
31228
31229 \begin_layout Bibliography
31230 \begin_inset LatexCommand bibitem
31231 key "marginnote"
31232
31233 \end_inset
31234
31235
31236 \begin_inset ERT
31237 status collapsed
31238
31239 \begin_layout Standard
31240
31241
31242 \backslash
31243 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
31244 pdf}{
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \series bold
31251 marginnote
31252 \series default
31253
31254 \begin_inset ERT
31255 status collapsed
31256
31257 \begin_layout Standard
31258
31259 }
31260 \end_layout
31261
31262 \end_inset
31263
31264 -Dokumentation im Internet
31265 \begin_inset LatexCommand index
31266 name "LaTeX-Pakete ! marginnote"
31267
31268 \end_inset
31269
31270
31271 \end_layout
31272
31273 \begin_layout Bibliography
31274 \begin_inset LatexCommand bibitem
31275 key "latexcompanion"
31276
31277 \end_inset
31278
31279 Mittelbach, Frank und Goossens, Michel: 
31280 \emph on
31281 The LaTeX Companion Second Edition.
31282
31283 \emph default
31284  Addison-Wesley, 2004
31285 \end_layout
31286
31287 \begin_layout Bibliography
31288 \begin_inset LatexCommand bibitem
31289 key "latex-praxisbuch"
31290
31291 \end_inset
31292
31293 Niedermair, Elke & Michael: 
31294 \emph on
31295 LaTeX-Praxisbuch
31296 \emph default
31297 , Franzis-Verlag, 2004
31298 \end_layout
31299
31300 \begin_layout Bibliography
31301 \begin_inset LatexCommand bibitem
31302 key "pstricks"
31303
31304 \end_inset
31305
31306
31307 \begin_inset ERT
31308 status collapsed
31309
31310 \begin_layout Standard
31311
31312
31313 \backslash
31314 href{http://tug.org/PSTricks/main.cgi/}{
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \series bold
31321 PSTricks
31322 \series default
31323
31324 \begin_inset ERT
31325 status collapsed
31326
31327 \begin_layout Standard
31328
31329 }
31330 \end_layout
31331
31332 \end_inset
31333
31334 -Internetseite
31335 \begin_inset LatexCommand index
31336 name "LaTeX-Pakete ! pstricks"
31337
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \begin_layout Bibliography
31344 \begin_inset LatexCommand bibitem
31345 key "sidecap"
31346
31347 \end_inset
31348
31349
31350 \begin_inset ERT
31351 status collapsed
31352
31353 \begin_layout Standard
31354
31355
31356 \backslash
31357 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
31358 \end_layout
31359
31360 \end_inset
31361
31362
31363 \series bold
31364 sidecap
31365 \series default
31366
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Standard
31371
31372 }
31373 \end_layout
31374
31375 \end_inset
31376
31377 -Dokumentation im Internet
31378 \begin_inset LatexCommand index
31379 name "LaTeX-Pakete ! sidecap"
31380
31381 \end_inset
31382
31383
31384 \end_layout
31385
31386 \begin_layout Bibliography
31387 \begin_inset LatexCommand bibitem
31388 key "NewInLyX15"
31389
31390 \end_inset
31391
31392
31393 \begin_inset ERT
31394 status collapsed
31395
31396 \begin_layout Standard
31397
31398
31399 \backslash
31400 href{http://wiki.lyx.org/LyX/NewInLyX15}{
31401 \end_layout
31402
31403 \end_inset
31404
31405 Wiki-Seite
31406 \begin_inset ERT
31407 status collapsed
31408
31409 \begin_layout Standard
31410
31411 }
31412 \end_layout
31413
31414 \end_inset
31415
31416  über neue LyX-Funktionen für 
31417 \family sans
31418 LyX 1.5
31419 \family default
31420 .
31421 \end_layout
31422
31423 \begin_layout Standard
31424 \begin_inset LatexCommand printindex
31425
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \end_body
31432 \end_document