]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Started on comments for the LFUNs, and added note for LFUN_BUFFER_WRITE_AS
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.5.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Fonts fuer huebschere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}} % wenn vorhanden
14  {% wenn nicht vorhanden
15   \usepackage[scaled=0.92]{helvet}
16   \usepackage{mathptmx}
17   \usepackage{courier}
18  } % Ende des Nein-Zweiges
19
20 % Alle Querverweise und URLs als Link darstellen
21 % In der PDF-Ausgabe
22  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
23   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
24   pdfpagelayout=OneColumn, pdfnewwindow=true,
25   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
26   pdfauthor={LyX Team}, pdftex,
27   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
28   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
29   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
30  
31 \else % In der DVI- oder PS-Ausgabe
32
33  % Alle Querverweise und URLs als Link in der DVI-Ansicht darstellen
34  \usepackage[ps2pdf, colorlinks=true,
35   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
36
37 \fi % Ende von: wenn pdflatex benutzt wird
38
39 % Setzt den Link fuer Spruenge zu Gleitabbildungen
40 % auf den Anfang des Gelitobjekts und nicht aufs Ende
41 \usepackage[figure]{hypcap}
42
43 % Die Seiten des Inhaltsverzeichnisses werden roemisch numeriert,
44 % ein PDF-Lesezeichen fuer das Inhaltsverzeichnis wird hinzugefuegt
45 \pagenumbering{roman}
46 \let\myTOC\tableofcontents
47 \renewcommand{\tableofcontents}{%
48  \pdfbookmark[1]{Contents}{}
49  \myTOC
50  \cleardoublepage
51  \pagenumbering{arabic}}
52
53 % Formatierung von Legenden
54 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
55
56 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
57 \usepackage{sidecap}
58
59 \newcommand{\TabBesBeg}{%
60  \let\MyTable\table
61  \let\MyEndtable\endtable
62  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
63
64 \newcommand{\TabBesEnd}{%
65  \let\table\MyTable
66  \let\endtable\MyEndtable}
67
68 \newcommand{\FigBesBeg}{%
69  \let\MyFigure\figure
70  \let\MyEndfigure\endfigure
71  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
72
73 \newcommand{\FigBesEnd}{%
74  \let\figure\MyFigure
75  \let\endfigure\MyEndfigure}
76
77 % ermoeglicht das Berechnen von Werten
78 \usepackage{calc}
79
80 % Ermoeglicht besondere Tabellenzellen-Ausrichtungen
81 \usepackage{dcolumn}
82
83 %Vergroessert den Teil der Seite, in dem Gleitobjekte
84 % unten angeordnet werden duerfen
85 \renewcommand{\bottomfraction}{0.5}
86
87 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
88 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
89
90 % beschleunigt die Berechnung von langen Tabellen
91 \setcounter{LTchunksize}{100}
92
93 % wird bei farbigen Tabellen benutzt
94 \@ifundefined{textcolor}
95  {\usepackage{color}}{}
96 \usepackage{colortbl}
97 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
98 \definecolor{hellgrau}{gray}{0.8}
99
100 % wird fuer Mehrfachzeilen benutzt
101 \usepackage{multirow}
102 %\renewcommand{\multirowsetup}{\centering}
103
104 % wird fuer Tabellen im Buchstil benutzt
105 \usepackage{booktabs}
106
107 % wird benutzt, um Tabellenzellen zu vergroessern
108 \@ifundefined{extrarowheight}
109  {\usepackage{array}}{}
110 \setlength{\extrarowheight}{2pt}
111
112 % wird fuer benutzerdefinierte Tabellen benutzt
113 % ---
114 \newcolumntype{M}[1]
115  {>{\centering\hspace{0pt}}m{#1}}
116
117 \newcolumntype{S}[2]
118  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
119
120 \newcolumntype{K}[1]
121  {>{\columncolor{#1}\hspace{0pt}}c}
122
123 \newcolumntype{V}{!{\vrule width 1.5pt}}
124
125 \newcolumntype{W}{!{\color{green}\vline}}
126 % ---
127
128 % Setzt einen zusaetzlichen Abstand von
129 % 1.5 mm zwischen Fussnoten
130 \let\myFoot\footnote
131 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
132
133 % damit kann auf Gleit-Algorithmen verwiesen werden
134 \newfloat{Xalgorithm}{tbp}{loa}
135 \floatname{Xalgorithm}{Algorithmus}
136 \newcommand{\theHalgorithm}{\theHXalgorithm}
137 \renewenvironment{algorithm}[1][tbp]
138  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
139
140 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
141 \numberwithin{Xalgorithm}{chapter}
142
143 % Grauschrift-Notizen in blauer Farbe
144 \renewenvironment{lyxgreyedout}
145  {\textcolor{blue}\bgroup}{\egroup}
146
147 % ------------------------------------
148 % Pruefung auf benoetigte LaTeXPakete
149 \usepackage{ifthen}
150
151 % Pruefung auf arydshln
152 % fuer Tabellen mit gestrichelten Linien
153 \newboolean{arydshln}
154 \IfFileExists{arydshln.sty}
155  {\usepackage{arydshln}
156   \setboolean{arydshln}{true}}
157  {\setboolean{arydshln}{false}}
158
159 % Pruefung auf marginnote
160 % fuer Randnotizen
161 \newboolean{marginnote}
162 \IfFileExists{marginnote.sty}
163  {\usepackage{marginnote}
164   \let\marginpar\marginnote
165   \setboolean{marginnote}{true}}
166  {\setboolean{marginnote}{false}}
167
168 % Damit der Index den Namen "Stichwortverzeichnis" erhält
169 \usepackage[ngerman]{babel}
170 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
171
172 % redefine the \LyX macro for PDF bookmarks
173 \def\LyX{\texorpdfstring{%
174   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
175   {LyX }}
176 \end_preamble
177 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
178 \language ngerman
179 \inputencoding auto
180 \font_roman default
181 \font_sans default
182 \font_typewriter default
183 \font_default_family default
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188 \graphics default
189 \paperfontsize 12
190 \spacing single
191 \papersize a4paper
192 \use_geometry false
193 \use_amsmath 2
194 \use_esint 0
195 \cite_engine basic
196 \use_bibtopic false
197 \paperorientation portrait
198 \secnumdepth 3
199 \tocdepth 3
200 \paragraph_separation skip
201 \defskip medskip
202 \quotes_language german
203 \papercolumns 1
204 \papersides 2
205 \paperpagestyle default
206 \bullet 1 0 9 -1
207 \bullet 2 2 35 -1
208 \bullet 3 2 7 -1
209 \tracking_changes false
210 \output_changes false
211 \author "" 
212 \author "" 
213 \end_header
214
215 \begin_body
216
217 \begin_layout Title
218 Das LyX-Handbuch der Einfügungen:
219 \newline
220  
221 \size larger
222 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
223 \size default
224  
225 \newline
226
227 \size large
228 Version 1.5.1-0
229 \end_layout
230
231 \begin_layout Author
232 vom LyX Team
233 \size normal
234
235 \begin_inset Foot
236 status open
237
238 \begin_layout Standard
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \end_layout
243
244 \end_inset
245
246
247 \size default
248
249 \begin_inset Foot
250 status open
251
252 \begin_layout Standard
253 \noindent
254 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
255  bitte an: 
256 \family typewriter
257
258 \begin_inset ERT
259 status collapsed
260
261 \begin_layout Standard
262
263
264 \backslash
265 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
266 \end_layout
267
268 \end_inset
269
270 lyx-docs@lists.lyx.org
271 \begin_inset ERT
272 status collapsed
273
274 \begin_layout Standard
275
276 }
277 \end_layout
278
279 \end_inset
280
281
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Note Note
288 status collapsed
289
290 \begin_layout Standard
291 Autor: Uwe Stöhr <uwestoehr@web.de>
292 \end_layout
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Date
300 letzte Änderung: 6.
301  August 2007
302 \end_layout
303
304 \begin_layout Standard
305 \begin_inset LatexCommand tableofcontents
306
307 \end_inset
308
309
310 \end_layout
311
312 \begin_layout Standard
313 \begin_inset FloatList figure
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset FloatList table
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset Note Note
330 status open
331
332 \begin_layout Standard
333 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
334  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
335  
336 \series bold
337 arydshln
338 \series default
339  und 
340 \series bold
341 marginnote
342 \series default
343 .
344  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
345  denen sie benötigt werden.
346 \end_layout
347
348 \begin_layout Standard
349 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
350  des englischen Originals hier finden:
351 \newline
352
353 \series bold
354 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
355 \end_layout
356
357 \end_inset
358
359
360 \end_layout
361
362 \begin_layout Chapter
363 Abbildungen
364 \begin_inset LatexCommand label
365 name "kap:Abbildungen"
366
367 \end_inset
368
369
370 \begin_inset LatexCommand index
371 name "Abbildungen"
372
373 \end_inset
374
375
376 \end_layout
377
378 \begin_layout Section
379 Grafik-Dialog
380 \begin_inset LatexCommand index
381 name "Abbildungen ! Grafik-Dialog"
382
383 \end_inset
384
385
386 \begin_inset LatexCommand label
387 name "abs:Grafik-Dialog"
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Standard
395 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
396  
397 \begin_inset Graphics
398         filename ../../images/dialog-show-new-inset_graphics.xpm
399         scale 70
400         scaleBeforeRotation
401         BoundingBox 0bp 6bp 22bp 22bp
402
403 \end_inset
404
405  in der Werkzeugleiste oder wählen das Menü 
406 \family sans
407 Einfügen\SpecialChar \menuseparator
408 Grafik
409 \family default
410 .
411  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
412  
413 \family sans
414 Durchsuchen
415 \family default
416  eingeben können.
417  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
418  an der Sie es eingefügt haben.
419 \end_layout
420
421 \begin_layout Standard
422 \begin_inset Note Greyedout
423 status open
424
425 \begin_layout Quote
426
427 \series bold
428 Bemerkung
429 \series default
430 : Wenn Sie einen Dateinamen über 
431 \family sans
432 Durchsuchen
433 \family default
434  eingeben, wird LyX den gesamten Pfad in das Feld 
435 \family sans
436 Datei
437 \family default
438  eintragen.
439  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
440 \end_layout
441
442 \end_inset
443
444
445 \end_layout
446
447 \begin_layout Standard
448 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
449  klicken.
450  Der Dialog hat drei Karteikarten:
451 \end_layout
452
453 \begin_layout Description
454
455 \family sans
456 Grafik
457 \family default
458  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
459  Version festlegen.
460  Die für die Bildgröße verfügbaren Einheiten werden im Anhang\InsetSpace ~
461
462 \begin_inset LatexCommand ref
463 reference "kap:In-LyX-verfügbare"
464
465 \end_inset
466
467  erklärt.
468 \newline
469 Sie können Abbildungen durch Angabe eines 
470 \family sans
471 Winkel
472 \family default
473 \InsetSpace ~
474
475 \family sans
476 (Grad)
477 \family default
478  und Festlegung eines 
479 \family sans
480 Drehpunktes
481 \family default
482  drehen.
483  Negative Winkel drehen Uhrzeigersinn.
484  Die Abbildung wird auch in LyX gedreht.
485 \newline
486 Abbildungen können in der Größe verändert
487  werden, indem man Prozentwerte oder Höhe und Breite definiert.
488  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
489  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
490  wobei sie möglicherweise verzerrt wird.
491  Um das zu vermeiden, sollten Sie 
492 \family sans
493 Seitenverhältnis\InsetSpace ~
494 beibehalten
495 \family default
496  ankreuzen.
497  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
498 \family sans
499 Höhe
500 \family default
501  und 
502 \family sans
503 Breite
504 \family default
505  nicht überschritten werden.
506 \newline
507 Wenn Sie auf 
508 \family sans
509 Bearbeiten
510 \family default
511  klicken, können Abbildungen mit einem Programm, das in 
512 \family sans
513 Werkzeuge\SpecialChar \menuseparator
514 Einstellungen\SpecialChar \menuseparator
515 Dateiformate
516 \family default
517  im Feld 
518 \family sans
519 Bearbeiter
520 \family default
521  festgelegt wurde, bearbeitet werden.
522 \end_layout
523
524 \begin_layout Description
525
526 \family sans
527 Ausschnitt
528 \family default
529  Alternativ zur Festlegung der 
530 \family sans
531 Ausgabegröße
532 \family default
533  unter 
534 \family sans
535 \series bold
536 Grafik
537 \family default
538 \series default
539  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
540  die Ausgabe festzulegen.
541  Wenn Sie auf 
542 \family sans
543 Lese\InsetSpace ~
544 aus\InsetSpace ~
545 Datei
546 \family default
547  klicken, werden die Koordinaten automatisch berechnet.
548  Die Option 
549 \family sans
550 Auf\InsetSpace ~
551 Begrenzungsbox\InsetSpace ~
552 zuschneiden
553 \family default
554  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
555  Koordinaten liegt.
556  Normalerweise können Sie die Karteikarte 
557 \family sans
558 \series bold
559 Ausschnitt
560 \family default
561 \series default
562  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
563 \end_layout
564
565 \begin_layout Description
566
567 \family sans
568 LaTeX-\InsetSpace ~
569 und\InsetSpace ~
570 LyX-Optionen
571 \family default
572  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
573  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
574  Beschriftung sein soll.
575  Teilabbildungen werden in Abschnitt\InsetSpace ~
576
577 \begin_inset LatexCommand ref
578 reference "abs:Gleitende-Abbildungen"
579
580 \end_inset
581
582  beschrieben.
583 \newline
584  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
585 \newline
586 Ist
587  die Option 
588 \family sans
589 Entwurfsmodus 
590 \family default
591 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
592  darin gedruckt.
593 \newline
594 Die Option 
595 \family sans
596 Beim\InsetSpace ~
597 Exportieren\InsetSpace ~
598 nicht\InsetSpace ~
599 entpacken
600 \family default
601  betrifft nur gepackte EPS-Dateien, zum Beispiel 
602 \emph on
603 x.eps.gz
604 \emph default
605 .
606  LaTeX kann so mit ihnen umgehen.
607 \newline
608 Gepackte EPS-Dateien sparen Platz, wenn
609  Sie als Ausgebe-Format PostScript wählen, siehe Anhang\InsetSpace ~
610
611 \begin_inset LatexCommand ref
612 reference "abs:PostScript"
613
614 \end_inset
615
616 .
617  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
618 \newline
619
620 \series bold
621 gzip x.eps
622 \newline
623 zgrep %%Bounding x.eps.gz > x.eps.bb
624 \series default
625
626 \newline
627 Der zweite Befehl erzeugt die Begrenzungsbox 
628 \begin_inset Quotes gld
629 \end_inset
630
631 x.eps.bb
632 \begin_inset Quotes grd
633 \end_inset
634
635 , die LaTeX für gepackte Abbildungen benötigt.
636 \end_layout
637
638 \begin_layout Standard
639 \begin_inset VSpace bigskip
640 \end_inset
641
642
643 \end_layout
644
645 \begin_layout Standard
646 Hier ist eine zentrierte .eps-Abbildung
647 \begin_inset Foot
648 status open
649
650 \begin_layout Standard
651 Abbildungsformate sind in Abschnitt\InsetSpace ~
652
653 \begin_inset LatexCommand ref
654 reference "abs:Bildformate"
655
656 \end_inset
657
658  beschrieben.
659 \end_layout
660
661 \end_inset
662
663  in einem eigenen Absatz:
664 \end_layout
665
666 \begin_layout Standard
667 \align center
668 \begin_inset Graphics
669         filename ../clipart/mobius.eps
670         display color
671         scale 70
672         scaleBeforeRotation
673         rotateOrigin center
674
675 \end_inset
676
677
678 \end_layout
679
680 \begin_layout Standard
681 \noindent
682 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
683 \end_layout
684
685 \begin_layout Standard
686 \align center
687 \begin_inset Graphics
688         filename ../clipart/mobius.eps
689         display color
690         scale 70
691         draft
692         scaleBeforeRotation
693         rotateOrigin center
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Section
701 Gleitende Abbildungen
702 \begin_inset LatexCommand label
703 name "abs:Gleitende-Abbildungen"
704
705 \end_inset
706
707
708 \begin_inset LatexCommand index
709 name "Abbildungen ! gleitende"
710
711 \end_inset
712
713
714 \begin_inset LatexCommand index
715 name "Gleitobjekte ! Abbildungen"
716
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Standard
723 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
724 \begin_inset LatexCommand ref
725 reference "abs:Gleitobjekte-Einleitung"
726
727 \end_inset
728
729 .
730 \end_layout
731
732 \begin_layout Standard
733 Wenn Sie auf das Werkzeugleisten-Symbol 
734 \begin_inset Graphics
735         filename ../../images/float-insert_figure.xpm
736         scale 70
737         scaleBeforeRotation
738         BoundingBox 0bp 6bp 22bp 22bp
739
740 \end_inset
741
742  klicken oder 
743 \family sans
744 Einfügen\SpecialChar \menuseparator
745 Gleit\SpecialChar \-
746 objekt\SpecialChar \menuseparator
747 Abbildung
748 \family default
749  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
750  In das rot umrahmte Feld rechts von 
751 \emph on
752 Abbildung\InsetSpace ~
753 Nr:
754 \emph default
755  schreiben Sie den Bildbeschriftung.
756  Nach einem Klick oberhalb oder unterhalb von 
757 \emph on
758 Abbildung\InsetSpace ~
759 Nr:
760 \emph default
761  können Sie dann eine Abbildung wie 
762 \begin_inset LatexCommand ref
763 reference "abb:kill-plat"
764
765 \end_inset
766
767  oberhalb oder wie Abbildung\InsetSpace ~
768
769 \begin_inset LatexCommand ref
770 reference "abb:escher"
771
772 \end_inset
773
774  unterhalb der Bildbeschriftung einfügen.
775  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt\InsetSpace ~
776
777 \begin_inset LatexCommand ref
778 reference "abs:Titel-Platzierung"
779
780 \end_inset
781
782 .
783 \end_layout
784
785 \begin_layout Standard
786 \begin_inset Float figure
787 wide false
788 sideways false
789 status open
790
791 \begin_layout Standard
792 \align center
793 \begin_inset Graphics
794         filename ../clipart/platypus.eps
795         display color
796         width 50col%
797         scaleBeforeRotation
798         rotateOrigin center
799
800 \end_inset
801
802
803 \end_layout
804
805 \begin_layout Standard
806 \begin_inset Caption
807
808 \begin_layout Standard
809 \begin_inset LatexCommand label
810 name "abb:kill-plat"
811
812 \end_inset
813
814 Platypus in einem Gleitobjekt
815 \end_layout
816
817 \end_inset
818
819
820 \end_layout
821
822 \end_inset
823
824
825 \end_layout
826
827 \begin_layout Standard
828 \begin_inset Float figure
829 wide false
830 sideways false
831 status open
832
833 \begin_layout Standard
834 \begin_inset Caption
835
836 \begin_layout Standard
837 \begin_inset LatexCommand label
838 name "abb:escher"
839
840 \end_inset
841
842 M.C.
843  Escher
844 \end_layout
845
846 \end_inset
847
848
849 \end_layout
850
851 \begin_layout Standard
852 \align center
853 \begin_inset Graphics
854         filename ../clipart/escher-lsd.eps
855         display color
856         scale 80
857         scaleBeforeRotation
858         rotateOrigin center
859
860 \end_inset
861
862
863 \end_layout
864
865 \end_inset
866
867
868 \end_layout
869
870 \begin_layout Standard
871 \begin_inset LatexCommand index
872 name "Abbildungen ! Beispiele"
873
874 \end_inset
875
876 Abbildung\InsetSpace ~
877
878 \begin_inset LatexCommand ref
879 reference "abb:kill-plat"
880
881 \end_inset
882
883  und 
884 \begin_inset LatexCommand ref
885 reference "abb:escher"
886
887 \end_inset
888
889  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
890  Dafür fügen Sie in der Beschriftung mit 
891 \family sans
892 Einfügen\SpecialChar \menuseparator
893 Marke
894 \family default
895  oder durch Klicken auf 
896 \begin_inset Graphics
897         filename ../../images/label-insert.xpm
898         scale 70
899         scaleBeforeRotation
900         BoundingBox 0bp 6bp 20bp 20bp
901
902 \end_inset
903
904  eine Marke ein.
905  Auf diese können Sie dann wie gewohnt mit 
906 \family sans
907 Einfügen\SpecialChar \menuseparator
908 Querverweis
909 \family default
910  oder durch Klicken auf 
911 \begin_inset Graphics
912         filename ../../images/dialog-show-new-inset_ref.xpm
913         scale 70
914         scaleBeforeRotation
915         BoundingBox 0bp 6bp 22bp 22bp
916
917 \end_inset
918
919  verweisen.
920  Das ist besser als eine vage Formulierung wie 
921 \begin_inset Quotes gld
922 \end_inset
923
924 die obige Abbildung
925 \begin_inset Quotes grd
926 \end_inset
927
928  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
929  erscheint, und das muss nicht 
930 \emph on
931 oben
932 \emph default
933  sein.
934  Verweise werden detailliert in Abschnitt\InsetSpace ~
935
936 \begin_inset LatexCommand ref
937 reference "abs:Auf-Gleitobjekte-verweisen"
938
939 \end_inset
940
941  beschrieben.
942 \end_layout
943
944 \begin_layout Standard
945 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
946  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
947  nebeneinander.
948  Das erreicht man mit der Karteikarte 
949 \family sans
950 LaTe
951 \begin_inset ERT
952 status collapsed
953
954 \begin_layout Standard
955
956 {}
957 \end_layout
958
959 \end_inset
960
961 X-\InsetSpace ~
962 und\InsetSpace ~
963 LyX-Optionen
964 \family default
965  des 
966 \family sans
967 Grafik
968 \family default
969 -Dialoges.
970  Kreuzen Sie dort 
971 \family sans
972 Teilabbildung
973 \family default
974  an und geben die Beschriftung des Bildes im Feld 
975 \family sans
976 Legende
977 \family default
978  ein.
979  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
980  Verweise auf Teilabbildungen werden in Abschnitt\InsetSpace ~
981
982 \begin_inset LatexCommand ref
983 reference "uab:Auf-Teilabbildungen-verweisen"
984
985 \end_inset
986
987  beschrieben.
988 \end_layout
989
990 \begin_layout Standard
991 Abbildung\InsetSpace ~
992
993 \begin_inset LatexCommand ref
994 reference "abb:Zwei-Teilabbildungen"
995
996 \end_inset
997
998  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
999 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1000  auf Eingabe drücken.
1001 \end_layout
1002
1003 \begin_layout Standard
1004 \begin_inset Float figure
1005 wide false
1006 sideways false
1007 status open
1008
1009 \begin_layout Standard
1010
1011 \hfill
1012
1013 \begin_inset Graphics
1014         filename ../clipart/escher-lsd.eps
1015         width 35col%
1016         scaleBeforeRotation
1017         subcaption
1018         subcaptionText "M. C. Escher"
1019
1020 \end_inset
1021
1022
1023 \hfill
1024
1025 \begin_inset Graphics
1026         filename ../clipart/platypus.eps
1027         lyxscale 60
1028         width 45col%
1029         scaleBeforeRotation
1030         subcaption
1031         subcaptionText "\label{abb:Platypus} Platypus"
1032
1033 \end_inset
1034
1035
1036 \hfill
1037
1038 \end_layout
1039
1040 \begin_layout Standard
1041 \begin_inset Caption
1042
1043 \begin_layout Standard
1044 \begin_inset LatexCommand label
1045 name "abb:Zwei-Teilabbildungen"
1046
1047 \end_inset
1048
1049 Zwei Teilabbildungen nebeneinander.
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Section
1063 Bildformate
1064 \begin_inset LatexCommand label
1065 name "abs:Bildformate"
1066
1067 \end_inset
1068
1069
1070 \begin_inset LatexCommand index
1071 name "Abbildungen ! Bildformate"
1072
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \begin_layout Standard
1079 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1080  Aber wie in Anhang\InsetSpace ~
1081
1082 \begin_inset LatexCommand ref
1083 reference "kap:Ausgabedatei-Formate"
1084
1085 \end_inset
1086
1087  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1088  LyX benutzt im Hintergrund das Programm
1089 \family typewriter
1090  Imagemagick
1091 \family default
1092 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1093  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1094  vermeiden.
1095  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1096  werden können.
1097  Diese Formate werden in Anhang\InsetSpace ~
1098
1099 \begin_inset LatexCommand ref
1100 reference "kap:Ausgabedatei-Formate"
1101
1102 \end_inset
1103
1104  beschrieben.
1105 \end_layout
1106
1107 \begin_layout Standard
1108 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1109 \end_layout
1110
1111 \begin_layout Description
1112 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1113  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1114  
1115 \emph on
1116 pixelig
1117 \emph default
1118  aus.
1119  Bekannte Pixel-Formate sind 
1120 \begin_inset Quotes gld
1121 \end_inset
1122
1123 Graphics Interchange Format
1124 \begin_inset Quotes grd
1125 \end_inset
1126
1127  (GIF, Dateiendung
1128 \family typewriter
1129  
1130 \family default
1131
1132 \begin_inset Quotes gld
1133 \end_inset
1134
1135
1136 \family typewriter
1137 .gif
1138 \family default
1139
1140 \begin_inset Quotes grd
1141 \end_inset
1142
1143 )
1144 \begin_inset LatexCommand index
1145 name "GIF"
1146
1147 \end_inset
1148
1149
1150 \begin_inset Quotes gld
1151 \end_inset
1152
1153 Portable Network Graphics
1154 \begin_inset Quotes grd
1155 \end_inset
1156
1157  (PNG, Dateiendung 
1158 \begin_inset Quotes gld
1159 \end_inset
1160
1161
1162 \family typewriter
1163 .png
1164 \family default
1165
1166 \begin_inset Quotes grd
1167 \end_inset
1168
1169 )
1170 \begin_inset LatexCommand index
1171 name "PNG"
1172
1173 \end_inset
1174
1175
1176 \begin_inset Quotes gld
1177 \end_inset
1178
1179 Joint Photographic Experts Group
1180 \begin_inset Quotes grd
1181 \end_inset
1182
1183  (JPG, Dateiendung
1184 \family typewriter
1185  
1186 \family default
1187
1188 \begin_inset Quotes gld
1189 \end_inset
1190
1191
1192 \family typewriter
1193 .jpg
1194 \family default
1195
1196 \begin_inset Quotes grd
1197 \end_inset
1198
1199  oder 
1200 \begin_inset Quotes gld
1201 \end_inset
1202
1203
1204 \family typewriter
1205 .jpeg
1206 \family default
1207
1208 \begin_inset Quotes grd
1209 \end_inset
1210
1211 )
1212 \begin_inset LatexCommand index
1213 name "JPG, JPEG"
1214
1215 \end_inset
1216
1217  und 
1218 \begin_inset Quotes gld
1219 \end_inset
1220
1221 Windows Bitmap
1222 \begin_inset Quotes grd
1223 \end_inset
1224
1225  (BMP, Dateiendung 
1226 \begin_inset Quotes gld
1227 \end_inset
1228
1229
1230 \family typewriter
1231 .bmp
1232 \family default
1233
1234 \begin_inset Quotes grd
1235 \end_inset
1236
1237 )
1238 \begin_inset LatexCommand index
1239 name "BMP"
1240
1241 \end_inset
1242
1243 .
1244 \end_layout
1245
1246 \begin_layout Description
1247 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1248  auf jede beliebige Größe skaliert werden.
1249  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1250  zoomen zu können.
1251 \newline
1252 Bekannte Formate sind 
1253 \begin_inset Quotes gld
1254 \end_inset
1255
1256 Scalable Vector Graphics
1257 \begin_inset Quotes grd
1258 \end_inset
1259
1260  (SVG, Dateiendung
1261 \family typewriter
1262  
1263 \family default
1264
1265 \begin_inset Quotes gld
1266 \end_inset
1267
1268
1269 \family typewriter
1270 .svg
1271 \family default
1272
1273 \begin_inset Quotes grd
1274 \end_inset
1275
1276 )
1277 \begin_inset LatexCommand index
1278 name "SVG"
1279
1280 \end_inset
1281
1282
1283 \begin_inset Quotes gld
1284 \end_inset
1285
1286 Encapsulated PostScript
1287 \begin_inset Quotes grd
1288 \end_inset
1289
1290  (EPS, Dateiendung 
1291 \begin_inset Quotes gld
1292 \end_inset
1293
1294
1295 \family typewriter
1296 .eps
1297 \family default
1298
1299 \begin_inset Quotes grd
1300 \end_inset
1301
1302 )
1303 \begin_inset LatexCommand index
1304 name "EPS"
1305
1306 \end_inset
1307
1308
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312 Portable Document Format
1313 \begin_inset Quotes grd
1314 \end_inset
1315
1316  (PDF, Dateiendung
1317 \family typewriter
1318  
1319 \family default
1320
1321 \begin_inset Quotes gld
1322 \end_inset
1323
1324
1325 \family typewriter
1326 .pdf
1327 \family default
1328
1329 \begin_inset Quotes grd
1330 \end_inset
1331
1332 )
1333 \begin_inset LatexCommand index
1334 name "PDF"
1335
1336 \end_inset
1337
1338  und 
1339 \begin_inset Quotes gld
1340 \end_inset
1341
1342 Windows Metafile
1343 \begin_inset Quotes grd
1344 \end_inset
1345
1346  (WMF, Dateiendung 
1347 \begin_inset Quotes gld
1348 \end_inset
1349
1350
1351 \family typewriter
1352 .wmf
1353 \family default
1354
1355 \begin_inset Quotes grd
1356 \end_inset
1357
1358 )
1359 \begin_inset LatexCommand index
1360 name "WMF"
1361
1362 \end_inset
1363
1364 .
1365 \end_layout
1366
1367 \begin_layout Standard
1368 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1369  das Ergebnis ist immer noch ein Pixelbild.
1370  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1371  hinzugefügt.
1372 \begin_inset Foot
1373 status open
1374
1375 \begin_layout Standard
1376 Bei PDF wird das Originalbild auch noch komprimiert.
1377 \end_layout
1378
1379 \end_inset
1380
1381  Die PDF-Dateien, die 
1382 \family typewriter
1383 Adobe Photoshop
1384 \family default
1385  erzeugt, sind zum Beispiel Pixelbilder.
1386 \end_layout
1387
1388 \begin_layout Standard
1389 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1390  umgekehrt.
1391  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1392  eingefügt werden.
1393  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1394  erzeugt wird, weil es zur Zeit keine WMF/SVG
1395 \begin_inset Formula $\to$
1396 \end_inset
1397
1398 PDF/EPS Konverter gibt.
1399 \end_layout
1400
1401 \begin_layout Chapter
1402 Tabellen
1403 \begin_inset LatexCommand label
1404 name "kap:Tabellen"
1405
1406 \end_inset
1407
1408
1409 \begin_inset LatexCommand index
1410 name "Tabellen"
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \begin_layout Section
1418 Einführung
1419 \begin_inset LatexCommand index
1420 name "Tabellen ! Einführung"
1421
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \begin_layout Standard
1428 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1429 \begin_inset Graphics
1430         filename ../../images/tabular-insert.xpm
1431         scale 70
1432         scaleBeforeRotation
1433         BoundingBox 0bp 6bp 22bp 22bp
1434
1435 \end_inset
1436
1437  oder das Menü 
1438 \family sans
1439 Einfügen\SpecialChar \menuseparator
1440 Tabelle
1441 \family default
1442  einfügen.
1443  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5\InsetSpace \thinspace{}
1444 -Tabelle.
1445  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1446  und die Größe der dunkelblauen Tabelle angezeigt.
1447  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1448  ein.
1449  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1450  Spaltenanzahl festlegen können.
1451 \end_layout
1452
1453 \begin_layout Standard
1454 In der so erstellten Tabelle ist jede Zelle umrandet.
1455  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1456  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1457  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1458 \end_layout
1459
1460 \begin_layout Standard
1461 \align center
1462 \begin_inset Tabular
1463 <lyxtabular version="3" rows="5" columns="4">
1464 <features>
1465 <column alignment="center" valignment="top" leftline="true" width="0">
1466 <column alignment="center" valignment="top" leftline="true" width="0">
1467 <column alignment="center" valignment="top" leftline="true" width="0">
1468 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1469 <row topline="true" bottomline="true">
1470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1471 \begin_inset Text
1472
1473 \begin_layout Standard
1474
1475 \end_layout
1476
1477 \end_inset
1478 </cell>
1479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1480 \begin_inset Text
1481
1482 \begin_layout Standard
1483
1484 \family roman
1485 \series medium
1486 \shape up
1487 \size normal
1488 \emph off
1489 \bar no
1490 \noun off
1491 \color none
1492 1
1493 \end_layout
1494
1495 \end_inset
1496 </cell>
1497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1498 \begin_inset Text
1499
1500 \begin_layout Standard
1501 2
1502 \end_layout
1503
1504 \end_inset
1505 </cell>
1506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Standard
1510 3
1511 \end_layout
1512
1513 \end_inset
1514 </cell>
1515 </row>
1516 <row topline="true">
1517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Standard
1521
1522 \family roman
1523 \series medium
1524 \shape up
1525 \size normal
1526 \emph off
1527 \bar no
1528 \noun off
1529 \color none
1530 A
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Standard
1539
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Standard
1548
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Standard
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row topline="true">
1564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Standard
1568
1569 \family roman
1570 \series medium
1571 \shape up
1572 \size normal
1573 \emph off
1574 \bar no
1575 \noun off
1576 \color none
1577 B
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Standard
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Standard
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Standard
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row topline="true">
1611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Standard
1615
1616 \family roman
1617 \series medium
1618 \shape up
1619 \size normal
1620 \emph off
1621 \bar no
1622 \noun off
1623 \color none
1624 C
1625 \end_layout
1626
1627 \end_inset
1628 </cell>
1629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Standard
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Standard
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Standard
1651
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 </row>
1657 <row topline="true" bottomline="true">
1658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1659 \begin_inset Text
1660
1661 \begin_layout Standard
1662 D
1663 \end_layout
1664
1665 \end_inset
1666 </cell>
1667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Standard
1671
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Standard
1680
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Standard
1689
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 </row>
1695 </lyxtabular>
1696
1697 \end_inset
1698
1699
1700 \end_layout
1701
1702 \begin_layout Section
1703 Tabellen-Einstellungen
1704 \begin_inset LatexCommand index
1705 name "Tabellen ! Einstellungen"
1706
1707 \end_inset
1708
1709
1710 \end_layout
1711
1712 \begin_layout Standard
1713 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1714  Maustaste draufklicken.
1715  Dadurch wird das Fenster 
1716 \family sans
1717 Tabellen-Einstellungen
1718 \family default
1719  geöffnet.
1720  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1721  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1722  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1723  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1724  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1725  Auswahl.
1726  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1727 \emph on
1728 Inhalt
1729 \emph default
1730  einer Zelle oder die Zelle selber ausgewählt haben.
1731  Das 
1732 \family sans
1733 Tabellen-Einstellungen
1734 \family default
1735 -Menü hat folgende Karteikarten:
1736 \end_layout
1737
1738 \begin_layout Description
1739
1740 \family sans
1741 Tabellen-Einstellungen
1742 \family default
1743  Hier können Sie die 
1744 \family sans
1745 Horizontale\InsetSpace ~
1746 Ausrichtung
1747 \family default
1748  der momentanen Spalte und die 
1749 \family sans
1750 Spaltenbreite
1751 \family default
1752  festlegen.
1753  Wenn Sie eine 
1754 \family sans
1755 Spaltenbreite
1756 \family default
1757  festgelegt haben, können Sie auch eine 
1758 \family sans
1759 Vertikale\InsetSpace ~
1760 Ausrichtung
1761 \family default
1762  der momentanen Zeile wählen.
1763  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1764  Absätze haben, wie in Abschnitt\InsetSpace ~
1765
1766 \begin_inset LatexCommand ref
1767 reference "uab:Mehrfache-Zeilen-in"
1768
1769 \end_inset
1770
1771  beschrieben.
1772  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1773 \newline
1774 Außerd
1775 em können Sie mehrere Zellen einer Zeile markieren und die Auswahl als 
1776 \family sans
1777 Mehrfachspalte
1778 \family default
1779  definieren, wie in Abschnitt\InsetSpace ~
1780
1781 \begin_inset LatexCommand ref
1782 reference "uab:Mehrfachspalten"
1783
1784 \end_inset
1785
1786  beschrieben.
1787 \newline
1788 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte
1789  Tabelle gegen den Uhrzeigersinn um 90° drehen.
1790  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1791 \newline
1792
1793 \begin_inset Note Greyedout
1794 status open
1795
1796 \begin_layout Standard
1797
1798 \series bold
1799 Achtung:
1800 \series default
1801  Nicht alle DVI-Betrachter können Rotationen anzeigen.
1802 \end_layout
1803
1804 \end_inset
1805
1806
1807 \newline
1808 Man kann auch ein 
1809 \family sans
1810 LaTe
1811 \begin_inset ERT
1812 status collapsed
1813
1814 \begin_layout Standard
1815
1816 {}
1817 \end_layout
1818
1819 \end_inset
1820
1821 X-Argument
1822 \family default
1823  für besondere Tabellen-Formatierun\SpecialChar \-
1824 gen einfügen, wie in Abschnitten 
1825 \begin_inset LatexCommand ref
1826 reference "uab:Mehrfachspalten-Berechnungen"
1827
1828 \end_inset
1829
1830  und 
1831 \begin_inset LatexCommand ref
1832 reference "abs:Farbige-Tabellen"
1833
1834 \end_inset
1835
1836  beschrieben.
1837 \end_layout
1838
1839 \begin_layout Description
1840
1841 \family sans
1842 Rahmen
1843 \family default
1844  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
1845  hinzufügen und löschen.
1846 \newline
1847 Wenn Sie die Stil-Option
1848 \family sans
1849  Formal
1850 \family default
1851  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt\InsetSpace ~
1852
1853 \begin_inset LatexCommand ref
1854 reference "abs:Formale-Tabellen"
1855
1856 \end_inset
1857
1858  beschrieben, konvertiert.
1859 \newline
1860 Hier können Sie auch zusätzliche Abstände für Zeilen
1861  festlegen, wie in Abschnitt\InsetSpace ~
1862
1863 \begin_inset LatexCommand ref
1864 reference "uab:Zeilenabstand"
1865
1866 \end_inset
1867
1868  beschrieben.
1869 \end_layout
1870
1871 \begin_layout Description
1872
1873 \family sans
1874 Lange\InsetSpace ~
1875 Tabelle
1876 \family default
1877  Hier kann eine Tabelle als 
1878 \family sans
1879 Lange\InsetSpace ~
1880 Tabelle
1881 \family default
1882  definiert werden, die über mehrere Seiten reicht.
1883  Die Abschnitte\InsetSpace ~
1884
1885 \begin_inset LatexCommand ref
1886 reference "abs:Lange-Tabellen"
1887
1888 \end_inset
1889
1890  und 
1891 \begin_inset LatexCommand ref
1892 reference "abs:Special-Longtable-Issues"
1893
1894 \end_inset
1895
1896  beschreiben diese Funktion genauer.
1897 \end_layout
1898
1899 \begin_layout Standard
1900 Wenn das Menü 
1901 \family sans
1902 Tabellen-Einstellungen
1903 \family default
1904  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
1905  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
1906 \end_layout
1907
1908 \begin_layout Section
1909 Tabellen-Werkzeugleiste
1910 \begin_inset LatexCommand index
1911 name "Tabellen ! Werkzeugleiste"
1912
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \begin_layout Standard
1919 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
1920 \family sans
1921 Tabellen-Einstellungen
1922 \family default
1923 , wenn man Tabellen-Einstellungen schneller ändern möchte.
1924  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
1925  LyX-Fensters.
1926 \end_layout
1927
1928 \begin_layout Standard
1929 Die Werkzeugleiste hat folgende Knöpfe:
1930 \end_layout
1931
1932 \begin_layout Labeling
1933 \labelwidthstring 00.00.0000
1934 \begin_inset Graphics
1935         filename ../../images/tabular-feature_append-row.xpm
1936         scale 70
1937         scaleBeforeRotation
1938         BoundingBox 0bp 6bp 22bp 22bp
1939
1940 \end_inset
1941
1942  Fügt eine Zeile unterhalb der momentanen an
1943 \end_layout
1944
1945 \begin_layout Labeling
1946 \labelwidthstring 00.00.0000
1947 \begin_inset Graphics
1948         filename ../../images/tabular-feature_append-column.xpm
1949         scale 70
1950         scaleBeforeRotation
1951         BoundingBox 0bp 6bp 22bp 22bp
1952
1953 \end_inset
1954
1955  Fügt eine Spalte rechts von der momentanen an
1956 \end_layout
1957
1958 \begin_layout Labeling
1959 \labelwidthstring 00.00.0000
1960 \begin_inset Graphics
1961         filename ../../images/tabular-feature_delete-row.xpm
1962         scale 70
1963         scaleBeforeRotation
1964         BoundingBox 0bp 6bp 22bp 22bp
1965
1966 \end_inset
1967
1968  Löscht die ausgewählte(n) Zeile(n)
1969 \end_layout
1970
1971 \begin_layout Labeling
1972 \labelwidthstring 00.00.0000
1973 \begin_inset Graphics
1974         filename ../../images/tabular-feature_delete-column.xpm
1975         scale 70
1976         scaleBeforeRotation
1977         BoundingBox 0bp 6bp 22bp 22bp
1978
1979 \end_inset
1980
1981  Löscht die ausgewählte(n) Spalte(n)
1982 \end_layout
1983
1984 \begin_layout Labeling
1985 \labelwidthstring 00.00.0000
1986 \begin_inset Graphics
1987         filename ../../images/tabular-feature_toggle-line-top.xpm
1988         scale 70
1989         scaleBeforeRotation
1990         BoundingBox 0bp 6bp 22bp 22bp
1991
1992 \end_inset
1993
1994  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
1995  wenn der Knopf grau hinterlegt ist
1996 \end_layout
1997
1998 \begin_layout Labeling
1999 \labelwidthstring 00.00.0000
2000 \begin_inset Graphics
2001         filename ../../images/tabular-feature_toggle-line-bottom.xpm
2002         scale 70
2003         scaleBeforeRotation
2004         BoundingBox 0bp 6bp 22bp 22bp
2005
2006 \end_inset
2007
2008  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2009  wenn der Knopf grau hinterlegt ist
2010 \end_layout
2011
2012 \begin_layout Labeling
2013 \labelwidthstring 00.00.0000
2014 \begin_inset Graphics
2015         filename ../../images/tabular-feature_toggle-line-left.xpm
2016         scale 70
2017         scaleBeforeRotation
2018         BoundingBox 0bp 6bp 22bp 22bp
2019
2020 \end_inset
2021
2022  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2023  wenn der Knopf grau hinterlegt ist
2024 \end_layout
2025
2026 \begin_layout Labeling
2027 \labelwidthstring 00.00.0000
2028 \begin_inset Graphics
2029         filename ../../images/tabular-feature_toggle-line-right.xpm
2030         scale 70
2031         scaleBeforeRotation
2032         BoundingBox 0bp 6bp 22bp 22bp
2033
2034 \end_inset
2035
2036  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2037  wenn der Knopf grau hinterlegt ist
2038 \end_layout
2039
2040 \begin_layout Labeling
2041 \labelwidthstring 00.00.0000
2042 \begin_inset Graphics
2043         filename ../../images/tabular-feature_set-all-lines.xpm
2044         scale 70
2045         scaleBeforeRotation
2046         BoundingBox 0bp 6bp 22bp 22bp
2047
2048 \end_inset
2049
2050  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2051 \end_layout
2052
2053 \begin_layout Labeling
2054 \labelwidthstring 00.00.0000
2055 \begin_inset Graphics
2056         filename ../../images/tabular-feature_unset-all-lines.xpm
2057         scale 70
2058         scaleBeforeRotation
2059         BoundingBox 0bp 6bp 22bp 22bp
2060
2061 \end_inset
2062
2063  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2064 \end_layout
2065
2066 \begin_layout Labeling
2067 \labelwidthstring 00.00.0000
2068 \begin_inset Graphics
2069         filename ../../images/tabular-feature_align-left.xpm
2070         scale 70
2071         scaleBeforeRotation
2072         BoundingBox 0bp 6bp 22bp 22bp
2073
2074 \end_inset
2075
2076  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2077 \end_layout
2078
2079 \begin_layout Labeling
2080 \labelwidthstring 00.00.0000
2081 \begin_inset Graphics
2082         filename ../../images/tabular-feature_align-center.xpm
2083         scale 70
2084         scaleBeforeRotation
2085         BoundingBox 0bp 6bp 22bp 22bp
2086
2087 \end_inset
2088
2089  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2090 \end_layout
2091
2092 \begin_layout Labeling
2093 \labelwidthstring 00.00.0000
2094 \begin_inset Graphics
2095         filename ../../images/tabular-feature_align-right.xpm
2096         scale 70
2097         scaleBeforeRotation
2098         BoundingBox 0bp 6bp 22bp 22bp
2099
2100 \end_inset
2101
2102  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2103 \end_layout
2104
2105 \begin_layout Labeling
2106 \labelwidthstring 00.00.0000
2107 \begin_inset Graphics
2108         filename ../../images/tabular-feature_valign-top.xpm
2109         scale 70
2110         scaleBeforeRotation
2111         BoundingBox 0bp 6bp 22bp 22bp
2112
2113 \end_inset
2114
2115  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2116 \end_layout
2117
2118 \begin_layout Labeling
2119 \labelwidthstring 00.00.0000
2120 \begin_inset Graphics
2121         filename ../../images/tabular-feature_valign-middle.xpm
2122         scale 70
2123         scaleBeforeRotation
2124         BoundingBox 0bp 6bp 22bp 22bp
2125
2126 \end_inset
2127
2128  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2129 \end_layout
2130
2131 \begin_layout Labeling
2132 \labelwidthstring 00.00.0000
2133 \begin_inset Graphics
2134         filename ../../images/tabular-feature_valign-bottom.xpm
2135         scale 70
2136         scaleBeforeRotation
2137         BoundingBox 0bp 6bp 22bp 22bp
2138
2139 \end_inset
2140
2141  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2142 \end_layout
2143
2144 \begin_layout Labeling
2145 \labelwidthstring 00.00.0000
2146 \begin_inset Graphics
2147         filename ../../images/tabular-feature_set-rotate-cell.xpm
2148         scale 70
2149         scaleBeforeRotation
2150         BoundingBox 0bp 6bp 22bp 22bp
2151
2152 \end_inset
2153
2154  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2155 \end_layout
2156
2157 \begin_layout Labeling
2158 \labelwidthstring 00.00.0000
2159 \begin_inset Graphics
2160         filename ../../images/tabular-feature_set-rotate-tabular.xpm
2161         scale 70
2162         scaleBeforeRotation
2163         BoundingBox 0bp 6bp 22bp 22bp
2164
2165 \end_inset
2166
2167  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2168 \end_layout
2169
2170 \begin_layout Labeling
2171 \labelwidthstring 00.00.0000
2172 \begin_inset Graphics
2173         filename ../../images/tabular-feature_multicolumn.xpm
2174         scale 70
2175         scaleBeforeRotation
2176         BoundingBox 0bp 6bp 22bp 22bp
2177
2178 \end_inset
2179
2180  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2181 \end_layout
2182
2183 \begin_layout Standard
2184 \begin_inset Note Greyedout
2185 status open
2186
2187 \begin_layout Standard
2188
2189 \series bold
2190 Note:
2191 \series default
2192  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2193  Reihe für alle Zelle der Reihe verwendet.
2194 \end_layout
2195
2196 \end_inset
2197
2198
2199 \end_layout
2200
2201 \begin_layout Section
2202 Bearbeiten-Menü
2203 \begin_inset LatexCommand index
2204 name "Tabellen ! Bearbeiten-Menü"
2205
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2213  Wenn der Cursor in einer Tabelle steht, sind im 
2214 \family sans
2215 Bearbeiten
2216 \family default
2217 -Menü folgende Punkte aktiviert: 
2218 \family sans
2219 Tabelle
2220 \family default
2221
2222 \family sans
2223 Zeilen\InsetSpace ~
2224 &\InsetSpace ~
2225 Spalten
2226 \family default
2227  und 
2228 \family sans
2229 Tabellen-Einstellungen
2230 \family default
2231 .
2232  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2233 ngsmöglichkeiten zu erreichen.
2234 \end_layout
2235
2236 \begin_layout Section
2237 Gleitende Tabellen
2238 \begin_inset LatexCommand label
2239 name "abs:Gleitende-Tabellen"
2240
2241 \end_inset
2242
2243
2244 \begin_inset LatexCommand index
2245 name "Gleitobjekte ! Tabellen"
2246
2247 \end_inset
2248
2249
2250 \begin_inset LatexCommand index
2251 name "Tabellen ! gleitende"
2252
2253 \end_inset
2254
2255
2256 \end_layout
2257
2258 \begin_layout Standard
2259 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt\InsetSpace ~
2260
2261 \begin_inset LatexCommand ref
2262 reference "abs:Gleitobjekte-Einleitung"
2263
2264 \end_inset
2265
2266 .
2267 \end_layout
2268
2269 \begin_layout Standard
2270 \begin_inset Float table
2271 placement h
2272 wide false
2273 sideways false
2274 status open
2275
2276 \begin_layout Standard
2277 \begin_inset Caption
2278
2279 \begin_layout Standard
2280 \begin_inset LatexCommand label
2281 name "tab:a table float"
2282
2283 \end_inset
2284
2285 Eine gleitende Tabelle
2286 \end_layout
2287
2288 \end_inset
2289
2290
2291 \end_layout
2292
2293 \begin_layout Standard
2294 \align center
2295 \begin_inset Tabular
2296 <lyxtabular version="3" rows="3" columns="3">
2297 <features>
2298 <column alignment="center" valignment="top" leftline="true" width="0pt">
2299 <column alignment="center" valignment="top" leftline="true" width="0pt">
2300 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2301 <row topline="true" bottomline="true">
2302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2303 \begin_inset Text
2304
2305 \begin_layout Standard
2306
2307 \family roman
2308 \series medium
2309 \shape up
2310 \size normal
2311 \emph off
2312 \bar no
2313 \noun off
2314 \color none
2315 1
2316 \end_layout
2317
2318 \end_inset
2319 </cell>
2320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Standard
2324
2325 \family roman
2326 \series medium
2327 \shape up
2328 \size normal
2329 \emph off
2330 \bar no
2331 \noun off
2332 \color none
2333 2
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Standard
2342
2343 \family roman
2344 \series medium
2345 \shape up
2346 \size normal
2347 \emph off
2348 \bar no
2349 \noun off
2350 \color none
2351 3
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 </row>
2357 <row topline="true">
2358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Standard
2362
2363 \family roman
2364 \series medium
2365 \shape up
2366 \size normal
2367 \emph off
2368 \bar no
2369 \noun off
2370 \color none
2371 Martin
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Standard
2380
2381 \family roman
2382 \series medium
2383 \shape up
2384 \size normal
2385 \emph off
2386 \bar no
2387 \noun off
2388 \color none
2389 Lena
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Standard
2398
2399 \family roman
2400 \series medium
2401 \shape up
2402 \size normal
2403 \emph off
2404 \bar no
2405 \noun off
2406 \color none
2407 Alina
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 </row>
2413 <row topline="true" bottomline="true">
2414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2415 \begin_inset Text
2416
2417 \begin_layout Standard
2418
2419 \family roman
2420 \series medium
2421 \shape up
2422 \size normal
2423 \emph off
2424 \bar no
2425 \noun off
2426 \color none
2427 \begin_inset Formula $\int x^{2}dx$
2428 \end_inset
2429
2430
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Standard
2439
2440 \family roman
2441 \series medium
2442 \shape up
2443 \size normal
2444 \emph off
2445 \bar no
2446 \noun off
2447 \color none
2448 \begin_inset Formula $\left[\begin{array}{cc}
2449 a & b\\
2450 c & d\end{array}\right]$
2451 \end_inset
2452
2453
2454 \end_layout
2455
2456 \end_inset
2457 </cell>
2458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2459 \begin_inset Text
2460
2461 \begin_layout Standard
2462
2463 \family roman
2464 \series medium
2465 \shape up
2466 \size normal
2467 \emph off
2468 \bar no
2469 \noun off
2470 \color none
2471 \begin_inset Formula $1+1=2$
2472 \end_inset
2473
2474
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 </row>
2480 </lyxtabular>
2481
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Standard
2493 Gleitende Tabellen können über 
2494 \family sans
2495 Einfügen\SpecialChar \menuseparator
2496 Gleitobjekt\SpecialChar \menuseparator
2497 Tabelle
2498 \family default
2499  oder einen Klick auf den Werkzeugleistenknopf 
2500 \begin_inset Graphics
2501         filename ../../images/float-insert_table.xpm
2502         scale 70
2503         scaleBeforeRotation
2504         BoundingBox 0bp 6bp 22bp 22bp
2505
2506 \end_inset
2507
2508  erzeugt werden.
2509  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2510  In das rot umrahmte Feld rechts von 
2511 \emph on
2512 Tabelle\InsetSpace ~
2513 Nr:
2514 \emph default
2515  schreiben Sie die Tabellenbeschriftung.
2516  Nach einem Klick oberhalb oder unterhalb von 
2517 \emph on
2518 Tabelle\InsetSpace ~
2519 Nr:
2520 \emph default
2521  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2522 \begin_inset Graphics
2523         filename ../../images/tabular-insert.xpm
2524         scale 70
2525         scaleBeforeRotation
2526         BoundingBox 0bp 6bp 22bp 22bp
2527
2528 \end_inset
2529
2530  oder dem Menü 
2531 \family sans
2532 Einfügen\SpecialChar \menuseparator
2533 Tabelle
2534 \family default
2535  einfügen.
2536 \end_layout
2537
2538 \begin_layout Standard
2539 Tabelle\InsetSpace ~
2540
2541 \begin_inset LatexCommand ref
2542 reference "tab:a table float"
2543
2544 \end_inset
2545
2546  ist ein Beispiel für eine gleitende Tabelle.
2547 \end_layout
2548
2549 \begin_layout Standard
2550 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2551 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2552  Das bedeutet, dass bei den Klassen 
2553 \family sans
2554 article
2555 \family default
2556
2557 \family sans
2558 book
2559 \family default
2560
2561 \family sans
2562 letter
2563 \family default
2564 , und 
2565 \family sans
2566 report
2567 \family default
2568  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2569  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2570 \series bold
2571 caption
2572 \series default
2573
2574 \begin_inset LatexCommand index
2575 name "LaTeX-Pakete ! caption"
2576
2577 \end_inset
2578
2579  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2580 \begin_inset Foot
2581 status open
2582
2583 \begin_layout Standard
2584 Näheres finden Sie im Abschnitt\InsetSpace ~
2585
2586 \begin_inset LatexCommand ref
2587 reference "abs:Titel-Platzierung"
2588
2589 \end_inset
2590
2591 .
2592 \end_layout
2593
2594 \end_inset
2595
2596
2597 \end_layout
2598
2599 \begin_layout Standard
2600
2601 \series bold
2602 tableposition=top
2603 \end_layout
2604
2605 \begin_layout Standard
2606 Das Paket 
2607 \series bold
2608 caption
2609 \series default
2610 , das in Abschnitt\InsetSpace ~
2611
2612 \begin_inset LatexCommand ref
2613 reference "abs:Titel-Formatierung"
2614
2615 \end_inset
2616
2617 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2618 \end_layout
2619
2620 \begin_layout Standard
2621 \begin_inset LatexCommand index
2622 name "Tabellen ! zitieren"
2623
2624 \end_inset
2625
2626 Auf Tabellen kann über ihre Marke verwiesen werden.
2627  Dafür fügen Sie in der Beschriftung mit 
2628 \family sans
2629 Einfügen\SpecialChar \menuseparator
2630 Marke
2631 \family default
2632  oder durch Klicken auf 
2633 \begin_inset Graphics
2634         filename ../../images/label-insert.xpm
2635         scale 70
2636         scaleBeforeRotation
2637         BoundingBox 0bp 6bp 20bp 20bp
2638
2639 \end_inset
2640
2641  eine Marke ein.
2642  Auf diese können Sie dann wie gewohnt mit 
2643 \family sans
2644 Einfügen\SpecialChar \menuseparator
2645 Querverweis
2646 \family default
2647  oder durch Klicken auf 
2648 \begin_inset Graphics
2649         filename ../../images/dialog-show-new-inset_ref.xpm
2650         scale 70
2651         scaleBeforeRotation
2652         BoundingBox 0bp 6bp 22bp 22bp
2653
2654 \end_inset
2655
2656  verweisen.
2657  Verweise werden detailliert in Abschnitt\InsetSpace ~
2658
2659 \begin_inset LatexCommand ref
2660 reference "abs:Auf-Gleitobjekte-verweisen"
2661
2662 \end_inset
2663
2664  beschrieben.
2665 \end_layout
2666
2667 \begin_layout Section
2668 Lange Tabellen
2669 \begin_inset LatexCommand label
2670 name "abs:Lange-Tabellen"
2671
2672 \end_inset
2673
2674
2675 \begin_inset LatexCommand index
2676 name "Tabellen ! lange"
2677
2678 \end_inset
2679
2680
2681 \end_layout
2682
2683 \begin_layout Standard
2684 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2685  Dialogfenster 
2686 \family sans
2687 Tabellen-Einstellungen
2688 \family default
2689  auf der Karteikarte  
2690 \family sans
2691 Lange\InsetSpace ~
2692 Tabelle
2693 \family default
2694  die Option 
2695 \family sans
2696 Lange\InsetSpace ~
2697 Tabelle\InsetSpace ~
2698 verwenden
2699 \family default
2700  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2701  Außerdem werden weitere Optionen aktiviert, die im 
2702 \emph on
2703 Benutzerhandbuch
2704 \emph default
2705  beschrieben sind.
2706 \end_layout
2707
2708 \begin_layout Standard
2709 Hier ist ein Beispiel einer langen Tabelle:
2710 \end_layout
2711
2712 \begin_layout Standard
2713 \align center
2714 \begin_inset Tabular
2715 <lyxtabular version="3" rows="69" columns="3">
2716 <features islongtable="true">
2717 <column alignment="left" valignment="top" leftline="true" width="0cm">
2718 <column alignment="left" valignment="top" width="0pt">
2719 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2720 <row topline="true" bottomline="true" endfirsthead="true">
2721 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Standard
2725
2726 \series bold
2727 Telefonliste (ignoriere die Namen)
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Standard
2736
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Standard
2745
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 </row>
2751 <row topline="true" bottomline="true" endfirsthead="true">
2752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Standard
2756
2757 \series bold
2758 NAME
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="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Standard
2776
2777 \series bold
2778 TEL.
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 </row>
2784 <row topline="true" bottomline="true" endhead="true">
2785 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Standard
2789
2790 \series bold
2791 Telefonliste
2792 \end_layout
2793
2794 \end_inset
2795 </cell>
2796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2797 \begin_inset Text
2798
2799 \begin_layout Standard
2800
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Standard
2809
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" bottomline="true" leftline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Standard
2820
2821 \series bold
2822 NAME
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="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Standard
2840
2841 \series bold
2842 TEL.
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row topline="true" bottomline="true" endfoot="true">
2849 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Standard
2853
2854 \series bold
2855 wird fortgesetzt
2856 \series default
2857  \SpecialChar \ldots{}
2858
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Standard
2867
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Standard
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Standard
2887
2888 \series bold
2889 Annovi
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Standard
2898 Silvia
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Standard
2907 111
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 Bertoli
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 Stefano
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 <cell alignment="center" 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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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 bottomline="true">
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 Winkler
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 Franz
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 multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Standard
3848  
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Standard
3857
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Standard
3866
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Standard
3877
3878 \series bold
3879 Annovi
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" topline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Standard
3888 Silvia
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Standard
3897 555
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 Bertoli
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 Stefano
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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 999
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 Weber
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 Maurizio
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 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row bottomline="true">
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 Winkler
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 Franz
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" endlastfoot="true">
4834 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Standard
4838
4839 \series bold
4840 Ende
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Standard
4849
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Standard
4858
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 </lyxtabular>
4865
4866 \end_inset
4867
4868
4869 \begin_inset ERT
4870 status collapsed
4871
4872 \begin_layout Standard
4873
4874
4875 \backslash
4876 addtocounter{table}{-1}
4877 \end_layout
4878
4879 \end_inset
4880
4881
4882 \begin_inset Note Note
4883 status collapsed
4884
4885 \begin_layout Standard
4886 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt\InsetSpace ~
4887
4888 \begin_inset LatexCommand ref
4889 reference "uab:Titel-für-lange"
4890
4891 \end_inset
4892
4893
4894 \end_layout
4895
4896 \end_inset
4897
4898
4899 \end_layout
4900
4901 \begin_layout Subsection
4902 Fußnoten in langen Tabellen
4903 \begin_inset LatexCommand label
4904 name "uab:Fußnoten-in-langen"
4905
4906 \end_inset
4907
4908
4909 \begin_inset LatexCommand index
4910 name "Tabellen ! lange ! Fußnoten"
4911
4912 \end_inset
4913
4914
4915 \end_layout
4916
4917 \begin_layout Standard
4918 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
4919  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
4920  Tabelle\InsetSpace ~
4921
4922 \begin_inset LatexCommand ref
4923 reference "tab:DiffCaptions"
4924
4925 \end_inset
4926
4927  hat zum Beispiel eine Fußnote.
4928 \end_layout
4929
4930 \begin_layout Subsection
4931 Ausrichtung langer Tabellen
4932 \begin_inset LatexCommand index
4933 name "Tabellen ! lange ! Ausrichtung"
4934
4935 \end_inset
4936
4937
4938 \end_layout
4939
4940 \begin_layout Standard
4941 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
4942  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
4943 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
4944  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
4945  Längen 
4946 \series bold
4947
4948 \backslash
4949 LTleft 
4950 \series default
4951 und 
4952 \series bold
4953
4954 \backslash
4955 LTright
4956 \series default
4957  geändert werden, indem diese Zeile als ERT vor die lange Tabelle eingefügt
4958  wird:
4959 \end_layout
4960
4961 \begin_layout Standard
4962
4963 \series bold
4964
4965 \backslash
4966 setlength{
4967 \backslash
4968 LTleft}{Wert}
4969 \end_layout
4970
4971 \begin_layout Standard
4972 Wobei der Wert eine der in Tabelle\InsetSpace ~
4973
4974 \begin_inset LatexCommand ref
4975 reference "tab:Maßeinheiten"
4976
4977 \end_inset
4978
4979  aufgelisteten Einheiten haben kann.
4980  
4981 \series bold
4982
4983 \backslash
4984 LTleft
4985 \series default
4986  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
4987  
4988 \series bold
4989
4990 \backslash
4991 LTright
4992 \series default
4993  den Abstand von rechts.
4994  Die Voreinstellung für beide Werte ist 
4995 \series bold
4996
4997 \backslash
4998 fill
4999 \series default
5000 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5001  in LyX ist.
5002 \end_layout
5003
5004 \begin_layout Standard
5005 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5006 \series bold
5007
5008 \backslash
5009 LTleft
5010 \series default
5011  auf den Wert 0\InsetSpace \thinspace{}
5012 pt gesetzt wurde.
5013 \begin_inset ERT
5014 status collapsed
5015
5016 \begin_layout Standard
5017
5018
5019 \backslash
5020 setlength{
5021 \backslash
5022 LTleft}{0pt}
5023 \end_layout
5024
5025 \end_inset
5026
5027
5028 \end_layout
5029
5030 \begin_layout Standard
5031 \begin_inset Tabular
5032 <lyxtabular version="3" rows="5" columns="5">
5033 <features islongtable="true">
5034 <column alignment="center" valignment="top" leftline="true" width="0">
5035 <column alignment="center" valignment="top" leftline="true" width="0">
5036 <column alignment="center" valignment="top" leftline="true" width="0">
5037 <column alignment="center" valignment="top" leftline="true" width="0">
5038 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5039 <row topline="true">
5040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Standard
5044 1
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Standard
5053 2
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Standard
5062 3
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Standard
5071 4
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Standard
5080 5
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row topline="true">
5087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Standard
5091 asd
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Standard
5100 s
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Standard
5109 s
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Standard
5118 s
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Standard
5127 asd
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 </row>
5133 <row topline="true">
5134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Standard
5138 asd
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Standard
5147 s
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Standard
5156 s
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Standard
5165 s
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Standard
5174 asd
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 <row topline="true">
5181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Standard
5185 asd
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Standard
5194 s
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Standard
5203 s
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Standard
5212 s
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Standard
5221 asd
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 <row topline="true" bottomline="true">
5228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Standard
5232 asd
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Standard
5241 asd
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Standard
5250 asd
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Standard
5259 asd
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Standard
5268 asd
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 </lyxtabular>
5275
5276 \end_inset
5277
5278
5279 \begin_inset ERT
5280 status collapsed
5281
5282 \begin_layout Standard
5283
5284
5285 \backslash
5286 setlength{
5287 \backslash
5288 LTleft}{
5289 \backslash
5290 fill}
5291 \end_layout
5292
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \begin_layout Subsection
5299 Beschriftungen lange Tabellen
5300 \begin_inset LatexCommand index
5301 name "Tabellen ! lange ! Titel"
5302
5303 \end_inset
5304
5305
5306 \begin_inset LatexCommand label
5307 name "uab:Titel-für-lange"
5308
5309 \end_inset
5310
5311
5312 \end_layout
5313
5314 \begin_layout Standard
5315 Eine 
5316 \family sans
5317 lange\InsetSpace ~
5318 Tabelle
5319 \family default
5320  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5321  Seite gedruckt werden können.
5322  Aber die 
5323 \family sans
5324 Legende
5325 \family default
5326 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5327 \end_layout
5328
5329 \begin_layout Standard
5330 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5331 \end_layout
5332
5333 \begin_layout Enumerate
5334 Erstellen Sie eine 
5335 \family sans
5336 lange\InsetSpace ~
5337 Tabelle
5338 \family default
5339 .
5340 \end_layout
5341
5342 \begin_layout Enumerate
5343 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5344 \end_layout
5345
5346 \begin_layout Enumerate
5347 Fügen Sie 
5348 \family sans
5349 mit Einfügen\SpecialChar \menuseparator
5350 Legende
5351 \family default
5352  eine Beschriftung in die erste Tabellenzelle.
5353  Sie können auch noch einen Kurztitel hinzufügen, 
5354 \family sans
5355 Einfügen\SpecialChar \menuseparator
5356 Kurztitel
5357 \family default
5358 .
5359 \end_layout
5360
5361 \begin_layout Enumerate
5362 Fügen Sie hinter dem Titel 
5363 \series bold
5364
5365 \begin_inset Quotes gld
5366 \end_inset
5367
5368
5369 \backslash
5370
5371 \backslash
5372 %
5373 \series default
5374
5375 \begin_inset Quotes grd
5376 \end_inset
5377
5378  als ERT ein.
5379 \end_layout
5380
5381 \begin_layout Standard
5382 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5383  gedruckt.
5384  Die Zeichen 
5385 \series bold
5386
5387 \begin_inset Quotes gld
5388 \end_inset
5389
5390
5391 \backslash
5392
5393 \backslash
5394 %
5395 \series default
5396
5397 \begin_inset Quotes grd
5398 \end_inset
5399
5400  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5401  weg.
5402  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5403  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5404 \end_layout
5405
5406 \begin_layout Standard
5407 Hier ist eine kleine 
5408 \family sans
5409 lange\InsetSpace ~
5410 Tabelle
5411 \family default
5412 , die zeigt, wie das funktioniert:
5413 \end_layout
5414
5415 \begin_layout Standard
5416 \begin_inset Tabular
5417 <lyxtabular version="3" rows="6" columns="5">
5418 <features islongtable="true">
5419 <column alignment="center" valignment="top" leftline="true" width="0">
5420 <column alignment="center" valignment="top" leftline="true" width="0">
5421 <column alignment="center" valignment="top" leftline="true" width="0">
5422 <column alignment="center" valignment="top" leftline="true" width="0">
5423 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5424 <row>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Standard
5429 \begin_inset Caption
5430
5431 \begin_layout Standard
5432 Eine 
5433 \family sans
5434 lange\InsetSpace ~
5435 Tabelle
5436 \family default
5437  mit Titel
5438 \begin_inset OptArg
5439 status open
5440
5441 \begin_layout Standard
5442 Lange Tabelle
5443 \end_layout
5444
5445 \end_inset
5446
5447
5448 \end_layout
5449
5450 \end_inset
5451
5452
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Standard
5457
5458
5459 \backslash
5460
5461 \backslash
5462 %
5463 \end_layout
5464
5465 \end_inset
5466
5467
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Standard
5476
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Standard
5485
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Standard
5494
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Standard
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row topline="true">
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Standard
5514 1
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Standard
5523 2
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Standard
5532 3
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Standard
5541 4
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Standard
5550 5
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row topline="true">
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Standard
5561 asd
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Standard
5570 s
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Standard
5579 s
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Standard
5588 s
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Standard
5597 asd
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 </row>
5603 <row topline="true">
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Standard
5608 asd
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Standard
5617 s
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Standard
5626 s
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Standard
5635 s
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Standard
5644 asd
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 </row>
5650 <row topline="true">
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Standard
5655 asd
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Standard
5664 s
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Standard
5673 s
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Standard
5682 s
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Standard
5691 asd
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 </row>
5697 <row topline="true" bottomline="true">
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Standard
5702 asd
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Standard
5711 asd
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Standard
5720 asd
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Standard
5729 asd
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Standard
5738 asd
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 </lyxtabular>
5745
5746 \end_inset
5747
5748
5749 \end_layout
5750
5751 \begin_layout Standard
5752 \begin_inset VSpace medskip
5753 \end_inset
5754
5755
5756 \begin_inset Note Greyedout
5757 status open
5758
5759 \begin_layout Standard
5760
5761 \series bold
5762 Bemerkung\InsetSpace ~
5763 1:
5764 \series default
5765  Die Tabellennummer wird für jede 
5766 \family sans
5767 lange\InsetSpace ~
5768 Tabelle
5769 \family default
5770  erhöht, auch wenn Sie keinen Titel vergeben.
5771  Deshalb könnte es passieren, dass zum Beispiel Tabelle\InsetSpace ~
5772 2.4 auf Tabelle\InsetSpace ~
5773 2.1
5774  im Tabellenverzeichnis folgt, wenn dazwischen zwei
5775 \family sans
5776  lange\InsetSpace ~
5777 Tabellen
5778 \family default
5779  ohne Titel sind.
5780  Um das zu vermeiden, können Sie hinter jede 
5781 \family sans
5782 lange\InsetSpace ~
5783 Tabelle
5784 \family default
5785  ohne Titel folgenden LaTeX-Befehl als ERT einfügen:
5786 \end_layout
5787
5788 \begin_layout Standard
5789
5790 \series bold
5791
5792 \backslash
5793 addtocounter{table}{-1}
5794 \end_layout
5795
5796 \end_inset
5797
5798
5799 \end_layout
5800
5801 \begin_layout Standard
5802 \begin_inset Note Greyedout
5803 status open
5804
5805 \begin_layout Standard
5806
5807 \series bold
5808 Bemerkung\InsetSpace ~
5809 2:
5810 \series default
5811  Wenn Sie das LaTeX-Paket 
5812 \series bold
5813 hyperref
5814 \series default
5815
5816 \begin_inset LatexCommand index
5817 name "LaTeX-Pakete ! hyperref"
5818
5819 \end_inset
5820
5821  für Querverweise benutzen, wird der Verweis auf eine 
5822 \family sans
5823 lange\InsetSpace ~
5824 Tabelle
5825 \family default
5826  immer auf den Anfang des Dokuments zeigen.
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \newpage
5833
5834 \end_layout
5835
5836 \begin_layout Subsubsection
5837 Querverweise auf 
5838 \family sans
5839 lange\InsetSpace ~
5840 Tabelle
5841 \family default
5842 n
5843 \begin_inset LatexCommand index
5844 name "Tabellen ! lange ! Querverweis"
5845
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \begin_layout Standard
5852 \begin_inset Tabular
5853 <lyxtabular version="3" rows="6" columns="5">
5854 <features islongtable="true">
5855 <column alignment="center" valignment="top" leftline="true" width="0">
5856 <column alignment="center" valignment="top" leftline="true" width="0">
5857 <column alignment="center" valignment="top" leftline="true" width="0">
5858 <column alignment="center" valignment="top" leftline="true" width="0">
5859 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Standard
5865 \begin_inset Caption
5866
5867 \begin_layout Standard
5868
5869 \family sans
5870 Lange\InsetSpace ~
5871 Tabelle
5872 \family default
5873  mit Marke
5874 \begin_inset LatexCommand label
5875 name "tab:LangeTabelle-mit-Marke"
5876
5877 \end_inset
5878
5879
5880 \end_layout
5881
5882 \end_inset
5883
5884
5885 \begin_inset ERT
5886 status collapsed
5887
5888 \begin_layout Standard
5889
5890
5891 \backslash
5892
5893 \backslash
5894 %
5895 \end_layout
5896
5897 \end_inset
5898
5899
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Standard
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Standard
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Standard
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Standard
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row topline="true">
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Standard
5946 1
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Standard
5955 2
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Standard
5964 3
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Standard
5973 4
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Standard
5982 5
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 <row topline="true">
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Standard
5993 asd
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Standard
6002 s
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Standard
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Standard
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Standard
6029 asd
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row topline="true">
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Standard
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Standard
6049 s
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Standard
6058 s
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Standard
6067 s
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Standard
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row topline="true">
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Standard
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Standard
6096 s
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Standard
6105 s
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Standard
6114 s
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Standard
6123 asd
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 </row>
6129 <row topline="true" bottomline="true">
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Standard
6134 asd
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Standard
6143 sad
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Standard
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Standard
6161 asd
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Standard
6170 asd
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 </row>
6176 </lyxtabular>
6177
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \begin_layout Standard
6184 Damit auf eine 
6185 \family sans
6186 lange\InsetSpace ~
6187 Tabelle
6188 \family default
6189  verwiesen werden kann, müssen Sie eine 
6190 \family sans
6191 Marke
6192 \family default
6193  im Titel einfügen.
6194  Beachten Sie dabei, dass Sie 
6195 \emph on
6196
6197 \begin_inset Quotes gld
6198 \end_inset
6199
6200 tab:
6201 \emph default
6202
6203 \begin_inset Quotes grd
6204 \end_inset
6205
6206  selber ins Markenfeld schreiben müssen.
6207 \end_layout
6208
6209 \begin_layout Standard
6210 Dies ist ein Verweis auf Tabelle\InsetSpace ~
6211
6212 \begin_inset LatexCommand ref
6213 reference "tab:LangeTabelle-mit-Marke"
6214
6215 \end_inset
6216
6217 .
6218 \end_layout
6219
6220 \begin_layout Standard
6221 Mit dem LaTeX-Paket 
6222 \series bold
6223 caption
6224 \series default
6225
6226 \begin_inset LatexCommand index
6227 name "LaTeX-Pakete ! caption"
6228
6229 \end_inset
6230
6231 , siehe Abschnitt\InsetSpace ~
6232
6233 \begin_inset LatexCommand ref
6234 reference "abs:Titel-Formatierung"
6235
6236 \end_inset
6237
6238 , können Sie alle anderen 
6239 \family sans
6240 Legende
6241 \family default
6242 -Optionen benutzen.
6243 \end_layout
6244
6245 \begin_layout Subsubsection
6246 Titelbreite
6247 \begin_inset LatexCommand index
6248 name "Tabellen ! lange ! Beschriftungsbreite"
6249
6250 \end_inset
6251
6252
6253 \end_layout
6254
6255 \begin_layout Standard
6256 Die maximale Titelbreite wird durch die Variable 
6257 \series bold
6258
6259 \backslash
6260 LTcapwidth
6261 \series default
6262  definiert.
6263  Ihr Standardwert ist 4\InsetSpace \thinspace{}
6264 Zoll (
6265 \begin_inset Formula $\approx10$
6266 \end_inset
6267
6268 \InsetSpace \thinspace{}
6269 cm).
6270  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als ERT vor
6271  der betreffenden Tabelle folgenden Befehl einsetzen:
6272 \end_layout
6273
6274 \begin_layout Standard
6275
6276 \series bold
6277
6278 \backslash
6279 setlength{
6280 \backslash
6281 LTcapwidth}{Breite}
6282 \end_layout
6283
6284 \begin_layout Standard
6285 wobei 
6286 \family typewriter
6287 Breite
6288 \family default
6289  eine der in Anhang\InsetSpace ~
6290
6291 \begin_inset LatexCommand ref
6292 reference "kap:In-LyX-verfügbare"
6293
6294 \end_inset
6295
6296  aufgelisteten Einheiten haben kann.
6297 \end_layout
6298
6299 \begin_layout Standard
6300 Die beiden folgenden Tabellen zeigen den Unterschied:
6301 \end_layout
6302
6303 \begin_layout Standard
6304 \begin_inset Tabular
6305 <lyxtabular version="3" rows="6" columns="5">
6306 <features islongtable="true">
6307 <column alignment="center" valignment="top" leftline="true" width="0">
6308 <column alignment="center" valignment="top" leftline="true" width="0">
6309 <column alignment="center" valignment="top" leftline="true" width="0">
6310 <column alignment="center" valignment="top" leftline="true" width="0">
6311 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6312 <row>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Standard
6317 \begin_inset Caption
6318
6319 \begin_layout Standard
6320 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6321  Titel 
6322 \begin_inset OptArg
6323 status open
6324
6325 \begin_layout Standard
6326 Titel mit Standardbreite
6327 \end_layout
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \end_inset
6335
6336
6337 \begin_inset ERT
6338 status collapsed
6339
6340 \begin_layout Standard
6341
6342
6343 \backslash
6344
6345 \backslash
6346 %
6347 \end_layout
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Standard
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Standard
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Standard
6378
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Standard
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row topline="true">
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Standard
6398 1
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Standard
6407 2
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Standard
6416 3
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Standard
6425 4
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Standard
6434 5
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row topline="true">
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Standard
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Standard
6454 s
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Standard
6463 s
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Standard
6472 s
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Standard
6481 asd
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 <row topline="true">
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Standard
6492 asd
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Standard
6501 s
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Standard
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Standard
6519 s
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Standard
6528 asd
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 <row topline="true">
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Standard
6539 asd
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Standard
6548 s
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Standard
6557 s
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Standard
6566 s
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Standard
6575 asd
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 </row>
6581 <row topline="true" bottomline="true">
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Standard
6586 asd
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Standard
6595 sad
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Standard
6604 asd
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Standard
6613 asd
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Standard
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 </row>
6628 </lyxtabular>
6629
6630 \end_inset
6631
6632
6633 \end_layout
6634
6635 \begin_layout Standard
6636 \begin_inset ERT
6637 status collapsed
6638
6639 \begin_layout Standard
6640
6641
6642 \backslash
6643 setlength{
6644 \backslash
6645 LTcapwidth}{5cm}
6646 \end_layout
6647
6648 \end_inset
6649
6650
6651 \begin_inset Tabular
6652 <lyxtabular version="3" rows="6" columns="5">
6653 <features islongtable="true">
6654 <column alignment="center" valignment="top" leftline="true" width="0">
6655 <column alignment="center" valignment="top" leftline="true" width="0">
6656 <column alignment="center" valignment="top" leftline="true" width="0">
6657 <column alignment="center" valignment="top" leftline="true" width="0">
6658 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6659 <row>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Standard
6664 \begin_inset Caption
6665
6666 \begin_layout Standard
6667 Langer Titel mit 5\InsetSpace \thinspace{}
6668 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6669 cm Breite, Langer Titel mit
6670  5\InsetSpace \thinspace{}
6671 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6672 cm Breite 
6673 \begin_inset OptArg
6674 status open
6675
6676 \begin_layout Standard
6677 Titel mit 5\InsetSpace \thinspace{}
6678 cm Breite
6679 \end_layout
6680
6681 \end_inset
6682
6683
6684 \end_layout
6685
6686 \end_inset
6687
6688
6689 \begin_inset ERT
6690 status collapsed
6691
6692 \begin_layout Standard
6693
6694
6695 \backslash
6696
6697 \backslash
6698 %
6699 \end_layout
6700
6701 \end_inset
6702
6703
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Standard
6712
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Standard
6721
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Standard
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Standard
6739
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 </row>
6745 <row topline="true">
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Standard
6750 1
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Standard
6759 2
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Standard
6768 3
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Standard
6777 4
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Standard
6786 5
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 </row>
6792 <row topline="true">
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Standard
6797 asd
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Standard
6806 s
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Standard
6815 s
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Standard
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Standard
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 <row topline="true">
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Standard
6844 asd
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Standard
6853 s
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Standard
6862 s
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Standard
6871 s
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Standard
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 </row>
6886 <row topline="true">
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Standard
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Standard
6900 s
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Standard
6909 s
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Standard
6918 s
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Standard
6927 asd
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 </row>
6933 <row topline="true" bottomline="true">
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Standard
6938 asd
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Standard
6947 sad
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Standard
6956 asd
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Standard
6965 asd
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Standard
6974 asd
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 </row>
6980 </lyxtabular>
6981
6982 \end_inset
6983
6984
6985 \begin_inset ERT
6986 status collapsed
6987
6988 \begin_layout Standard
6989
6990
6991 \backslash
6992 setlength{
6993 \backslash
6994 LTcapwidth}{4in}
6995 \end_layout
6996
6997 \end_inset
6998
6999
7000 \begin_inset Note Note
7001 status collapsed
7002
7003 \begin_layout Standard
7004 Beschriftungsbreite zurücksetzen
7005 \end_layout
7006
7007 \end_inset
7008
7009
7010 \end_layout
7011
7012 \begin_layout Standard
7013 \begin_inset Note Greyedout
7014 status open
7015
7016 \begin_layout Standard
7017
7018 \series bold
7019 Achtung:
7020 \series default
7021  Wenn das LaTeX-Paket 
7022 \series bold
7023 caption
7024 \series default
7025
7026 \begin_inset LatexCommand index
7027 name "LaTeX-Pakete ! caption"
7028
7029 \end_inset
7030
7031  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7032  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7033  4\InsetSpace \thinspace{}
7034 Zoll für 
7035 \series bold
7036
7037 \backslash
7038 LTcapwidth
7039 \series default
7040  benutzen.
7041  Um in diesem Fall eine genau a 4\InsetSpace \thinspace{}
7042 Zoll breite Beschriftung zu erhalten, können
7043  Sie entweder einen leicht von 4\InsetSpace \thinspace{}
7044 Zoll veränderten Wert wie z.\InsetSpace \thinspace{}
7045 B.
7046  3.99\InsetSpace \thinspace{}
7047 Zoll verwenden oder den LaTeX-Befehl 
7048 \series bold
7049
7050 \backslash
7051 captionsetup{width=Wert}
7052 \series default
7053  benutzen, der vom 
7054 \series bold
7055 caption
7056 \series default
7057 -Paket bereitgestellt wird.
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \begin_layout Subsubsection
7066 Unterschiedliche Titel für Tabellenseiten
7067 \begin_inset LatexCommand index
7068 name "Tabellen ! lange ! mehrere Titel"
7069
7070 \end_inset
7071
7072
7073 \end_layout
7074
7075 \begin_layout Standard
7076 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7077  die erste, müssen Sie eine 
7078 \family sans
7079 Legende
7080 \family default
7081  mit einem nicht-leeren 
7082 \family sans
7083 Kurztitel
7084 \family default
7085  in eine leere Legende-Zeile, die als 
7086 \family sans
7087 Erste\InsetSpace ~
7088 Kopfzeile
7089 \family default
7090  definiert wurde, einfügen.
7091  Der Titel für die anderen Tabellenseiten wird als 
7092 \family sans
7093 Legende
7094 \family default
7095  ohne 
7096 \family sans
7097 Kurztitel
7098 \family default
7099  in eine leere Legende-Zeile, die als 
7100 \family sans
7101 Kopfzeile
7102 \family default
7103  definiert wurde, einfügen.
7104  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7105  Befehl
7106 \end_layout
7107
7108 \begin_layout Standard
7109
7110 \series bold
7111
7112 \backslash
7113 caption*{caption text}
7114 \end_layout
7115
7116 \begin_layout Standard
7117 anstatt der 
7118 \family sans
7119 Legende
7120 \family default
7121 -Umgebung von LyX benutzen.
7122  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7123  den Titel der 
7124 \family sans
7125 Ersten\InsetSpace ~
7126 Kopfzeile
7127 \family default
7128  eingefügt werden.
7129  Tabelle\InsetSpace ~
7130
7131 \begin_inset LatexCommand ref
7132 reference "tab:DiffCaptions"
7133
7134 \end_inset
7135
7136  ist ein Beispiel für eine 
7137 \family sans
7138 lange\InsetSpace ~
7139 Tabelle
7140 \family default
7141  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7142 \end_layout
7143
7144 \begin_layout Standard
7145 \align center
7146 \begin_inset Tabular
7147 <lyxtabular version="3" rows="60" columns="3">
7148 <features islongtable="true">
7149 <column alignment="left" valignment="top" leftline="true" width="0cm">
7150 <column alignment="left" valignment="top" rightline="true" width="0pt">
7151 <column alignment="right" valignment="top" rightline="true" width="0pt">
7152 <row endfirsthead="true">
7153 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Standard
7157 \begin_inset Caption
7158
7159 \begin_layout Standard
7160 Telefonliste
7161 \begin_inset LatexCommand label
7162 name "tab:DiffCaptions"
7163
7164 \end_inset
7165
7166
7167 \begin_inset OptArg
7168 status collapsed
7169
7170 \begin_layout Standard
7171 Telefonliste
7172 \end_layout
7173
7174 \end_inset
7175
7176
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \begin_inset ERT
7183 status collapsed
7184
7185 \begin_layout Standard
7186
7187
7188 \backslash
7189
7190 \backslash
7191 %
7192 \end_layout
7193
7194 \end_inset
7195
7196
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Standard
7205
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Standard
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 </row>
7220 <row topline="true" bottomline="true" endfirsthead="true">
7221 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Standard
7225
7226 \series bold
7227 Telefonliste (ignoriere die Namen)
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Standard
7236
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Standard
7245
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 </row>
7251 <row topline="true" bottomline="true" endfirsthead="true">
7252 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Standard
7256
7257 \series bold
7258 NAME
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Standard
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Standard
7276
7277 \series bold
7278 TEL.
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 </row>
7284 <row bottomline="true" endhead="true">
7285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Standard
7289 \begin_inset ERT
7290 status open
7291
7292 \begin_layout Standard
7293
7294
7295 \backslash
7296 caption*{Fortsetzung der Telefonliste}
7297 \backslash
7298
7299 \backslash
7300 %
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Standard
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Standard
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 </row>
7329 <row topline="true" bottomline="true" endhead="true">
7330 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Standard
7334
7335 \series bold
7336 Telefonliste
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Standard
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Standard
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row topline="true" bottomline="true" endhead="true">
7361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Standard
7365
7366 \series bold
7367 NAME
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Standard
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Standard
7385
7386 \series bold
7387 TEL.
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 </row>
7393 <row topline="true" bottomline="true" endfoot="true">
7394 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Standard
7398 wird fortgesetzt\SpecialChar \ldots{}
7399
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Standard
7408
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Standard
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 </row>
7423 <row>
7424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Standard
7428
7429 \series bold
7430 Annovi
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Standard
7439 Silvia
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Standard
7448 111
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 </row>
7454 <row>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Standard
7459
7460 \series bold
7461 Bertoli
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Standard
7470 Stefano
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Standard
7479 111
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 </row>
7485 <row>
7486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Standard
7490
7491 \series bold
7492 Bozzi
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" topline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Standard
7501 Walter
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Standard
7510 111
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 </row>
7516 <row>
7517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Standard
7521
7522 \series bold
7523 Cachia
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Standard
7532 Maria
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Standard
7541 111
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 </row>
7547 <row>
7548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Standard
7552
7553 \series bold
7554 Cachia
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Standard
7563 Maurizio
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Standard
7572 111
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 <row>
7579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Standard
7583
7584 \series bold
7585 Cinquemani
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Standard
7594 Giusi
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Standard
7603 111
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 </row>
7609 <row>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Standard
7614
7615 \series bold
7616 Colin
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Standard
7625 Bernard
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Standard
7634 111
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 </row>
7640 <row>
7641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Standard
7645
7646 \series bold
7647 Concli
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Standard
7656 Gianfranco
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Standard
7665 111
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row>
7672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Standard
7676
7677 \series bold
7678 Dal Bosco
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Standard
7687 Carolina
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Standard
7696 111
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 </row>
7702 <row>
7703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Standard
7707
7708 \series bold
7709 Dalpiaz
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" topline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Standard
7718 Annamaria
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Standard
7727 111
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 </row>
7733 <row>
7734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Standard
7738
7739 \series bold
7740 Feliciello
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Standard
7749 Domenico
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Standard
7758 111
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row>
7765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Standard
7769
7770 \series bold
7771 Focarelli
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" topline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Standard
7780 Paola
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Standard
7789 111
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row>
7796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Standard
7800
7801 \series bold
7802 Galletti
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" topline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Standard
7811 Oreste
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Standard
7820 111
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row>
7827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Standard
7831
7832 \series bold
7833 Gasparini
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" topline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Standard
7842 Franca
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Standard
7851 111
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 </row>
7857 <row>
7858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Standard
7862
7863 \series bold
7864 Rizzardi
7865 \series default
7866
7867 \begin_inset Foot
7868 status open
7869
7870 \begin_layout Standard
7871 Beispielfußnote
7872 \end_layout
7873
7874 \end_inset
7875
7876
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" topline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Standard
7885 Paola
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Standard
7894 111
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Standard
7905
7906 \series bold
7907 Lassini
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" topline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Standard
7916 Giancarlo
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Standard
7925 111
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Standard
7936
7937 \series bold
7938 Malfatti
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" topline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Standard
7947 Luciano
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Standard
7956 111
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Standard
7967
7968 \series bold
7969 Malfatti
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" topline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Standard
7978 Valeriano
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Standard
7987 111
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Standard
7998
7999 \series bold
8000 Meneguzzo
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" topline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Standard
8009 Roberto
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Standard
8018 111
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Standard
8029
8030 \series bold
8031 Mezzadra
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" topline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Standard
8040 Roberto
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Standard
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Standard
8060
8061 \series bold
8062 Pirpamer
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" topline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Standard
8071 Erich
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Standard
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Standard
8091
8092 \series bold
8093 Pochiesa
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" topline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Standard
8102 Paolo
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Standard
8111 111, 222
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Standard
8122
8123 \series bold
8124 Radina
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Standard
8133 Claudio
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Standard
8142 111
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Standard
8153
8154 \series bold
8155 Stuffer
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" topline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Standard
8164 Oskar
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Standard
8173 111
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Standard
8184
8185 \series bold
8186 Tacchelli
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Standard
8195 Ugo
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Standard
8204 111
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Standard
8215
8216 \series bold
8217 Tezzele
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" topline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Standard
8226 Margit
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Standard
8235 111
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Standard
8246
8247 \series bold
8248 Unterkalmsteiner
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" topline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Standard
8257 Frieda
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Standard
8266 111
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Standard
8277
8278 \series bold
8279 Vieider
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" topline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Standard
8288 Hilde
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Standard
8297 111
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Standard
8308
8309 \series bold
8310 Vigna
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" topline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Standard
8319 Jürgen
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Standard
8328 111
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 </row>
8334 <row>
8335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Standard
8339
8340 \series bold
8341 Weber
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" topline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Standard
8350 Maurizio
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Standard
8359 111
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row bottomline="true">
8366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Standard
8370
8371 \series bold
8372 Winkler
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" topline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Standard
8381 Franz
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Standard
8390 111
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row bottomline="true">
8397 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Standard
8401  
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Standard
8410
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Standard
8419
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Standard
8430
8431 \series bold
8432 Annovi
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" topline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Standard
8441 Silvia
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Standard
8450 555
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Standard
8461
8462 \series bold
8463 Bertoli
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" topline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Standard
8472 Stefano
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Standard
8481 555
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Standard
8492
8493 \series bold
8494 Bozzi
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Standard
8503 Walter
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Standard
8512 555
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Standard
8523
8524 \series bold
8525 Cachia
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" topline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Standard
8534 Maria
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Standard
8543 555
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Standard
8554
8555 \series bold
8556 Cachia
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" topline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Standard
8565 Maurizio
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Standard
8574 555
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Standard
8585
8586 \series bold
8587 Cinquemani
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" topline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Standard
8596 Giusi
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Standard
8605 555
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Standard
8616
8617 \series bold
8618 Colin
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" topline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Standard
8627 Bernard
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Standard
8636 555
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Standard
8647
8648 \series bold
8649 Concli
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" topline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Standard
8658 Gianfranco
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Standard
8667 555
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Standard
8678
8679 \series bold
8680 Dal Bosco
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Standard
8689 Carolina
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Standard
8698 555
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Standard
8709
8710 \series bold
8711 Dalpiaz
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" topline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Standard
8720 Annamaria
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Standard
8729 555
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Standard
8740
8741 \series bold
8742 Feliciello
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" topline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Standard
8751 Domenico
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Standard
8760 555
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Standard
8771
8772 \series bold
8773 Focarelli
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" topline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Standard
8782 Paola
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Standard
8791 555
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Standard
8802
8803 \series bold
8804 Galletti
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" topline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Standard
8813 Oreste
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Standard
8822 555
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Standard
8833
8834 \series bold
8835 Gasparini
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Standard
8844 Franca
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Standard
8853 555
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Standard
8864
8865 \series bold
8866 Rizzardi
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" topline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Standard
8875 Paola
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Standard
8884 555
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Standard
8895
8896 \series bold
8897 Lassini
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" topline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Standard
8906 Giancarlo
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Standard
8915 555
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Standard
8926
8927 \series bold
8928 Malfatti
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" topline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Standard
8937 Luciano
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Standard
8946 555
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Standard
8957
8958 \series bold
8959 Malfatti
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" topline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Standard
8968 Valeriano
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Standard
8977 555
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Standard
8988
8989 \series bold
8990 Meneguzzo
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" topline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Standard
8999 Roberto
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Standard
9008 555
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row bottomline="true">
9015 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Standard
9019
9020 \series bold
9021 Mezzadra
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Standard
9030 Roberto
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Standard
9039 555
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row bottomline="true" endlastfoot="true">
9046 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Standard
9050
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Standard
9059
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Standard
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 </lyxtabular>
9075
9076 \end_inset
9077
9078
9079 \end_layout
9080
9081 \begin_layout Section
9082 Weitere Möglichkeiten für 
9083 \family sans
9084 lange Tabelle
9085 \family default
9086 n
9087 \begin_inset LatexCommand label
9088 name "abs:Special-Longtable-Issues"
9089
9090 \end_inset
9091
9092
9093 \end_layout
9094
9095 \begin_layout Subsection
9096 L
9097 \family sans
9098 ange Tabelle
9099 \family default
9100 n: Berechnung
9101 \begin_inset LatexCommand index
9102 name "Tabellen ! lange ! Berechnung"
9103
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \begin_layout Standard
9110 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9111  sogenannten 
9112 \emph on
9113 chunks
9114 \emph default
9115  (chunks).
9116  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9117  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9118  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9119  das die Druckausgabe.
9120  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9121  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9122  einfügen:
9123 \end_layout
9124
9125 \begin_layout Standard
9126
9127 \series bold
9128
9129 \backslash
9130 setcounter{LTchunksize}{100}
9131 \end_layout
9132
9133 \begin_layout Subsection
9134 Gleitobjekte und L
9135 \family sans
9136 ange Tabelle
9137 \family default
9138 n
9139 \begin_inset LatexCommand index
9140 name "Tabellen ! lange ! und Gleitobjekte"
9141
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \begin_layout Standard
9148 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9149 \family sans
9150 lange\InsetSpace ~
9151 Tabelle
9152 \family default
9153  beginnt, ein Gleitobjekt befindet.
9154  Um das zu vermeiden, können Sie vor der 
9155 \family sans
9156 langen\InsetSpace ~
9157 Tabelle
9158 \family default
9159  den LaTeX-Befehl
9160 \series bold
9161  
9162 \backslash
9163 clearpage
9164 \series default
9165  als ERT einfügen.
9166 \end_layout
9167
9168 \begin_layout Subsection
9169 Manuelle Seitenumbrüche
9170 \begin_inset LatexCommand index
9171 name "Tabellen ! lange ! manueller Seitenumbruch"
9172
9173 \end_inset
9174
9175
9176 \end_layout
9177
9178 \begin_layout Standard
9179 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9180  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9181  der Zelle umbrechen wollen, fügen Sie den Befehl  
9182 \begin_inset Quotes gld
9183 \end_inset
9184
9185
9186 \series bold
9187
9188 \backslash
9189
9190 \backslash
9191
9192 \series default
9193
9194 \begin_inset Quotes grd
9195 \end_inset
9196
9197  für einen neue Zeile als ERT an der Stelle in der Zelle ein, wo umgebrochen
9198  werden soll.
9199  Vor dem 
9200 \begin_inset Quotes gld
9201 \end_inset
9202
9203
9204 \series bold
9205
9206 \backslash
9207
9208 \backslash
9209
9210 \series default
9211
9212 \begin_inset Quotes grd
9213 \end_inset
9214
9215 -Befehl müssen Sie so viele 
9216 \begin_inset Quotes gld
9217 \end_inset
9218
9219
9220 \series bold
9221 &
9222 \series default
9223
9224 \begin_inset Quotes grd
9225 \end_inset
9226
9227  als ERT einfügen wie noch Spalten in der Zeile folgen.
9228  Mit 
9229 \begin_inset Quotes gld
9230 \end_inset
9231
9232
9233 \series bold
9234 &
9235 \series default
9236
9237 \begin_inset Quotes grd
9238 \end_inset
9239
9240   werden in LaTeX Tabellenzellen getrennt.
9241  Hinter jedes 
9242 \begin_inset Quotes gld
9243 \end_inset
9244
9245
9246 \series bold
9247 &
9248 \series default
9249
9250 \begin_inset Quotes grd
9251 \end_inset
9252
9253  schreiben Sie ebenfalls in ERT den Inhalt der entsprechenden Zelle und
9254  löschen den Inhalt dieser Zellen.
9255 \end_layout
9256
9257 \begin_layout Standard
9258 Hinter dem 
9259 \begin_inset Quotes gld
9260 \end_inset
9261
9262
9263 \series bold
9264
9265 \backslash
9266
9267 \backslash
9268
9269 \series default
9270
9271 \begin_inset Quotes grd
9272 \end_inset
9273
9274 -Befehl müssen Sie so viele 
9275 \begin_inset Quotes gld
9276 \end_inset
9277
9278
9279 \series bold
9280 &
9281 \series default
9282
9283 \begin_inset Quotes grd
9284 \end_inset
9285
9286  als ERT einfügen wie Spalten vor der momentanen Spalte sind.
9287  In Tabelle\InsetSpace ~
9288
9289 \begin_inset LatexCommand ref
9290 reference "tab:ForcedPagebreak"
9291
9292 \end_inset
9293
9294  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9295  Es folgt noch eine weitere Spalte.
9296  Deshalb wurde hinter dem Wort 
9297 \emph on
9298 Castelchiodato, 
9299 \emph default
9300 folgendes eingefügt:
9301 \end_layout
9302
9303 \begin_layout Standard
9304
9305 \series bold
9306 & 111
9307 \backslash
9308
9309 \backslash
9310
9311 \newline
9312 &
9313 \end_layout
9314
9315 \begin_layout Standard
9316 Die 
9317 \begin_inset Quotes gld
9318 \end_inset
9319
9320 111
9321 \begin_inset Quotes grd
9322 \end_inset
9323
9324  in der dritten Spalte wurde gelöscht.
9325  Wenn die Fußzeile Ihrer 
9326 \family sans
9327 langen\InsetSpace ~
9328 Tabelle
9329 \family default
9330  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9331  Befehle benutzen:
9332 \end_layout
9333
9334 \begin_layout Standard
9335
9336 \series bold
9337 & 111
9338 \backslash
9339
9340 \backslash
9341
9342 \newline
9343
9344 \backslash
9345 hline &
9346 \end_layout
9347
9348 \begin_layout Standard
9349 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9350  muss folgender Befehl als ERT am Anfang der Zelle eingefügt werden:
9351 \end_layout
9352
9353 \begin_layout Standard
9354
9355 \series bold
9356
9357 \backslash
9358 setlength{
9359 \backslash
9360 parf\SpecialChar \textcompwordmark{}
9361 illskip}{0pt}
9362 \end_layout
9363
9364 \begin_layout Standard
9365 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9366  erscheint.
9367 \end_layout
9368
9369 \begin_layout Standard
9370 \align center
9371 \begin_inset Tabular
9372 <lyxtabular version="3" rows="39" columns="3">
9373 <features islongtable="true">
9374 <column alignment="left" valignment="top" leftline="true" width="0cm">
9375 <column alignment="left" valignment="top" rightline="true" width="3cm">
9376 <column alignment="right" valignment="top" rightline="true" width="0pt">
9377 <row endfirsthead="true">
9378 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Standard
9382 \begin_inset Caption
9383
9384 \begin_layout Standard
9385 Tabelle mit manuellem Seitenumbruch in einer Zelle
9386 \begin_inset LatexCommand label
9387 name "tab:ForcedPagebreak"
9388
9389 \end_inset
9390
9391
9392 \begin_inset OptArg
9393 status collapsed
9394
9395 \begin_layout Standard
9396 Tabelle mit manuellem Seitenumbruch in einer Zelle
9397 \end_layout
9398
9399 \end_inset
9400
9401
9402 \end_layout
9403
9404 \end_inset
9405
9406
9407 \begin_inset ERT
9408 status collapsed
9409
9410 \begin_layout Standard
9411
9412
9413 \backslash
9414
9415 \backslash
9416 %
9417 \end_layout
9418
9419 \end_inset
9420
9421
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Standard
9430
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Standard
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row topline="true" bottomline="true" endfirsthead="true">
9446 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Standard
9450
9451 \series bold
9452 Telefonliste (ignoriere die Namen)
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Standard
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Standard
9470
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row topline="true" bottomline="true" endfirsthead="true">
9477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Standard
9481
9482 \series bold
9483 NAME
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Standard
9492
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Standard
9501
9502 \series bold
9503 TEL.
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row bottomline="true" endhead="true">
9510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Standard
9514 \begin_inset ERT
9515 status collapsed
9516
9517 \begin_layout Standard
9518
9519
9520 \backslash
9521 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9522 \backslash
9523
9524 \backslash
9525 %
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Standard
9539
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Standard
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 </row>
9554 <row topline="true" bottomline="true" endhead="true">
9555 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Standard
9559
9560 \series bold
9561 Telefonliste
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Standard
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Standard
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row topline="true" bottomline="true" endhead="true">
9586 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Standard
9590
9591 \series bold
9592 NAME
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Standard
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Standard
9610
9611 \series bold
9612 TEL.
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 </row>
9618 <row topline="true" bottomline="true" endfoot="true">
9619 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Standard
9623 wird fortgesetzt\SpecialChar \ldots{}
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Standard
9633
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Standard
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row>
9649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Standard
9653
9654 \series bold
9655 Annovi
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell alignment="center" valignment="top" topline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Standard
9664 Silvia
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Standard
9673 111
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Standard
9684
9685 \series bold
9686 Bertoli
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell alignment="center" valignment="top" topline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Standard
9695 Stefano
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Standard
9704 111
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Standard
9715
9716 \series bold
9717 Bozzi
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell alignment="center" valignment="top" topline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Standard
9726 Walter
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Standard
9735 111
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 </row>
9741 <row>
9742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Standard
9746
9747 \series bold
9748 Cachia
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell alignment="center" valignment="top" topline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Standard
9757 Maria
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Standard
9766 111
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 <row>
9773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Standard
9777
9778 \series bold
9779 Cachia
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" topline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Standard
9788 Maurizio
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Standard
9797 111
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row>
9804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Standard
9808
9809 \series bold
9810 Cinquemani
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" topline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Standard
9819 Giusi
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Standard
9828 111
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 </row>
9834 <row>
9835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Standard
9839
9840 \series bold
9841 Colin
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" topline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Standard
9850 Bernard
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Standard
9859 111
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 </row>
9865 <row>
9866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Standard
9870
9871 \series bold
9872 Concli
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" topline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Standard
9881 Gianfranco
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Standard
9890 111
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row>
9897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Standard
9901
9902 \series bold
9903 Dal Bosco
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" topline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Standard
9912 Carolina
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Standard
9921 111
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row>
9928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Standard
9932
9933 \series bold
9934 Dalpiaz
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" topline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Standard
9943 Annamaria
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Standard
9952 111
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Standard
9963
9964 \series bold
9965 Feliciello
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" topline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Standard
9974 Domenico
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Standard
9983 111
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Standard
9994
9995 \series bold
9996 Focarelli
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Standard
10005 Paola
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Standard
10014 111
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row>
10021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Standard
10025
10026 \series bold
10027 Galletti
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" topline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Standard
10036 Oreste
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Standard
10045 111
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Standard
10056
10057 \series bold
10058 Gasparini
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" topline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Standard
10067 Franca
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Standard
10076 111
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Standard
10087
10088 \series bold
10089 Lassini
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" topline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Standard
10098 Giancarlo
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Standard
10107 111
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Standard
10118
10119 \series bold
10120 Malfatti
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" topline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Standard
10129 Luciano
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Standard
10138 111
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Standard
10149
10150 \series bold
10151 Malfatti
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" topline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Standard
10160 Valeriano
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Standard
10169 111
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Standard
10180
10181 \series bold
10182 Meneguzzo
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" topline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Standard
10191 Roberto
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Standard
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Standard
10211
10212 \series bold
10213 Mezzadra
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" topline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Standard
10222 Roberto
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Standard
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Standard
10242
10243 \series bold
10244 Pirpamer
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" topline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Standard
10253 Erich
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Standard
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Standard
10273
10274 \series bold
10275 Pochiesa
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" topline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Standard
10284 Paolo
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Standard
10293 111, 222
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Standard
10304
10305 \series bold
10306 Radina
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" topline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Standard
10315 Claudio
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Standard
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Standard
10335
10336 \series bold
10337 Rizzardi
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Standard
10346 Paolo, 11.
10347  Fürst von Monte\SpecialChar \-
10348 com\SpecialChar \-
10349 patri, 11.
10350  Fürst von Sulmona und Vivaro, 10.
10351  Fürst von Rossano, 5.
10352  Herzog von Canemorte, 11.
10353  Herzog von Palombara, 5.
10354  Herzog von Castelchiodato,
10355 \begin_inset ERT
10356 status collapsed
10357
10358 \begin_layout Standard
10359
10360 & 111
10361 \backslash
10362
10363 \backslash
10364
10365 \end_layout
10366
10367 \begin_layout Standard
10368
10369 &
10370 \end_layout
10371
10372 \end_inset
10373
10374  11.
10375  Herzog von Poggionativo, 11.
10376  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10377  Graf von Valinfreda, 11.
10378  Baron von Cropalati, 11.
10379  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Standard
10388
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Standard
10399
10400 \series bold
10401 Stuffer
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" topline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Standard
10410 Oskar
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Standard
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Standard
10430
10431 \series bold
10432 Tacchelli
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" topline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Standard
10441 Ugo
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Standard
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Standard
10461
10462 \series bold
10463 Tezzele
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" topline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Standard
10472 Margit
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Standard
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Standard
10492
10493 \series bold
10494 Unterkalmsteiner
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" topline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Standard
10503 Frieda
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Standard
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Standard
10523
10524 \series bold
10525 Vieider
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" topline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Standard
10534 Hilde
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Standard
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Standard
10554
10555 \series bold
10556 Vigna
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" topline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Standard
10565 Jürgen
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Standard
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Standard
10585
10586 \series bold
10587 Weber
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Standard
10596 Maurizio
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Standard
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row bottomline="true">
10612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Standard
10616
10617 \series bold
10618 Winkler
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Standard
10627 Franz
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Standard
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row endlastfoot="true">
10643 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Standard
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Standard
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Standard
10665
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 </lyxtabular>
10672
10673 \end_inset
10674
10675
10676 \end_layout
10677
10678 \begin_layout Section
10679 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10680 \end_layout
10681
10682 \begin_layout Subsection
10683 Mehrfache Zeilen in Zellen
10684 \begin_inset LatexCommand label
10685 name "uab:Mehrfache-Zeilen-in"
10686
10687 \end_inset
10688
10689
10690 \begin_inset LatexCommand index
10691 name "Mehrfache ! Zeilen in Zellen"
10692
10693 \end_inset
10694
10695
10696 \begin_inset LatexCommand index
10697 name "Tabellen ! Zeilenumbrüche"
10698
10699 \end_inset
10700
10701
10702 \end_layout
10703
10704 \begin_layout Standard
10705 \align center
10706 \begin_inset Float table
10707 placement H
10708 wide false
10709 sideways false
10710 status open
10711
10712 \begin_layout Standard
10713 \begin_inset Caption
10714
10715 \begin_layout Standard
10716 \begin_inset LatexCommand label
10717 name "tab:Table-with-multiple"
10718
10719 \end_inset
10720
10721 Tabelle mit mehrfachen Zeilen in einer Zelle
10722 \end_layout
10723
10724 \end_inset
10725
10726
10727 \end_layout
10728
10729 \begin_layout Standard
10730 \align center
10731 \begin_inset Tabular
10732 <lyxtabular version="3" rows="3" columns="3">
10733 <features>
10734 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10735 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10736 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10737 <row topline="true">
10738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Standard
10742 zwei
10743 \begin_inset ERT
10744 status collapsed
10745
10746 \begin_layout Standard
10747
10748
10749 \backslash
10750 linebreak 
10751 \end_layout
10752
10753 \end_inset
10754
10755  Zeilen
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Standard
10764 b
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Standard
10773 c
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row topline="true">
10780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Standard
10784 d
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Standard
10793 e
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Standard
10802 f
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row topline="true" bottomline="true">
10809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Standard
10813 g
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Standard
10822 h
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Standard
10831 i
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 </row>
10837 </lyxtabular>
10838
10839 \end_inset
10840
10841
10842 \end_layout
10843
10844 \end_inset
10845
10846
10847 \end_layout
10848
10849 \begin_layout Standard
10850 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
10851  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
10852  Tabelle\InsetSpace ~
10853
10854 \begin_inset LatexCommand ref
10855 reference "tab:Table-with-multiple"
10856
10857 \end_inset
10858
10859  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
10860 \family sans
10861 Tabellen-Einstellungen
10862 \family default
10863 -Dialog auf 2.5\InsetSpace \thinspace{}
10864 cm gesetzt und die vertikalen und horizontalen Ausrichtungen
10865  zentriert.
10866  Weil unser Text schmaler als 2.5\InsetSpace \thinspace{}
10867 cm ist, würde er in einer Zeile gedruckt
10868  werden.
10869  Um zwei Zeilen zu bekommen, wurde folgender Befehl als ERT zwischen die
10870  beiden Worten eingefügt:
10871 \end_layout
10872
10873 \begin_layout Standard
10874
10875 \series bold
10876
10877 \backslash
10878 linebreak
10879 \end_layout
10880
10881 \begin_layout Standard
10882 Wenn der Text länger ist, wird er automatisch umgebrochen.
10883 \end_layout
10884
10885 \begin_layout Standard
10886 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
10887  setzen Sie die Breite der beiden Spalten im 
10888 \family sans
10889 Tabellen-Einstellungen
10890 \family default
10891 -Dialog auf 0.5\InsetSpace \thinspace{}
10892 cm und die vertikale Ausrichtung auf zentriert.
10893 \end_layout
10894
10895 \begin_layout Standard
10896 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
10897  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
10898  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
10899  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
10900  Fügen Sie den Befehl
10901 \end_layout
10902
10903 \begin_layout Standard
10904
10905 \series bold
10906
10907 \backslash
10908 hspace{0pt}
10909 \end_layout
10910
10911 \begin_layout Standard
10912 als ERT vor dem Wort ein.
10913  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
10914  Tabelle\InsetSpace ~
10915
10916 \begin_inset LatexCommand ref
10917 reference "tab:Table-with-and"
10918
10919 \end_inset
10920
10921  zeigt die Wirkungen.
10922 \end_layout
10923
10924 \begin_layout Standard
10925 \begin_inset Float table
10926 wide false
10927 sideways false
10928 status open
10929
10930 \begin_layout Standard
10931 \begin_inset Caption
10932
10933 \begin_layout Standard
10934 \begin_inset LatexCommand label
10935 name "tab:Table-with-and"
10936
10937 \end_inset
10938
10939 Tabelle ohne und mit Silbentrennung
10940 \end_layout
10941
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \begin_layout Standard
10948 \begin_inset Tabular
10949 <lyxtabular version="3" rows="3" columns="3">
10950 <features>
10951 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10952 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10953 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10954 <row topline="true">
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Standard
10959 einsehrlangesZellenwort
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Standard
10968 b
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Standard
10977 c
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 </row>
10983 <row topline="true">
10984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Standard
10988 d
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Standard
10997 e
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Standard
11006 f
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 </row>
11012 <row topline="true" bottomline="true">
11013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Standard
11017 g
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Standard
11026 h
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Standard
11035 i
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 </lyxtabular>
11042
11043 \end_inset
11044
11045
11046 \hfill
11047
11048 \begin_inset Tabular
11049 <lyxtabular version="3" rows="3" columns="3">
11050 <features>
11051 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
11052 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
11053 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
11054 <row topline="true">
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Standard
11059 \begin_inset ERT
11060 status collapsed
11061
11062 \begin_layout Standard
11063
11064
11065 \backslash
11066 hspace{0pt}
11067 \end_layout
11068
11069 \end_inset
11070
11071 einsehrlangesZellenwort
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Standard
11080 b
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Standard
11089 c
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 </row>
11095 <row topline="true">
11096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Standard
11100 d
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Standard
11109 e
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Standard
11118 f
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 <row topline="true" bottomline="true">
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Standard
11129 g
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Standard
11138 h
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Standard
11147 i
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 </row>
11153 </lyxtabular>
11154
11155 \end_inset
11156
11157
11158 \hfill
11159
11160 \begin_inset Tabular
11161 <lyxtabular version="3" rows="3" columns="3">
11162 <features>
11163 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
11164 <column alignment="center" valignment="top" leftline="true" width="0">
11165 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11166 <row topline="true">
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Standard
11171 ein\SpecialChar \-
11172 sehr\SpecialChar \-
11173 lan\SpecialChar \-
11174 ges\SpecialChar \-
11175 Zel\SpecialChar \-
11176 len\SpecialChar \-
11177 wort
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Standard
11186 c
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Standard
11195 d
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row topline="true">
11202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Standard
11206 d
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Standard
11215 e
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Standard
11224 f
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 <row topline="true" bottomline="true">
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Standard
11235 g
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Standard
11244 h
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Standard
11253 i
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 </lyxtabular>
11260
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Subsection
11272 Mehrfachspalten
11273 \begin_inset LatexCommand label
11274 name "uab:Mehrfachspalten"
11275
11276 \end_inset
11277
11278
11279 \begin_inset LatexCommand index
11280 name "Mahrfachspalten"
11281
11282 \end_inset
11283
11284
11285 \begin_inset LatexCommand index
11286 name "Tabellen ! Mahrfachspalten"
11287
11288 \end_inset
11289
11290
11291 \end_layout
11292
11293 \begin_layout Subsubsection
11294 Grundlagen
11295 \end_layout
11296
11297 \begin_layout Standard
11298 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11299  und verwenden dann den Knopf 
11300 \begin_inset Graphics
11301         filename ../../images/tabular-feature_multicolumn.xpm
11302         scale 70
11303         scaleBeforeRotation
11304         BoundingBox 0bp 6bp 22bp 22bp
11305
11306 \end_inset
11307
11308 in der Werkzeugleiste, das Menü 
11309 \family sans
11310 Bearbeiten\SpecialChar \menuseparator
11311 Tabelle\SpecialChar \menuseparator
11312 Mehrfachspalte
11313 \family default
11314  oder den 
11315 \family sans
11316 Tabellen-Einstellungen
11317 \family default
11318 -Dialog, in dem Sie auf der Karteikarte 
11319 \family sans
11320 Tabellen-Einstellungen
11321 \family default
11322  
11323 \family sans
11324 Mehrfachspalte
11325 \family default
11326  ankreuzen.
11327 \end_layout
11328
11329 \begin_layout Standard
11330 Mehrfachspalten haben ihre eigenen Einstellungen.
11331  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11332  Hier ist ein Beispiel, wobei 
11333 \begin_inset Quotes gld
11334 \end_inset
11335
11336 B 2
11337 \begin_inset Quotes grd
11338 \end_inset
11339
11340  keine Mehrfachzeile ist, wie in Abschnitt\InsetSpace ~
11341
11342 \begin_inset LatexCommand ref
11343 reference "uab:Mehrfachzeilen"
11344
11345 \end_inset
11346
11347  beschrieben.
11348  Es wurde nur eine Linie weggelassen:
11349 \end_layout
11350
11351 \begin_layout Standard
11352 \align center
11353 \begin_inset Tabular
11354 <lyxtabular version="3" rows="3" columns="4">
11355 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11356 <column alignment="center" valignment="top" leftline="true" width="0pt">
11357 <column alignment="center" valignment="middle" leftline="true" width="0">
11358 <column alignment="center" valignment="top" leftline="true" width="0in">
11359 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
11360 <row topline="true" bottomline="true">
11361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Standard
11365 abc
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Standard
11374 def ghi
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Standard
11383
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Standard
11392 jkl
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 <row topline="true">
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Standard
11403
11404 \family roman
11405 \series medium
11406 \shape up
11407 \size normal
11408 \emph off
11409 \bar no
11410 \noun off
11411 \color none
11412 A
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Standard
11421 B
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Standard
11430 C
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Standard
11439 D
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 <row topline="true" bottomline="true">
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Standard
11450 1
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Standard
11459 2
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Standard
11468 3
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Standard
11477 4
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 </lyxtabular>
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Subsubsection
11491 Mehrfachspalten-Berechnungen
11492 \begin_inset LatexCommand label
11493 name "uab:Mehrfachspalten-Berechnungen"
11494
11495 \end_inset
11496
11497
11498 \begin_inset LatexCommand index
11499 name "Mahrfachspalten ! Berechnung"
11500
11501 \end_inset
11502
11503
11504 \begin_inset LatexCommand index
11505 name "Tabellen ! Mahrfachspalten ! Berechnung"
11506
11507 \end_inset
11508
11509
11510 \end_layout
11511
11512 \begin_layout Standard
11513 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11514  Zellen beachten.
11515 \end_layout
11516
11517 \begin_layout Standard
11518 \begin_inset Float table
11519 placement h
11520 wide false
11521 sideways false
11522 status open
11523
11524 \begin_layout Standard
11525 \begin_inset Caption
11526
11527 \begin_layout Standard
11528 \begin_inset LatexCommand label
11529 name "tab:Table-with-centered"
11530
11531 \end_inset
11532
11533 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11534  die halbe Breite der Mehrfachspalten-Zelle haben
11535 \begin_inset OptArg
11536 status collapsed
11537
11538 \begin_layout Standard
11539 Eine Mehrfachspalten-Tabelle
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \begin_layout Standard
11553 \align center
11554 \begin_inset Tabular
11555 <lyxtabular version="3" rows="3" columns="3">
11556 <features>
11557 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11558 <column alignment="center" valignment="middle" leftline="true" width="0">
11559 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11560 <row topline="true">
11561 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11562 \begin_inset Text
11563
11564 \begin_layout Standard
11565 Dies ist eine Mehrfach\SpecialChar \-
11566 spalten-Zelle
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Standard
11575
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Standard
11584 c
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 </row>
11590 <row topline="true">
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Standard
11595 d
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Standard
11604 e
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Standard
11613 f
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 </row>
11619 <row topline="true" bottomline="true">
11620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Standard
11624 g
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Standard
11633 h
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Standard
11642 i
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 </lyxtabular>
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \begin_layout Standard
11661 Um Tabelle\InsetSpace ~
11662
11663 \begin_inset LatexCommand ref
11664 reference "tab:Table-with-centered"
11665
11666 \end_inset
11667
11668  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11669  3×3-Tabelle, kreuzen im 
11670 \family sans
11671 Tabellen-Einstellungen
11672 \family default
11673 -Dialog 
11674 \family sans
11675 Mehrfachspalte
11676 \family default
11677  an, setzen die 
11678 \family sans
11679 Horizontale\InsetSpace ~
11680 Ausrichtung
11681 \family default
11682  auf 
11683 \family sans
11684 Zentriert
11685 \family default
11686  und die 
11687 \family sans
11688 Breite
11689 \family default
11690  auf 2.5\InsetSpace \thinspace{}
11691 cm.
11692  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11693  Sie die Breite der ersten Spalte auf 1.25\InsetSpace \thinspace{}
11694 cm setzen.
11695  Die zweite Spalte wird dann automatisch 1.25\InsetSpace \thinspace{}
11696 cm breit (Breite der 
11697 \family sans
11698 Mehrfachspalte
11699 \family default
11700  
11701 \begin_inset Formula $-$
11702 \end_inset
11703
11704  Breite der ersten Spalte).
11705  Dies wurde so für Tabelle\InsetSpace ~
11706
11707 \begin_inset LatexCommand ref
11708 reference "tab:Table-without-half"
11709
11710 \end_inset
11711
11712  gemacht.
11713 \end_layout
11714
11715 \begin_layout Standard
11716 \begin_inset Float table
11717 wide false
11718 sideways false
11719 status open
11720
11721 \begin_layout Standard
11722 \begin_inset Caption
11723
11724 \begin_layout Standard
11725 \begin_inset LatexCommand label
11726 name "tab:Table-without-half"
11727
11728 \end_inset
11729
11730 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11731  wie die Mehrfachspalte
11732 \begin_inset OptArg
11733 status collapsed
11734
11735 \begin_layout Standard
11736 Eine unvollkommene Mehrfachspalten-Tabelle
11737 \end_layout
11738
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \begin_layout Standard
11750 \align center
11751 \begin_inset Tabular
11752 <lyxtabular version="3" rows="3" columns="3">
11753 <features>
11754 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
11755 <column alignment="center" valignment="top" leftline="true" width="0">
11756 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11757 <row topline="true" bottomline="true">
11758 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11759 \begin_inset Text
11760
11761 \begin_layout Standard
11762 Dies ist auch eine Mehr\SpecialChar \-
11763 fach\SpecialChar \-
11764 spalten-Zelle
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Standard
11773
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Standard
11782 c
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 </row>
11788 <row topline="true">
11789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Standard
11793 d
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Standard
11802 e
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Standard
11811 f
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 </row>
11817 <row topline="true" bottomline="true">
11818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Standard
11822 g
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Standard
11831 h
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Standard
11840 i
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 </row>
11846 </lyxtabular>
11847
11848 \end_inset
11849
11850
11851 \end_layout
11852
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \begin_layout Standard
11859 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
11860  als die zweite ist.
11861  Das liegt daran, dass die Zellenbreite 
11862 \begin_inset Formula $W_{\mathrm{tot}}$
11863 \end_inset
11864
11865  nicht ihre definierte Breite 
11866 \begin_inset Formula $W_{g}$
11867 \end_inset
11868
11869  ist, sondern ein wenig mehr.
11870  Anhang\InsetSpace ~
11871
11872 \begin_inset LatexCommand ref
11873 reference "kap:Exläuterung-einer-Gleichung"
11874
11875 \end_inset
11876
11877  erklärt das genauer.
11878 \end_layout
11879
11880 \begin_layout Standard
11881 Wenn 
11882 \emph on
11883 n
11884 \emph default
11885  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
11886  die definierte Breite 
11887 \begin_inset Formula $W_{g\, n}$
11888 \end_inset
11889
11890  einer Spalte, deren totale Breite = 
11891 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11892 \end_inset
11893
11894  sein soll, wie folgt:
11895 \begin_inset Formula \begin{equation}
11896 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11897
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \begin_layout Standard
11904 In unserem Falls ist 
11905 \begin_inset Formula $n=2$
11906 \end_inset
11907
11908
11909 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11910 \end_inset
11911
11912 cm, und damit wird aus Gleichung\InsetSpace ~
11913
11914 \begin_inset LatexCommand ref
11915 reference "eq:Wgn"
11916
11917 \end_inset
11918
11919  
11920 \begin_inset Formula \begin{equation}
11921 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11922
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Damit LaTeX rechnen kann, muss das Paket 
11930 \series bold
11931 calc
11932 \series default
11933  im Vorspann geladen werden.
11934 \begin_inset LatexCommand index
11935 name "LaTeX-Pakete ! calc"
11936
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \begin_layout Standard
11943
11944 \series bold
11945
11946 \backslash
11947 usepackage{calc}
11948 \end_layout
11949
11950 \begin_layout Standard
11951 LyX erlaubt im 
11952 \family sans
11953 Breite
11954 \family default
11955 -Feld des 
11956 \family sans
11957 Tabellen-Einstellungen
11958 \family default
11959 -Dialogs keine Berechnungen.
11960  Deshalb müssen Sie die Formel für die Breite im Feld 
11961 \family sans
11962 LaTe
11963 \begin_inset ERT
11964 status collapsed
11965
11966 \begin_layout Standard
11967
11968 {}
11969 \end_layout
11970
11971 \end_inset
11972
11973 X-Argument
11974 \family default
11975  eingeben.
11976  Hier iss ein Überblick über die Argumente:
11977 \end_layout
11978
11979 \begin_layout Itemize
11980
11981 \series bold
11982 p{Breite}
11983 \series default
11984  die Zelle bekommt eine feste 
11985 \series bold
11986 Breite
11987 \series default
11988 , und die vertikale Ausrichtung ist 
11989 \family sans
11990 Oben
11991 \end_layout
11992
11993 \begin_layout Itemize
11994
11995 \series bold
11996 m{Breite}
11997 \series default
11998  die Zelle bekommt eine feste 
11999 \series bold
12000 Breite
12001 \series default
12002 , und die vertikale Ausrichtung ist 
12003 \family sans
12004 Mitte
12005 \end_layout
12006
12007 \begin_layout Itemize
12008
12009 \series bold
12010 b{Breite}
12011 \series default
12012  die Zelle bekommt eine feste 
12013 \series bold
12014 Breite
12015 \series default
12016 , und die vertikale Ausrichtung ist 
12017 \family sans
12018 Unten
12019 \end_layout
12020
12021 \begin_layout Standard
12022 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12023  für diese Zelle überschrieben.
12024 \end_layout
12025
12026 \begin_layout Standard
12027 \begin_inset Note Greyedout
12028 status open
12029
12030 \begin_layout Standard
12031
12032 \series bold
12033 Bemerkung:
12034 \series default
12035  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12036  angezeigt.
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12046  der Zelle mit dem Inhalt 
12047 \begin_inset Quotes gld
12048 \end_inset
12049
12050 d
12051 \begin_inset Quotes grd
12052 \end_inset
12053
12054  der Tabelle\InsetSpace ~
12055
12056 \begin_inset LatexCommand ref
12057 reference "tab:Table-with-centered"
12058
12059 \end_inset
12060
12061  auch noch der Befehl
12062 \family typewriter
12063 \series bold
12064  
12065 \family default
12066
12067 \backslash
12068 centering
12069 \series default
12070  hinzugefügt.
12071  Das Ganze sieht dann so aus:
12072 \end_layout
12073
12074 \begin_layout Standard
12075
12076 \series bold
12077 |>{
12078 \backslash
12079 centering}m{1.25cm-6.2pt}
12080 \end_layout
12081
12082 \begin_layout Standard
12083 Der vertikale Strich 
12084 \series bold
12085
12086 \begin_inset Quotes gld
12087 \end_inset
12088
12089 |
12090 \series default
12091
12092 \begin_inset Quotes grd
12093 \end_inset
12094
12095  am Anfang zeichnet die linke Linie, und der Befehl 
12096 \series bold
12097
12098 \begin_inset Quotes gld
12099 \end_inset
12100
12101 >{ }
12102 \begin_inset Quotes grd
12103 \end_inset
12104
12105
12106 \series default
12107  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12108  der Zelle benutzt werden sollen.
12109 \end_layout
12110
12111 \begin_layout Standard
12112 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12113  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12114  für einzelne Spalten anwendet.
12115  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12116  werden:
12117 \end_layout
12118
12119 \begin_layout Standard
12120
12121 \series bold
12122 |>{
12123 \backslash
12124 centering}m{2.5cm}|
12125 \end_layout
12126
12127 \begin_layout Subsection
12128 Mehrfachzeilen
12129 \begin_inset LatexCommand label
12130 name "uab:Mehrfachzeilen"
12131
12132 \end_inset
12133
12134
12135 \begin_inset LatexCommand index
12136 name "Mehrfachzeilen"
12137
12138 \end_inset
12139
12140
12141 \begin_inset LatexCommand index
12142 name "Tabellen ! Mehrfachzeilen"
12143
12144 \end_inset
12145
12146
12147 \end_layout
12148
12149 \begin_layout Standard
12150 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12151  unterstützt, sodass etwas ERT notwendig.
12152  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12153 \series bold
12154 multirow
12155 \series default
12156
12157 \begin_inset LatexCommand index
12158 name "LaTeX-Pakete ! multirow"
12159
12160 \end_inset
12161
12162  im Vorspann geladen werden:
12163 \end_layout
12164
12165 \begin_layout Standard
12166
12167 \series bold
12168
12169 \backslash
12170 usepackage{multirow}
12171 \end_layout
12172
12173 \begin_layout Standard
12174 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12175 \end_layout
12176
12177 \begin_layout Standard
12178
12179 \series bold
12180
12181 \backslash
12182 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12183 \end_layout
12184
12185 \begin_layout Standard
12186 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12187  Mehrfachspalte definiert und die obere Linie entfernt.
12188 \end_layout
12189
12190 \begin_layout Standard
12191 \align center
12192 \begin_inset ERT
12193 status collapsed
12194
12195 \begin_layout Standard
12196
12197
12198 \backslash
12199 renewcommand{
12200 \backslash
12201 multirowsetup}{
12202 \backslash
12203 centering}
12204 \end_layout
12205
12206 \end_inset
12207
12208
12209 \begin_inset Tabular
12210 <lyxtabular version="3" rows="3" columns="3">
12211 <features>
12212 <column alignment="center" valignment="top" leftline="true" width="0">
12213 <column alignment="center" valignment="top" leftline="true" width="0">
12214 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12215 <row topline="true">
12216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Standard
12220 a
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Standard
12229 b
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Standard
12238 c
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 </row>
12244 <row topline="true">
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Standard
12249 \begin_inset ERT
12250 status collapsed
12251
12252 \begin_layout Standard
12253
12254
12255 \backslash
12256 multirow{2}{2.5cm}{
12257 \end_layout
12258
12259 \end_inset
12260
12261 Mehrfach\SpecialChar \-
12262 zeilen-Text
12263 \begin_inset ERT
12264 status collapsed
12265
12266 \begin_layout Standard
12267
12268 }
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Standard
12282 e
12283 \end_layout
12284
12285 \end_inset
12286 </cell>
12287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Standard
12291 f
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 </row>
12297 <row topline="true" bottomline="true">
12298 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Standard
12302
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Standard
12311 h
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Standard
12320 i
12321 \end_layout
12322
12323 \end_inset
12324 </cell>
12325 </row>
12326 </lyxtabular>
12327
12328 \end_inset
12329
12330
12331 \begin_inset ERT
12332 status collapsed
12333
12334 \begin_layout Standard
12335
12336
12337 \backslash
12338 renewcommand{
12339 \backslash
12340 multirowsetup}{
12341 \backslash
12342 raggedright}
12343 \end_layout
12344
12345 \end_inset
12346
12347
12348 \end_layout
12349
12350 \begin_layout Standard
12351 In der Zelle darüber wurde dann mit dem Befehl
12352 \end_layout
12353
12354 \begin_layout Standard
12355
12356 \series bold
12357
12358 \backslash
12359 multirow{2}{2.5cm}{
12360 \end_layout
12361
12362 \begin_layout Standard
12363 als ERT die Mehrfachzeile definiert.
12364  Sie besteht aus zwei Zeilen und einer Breite von 2.5\InsetSpace \thinspace{}
12365 cm.
12366  Der Inhalt steht außerhalb des ERT-Kästchens, und der Befehl wird mit der
12367  Klammer 
12368 \begin_inset Quotes gld
12369 \end_inset
12370
12371
12372 \series bold
12373 }
12374 \series default
12375
12376 \begin_inset Quotes grd
12377 \end_inset
12378
12379  in einem weiteren ERT-Kästchen abgeschlossen.
12380 \end_layout
12381
12382 \begin_layout Standard
12383
12384 \series bold
12385
12386 \backslash
12387 multirow
12388 \series default
12389  richtet seinen Inhalt standardmäßig linksbündig aus.
12390  Das wurde mit dem Befehl
12391 \end_layout
12392
12393 \begin_layout Standard
12394
12395 \series bold
12396
12397 \backslash
12398 renewcommand{
12399 \backslash
12400 multirowsetup}{
12401 \backslash
12402 centering}
12403 \end_layout
12404
12405 \begin_layout Standard
12406 als ERT  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12407 \end_layout
12408
12409 \begin_layout Standard
12410
12411 \series bold
12412
12413 \backslash
12414 renewcommand{
12415 \backslash
12416 multirowsetup}{
12417 \backslash
12418 raggedright}
12419 \end_layout
12420
12421 \begin_layout Standard
12422 zurückgesetzt.
12423  Für rechtsbündigen Text benutzt man 
12424 \series bold
12425
12426 \backslash
12427 raggedleft
12428 \series default
12429 .
12430 \end_layout
12431
12432 \begin_layout Section
12433 Formale Tabellen
12434 \begin_inset LatexCommand label
12435 name "abs:Formale-Tabellen"
12436
12437 \end_inset
12438
12439
12440 \begin_inset LatexCommand index
12441 name "Tabellen ! Formale"
12442
12443 \end_inset
12444
12445
12446 \end_layout
12447
12448 \begin_layout Standard
12449 Tabellen werden in Büchern oft wie Tabelle\InsetSpace ~
12450
12451 \begin_inset LatexCommand ref
12452 reference "tab:Formale-Tabelle"
12453
12454 \end_inset
12455
12456  gesetzt.
12457  Diese Tabellen werden
12458 \emph on
12459  formal
12460 \emph default
12461  genannt.
12462  Formale Tabellen bekommen Sie, wenn Sie im 
12463 \family sans
12464 Tabellen-Einstellungen
12465 \family default
12466 -Dialog auf der Karteikarte 
12467 \family sans
12468 Rahmen
12469 \family default
12470  den 
12471 \family sans
12472 Stil
12473 \family default
12474  
12475 \family sans
12476 Formal
12477 \family default
12478  ankreuzen.
12479 \end_layout
12480
12481 \begin_layout Standard
12482 \begin_inset Float table
12483 placement h
12484 wide false
12485 sideways false
12486 status open
12487
12488 \begin_layout Standard
12489 \begin_inset Caption
12490
12491 \begin_layout Standard
12492 \begin_inset LatexCommand label
12493 name "tab:Formale-Tabelle"
12494
12495 \end_inset
12496
12497 Formale Tabelle
12498 \end_layout
12499
12500 \end_inset
12501
12502
12503 \end_layout
12504
12505 \begin_layout Standard
12506 \align center
12507 \begin_inset Tabular
12508 <lyxtabular version="3" rows="8" columns="4">
12509 <features booktabs="true">
12510 <column alignment="center" valignment="top" rightline="true" width="0">
12511 <column alignment="right" valignment="top" width="0">
12512 <column alignment="right" valignment="top" width="0">
12513 <column alignment="right" valignment="top" width="0">
12514 <row topline="true">
12515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Standard
12519 System
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Standard
12528 Medipix
12529 \begin_inset Formula $\,$
12530 \end_inset
12531
12532 1
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Standard
12541 Medipix
12542 \begin_inset Formula $\,$
12543 \end_inset
12544
12545 2
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Standard
12554
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 </row>
12560 <row>
12561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Standard
12565 \begin_inset ERT
12566 status collapsed
12567
12568 \begin_layout Standard
12569
12570
12571 \backslash
12572 cmidrule(r){2-2}
12573 \end_layout
12574
12575 \end_inset
12576
12577
12578 \begin_inset ERT
12579 status collapsed
12580
12581 \begin_layout Standard
12582
12583
12584 \backslash
12585 cmidrule(l){3-4}
12586 \end_layout
12587
12588 \end_inset
12589
12590 Detektordicke [µm]
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Standard
12599 300
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Standard
12608 300
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Standard
12617 700
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 </row>
12623 <row topline="true">
12624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Standard
12628 Kantenwinkel [°]
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Standard
12637 3.55
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Standard
12646 2.71
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Standard
12655 7.99
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 <row topspace="default">
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Standard
12666 räumliche Auflösung [µm]
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Standard
12675 4.26
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Standard
12684 10.17
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Standard
12693 10.56
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 </row>
12699 <row topspace="default">
12700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Standard
12704 MTF bei 
12705 \begin_inset Formula $f_{\mathrm{max}}$
12706 \end_inset
12707
12708
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Standard
12717 0.53
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Standard
12726 0.37
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Standard
12735 0.39
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 </row>
12741 <row topspace="default">
12742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Standard
12746 \begin_inset ERT
12747 status collapsed
12748
12749 \begin_layout Standard
12750
12751
12752 \backslash
12753 cmidrule(l{10pt}){1-1}
12754 \end_layout
12755
12756 \end_inset
12757
12758 LSF räumliche Auflösung
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Standard
12767
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Standard
12776
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Standard
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 </row>
12791 <row>
12792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Standard
12796 in µm
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Standard
12805 129.7
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Standard
12814 52.75
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Standard
12823 50.78
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 </row>
12829 <row bottomline="true">
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Standard
12834 in % der Pixelgröße
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Standard
12843 76.3
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Standard
12852 95.9
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Standard
12861 92.3
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 </row>
12867 </lyxtabular>
12868
12869 \end_inset
12870
12871
12872 \end_layout
12873
12874 \end_inset
12875
12876
12877 \end_layout
12878
12879 \begin_layout Standard
12880 Abstände zu Tabellenzeilen können auf der Karteikarte 
12881 \family sans
12882 Rahmen
12883 \family default
12884  des 
12885 \family sans
12886 Tabellen-Einstellungen
12887 \family default
12888 -Dialogs hinzugefügt werden, wie in Abschnitt\InsetSpace ~
12889
12890 \begin_inset LatexCommand ref
12891 reference "uab:Zeilenabstand"
12892
12893 \end_inset
12894
12895  beschrieben.
12896 \end_layout
12897
12898 \begin_layout Standard
12899 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
12900  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
12901  gedruckt aber anders aus.
12902  Die erste und letzte Linie ist 0.08\InsetSpace \thinspace{}
12903 em dick, während die anderen 0.05\InsetSpace \thinspace{}
12904 em dick
12905  sind.
12906 \end_layout
12907
12908 \begin_layout Standard
12909 Die Standarddicken können im LaTeX-Vorspann geändert werden:
12910 \end_layout
12911
12912 \begin_layout Standard
12913
12914 \series bold
12915
12916 \backslash
12917 let
12918 \backslash
12919 mytoprule
12920 \backslash
12921 toprule
12922 \newline
12923
12924 \backslash
12925 renewcommand{
12926 \backslash
12927 toprule}{
12928 \backslash
12929 mytoprule[Breite]}
12930 \end_layout
12931
12932 \begin_layout Standard
12933 Dies Beispiel gilt für die oberste Linie, genannt 
12934 \series bold
12935 toprule
12936 \series default
12937 .
12938  Für die letzte müssen Sie 
12939 \series bold
12940 toprule
12941 \series default
12942  durch 
12943 \series bold
12944 bottomrule
12945 \series default
12946  ersetzen.
12947  Die Linien dazwischen heißen 
12948 \series bold
12949 midrule
12950 \series default
12951 .
12952  Für 
12953 \family sans
12954 Breite
12955 \family default
12956  können Sie alle Einheiten benutzen, die in Anhang\InsetSpace ~
12957
12958 \begin_inset LatexCommand ref
12959 reference "kap:In-LyX-verfügbare"
12960
12961 \end_inset
12962
12963  aufgelistet sind.
12964 \end_layout
12965
12966 \begin_layout Standard
12967 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
12968  eine Linie unter einer Mehrfachspalte.
12969  LyX wird intern den Befehl 
12970 \series bold
12971
12972 \backslash
12973 cmidrule
12974 \series default
12975  benutzen, um diese Linie zu drucken.
12976  Der ganze Befehl sieht so aus:
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 cmidrule[width](trim){Anfangsspalte-Endspalte}
12985 \end_layout
12986
12987 \begin_layout Standard
12988 Die 
12989 \series bold
12990
12991 \backslash
12992 cmidrule
12993 \series default
12994 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie ERT benutzen.
12995  
12996 \series bold
12997
12998 \backslash
12999 cmidrule
13000 \series default
13001  kann man benutzen, indem man den Befehl als ERT als erstes in die erste
13002  Zelle einer Zeile einfügt.
13003  Die Linie wird dann über der Zeile gedruckt.
13004 \end_layout
13005
13006 \begin_layout Standard
13007 Der Standardwert ist 0.03\InsetSpace \thinspace{}
13008 em.
13009  Die Linie reicht von 
13010 \family typewriter
13011 Anfangsspalte
13012 \family default
13013  bis 
13014 \family typewriter
13015 End\SpecialChar \-
13016 spal\SpecialChar \-
13017 te
13018 \family default
13019 .
13020  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13021   Der optionale Parameter 
13022 \family typewriter
13023 trim
13024 \family default
13025  kann die Werte 
13026 \emph on
13027 r
13028 \emph default
13029
13030 \emph on
13031 r{Breite}
13032 \emph default
13033
13034 \emph on
13035 l
13036 \family typewriter
13037 \emph default
13038  
13039 \family default
13040 oder 
13041 \emph on
13042 l{Breite}
13043 \emph default
13044  annehmen, wobei die 
13045 \family sans
13046 Breite
13047 \family default
13048  optional ist.
13049  
13050 \emph on
13051 l{2pt}
13052 \emph default
13053  zum Beispiel bedeutet, dass die Linie links um 2\InsetSpace \thinspace{}
13054 pt gekürzt wird.
13055  Ohne Breitenangabe werden die Linien um 0.5\InsetSpace \thinspace{}
13056 em gekürzt.
13057 \end_layout
13058
13059 \begin_layout Standard
13060 \begin_inset VSpace bigskip
13061 \end_inset
13062
13063 In Tabelle\InsetSpace ~
13064
13065 \begin_inset LatexCommand ref
13066 reference "tab:Formale-Tabelle"
13067
13068 \end_inset
13069
13070  wurden die Befehle
13071 \end_layout
13072
13073 \begin_layout Standard
13074
13075 \series bold
13076
13077 \backslash
13078 cmidrule(r){2-2}
13079 \backslash
13080 cmidrule(l){3-4}
13081 \end_layout
13082
13083 \begin_layout Standard
13084 am Anfange der zweiten Zeile und
13085 \end_layout
13086
13087 \begin_layout Standard
13088
13089 \series bold
13090
13091 \backslash
13092 cmidrule(l{10pt}){1-1}
13093 \end_layout
13094
13095 \begin_layout Standard
13096 in der sechsten benutzt.
13097 \end_layout
13098
13099 \begin_layout Standard
13100 \begin_inset VSpace bigskip
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 Sie können mit 
13108 \series bold
13109
13110 \backslash
13111 cmidrule
13112 \series default
13113  auch überlappende Linien wie in Tabelle\InsetSpace ~
13114
13115 \begin_inset LatexCommand ref
13116 reference "tab:Special-booktabs-table"
13117
13118 \end_inset
13119
13120  definieren.
13121  Der Befehl ist:
13122 \end_layout
13123
13124 \begin_layout Standard
13125
13126 \series bold
13127
13128 \backslash
13129 morecmidrules
13130 \end_layout
13131
13132 \begin_layout Standard
13133 In Zeile zwei der Tabelle\InsetSpace ~
13134
13135 \begin_inset LatexCommand ref
13136 reference "tab:Special-booktabs-table"
13137
13138 \end_inset
13139
13140  wurde folgender Befehl benutzt:
13141 \end_layout
13142
13143 \begin_layout Standard
13144
13145 \series bold
13146
13147 \backslash
13148 cmidrule(r){2-2}
13149 \backslash
13150 cmidrule(l){3-4}
13151 \backslash
13152 morecmidrules
13153 \newline
13154
13155 \backslash
13156 cmidrule{2-4}
13157 \end_layout
13158
13159 \begin_layout Standard
13160 und in Zeile sechs:
13161 \end_layout
13162
13163 \begin_layout Standard
13164
13165 \series bold
13166
13167 \backslash
13168 midrule
13169 \backslash
13170 morecmidrules
13171 \backslash
13172 cmidrule{3-4}
13173 \end_layout
13174
13175 \begin_layout Standard
13176 \begin_inset VSpace bigskip
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \begin_layout Standard
13183 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13184  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190
13191 \backslash
13192 specialrule{Dicke}{Abstand davor}{Abstand danach}
13193 \end_layout
13194
13195 \begin_layout Standard
13196 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13197 \series bold
13198 booktabs
13199 \series default
13200  
13201 \begin_inset LatexCommand cite
13202 key "booktabs"
13203
13204 \end_inset
13205
13206 .
13207 \begin_inset LatexCommand index
13208 name "LaTeX-Pakete ! booktabs"
13209
13210 \end_inset
13211
13212
13213 \end_layout
13214
13215 \begin_layout Standard
13216 \begin_inset Float table
13217 placement h
13218 wide false
13219 sideways false
13220 status open
13221
13222 \begin_layout Standard
13223 \begin_inset Caption
13224
13225 \begin_layout Standard
13226 \begin_inset LatexCommand label
13227 name "tab:Special-booktabs-table"
13228
13229 \end_inset
13230
13231 Eine spezielle formale Tabelle
13232 \end_layout
13233
13234 \end_inset
13235
13236
13237 \end_layout
13238
13239 \begin_layout Standard
13240 \align center
13241 \begin_inset Tabular
13242 <lyxtabular version="3" rows="8" columns="4">
13243 <features booktabs="true">
13244 <column alignment="center" valignment="top" width="0">
13245 <column alignment="center" valignment="top" width="0">
13246 <column alignment="right" valignment="top" width="0">
13247 <column alignment="right" valignment="top" width="0">
13248 <row topline="true">
13249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Standard
13253 System
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Standard
13262 Medipix\InsetSpace \thinspace{}
13263 1
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Standard
13272 Medipix\InsetSpace \thinspace{}
13273 2
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Standard
13282
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 <row>
13289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Standard
13293 \begin_inset ERT
13294 status collapsed
13295
13296 \begin_layout Standard
13297
13298
13299 \backslash
13300 cmidrule(r){2-2}
13301 \end_layout
13302
13303 \end_inset
13304
13305
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Standard
13310
13311
13312 \backslash
13313 cmidrule(l){3-4}
13314 \end_layout
13315
13316 \end_inset
13317
13318
13319 \begin_inset ERT
13320 status collapsed
13321
13322 \begin_layout Standard
13323
13324
13325 \backslash
13326 morecmidrules 
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \begin_inset ERT
13333 status collapsed
13334
13335 \begin_layout Standard
13336
13337
13338 \backslash
13339 cmidrule{2-4}
13340 \end_layout
13341
13342 \end_inset
13343
13344 Detektordicke  [µm]
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Standard
13353 300
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Standard
13362 300
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Standard
13371 700
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row topline="true">
13378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Standard
13382 Kantenwinkel [°]
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Standard
13391 3,55
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Standard
13400 2,71
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Standard
13409 7,99
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 </row>
13415 <row topspace="default">
13416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Standard
13420 räumliche Auflösung [µm]
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Standard
13429 4,26
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Standard
13438 10,17
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Standard
13447 10,56
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 </row>
13453 <row topspace="default">
13454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Standard
13458 MTF bei 
13459 \begin_inset Formula $f_{\mathrm{max}}$
13460 \end_inset
13461
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Standard
13471 0,53
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Standard
13480 0,37
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Standard
13489 0,39
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 </row>
13495 <row topline="true">
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Standard
13500 \begin_inset ERT
13501 status collapsed
13502
13503 \begin_layout Standard
13504
13505
13506 \backslash
13507 morecmidrules 
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \begin_inset ERT
13514 status collapsed
13515
13516 \begin_layout Standard
13517
13518
13519 \backslash
13520 cmidrule{3-4}
13521 \end_layout
13522
13523 \end_inset
13524
13525 LSF-räumliche Auflösung
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Standard
13534
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Standard
13543
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Standard
13552
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 </row>
13558 <row>
13559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Standard
13563 in µm
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Standard
13572 129,7
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Standard
13581 52,75
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Standard
13590 50,78
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 </row>
13596 <row bottomline="true">
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Standard
13601 in % der Pixelgröße
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Standard
13610 76,3
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Standard
13619 95,9
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Standard
13628 92,3
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 </row>
13634 </lyxtabular>
13635
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \end_inset
13642
13643
13644 \end_layout
13645
13646 \begin_layout Section
13647 Vertikale Tabellen-Ausrichtung
13648 \begin_inset LatexCommand index
13649 name "Tabellen ! Ausrichtung"
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13658  einer Box sein.
13659  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt\InsetSpace ~
13660
13661 \begin_inset LatexCommand ref
13662 reference "abs:Box-Dialog"
13663
13664 \end_inset
13665
13666  beschrieben.
13667 \end_layout
13668
13669 \begin_layout Standard
13670 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13671 \begin_inset Foot
13672 status collapsed
13673
13674 \begin_layout Standard
13675 Minipages werden in Abschnitt\InsetSpace ~
13676
13677 \begin_inset LatexCommand ref
13678 reference "abs:Minipage"
13679
13680 \end_inset
13681
13682  beschrieben.
13683 \end_layout
13684
13685 \end_inset
13686
13687  mit 15\InsetSpace \thinspace{}
13688 col%-Breite:
13689 \end_layout
13690
13691 \begin_layout Itemize
13692 Test 
13693 \begin_inset Box Frameless
13694 position "t"
13695 hor_pos "c"
13696 has_inner_box 1
13697 inner_pos "c"
13698 use_parbox 0
13699 width "15col%"
13700 special "none"
13701 height "1in"
13702 height_special "totalheight"
13703 status collapsed
13704
13705 \begin_layout Standard
13706 \begin_inset Tabular
13707 <lyxtabular version="3" rows="3" columns="3">
13708 <features>
13709 <column alignment="center" valignment="top" leftline="true" width="0">
13710 <column alignment="center" valignment="top" leftline="true" width="0">
13711 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13712 <row topline="true">
13713 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Standard
13717 Tabelle 1
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Standard
13726
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Standard
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 <row topline="true">
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Standard
13746 b
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Standard
13755 e
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Standard
13764 h
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 </row>
13770 <row topline="true" bottomline="true">
13771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Standard
13775 c
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Standard
13784 f
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Standard
13793 i
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 </row>
13799 </lyxtabular>
13800
13801 \end_inset
13802
13803
13804 \end_layout
13805
13806 \end_inset
13807
13808  Test 
13809 \begin_inset ERT
13810 status collapsed
13811
13812 \begin_layout Standard
13813
13814
13815 \backslash
13816 raisebox{0.85
13817 \backslash
13818 baselineskip}{
13819 \end_layout
13820
13821 \end_inset
13822
13823
13824 \begin_inset Box Frameless
13825 position "t"
13826 hor_pos "c"
13827 has_inner_box 1
13828 inner_pos "c"
13829 use_parbox 0
13830 width "15col%"
13831 special "none"
13832 height "1in"
13833 height_special "totalheight"
13834 status collapsed
13835
13836 \begin_layout Standard
13837 \begin_inset Tabular
13838 <lyxtabular version="3" rows="3" columns="3">
13839 <features>
13840 <column alignment="center" valignment="top" leftline="true" width="0">
13841 <column alignment="center" valignment="top" leftline="true" width="0">
13842 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13843 <row topline="true">
13844 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Standard
13848 Tabelle 2
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Standard
13857
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Standard
13866
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 </row>
13872 <row topline="true">
13873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Standard
13877 b
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Standard
13886 e
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Standard
13895 h
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 <row topline="true" bottomline="true">
13902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Standard
13906 c
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Standard
13915 f
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Standard
13924 i
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 </row>
13930 </lyxtabular>
13931
13932 \end_inset
13933
13934
13935 \end_layout
13936
13937 \end_inset
13938
13939
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Standard
13944
13945 }
13946 \end_layout
13947
13948 \end_inset
13949
13950
13951 \end_layout
13952
13953 \begin_layout Itemize
13954 Test 
13955 \begin_inset Box Frameless
13956 position "c"
13957 hor_pos "c"
13958 has_inner_box 1
13959 inner_pos "c"
13960 use_parbox 0
13961 width "15col%"
13962 special "none"
13963 height "1in"
13964 height_special "totalheight"
13965 status collapsed
13966
13967 \begin_layout Standard
13968 \begin_inset Tabular
13969 <lyxtabular version="3" rows="3" columns="3">
13970 <features>
13971 <column alignment="center" valignment="top" leftline="true" width="0">
13972 <column alignment="center" valignment="top" leftline="true" width="0">
13973 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13974 <row topline="true">
13975 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Standard
13979 Tabelle 3
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Standard
13988
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Standard
13997
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 </row>
14003 <row topline="true">
14004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Standard
14008 b
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Standard
14017 e
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Standard
14026 h
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 </row>
14032 <row topline="true" bottomline="true">
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Standard
14037 c
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Standard
14046 f
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Standard
14055 i
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 </lyxtabular>
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Itemize
14074 Test 
14075 \begin_inset Box Frameless
14076 position "b"
14077 hor_pos "c"
14078 has_inner_box 1
14079 inner_pos "c"
14080 use_parbox 0
14081 width "15col%"
14082 special "none"
14083 height "1in"
14084 height_special "totalheight"
14085 status collapsed
14086
14087 \begin_layout Standard
14088 \begin_inset Tabular
14089 <lyxtabular version="3" rows="3" columns="3">
14090 <features>
14091 <column alignment="center" valignment="top" leftline="true" width="0">
14092 <column alignment="center" valignment="top" leftline="true" width="0">
14093 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14094 <row topline="true">
14095 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Standard
14099 Tabelle 4
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Standard
14108
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Standard
14117
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 </row>
14123 <row topline="true">
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Standard
14128 b
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Standard
14137 e
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Standard
14146 h
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 </row>
14152 <row topline="true" bottomline="true">
14153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Standard
14157 c
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Standard
14166 f
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Standard
14175 i
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 </row>
14181 </lyxtabular>
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \end_inset
14189
14190 Test 
14191 \begin_inset ERT
14192 status collapsed
14193
14194 \begin_layout Standard
14195
14196
14197 \backslash
14198 raisebox{-0.32
14199 \backslash
14200 baselineskip}{
14201 \end_layout
14202
14203 \end_inset
14204
14205
14206 \begin_inset Box Frameless
14207 position "b"
14208 hor_pos "c"
14209 has_inner_box 1
14210 inner_pos "c"
14211 use_parbox 0
14212 width "15col%"
14213 special "none"
14214 height "1in"
14215 height_special "totalheight"
14216 status collapsed
14217
14218 \begin_layout Standard
14219 \begin_inset Tabular
14220 <lyxtabular version="3" rows="3" columns="3">
14221 <features>
14222 <column alignment="center" valignment="top" leftline="true" width="0">
14223 <column alignment="center" valignment="top" leftline="true" width="0">
14224 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14225 <row topline="true">
14226 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Standard
14230 Tabelle 5
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Standard
14239
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Standard
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row topline="true">
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Standard
14259 b
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Standard
14268 e
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Standard
14277 h
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row topline="true" bottomline="true">
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Standard
14288 c
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Standard
14297 f
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Standard
14306 i
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 </row>
14312 </lyxtabular>
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \begin_inset ERT
14323 status collapsed
14324
14325 \begin_layout Standard
14326
14327 }
14328 \end_layout
14329
14330 \end_inset
14331
14332
14333 \end_layout
14334
14335 \begin_layout Standard
14336 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14337  der Textzeile nicht richtig ausgerichtet.
14338  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14339 \begin_inset Quotes gld
14340 \end_inset
14341
14342 Raisebox
14343 \begin_inset Quotes grd
14344 \end_inset
14345
14346
14347 \begin_inset Foot
14348 status collapsed
14349
14350 \begin_layout Standard
14351 Raiseboxen werden in Abschnitt\InsetSpace ~
14352
14353 \begin_inset LatexCommand ref
14354 reference "uab:Vertikale-Ausrichtung"
14355
14356 \end_inset
14357
14358  beschrieben.
14359 \end_layout
14360
14361 \end_inset
14362
14363  setzen.
14364  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14365  Befehl
14366 \end_layout
14367
14368 \begin_layout Standard
14369
14370 \series bold
14371
14372 \backslash
14373 raisebox{0.85
14374 \backslash
14375 baselineskip}{
14376 \end_layout
14377
14378 \begin_layout Standard
14379 vor der Box ausgerichtet.
14380  Hinter der Box wurde auch noch 
14381 \series bold
14382 }
14383 \series default
14384  als ERT eingefügt, weil der obige Befehl mit 
14385 \series bold
14386 {
14387 \series default
14388  aufhörte.
14389  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14390 \end_layout
14391
14392 \begin_layout Standard
14393
14394 \series bold
14395
14396 \backslash
14397 raisebox{-0.32
14398 \backslash
14399 baselineskip}{
14400 \end_layout
14401
14402 \begin_layout Standard
14403 benutzt.
14404 \end_layout
14405
14406 \begin_layout Standard
14407 \begin_inset Note Greyedout
14408 status open
14409
14410 \begin_layout Standard
14411
14412 \series bold
14413 Bemerkung:
14414 \series default
14415  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14416  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14417  Der Faktor im 
14418 \series bold
14419
14420 \backslash
14421 raisebox
14422 \series default
14423 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Section
14432 Farbige Tabellen
14433 \begin_inset LatexCommand label
14434 name "abs:Farbige-Tabellen"
14435
14436 \end_inset
14437
14438
14439 \begin_inset LatexCommand index
14440 name "Tabellen ! farbige"
14441
14442 \end_inset
14443
14444
14445 \end_layout
14446
14447 \begin_layout Subsection
14448 Farbige Zellen
14449 \begin_inset LatexCommand index
14450 name "farbige !  Tabellenzellen"
14451
14452 \end_inset
14453
14454
14455 \end_layout
14456
14457 \begin_layout Standard
14458 \begin_inset Float table
14459 placement h
14460 wide false
14461 sideways false
14462 status open
14463
14464 \begin_layout Standard
14465 \begin_inset Caption
14466
14467 \begin_layout Standard
14468 \begin_inset LatexCommand label
14469 name "tab:Farbige-Tabelle-ohne"
14470
14471 \end_inset
14472
14473 Farbige Tabelle, ohne Paket 
14474 \series bold
14475 colortbl
14476 \series default
14477
14478 \begin_inset OptArg
14479 status collapsed
14480
14481 \begin_layout Standard
14482 Tabelle ohne 
14483 \family typewriter
14484 colortbl
14485 \end_layout
14486
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \align center
14499 \begin_inset Tabular
14500 <lyxtabular version="3" rows="3" columns="3">
14501 <features>
14502 <column alignment="center" valignment="top" leftline="true" width="0">
14503 <column alignment="center" valignment="top" leftline="true" width="0">
14504 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14505 <row topline="true">
14506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Standard
14510
14511 \color green
14512 a
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Standard
14521
14522 \color red
14523 b
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Standard
14532
14533 \color red
14534 c
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 </row>
14540 <row topline="true">
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Standard
14545
14546 \color green
14547 d
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Standard
14556
14557 \color blue
14558 e
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Standard
14567
14568 \color blue
14569 f
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 </row>
14575 <row topline="true" bottomline="true">
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Standard
14580
14581 \color green
14582 g
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Standard
14591
14592 \color blue
14593 h
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Standard
14602
14603 \color blue
14604 i
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 </row>
14610 </lyxtabular>
14611
14612 \end_inset
14613
14614
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \begin_layout Standard
14623 \begin_inset LatexCommand label
14624 name "Wenn-Sie-nur"
14625
14626 \end_inset
14627
14628 Wenn Sie nur farbigen Text
14629 \begin_inset LatexCommand index
14630 name "Farbe ! für Text"
14631
14632 \end_inset
14633
14634  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14635  auf 
14636 \begin_inset Graphics
14637         filename ../../images/dialog-show_character.xpm
14638         scale 70
14639         scaleBeforeRotation
14640         BoundingBox 0bp 6bp 22bp 22bp
14641
14642 \end_inset
14643
14644  oder 
14645 \family sans
14646 Bearbeiten\SpecialChar \menuseparator
14647 Textstil\SpecialChar \menuseparator
14648 Benutzerdefiniert
14649 \family default
14650  mit dem 
14651 \family sans
14652 Textstil
14653 \family default
14654 -Dialog wie es in Tabelle\InsetSpace ~
14655
14656 \begin_inset LatexCommand ref
14657 reference "tab:Farbige-Tabelle-ohne"
14658
14659 \end_inset
14660
14661  gemacht wurde.
14662  In anderen Fällen müssen Sie das LaTeX-Paket 
14663 \series bold
14664 colortbl
14665 \series default
14666  benutzen.
14667 \begin_inset LatexCommand index
14668 name "LaTeX-Pakete ! colortbl"
14669
14670 \end_inset
14671
14672
14673 \end_layout
14674
14675 \begin_layout Standard
14676 Um farbige Tabellen zu erzeugen, muss 
14677 \series bold
14678 colortbl
14679 \series default
14680  im LaTeX-Vorspann geladen werden:
14681 \end_layout
14682
14683 \begin_layout Standard
14684
14685 \series bold
14686
14687 \backslash
14688 usepackage{colortbl}
14689 \end_layout
14690
14691 \begin_layout Standard
14692 Die Farbe einer Spalte ändert man dann mit dem Befehl
14693 \end_layout
14694
14695 \begin_layout Standard
14696
14697 \series bold
14698
14699 \backslash
14700 columncolor{Farbname}
14701 \end_layout
14702
14703 \begin_layout Standard
14704 innerhalb des Befehls 
14705 \series bold
14706 >{}
14707 \series default
14708 .
14709  Mehr über den Befehl 
14710 \series bold
14711 >{}
14712 \series default
14713  finden Sie im Abschnitt\InsetSpace ~
14714
14715 \begin_inset LatexCommand ref
14716 reference "uab:Mehrfachspalten-Berechnungen"
14717
14718 \end_inset
14719
14720 .
14721 \end_layout
14722
14723 \begin_layout Standard
14724 Folgende Farbnamen sind vordefiniert:
14725 \end_layout
14726
14727 \begin_layout Standard
14728
14729 \family sans
14730 red
14731 \family default
14732
14733 \family sans
14734 green
14735 \family default
14736
14737 \family sans
14738 yellow
14739 \family default
14740
14741 \family sans
14742 blue
14743 \family default
14744
14745 \family sans
14746 cyan
14747 \family default
14748
14749 \family sans
14750 magenta
14751 \family default
14752
14753 \family sans
14754 black
14755 \family default
14756  und 
14757 \family sans
14758 white
14759 \newline
14760 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
14761 \family default
14762 und
14763 \family sans
14764  weiß)
14765 \end_layout
14766
14767 \begin_layout Standard
14768 \begin_inset VSpace medskip
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \begin_layout Standard
14775 Sie können auch eigene Farben definieren:
14776 \end_layout
14777
14778 \begin_layout Standard
14779
14780 \series bold
14781
14782 \backslash
14783 definecolor{Farbname}{Farbmodell}{Farbwerte}
14784 \end_layout
14785
14786 \begin_layout Standard
14787 Das Farbmodell kann eins der folgenden sein:
14788 \end_layout
14789
14790 \begin_layout Labeling
14791 \labelwidthstring 00.00.0000
14792 cmyk: cyan, magenta, yellow, black
14793 \end_layout
14794
14795 \begin_layout Labeling
14796 \labelwidthstring 00.00.0000
14797 rgb: red, green blue
14798 \end_layout
14799
14800 \begin_layout Labeling
14801 \labelwidthstring 00.00.0000
14802 gray: gray
14803 \end_layout
14804
14805 \begin_layout Standard
14806 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
14807  die die entsprechende Farbe für das Farbmodell beschreiben.
14808 \end_layout
14809
14810 \begin_layout Standard
14811 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
14812 \emph on
14813
14814 \begin_inset Quotes gld
14815 \end_inset
14816
14817 dunkelgruen
14818 \emph default
14819
14820 \begin_inset Quotes grd
14821 \end_inset
14822
14823  und 
14824 \begin_inset Quotes gld
14825 \end_inset
14826
14827
14828 \emph on
14829 hellgrau
14830 \emph default
14831
14832 \begin_inset Quotes grd
14833 \end_inset
14834
14835  folgendermaßen definieren:
14836 \end_layout
14837
14838 \begin_layout Standard
14839
14840 \series bold
14841
14842 \backslash
14843 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
14844 \end_layout
14845
14846 \begin_layout Standard
14847
14848 \series bold
14849
14850 \backslash
14851 definecolor{hellgrau}{gray}{0.8}
14852 \end_layout
14853
14854 \begin_layout Standard
14855 \begin_inset VSpace medskip
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Standard
14862 Linien werden mit dem Befehl
14863 \end_layout
14864
14865 \begin_layout Standard
14866
14867 \series bold
14868
14869 \backslash
14870 rowcolor{Farbname}
14871 \end_layout
14872
14873 \begin_layout Standard
14874 gefärbt, Zellen mit dem Befehl
14875 \end_layout
14876
14877 \begin_layout Standard
14878
14879 \series bold
14880
14881 \backslash
14882 cellcolor{Farbname}
14883 \end_layout
14884
14885 \begin_layout Standard
14886 Beide Befehle werden am Anfang einer Zelle als ERT eingegeben..
14887 \end_layout
14888
14889 \begin_layout Standard
14890 Um nur Text zu färben, machen Sie es wie 
14891 \begin_inset LatexCommand vpageref
14892 reference "Wenn-Sie-nur"
14893
14894 \end_inset
14895
14896  beschrieben.
14897  Wenn die Zelle aber ERT zum Färben enthält, 
14898 \emph on
14899 markieren Sie nur den Text
14900 \emph default
14901 , sonst werden die ERTs LaTeX-Fehler erzeugen.
14902 \end_layout
14903
14904 \begin_layout Standard
14905 \begin_inset Note Greyedout
14906 status open
14907
14908 \begin_layout Standard
14909
14910 \series bold
14911 Achtung:
14912 \series default
14913  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \begin_layout Standard
14922 \begin_inset VSpace medskip
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \begin_layout Standard
14929 Die Tabelle\InsetSpace ~
14930
14931 \begin_inset LatexCommand ref
14932 reference "tab:Table-colored-using"
14933
14934 \end_inset
14935
14936  wurde folgendermaßen erstellt: die erste Spalte soll 
14937 \emph on
14938
14939 \begin_inset Quotes gld
14940 \end_inset
14941
14942 dunkelgruen
14943 \emph default
14944
14945 \begin_inset Quotes grd
14946 \end_inset
14947
14948  werden, also müssen Sie ins 
14949 \family sans
14950 LaTe
14951 \begin_inset ERT
14952 status collapsed
14953
14954 \begin_layout Standard
14955
14956 {}
14957 \end_layout
14958
14959 \end_inset
14960
14961 X-Argument
14962 \family default
14963  der Zellen der ersten Spalte den Befehl
14964 \end_layout
14965
14966 \begin_layout Standard
14967
14968 \series bold
14969 >{
14970 \backslash
14971 columncolor{dunkelgruen}
14972 \backslash
14973 centering}c
14974 \end_layout
14975
14976 \begin_layout Standard
14977 schreiben.
14978  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der ERT-Befehl
14979 \end_layout
14980
14981 \begin_layout Standard
14982
14983 \series bold
14984
14985 \backslash
14986 rowcolow{cyan}
14987 \end_layout
14988
14989 \begin_layout Standard
14990 in die erste Zelle der ersten Zeile eingefügt.
14991  Diese Farbe ersetzt die Spaltenfarbe.
14992  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
14993  wird mit folgendem Befehl erreicht:
14994 \end_layout
14995
14996 \begin_layout Standard
14997
14998 \series bold
14999
15000 \backslash
15001 cellcolor{magenta}
15002 \end_layout
15003
15004 \begin_layout Standard
15005 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15006 \family sans
15007 Textstil
15008 \family default
15009 -Dialog.
15010 \end_layout
15011
15012 \begin_layout Standard
15013 \begin_inset Float table
15014 placement h
15015 wide false
15016 sideways false
15017 status open
15018
15019 \begin_layout Standard
15020 \begin_inset Caption
15021
15022 \begin_layout Standard
15023 \begin_inset LatexCommand label
15024 name "tab:Table-colored-using"
15025
15026 \end_inset
15027
15028 Eine mit dem Paket 
15029 \series bold
15030 colortbl
15031 \series default
15032  gefärbte Tabelle
15033 \begin_inset OptArg
15034 status collapsed
15035
15036 \begin_layout Standard
15037 Tabelle mit 
15038 \family typewriter
15039 colortbl
15040 \end_layout
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \begin_layout Standard
15053 \align center
15054 \begin_inset Tabular
15055 <lyxtabular version="3" rows="3" columns="3">
15056 <features>
15057 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15058 <column alignment="center" valignment="top" width="0">
15059 <column alignment="center" valignment="top" width="0">
15060 <row>
15061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Standard
15065 \begin_inset ERT
15066 status collapsed
15067
15068 \begin_layout Standard
15069
15070
15071 \backslash
15072 rowcolor{cyan}
15073 \end_layout
15074
15075 \end_inset
15076
15077
15078 \color magenta
15079 a
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Standard
15088
15089 \color red
15090 b
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Standard
15099
15100 \color red
15101 c
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Standard
15112
15113 \color yellow
15114 d
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Standard
15123
15124 \color blue
15125 e
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Standard
15134
15135 \color blue
15136 f
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Standard
15147
15148 \color yellow
15149 g
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Standard
15158
15159 \color blue
15160 h
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Standard
15169 \begin_inset ERT
15170 status collapsed
15171
15172 \begin_layout Standard
15173
15174
15175 \backslash
15176 cellcolor{magenta}
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \color green
15183 i
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 </lyxtabular>
15190
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \begin_layout Subsection
15202 Farbige Linien
15203 \begin_inset LatexCommand index
15204 name "farbige !  Tabellenlinien"
15205
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \begin_layout Standard
15212 Wie in Abschnitt\InsetSpace ~
15213
15214 \begin_inset LatexCommand ref
15215 reference "uab:Liniendicke"
15216
15217 \end_inset
15218
15219  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15220 \series bold
15221
15222 \backslash
15223 arrayrulewidth
15224 \series default
15225  definiert werden.
15226  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5\InsetSpace \thinspace{}
15227 pt gesetzt.
15228 \begin_inset ERT
15229 status collapsed
15230
15231 \begin_layout Standard
15232
15233
15234 \backslash
15235 setlength{
15236 \backslash
15237 arrayrulewidth}{1.5pt}
15238 \end_layout
15239
15240 \end_inset
15241
15242
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15247 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt\InsetSpace ~
15248
15249 \begin_inset LatexCommand ref
15250 reference "uab:Angepasste-Zellen/Spaltenformat"
15251
15252 \end_inset
15253
15254  definiert:
15255 \end_layout
15256
15257 \begin_layout Standard
15258
15259 \series bold
15260
15261 \backslash
15262 newcolumntype{W}{!{
15263 \backslash
15264 color{green}
15265 \backslash
15266 vline}}
15267 \end_layout
15268
15269 \begin_layout Standard
15270 In Tabelle\InsetSpace ~
15271
15272 \begin_inset LatexCommand ref
15273 reference "tab:Tabelle-mit-farbigen-vert"
15274
15275 \end_inset
15276
15277  wurde das LaTeX-Argument 
15278 \series bold
15279 WcW
15280 \series default
15281  für die letzte und 
15282 \series bold
15283 Wc
15284 \series default
15285  für die anderen Spalten benutzt.
15286 \end_layout
15287
15288 \begin_layout Standard
15289 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15290 \end_layout
15291
15292 \begin_layout Standard
15293 \begin_inset Float table
15294 placement h
15295 wide false
15296 sideways false
15297 status open
15298
15299 \begin_layout Standard
15300 \begin_inset Caption
15301
15302 \begin_layout Standard
15303 \begin_inset LatexCommand label
15304 name "tab:Tabelle-mit-farbigen-vert"
15305
15306 \end_inset
15307
15308 Tabelle mit farbigen vertikalen Linien
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Standard
15317 \align center
15318 \begin_inset Tabular
15319 <lyxtabular version="3" rows="3" columns="3">
15320 <features>
15321 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15322 <column alignment="center" valignment="top" width="0" special="Wc">
15323 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15324 <row topline="true">
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Standard
15329 sd
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Standard
15338
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Standard
15347
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 </row>
15353 <row topline="true">
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Standard
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Standard
15367 sd
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Standard
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row topline="true" bottomline="true">
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Standard
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Standard
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Standard
15405 sd
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 </row>
15411 </lyxtabular>
15412
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \end_inset
15419
15420
15421 \end_layout
15422
15423 \begin_layout Standard
15424 \begin_inset VSpace bigskip
15425 \end_inset
15426
15427 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle\InsetSpace ~
15428
15429 \begin_inset LatexCommand ref
15430 reference "tab:Tabelle-mit-farbigen-horiz"
15431
15432 \end_inset
15433
15434 , müssen Sie folgenden Befehl als ERT vor der (Gleitobjekt-)Tabelle einfügen:
15435 \end_layout
15436
15437 \begin_layout Standard
15438
15439 \series bold
15440
15441 \backslash
15442 let
15443 \backslash
15444 myHlineC
15445 \backslash
15446 hline
15447 \newline
15448
15449 \backslash
15450 renewcommand{
15451 \backslash
15452 hline}
15453 \newline
15454
15455 \begin_inset ERT
15456 status collapsed
15457
15458 \begin_layout Standard
15459
15460
15461 \backslash
15462 hphantom{ }
15463 \end_layout
15464
15465 \end_inset
15466
15467 {
15468 \backslash
15469 arrayrulecolor{red}
15470 \backslash
15471 myHlineC
15472 \backslash
15473 arrayrulecolor{black}}
15474 \end_layout
15475
15476 \begin_layout Standard
15477 \begin_inset ERT
15478 status collapsed
15479
15480 \begin_layout Standard
15481
15482
15483 \backslash
15484 let
15485 \backslash
15486 myHlineC
15487 \backslash
15488 hline
15489 \end_layout
15490
15491 \begin_layout Standard
15492
15493
15494 \backslash
15495 renewcommand{
15496 \backslash
15497 hline}
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502  {
15503 \backslash
15504 arrayrulecolor{red}
15505 \backslash
15506 myHlineC
15507 \backslash
15508 arrayrulecolor{black}}
15509 \end_layout
15510
15511 \end_inset
15512
15513
15514 \begin_inset Float table
15515 wide false
15516 sideways false
15517 status open
15518
15519 \begin_layout Standard
15520 \begin_inset Caption
15521
15522 \begin_layout Standard
15523 \begin_inset LatexCommand label
15524 name "tab:Tabelle-mit-farbigen-horiz"
15525
15526 \end_inset
15527
15528 Tabelle mit farbigen horizontalen Linien
15529 \end_layout
15530
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \begin_layout Standard
15537 \align center
15538 \begin_inset Tabular
15539 <lyxtabular version="3" rows="3" columns="3">
15540 <features>
15541 <column alignment="center" valignment="top" leftline="true" width="0">
15542 <column alignment="center" valignment="top" leftline="true" width="0">
15543 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15544 <row topline="true">
15545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Standard
15549 sd
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Standard
15558
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Standard
15567
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 </row>
15573 <row topline="true">
15574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Standard
15578
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Standard
15587 sd
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Standard
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 </row>
15602 <row topline="true" bottomline="true">
15603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Standard
15607
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Standard
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Standard
15625 sd
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 </row>
15631 </lyxtabular>
15632
15633 \end_inset
15634
15635
15636 \end_layout
15637
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \begin_layout Standard
15644 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
15645  als ERT hinter der Tabelle einfügen:
15646 \end_layout
15647
15648 \begin_layout Standard
15649
15650 \series bold
15651
15652 \backslash
15653 renewcommand{
15654 \backslash
15655 hline}{
15656 \backslash
15657 myHlineC}
15658 \end_layout
15659
15660 \begin_layout Standard
15661 Tabelle\InsetSpace ~
15662
15663 \begin_inset LatexCommand ref
15664 reference "tab:Table-with-colored"
15665
15666 \end_inset
15667
15668  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
15669 \end_layout
15670
15671 \begin_layout Standard
15672 \begin_inset Float table
15673 placement h
15674 wide false
15675 sideways false
15676 status open
15677
15678 \begin_layout Standard
15679 \begin_inset Caption
15680
15681 \begin_layout Standard
15682 \begin_inset LatexCommand label
15683 name "tab:Table-with-colored"
15684
15685 \end_inset
15686
15687 Tabelle mit farbigen Linien
15688 \end_layout
15689
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \begin_layout Standard
15696 \align center
15697 \begin_inset Tabular
15698 <lyxtabular version="3" rows="3" columns="3">
15699 <features>
15700 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15701 <column alignment="center" valignment="top" width="0" special="Wc">
15702 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15703 <row topline="true">
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Standard
15708 sd
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Standard
15717
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Standard
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row topline="true">
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Standard
15737
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Standard
15746 sd
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Standard
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 <row topline="true" bottomline="true" topspace="default">
15762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Standard
15766
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Standard
15775
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Standard
15784 sd
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 </row>
15790 </lyxtabular>
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \begin_layout Standard
15803 \begin_inset ERT
15804 status collapsed
15805
15806 \begin_layout Standard
15807
15808
15809 \backslash
15810 renewcommand{
15811 \backslash
15812 hline}{
15813 \backslash
15814 myHlineC}
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Standard
15823 \begin_inset ERT
15824 status collapsed
15825
15826 \begin_layout Standard
15827
15828
15829 \backslash
15830 setlength{
15831 \backslash
15832 arrayrulewidth}{0.4pt}
15833 \end_layout
15834
15835 \end_inset
15836
15837
15838 \begin_inset Note Note
15839 status collapsed
15840
15841 \begin_layout Standard
15842 setzt die Liniendicke wieder auf ihren Standardwert zurück
15843 \end_layout
15844
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \begin_layout Section
15851 Tabellen-Anpassung
15852 \begin_inset LatexCommand index
15853 name "Tabellen ! Anpassung"
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \begin_layout Subsection
15861 Zeilenabstand
15862 \begin_inset LatexCommand label
15863 name "uab:Zeilenabstand"
15864
15865 \end_inset
15866
15867
15868 \begin_inset LatexCommand index
15869 name "Tabellen ! Zeilenabstand"
15870
15871 \end_inset
15872
15873
15874 \end_layout
15875
15876 \begin_layout Standard
15877 Auf der Karteikarte 
15878 \family sans
15879 Rahmen
15880 \family default
15881  des 
15882 \family sans
15883 Tabellen-Einstellungen
15884 \family default
15885 -Dialogs können Sie 
15886 \family sans
15887 zusätzliche\InsetSpace ~
15888 Abstände
15889 \family default
15890  einfügen.
15891  Dabei haben Sie drei Möglichkeiten:
15892 \end_layout
15893
15894 \begin_layout Description
15895 Oberhalb\InsetSpace ~
15896 der\InsetSpace ~
15897 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
15898  Bei einer formalen Tabelle
15899 \begin_inset Foot
15900 status collapsed
15901
15902 \begin_layout Standard
15903 Formale Tabellen wurden in Abschnitt\InsetSpace ~
15904
15905 \begin_inset LatexCommand ref
15906 reference "abs:Formale-Tabellen"
15907
15908 \end_inset
15909
15910  beschrieben.
15911 \end_layout
15912
15913 \end_inset
15914
15915  fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
15916 em Leerraum ein.
15917  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
15918 \begin_inset VSpace medskip
15919 \end_inset
15920
15921
15922 \newline
15923
15924 \begin_inset ERT
15925 status collapsed
15926
15927 \begin_layout Standard
15928
15929
15930 \backslash
15931 hspace*{0pt}
15932 \end_layout
15933
15934 \end_inset
15935
15936
15937 \hfill
15938
15939 \begin_inset Tabular
15940 <lyxtabular version="3" rows="3" columns="1">
15941 <features>
15942 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15943 <row topline="true">
15944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Standard
15948 A
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 <row topline="true" topspace="3mm">
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Standard
15959 3\InsetSpace \thinspace{}
15960 mm Leerraum oberhalb der Zeile
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 </row>
15966 <row topline="true" bottomline="true">
15967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Standard
15971 C
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 </lyxtabular>
15978
15979 \end_inset
15980
15981
15982 \hfill
15983
15984 \begin_inset ERT
15985 status collapsed
15986
15987 \begin_layout Standard
15988
15989
15990 \backslash
15991 hspace*{0pt}
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \begin_inset VSpace medskip
15998 \end_inset
15999
16000
16001 \newline
16002 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16003 n Linien verwenden.
16004 \end_layout
16005
16006 \begin_layout Description
16007 Unterhalb\InsetSpace ~
16008 der\InsetSpace ~
16009 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum
16010  ein.
16011  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16012 em Leerraum ein.
16013  Bei normalen Tabellen ist der Standardwert 2\InsetSpace \thinspace{}
16014 pt.
16015 \end_layout
16016
16017 \begin_layout Description
16018 Zwischen\InsetSpace ~
16019 den\InsetSpace ~
16020 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16021  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16022 em Leerraum ein.
16023  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16024 \begin_inset VSpace medskip
16025 \end_inset
16026
16027
16028 \newline
16029
16030 \begin_inset ERT
16031 status collapsed
16032
16033 \begin_layout Standard
16034
16035
16036 \backslash
16037 hspace*{0pt}
16038 \end_layout
16039
16040 \end_inset
16041
16042
16043 \hfill
16044
16045 \begin_inset Tabular
16046 <lyxtabular version="3" rows="3" columns="1">
16047 <features>
16048 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16049 <row topline="true">
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Standard
16054 A
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 </row>
16060 <row topline="true" interlinespace="3mm">
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Standard
16065 \begin_inset Formula $\downarrow$
16066 \end_inset
16067
16068  3\InsetSpace \thinspace{}
16069 mm Leerraum zwischen den Zeilen 
16070 \begin_inset Formula $\downarrow$
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row topline="true" bottomline="true">
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Standard
16084 \begin_inset Formula $\uparrow$
16085 \end_inset
16086
16087  3\InsetSpace \thinspace{}
16088 mm Leerraum zwischen den Zeilen 
16089 \begin_inset Formula $\uparrow$
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 </lyxtabular>
16099
16100 \end_inset
16101
16102
16103 \hfill
16104
16105 \begin_inset ERT
16106 status collapsed
16107
16108 \begin_layout Standard
16109
16110
16111 \backslash
16112 hspace*{0pt}
16113 \end_layout
16114
16115 \end_inset
16116
16117
16118 \begin_inset VSpace medskip
16119 \end_inset
16120
16121
16122 \newline
16123 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16124 n Linien verwenden.
16125 \end_layout
16126
16127 \begin_layout Standard
16128 \begin_inset VSpace bigskip
16129 \end_inset
16130
16131 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16132  Befehlen im LaTeX-Vorspann machen:
16133 \end_layout
16134
16135 \begin_layout Standard
16136
16137 \series bold
16138
16139 \backslash
16140 @ifundef\SpecialChar \textcompwordmark{}
16141 ined{extrarowheight}
16142 \newline
16143
16144 \begin_inset ERT
16145 status collapsed
16146
16147 \begin_layout Standard
16148
16149
16150 \backslash
16151 hphantom{ }
16152 \end_layout
16153
16154 \end_inset
16155
16156 {
16157 \backslash
16158 usepackage{array}}{}
16159 \newline
16160
16161 \backslash
16162 setlength{
16163 \backslash
16164 extrarowheight}{Höhe}
16165 \end_layout
16166
16167 \begin_layout Standard
16168 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16169  ausgerichtet sind.
16170  (Das Paket 
16171 \series bold
16172 array
16173 \series default
16174  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16175  verwenden.
16176  Der Befehl 
16177 \series bold
16178
16179 \backslash
16180 @ifundef\SpecialChar \textcompwordmark{}
16181 ined
16182 \series default
16183  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16184 \end_layout
16185
16186 \begin_layout Subsection
16187 Besondere Zellenausrichtung
16188 \begin_inset LatexCommand index
16189 name "Tabellen ! Zellenausrichtung"
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \begin_layout Standard
16197 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16198  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle\InsetSpace ~
16199
16200 \begin_inset LatexCommand ref
16201 reference "tab:Tabellenzellen-sind-auf"
16202
16203 \end_inset
16204
16205 .
16206 \end_layout
16207
16208 \begin_layout Standard
16209 \begin_inset Float table
16210 placement h
16211 wide false
16212 sideways false
16213 status open
16214
16215 \begin_layout Standard
16216 \begin_inset Caption
16217
16218 \begin_layout Standard
16219 \begin_inset LatexCommand label
16220 name "tab:Tabellenzellen-sind-auf"
16221
16222 \end_inset
16223
16224 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16225 \end_layout
16226
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \begin_layout Standard
16233 \align center
16234 \begin_inset Tabular
16235 <lyxtabular version="3" rows="4" columns="2">
16236 <features>
16237 <column alignment="right" valignment="top" width="0">
16238 <column alignment="left" valignment="top" width="0" special="@{}l">
16239 <row bottomline="true">
16240 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Standard
16244 Überschrift
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Standard
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Standard
16264 12.
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Standard
16273 6
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 </row>
16279 <row>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Standard
16284 0.
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Standard
16293 68
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 </row>
16299 <row>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Standard
16304 -123.
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Standard
16313 0
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 </row>
16319 </lyxtabular>
16320
16321 \end_inset
16322
16323
16324 \end_layout
16325
16326 \end_inset
16327
16328
16329 \end_layout
16330
16331 \begin_layout Standard
16332 Diese Tabelle wurde als 4×2 Tabelle erstellt.
16333  Die Überschrift ist eine zentrierte Mehrfachspalte.
16334  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
16335  der Zahlen einschließlich Dezimalpunkt.
16336  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
16337  der Zahlen.
16338   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
16339 \family sans
16340 LaTe
16341 \begin_inset ERT
16342 status collapsed
16343
16344 \begin_layout Standard
16345
16346 {}
16347 \end_layout
16348
16349 \end_inset
16350
16351 X-Argument
16352 \family default
16353  für die zweite Spalte folgendes eingefügt:
16354 \end_layout
16355
16356 \begin_layout Standard
16357
16358 \series bold
16359 @{}l
16360 \end_layout
16361
16362 \begin_layout Standard
16363 Tabelle\InsetSpace ~
16364
16365 \begin_inset LatexCommand ref
16366 reference "tab:Verschiedene-Ausrichtungen"
16367
16368 \end_inset
16369
16370  zeigt einige Ausrichtungen.
16371  Für die Ausrichtung der Relationen müssen Sie den 
16372 \family sans
16373 Mittleren\InsetSpace ~
16374 Abstand
16375 \family default
16376  aus der 
16377 \family sans
16378 Mathe-Werkzeugleiste
16379 \family default
16380  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
16381  rechts vom Relationszeichen zu bekommen.
16382 \end_layout
16383
16384 \begin_layout Standard
16385
16386 \color black
16387 \begin_inset Float table
16388 placement h
16389 wide false
16390 sideways false
16391 status open
16392
16393 \begin_layout Standard
16394
16395 \color black
16396 \begin_inset Caption
16397
16398 \begin_layout Standard
16399
16400 \color black
16401 \begin_inset LatexCommand label
16402 name "tab:Verschiedene-Ausrichtungen"
16403
16404 \end_inset
16405
16406
16407 \color inherit
16408 Verschiedene Ausrichtungen
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \begin_layout Standard
16417 \align center
16418
16419 \color black
16420 \begin_inset Tabular
16421 <lyxtabular version="3" rows="4" columns="6">
16422 <features>
16423 <column alignment="right" valignment="top" width="0">
16424 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16425 <column alignment="right" valignment="top" width="0">
16426 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16427 <column alignment="right" valignment="top" width="0">
16428 <column alignment="left" valignment="top" width="0" special="@{}l">
16429 <row bottomline="true">
16430 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Standard
16434 Einheiten
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Standard
16443
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Standard
16452 Exponenten
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Standard
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Standard
16470 Relationen
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Standard
16479
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Standard
16490
16491 \color black
16492 12×
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Standard
16501
16502 \color black
16503 24\InsetSpace \thinspace{}
16504
16505 \color inherit
16506 Flaschen
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Standard
16515
16516 \color black
16517 \begin_inset Formula $10\cdot$
16518 \end_inset
16519
16520
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Standard
16529
16530 \color black
16531 \begin_inset Formula $10^{\mbox{-}17}$
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Standard
16543
16544 \color black
16545 \begin_inset Formula $\Gamma(t)\propto$
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Standard
16557
16558 \color black
16559 \begin_inset Formula $\:\Upsilon(t)$
16560 \end_inset
16561
16562
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 <row>
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Standard
16573
16574 \color black
16575 1024×
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Standard
16584
16585 \color black
16586 768\InsetSpace \thinspace{}
16587 Pixel
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Standard
16596
16597 \color black
16598 \begin_inset Formula $5.78\cdot$
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Standard
16610
16611 \color black
16612 \begin_inset Formula $10^{7}$
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Standard
16624
16625 \color black
16626 \begin_inset Formula $A\ne$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Standard
16638
16639 \color black
16640 \begin_inset Formula $\: B_{\mathrm{red}}$
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 </row>
16649 <row>
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Standard
16654
16655 \color black
16656 32×
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Standard
16665
16666 \color black
16667 6\InsetSpace \thinspace{}
16668 cm
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Standard
16677
16678 \color black
16679 -
16680 \begin_inset Formula $33.5\cdot$
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Standard
16692
16693 \color black
16694 \begin_inset Formula $10^{4}$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Standard
16706
16707 \color black
16708 \begin_inset Formula $\sin(\alpha)\ge$
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Standard
16720
16721 \color black
16722 \begin_inset Formula $\:\sin(\beta)$
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 </lyxtabular>
16732
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \begin_layout Standard
16744 \begin_inset VSpace bigskip
16745 \end_inset
16746
16747 Es gibt auch noch das LaTeX-Paket 
16748 \series bold
16749 dcolumn
16750 \series default
16751
16752 \begin_inset LatexCommand index
16753 name "LaTeX-Pakete ! dcolumn"
16754
16755 \end_inset
16756
16757  mit dem man Zellen ausrichten kann.
16758  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
16759  in den Zellen.
16760  Die erste Spalte von Tabelle\InsetSpace ~
16761
16762 \begin_inset LatexCommand ref
16763 reference "tab:Verschiedene-Ausrichtungen"
16764
16765 \end_inset
16766
16767  wird mit 
16768 \family typewriter
16769 dcolumn
16770 \family default
16771  wie die erste Spalte von Tabelle\InsetSpace ~
16772
16773 \begin_inset LatexCommand ref
16774 reference "tab:Ausrichtung-mit-dem"
16775
16776 \end_inset
16777
16778  aussehen und nur mit ein paar Tricks wie erwartet.
16779  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle\InsetSpace ~
16780
16781 \begin_inset LatexCommand ref
16782 reference "tab:Verschiedene-Ausrichtungen"
16783
16784 \end_inset
16785
16786  ist mit 
16787 \series bold
16788 dcolumn
16789 \series default
16790  nicht möglich.
16791 \end_layout
16792
16793 \begin_layout Standard
16794 \begin_inset Float table
16795 placement h
16796 wide false
16797 sideways false
16798 status open
16799
16800 \begin_layout Standard
16801 \begin_inset Caption
16802
16803 \begin_layout Standard
16804 \begin_inset LatexCommand label
16805 name "tab:Ausrichtung-mit-dem"
16806
16807 \end_inset
16808
16809 Ausrichtung mit dem LaTeX-Paket 
16810 \series bold
16811 dcolumn
16812 \series default
16813 .
16814  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
16815  bekommen.
16816 \begin_inset OptArg
16817 status collapsed
16818
16819 \begin_layout Standard
16820 Ausrichtung mit dem LaTeX-Paket 
16821 \series bold
16822 dcolumn
16823 \end_layout
16824
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \begin_layout Standard
16836 \align center
16837 \begin_inset Tabular
16838 <lyxtabular version="3" rows="4" columns="3">
16839 <features>
16840 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}|">
16841 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}|">
16842 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
16843 <row bottomline="true">
16844 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Standard
16848 Einheiten
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Standard
16857 Einheiten
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Standard
16866 Einheiten
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 </row>
16872 <row>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Standard
16877 12x24\InsetSpace \thinspace{}
16878
16879 \begin_inset Formula $\mbox{Flaschen}$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Standard
16891 12x24\InsetSpace \thinspace{}
16892
16893 \begin_inset Formula $\mbox{Flaschen}$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Standard
16905 12
16906 \begin_inset ERT
16907 status collapsed
16908
16909 \begin_layout Standard
16910
16911
16912 \backslash
16913 times 
16914 \end_layout
16915
16916 \end_inset
16917
16918 24~
16919 \begin_inset Formula $\mbox{Flaschen}$
16920 \end_inset
16921
16922
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 </row>
16928 <row>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Standard
16933 1024x768\InsetSpace \thinspace{}
16934
16935 \begin_inset Formula $\mbox{Pixel}$
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Standard
16947 1024x768\InsetSpace \thinspace{}
16948
16949 \begin_inset Formula $\mbox{Pixel}$
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Standard
16961 1024
16962 \begin_inset ERT
16963 status collapsed
16964
16965 \begin_layout Standard
16966
16967
16968 \backslash
16969 times 
16970 \end_layout
16971
16972 \end_inset
16973
16974 768~
16975 \begin_inset Formula $\mbox{Pixel}$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Standard
16989 32x6\InsetSpace \thinspace{}
16990
16991 \begin_inset Formula $\mbox{cm}$
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Standard
17003 32x6\InsetSpace \thinspace{}
17004
17005 \begin_inset Formula $\mbox{cm}$
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Standard
17017 32
17018 \begin_inset ERT
17019 status collapsed
17020
17021 \begin_layout Standard
17022
17023
17024 \backslash
17025 times 
17026 \end_layout
17027
17028 \end_inset
17029
17030 6~
17031 \begin_inset Formula $\mbox{cm}$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 </lyxtabular>
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \begin_layout Subsection
17053 Angepasste Zellen/Spaltenformat
17054 \begin_inset LatexCommand label
17055 name "uab:Angepasste-Zellen/Spaltenformat"
17056
17057 \end_inset
17058
17059
17060 \begin_inset LatexCommand index
17061 name "Tabellen ! Spaltenformat"
17062
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Standard
17069 Wenn man wie in Abschnitt\InsetSpace ~
17070
17071 \begin_inset LatexCommand ref
17072 reference "uab:Mehrfachspalten-Berechnungen"
17073
17074 \end_inset
17075
17076  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17077  Tabellen mit Mehrfachspalten sehr lästig.
17078  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17079 en definieren:
17080 \end_layout
17081
17082 \begin_layout Standard
17083
17084 \series bold
17085
17086 \backslash
17087 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17088 \end_layout
17089
17090 \begin_layout Standard
17091 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17092 \emph on
17093 b
17094 \emph default
17095
17096 \emph on
17097 c
17098 \emph default
17099
17100 \emph on
17101 l
17102 \emph default
17103
17104 \emph on
17105 m
17106 \emph default
17107
17108 \emph on
17109 p
17110 \emph default
17111  oder 
17112 \emph on
17113 r
17114 \emph default
17115 , weil diese vordefiniert sind.
17116  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17117 \end_layout
17118
17119 \begin_layout Standard
17120 \begin_inset VSpace medskip
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \begin_layout Standard
17127 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17128  Breite könnte das Format so aussehen:
17129 \end_layout
17130
17131 \begin_layout Standard
17132
17133 \series bold
17134
17135 \backslash
17136 newcolumntype{M}[1]{>{
17137 \backslash
17138 centering
17139 \backslash
17140 hspace{0pt}}m{#1}}
17141 \end_layout
17142
17143 \begin_layout Standard
17144 wobei 
17145 \series bold
17146
17147 \backslash
17148 hspace{0pt}
17149 \series default
17150  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17151  Abschnitt\InsetSpace ~
17152
17153 \begin_inset LatexCommand ref
17154 reference "uab:Mehrfache-Zeilen-in"
17155
17156 \end_inset
17157
17158  beschrieben.
17159  Jetzt können Sie mit
17160 \end_layout
17161
17162 \begin_layout Standard
17163
17164 \series bold
17165 M{Breite}
17166 \end_layout
17167
17168 \begin_layout Standard
17169 im 
17170 \family sans
17171 LaTeX-Argument
17172 \family default
17173  im 
17174 \family sans
17175 Tabellen-Einstellungen
17176 \family default
17177 -Dialog eine Mehrfachspalten definieren.
17178 \end_layout
17179
17180 \begin_layout Standard
17181 \begin_inset VSpace bigskip
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \begin_layout Standard
17188 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17189  Format definieren:
17190 \end_layout
17191
17192 \begin_layout Standard
17193
17194 \series bold
17195
17196 \backslash
17197 newcolumntype{S}[2]{>{
17198 \backslash
17199 centering
17200 \backslash
17201 hspace{0pt}}
17202 \newline
17203
17204 \begin_inset ERT
17205 status collapsed
17206
17207 \begin_layout Standard
17208
17209
17210 \backslash
17211 phantom{
17212 \end_layout
17213
17214 \end_inset
17215
17216
17217 \backslash
17218 newcolumntype{S}[2]
17219 \begin_inset ERT
17220 status collapsed
17221
17222 \begin_layout Standard
17223
17224 }
17225 \end_layout
17226
17227 \end_inset
17228
17229 m{(#1+(2
17230 \backslash
17231 tabcolsep+
17232 \backslash
17233 arrayrulewidth)*(1-#2))/#2}}
17234 \end_layout
17235
17236 \begin_layout Standard
17237 Diese Format benutzt Gleichung\InsetSpace ~
17238
17239 \begin_inset LatexCommand ref
17240 reference "eq:Wgn"
17241
17242 \end_inset
17243
17244 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17245  breit ist.
17246 \end_layout
17247
17248 \begin_layout Standard
17249 Jetzt können Sie im 
17250 \family sans
17251 LaTeX-Argument
17252 \family default
17253  im 
17254 \family sans
17255 Tabellen-Einstellungen
17256 \family default
17257 -Dialog folgendes einfügen:
17258 \end_layout
17259
17260 \begin_layout Standard
17261
17262 \series bold
17263 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17264 \end_layout
17265
17266 \begin_layout Standard
17267 \begin_inset VSpace bigskip
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \begin_layout Standard
17274 Für farbige Spalten können Sie folgendes einfügen:
17275 \end_layout
17276
17277 \begin_layout Standard
17278
17279 \series bold
17280
17281 \backslash
17282 newcolumntype{K}[1]{>{
17283 \backslash
17284 columncolor{#1}
17285 \backslash
17286 hspace{0pt}}c}
17287 \end_layout
17288
17289 \begin_layout Standard
17290 Das 
17291 \begin_inset Quotes gld
17292 \end_inset
17293
17294 c
17295 \begin_inset Quotes grd
17296 \end_inset
17297
17298  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
17299  zentriert ist.
17300  Jetzt können Sie als 
17301 \family sans
17302 LaTeX-Argument
17303 \family default
17304  folgendes einfügen:
17305 \end_layout
17306
17307 \begin_layout Standard
17308
17309 \series bold
17310 K{Farbname}
17311 \end_layout
17312
17313 \begin_layout Standard
17314 \begin_inset VSpace bigskip
17315 \end_inset
17316
17317
17318 \end_layout
17319
17320 \begin_layout Standard
17321 Für Tabelle\InsetSpace ~
17322
17323 \begin_inset LatexCommand ref
17324 reference "tab:Tabelle-mit-benutzerdefinierte"
17325
17326 \end_inset
17327
17328  wurden folgende 
17329 \family sans
17330 LaTeX-Argumente
17331 \family default
17332  benutzt:
17333 \end_layout
17334
17335 \begin_layout Standard
17336
17337 \series bold
17338 M{2.5cm}
17339 \end_layout
17340
17341 \begin_layout Standard
17342 für die erste Spalte und die Mehrfachspalte,
17343 \end_layout
17344
17345 \begin_layout Standard
17346
17347 \series bold
17348 K{red}
17349 \end_layout
17350
17351 \begin_layout Standard
17352 für die letzte Spalte und
17353 \end_layout
17354
17355 \begin_layout Standard
17356
17357 \series bold
17358 S{2.5cm}{2}
17359 \end_layout
17360
17361 \begin_layout Standard
17362 für die Spalten in der zweiten Mehrfachspalte.
17363 \end_layout
17364
17365 \begin_layout Standard
17366 \begin_inset Float table
17367 placement h
17368 wide false
17369 sideways false
17370 status open
17371
17372 \begin_layout Standard
17373 \begin_inset Caption
17374
17375 \begin_layout Standard
17376 \begin_inset LatexCommand label
17377 name "tab:Tabelle-mit-benutzerdefinierte"
17378
17379 \end_inset
17380
17381 Tabelle mit benutzerdefinierte Formaten
17382 \end_layout
17383
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \begin_layout Standard
17390 \align center
17391 \begin_inset Tabular
17392 <lyxtabular version="3" rows="3" columns="4">
17393 <features>
17394 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
17395 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
17396 <column alignment="center" valignment="middle" leftline="true" width="0">
17397 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
17398 <row topline="true">
17399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Standard
17403 einsehrlangesWort
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
17409 \begin_inset Text
17410
17411 \begin_layout Standard
17412 Mehrfachspalte mit mehreren Zeilen
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Standard
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Standard
17430 c
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 <row topline="true">
17437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Standard
17441 d
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Standard
17450 e
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Standard
17459 f
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Standard
17468 g
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row topline="true" bottomline="true">
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Standard
17479 h
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Standard
17488 i
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Standard
17497 j
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Standard
17506 k
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 </lyxtabular>
17513
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \begin_layout Subsection
17525 Liniendicke
17526 \begin_inset LatexCommand label
17527 name "uab:Liniendicke"
17528
17529 \end_inset
17530
17531
17532 \begin_inset LatexCommand index
17533 name "Tabellen  ! Linien ! -dicke"
17534
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \begin_layout Standard
17541 Die Liniendicke für alle Linien einer Tabelle kann mit 
17542 \series bold
17543
17544 \backslash
17545 arrayrulewidth
17546 \series default
17547  eingestellt werden.
17548  Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17549 pt, wie in Tabelle\InsetSpace ~
17550
17551 \begin_inset LatexCommand ref
17552 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
17553
17554 \end_inset
17555
17556  zu bekommen, geben Sie den Befehl
17557 \end_layout
17558
17559 \begin_layout Standard
17560
17561 \series bold
17562
17563 \backslash
17564 setlength{
17565 \backslash
17566 arrayrulewidth}{1.5pt}
17567 \end_layout
17568
17569 \begin_layout Standard
17570 als ERT vor der (Gleitobjekt-)Tabelle ein.
17571  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
17572  Mit
17573 \end_layout
17574
17575 \begin_layout Standard
17576
17577 \series bold
17578
17579 \backslash
17580 setlength{
17581 \backslash
17582 arrayrulewidth}{0.4pt}
17583 \end_layout
17584
17585 \begin_layout Standard
17586 bekommen Sie wieder die Standarddicke.
17587 \end_layout
17588
17589 \begin_layout Standard
17590 \begin_inset ERT
17591 status collapsed
17592
17593 \begin_layout Standard
17594
17595
17596 \backslash
17597 setlength{
17598 \backslash
17599 arrayrulewidth}{1.5pt}
17600 \end_layout
17601
17602 \end_inset
17603
17604
17605 \begin_inset Float table
17606 placement H
17607 wide false
17608 sideways false
17609 status open
17610
17611 \begin_layout Standard
17612 \begin_inset Caption
17613
17614 \begin_layout Standard
17615 \begin_inset LatexCommand label
17616 name "tab:Tabelle-mit-1.5pt-Liniendicke"
17617
17618 \end_inset
17619
17620 Tabelle mit 1.5\InsetSpace \thinspace{}
17621 pt Liniendicke
17622 \end_layout
17623
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \begin_layout Standard
17630 \align center
17631 \begin_inset Tabular
17632 <lyxtabular version="3" rows="3" columns="3">
17633 <features>
17634 <column alignment="center" valignment="top" leftline="true" width="0">
17635 <column alignment="center" valignment="top" leftline="true" width="0">
17636 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17637 <row topline="true">
17638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Standard
17642 sd
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Standard
17651
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Standard
17660
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 </row>
17666 <row topline="true">
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Standard
17671
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Standard
17680 sd
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Standard
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row topline="true" bottomline="true">
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Standard
17700
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Standard
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Standard
17718 sd
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 </row>
17724 </lyxtabular>
17725
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \end_inset
17732
17733
17734 \begin_inset ERT
17735 status collapsed
17736
17737 \begin_layout Standard
17738
17739
17740 \backslash
17741 setlength{
17742 \backslash
17743 arrayrulewidth}{0.4pt}
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Standard
17752 \begin_inset VSpace bigskip
17753 \end_inset
17754
17755 Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17756 pt nur für horizontale Linien zu bekommen, wie
17757  in Tabelle\InsetSpace ~
17758
17759 \begin_inset LatexCommand ref
17760 reference "tab:Tabelle-mit-1.5pt-horiz"
17761
17762 \end_inset
17763
17764 , müssen Sie folgende Befehle als ERT vor der (Gleitobjekt-)Tabelle einfügen:
17765 \end_layout
17766
17767 \begin_layout Standard
17768
17769 \series bold
17770
17771 \backslash
17772 let
17773 \backslash
17774 myHline
17775 \backslash
17776 hline
17777 \newline
17778
17779 \backslash
17780 renewcommand{
17781 \backslash
17782 hline}
17783 \newline
17784  {
17785 \backslash
17786 noalign{
17787 \backslash
17788 global
17789 \backslash
17790 arrayrulewidth 1.5pt}
17791 \newline
17792  
17793 \backslash
17794 myHline
17795 \backslash
17796 noalign{
17797 \backslash
17798 global
17799 \backslash
17800 arrayrulewidth 0.4pt}}
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Die Standarddicke erhalten Sie mit folgendem Befehl als ERT hinter der (Gleit\SpecialChar \-
17805 obj
17806 ekt-)Tabelle zurück:
17807 \end_layout
17808
17809 \begin_layout Standard
17810
17811 \series bold
17812
17813 \backslash
17814 renewcommand{
17815 \backslash
17816 hline}{
17817 \backslash
17818 myHline}
17819 \end_layout
17820
17821 \begin_layout Standard
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Standard
17826
17827
17828 \backslash
17829 let
17830 \backslash
17831 myHline
17832 \backslash
17833 hline
17834 \end_layout
17835
17836 \begin_layout Standard
17837
17838
17839 \backslash
17840 renewcommand{
17841 \backslash
17842 hline}
17843 \end_layout
17844
17845 \begin_layout Standard
17846
17847  {
17848 \backslash
17849 noalign{
17850 \backslash
17851 global
17852 \backslash
17853 arrayrulewidth 1.5pt}
17854 \end_layout
17855
17856 \begin_layout Standard
17857
17858   
17859 \backslash
17860 myHline
17861 \backslash
17862 noalign{
17863 \backslash
17864 global
17865 \backslash
17866 arrayrulewidth 0.4pt}}
17867 \end_layout
17868
17869 \end_inset
17870
17871
17872 \begin_inset Float table
17873 placement h
17874 wide false
17875 sideways false
17876 status open
17877
17878 \begin_layout Standard
17879 \begin_inset Caption
17880
17881 \begin_layout Standard
17882 \begin_inset LatexCommand label
17883 name "tab:Tabelle-mit-1.5pt-horiz"
17884
17885 \end_inset
17886
17887 Tabelle mit 1.5\InsetSpace \thinspace{}
17888 pt dicken horizontalen Linien
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \begin_layout Standard
17897 \align center
17898 \begin_inset Tabular
17899 <lyxtabular version="3" rows="3" columns="3">
17900 <features>
17901 <column alignment="center" valignment="top" leftline="true" width="0">
17902 <column alignment="center" valignment="top" leftline="true" width="0">
17903 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17904 <row topline="true">
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Standard
17909 sd
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Standard
17918
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Standard
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 </row>
17933 <row topline="true">
17934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Standard
17938
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Standard
17947 sd
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Standard
17956
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 <row topline="true" bottomline="true">
17963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Standard
17967
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Standard
17976
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Standard
17985 sd
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 </row>
17991 </lyxtabular>
17992
17993 \end_inset
17994
17995
17996 \end_layout
17997
17998 \end_inset
17999
18000
18001 \begin_inset ERT
18002 status collapsed
18003
18004 \begin_layout Standard
18005
18006
18007 \backslash
18008 renewcommand{
18009 \backslash
18010 hline}{
18011 \backslash
18012 myHline}
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \end_layout
18019
18020 \begin_layout Standard
18021 \begin_inset VSpace bigskip
18022 \end_inset
18023
18024 Um die Liniendicke von 1.5\InsetSpace \thinspace{}
18025 pt nur für vertikale Linien zu bekommen, müssen
18026  Sie im LaTeX-Vorspann folgendes Spaltenformat entsprechend der Beschreibung
18027  in Abschnitt\InsetSpace ~
18028
18029 \begin_inset LatexCommand ref
18030 reference "uab:Angepasste-Zellen/Spaltenformat"
18031
18032 \end_inset
18033
18034 definieren:
18035 \end_layout
18036
18037 \begin_layout Standard
18038
18039 \series bold
18040
18041 \backslash
18042 newcolumntype{V}{!{
18043 \backslash
18044 vrule width 1.5pt}}
18045 \end_layout
18046
18047 \begin_layout Standard
18048 In Tabelle\InsetSpace ~
18049
18050 \begin_inset LatexCommand ref
18051 reference "tab:Tabelle-mit-1.5pt-vert"
18052
18053 \end_inset
18054
18055  wurde das 
18056 \family sans
18057 LaTe
18058 \begin_inset ERT
18059 status collapsed
18060
18061 \begin_layout Standard
18062
18063 {}
18064 \end_layout
18065
18066 \end_inset
18067
18068 X-Argument
18069 \family default
18070 \series bold
18071  VcV
18072 \series default
18073  für die letzte Spalte und
18074 \series bold
18075  Vc
18076 \series default
18077  für die anderen benutzt.
18078 \end_layout
18079
18080 \begin_layout Standard
18081 \begin_inset Float table
18082 placement H
18083 wide false
18084 sideways false
18085 status open
18086
18087 \begin_layout Standard
18088 \begin_inset Caption
18089
18090 \begin_layout Standard
18091 \begin_inset LatexCommand label
18092 name "tab:Tabelle-mit-1.5pt-vert"
18093
18094 \end_inset
18095
18096 Tabelle mit 1.5\InsetSpace \thinspace{}
18097 pt dicken vertikalen Linien
18098 \end_layout
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \begin_layout Standard
18106 \align center
18107 \begin_inset Tabular
18108 <lyxtabular version="3" rows="3" columns="3">
18109 <features>
18110 <column alignment="center" valignment="top" width="0" special="Vc">
18111 <column alignment="center" valignment="top" width="0" special="Vc">
18112 <column alignment="center" valignment="top" width="0" special="VcV">
18113 <row topline="true">
18114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Standard
18118 sd
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Standard
18127
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Standard
18136
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 </row>
18142 <row topline="true">
18143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Standard
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Standard
18156 sd
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Standard
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 </row>
18171 <row topline="true" bottomline="true">
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Standard
18176
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Standard
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Standard
18194 sd
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 </lyxtabular>
18201
18202 \end_inset
18203
18204
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Subsection
18213 Gestrichelte Linien
18214 \begin_inset LatexCommand index
18215 name "Tabellen  ! Linien ! gestrichelte "
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Standard
18223 \begin_inset ERT
18224 status collapsed
18225
18226 \begin_layout Standard
18227
18228
18229 \backslash
18230 ifarydshln
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \begin_inset Note Note
18237 status open
18238
18239 \begin_layout Standard
18240 Die folgende Tabelle wird nur gedruckt, wenn das LaTeX-Paket 
18241 \series bold
18242 arydshln
18243 \series default
18244  installiert ist.
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \begin_inset Float table
18254 placement h
18255 wide false
18256 sideways false
18257 status open
18258
18259 \begin_layout Standard
18260 \begin_inset Caption
18261
18262 \begin_layout Standard
18263 \begin_inset LatexCommand label
18264 name "tab:Tabelle-mit-gestrichelten"
18265
18266 \end_inset
18267
18268 Tabelle mit gestrichelten Linien
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Standard
18277 \align center
18278 \begin_inset Tabular
18279 <lyxtabular version="3" rows="5" columns="5">
18280 <features>
18281 <column alignment="center" valignment="top" leftline="true" width="0">
18282 <column alignment="center" valignment="top" leftline="true" width="0">
18283 <column alignment="center" valignment="top" width="0" special=":c">
18284 <column alignment="center" valignment="top" leftline="true" width="0">
18285 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18286 <row topline="true" bottomline="true">
18287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Standard
18291 a
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Standard
18300 b
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Standard
18309 c
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Standard
18318 d
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Standard
18327 e
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 </row>
18333 <row topline="true">
18334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Standard
18338 f
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Standard
18347 g
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Standard
18356 h
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Standard
18365 i
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Standard
18374 j
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 </row>
18380 <row>
18381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18382 \begin_inset Text
18383
18384 \begin_layout Standard
18385 \begin_inset ERT
18386 status collapsed
18387
18388 \begin_layout Standard
18389
18390
18391 \backslash
18392 hdashline 
18393 \end_layout
18394
18395 \end_inset
18396
18397 k
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Standard
18406 l
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Standard
18415 m
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Standard
18424 n
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Standard
18433 o
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 </row>
18439 <row topline="true">
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Standard
18444 \begin_inset ERT
18445 status collapsed
18446
18447 \begin_layout Standard
18448
18449
18450 \backslash
18451 cdashline{4-5}
18452 \end_layout
18453
18454 \end_inset
18455
18456 p
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Standard
18465 q
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
18471 \begin_inset Text
18472
18473 \begin_layout Standard
18474 r
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
18480 \begin_inset Text
18481
18482 \begin_layout Standard
18483 s
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Standard
18492
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 </row>
18498 <row topline="true" bottomline="true">
18499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Standard
18503 t
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Standard
18512 u
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Standard
18521 v
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Standard
18530 w
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Standard
18539 x
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 </row>
18545 </lyxtabular>
18546
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Standard
18558 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
18559  ERT benutzen.
18560  Zunächst müssen Sie das LaTeX-Paket 
18561 \series bold
18562 arydshln
18563 \series default
18564
18565 \begin_inset LatexCommand index
18566 name "LaTeX-Pakete ! arydshln"
18567
18568 \end_inset
18569
18570  im LaTeX-Vorspann geladen werden:
18571 \end_layout
18572
18573 \begin_layout Standard
18574
18575 \series bold
18576
18577 \backslash
18578 usepackage{arydshln}
18579 \end_layout
18580
18581 \begin_layout Standard
18582 Um senkrechte Linien zu stricheln, müssen Sie im 
18583 \family sans
18584 LaTe
18585 \begin_inset ERT
18586 status collapsed
18587
18588 \begin_layout Standard
18589
18590 {}
18591 \end_layout
18592
18593 \end_inset
18594
18595 X-Argument
18596 \family default
18597  des 
18598 \family sans
18599 Tabellen-Einstellungen
18600 \family default
18601 -Dialogs 
18602 \begin_inset Quotes gld
18603 \end_inset
18604
18605 :
18606 \begin_inset Quotes grd
18607 \end_inset
18608
18609 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
18610 \end_layout
18611
18612 \begin_layout Standard
18613 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
18614 \end_layout
18615
18616 \begin_layout Standard
18617
18618 \series bold
18619
18620 \backslash
18621 hdashline
18622 \end_layout
18623
18624 \begin_layout Standard
18625 als ERT als erstes in die erste Zelle einer Zeile einfügen.
18626 \end_layout
18627
18628 \begin_layout Standard
18629 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
18630 \end_layout
18631
18632 \begin_layout Standard
18633
18634 \series bold
18635
18636 \backslash
18637 cdashline{Anfangsspalte-Endspalte}
18638 \end_layout
18639
18640 \begin_layout Standard
18641 als ERT als erstes in die erste Zelle einer Zeile eingefügt.
18642  Wenn Sie z.\InsetSpace \thinspace{}
18643 B.
18644  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
18645  gestrichelte Linie haben, fügen Sie diesen Befehl
18646 \end_layout
18647
18648 \begin_layout Standard
18649
18650 \series bold
18651
18652 \backslash
18653 cdashline{2-4}
18654 \end_layout
18655
18656 \begin_layout Standard
18657 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
18658 \end_layout
18659
18660 \begin_layout Standard
18661 \begin_inset VSpace bigskip
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \begin_layout Standard
18668 In Tabelle\InsetSpace ~
18669
18670 \begin_inset LatexCommand ref
18671 reference "tab:Tabelle-mit-gestrichelten"
18672
18673 \end_inset
18674
18675  wurde der dritten Spalte der Befehl
18676 \series bold
18677  
18678 \series default
18679
18680 \begin_inset Quotes gld
18681 \end_inset
18682
18683
18684 \series bold
18685 :c
18686 \begin_inset Quotes grd
18687 \end_inset
18688
18689
18690 \series default
18691  benutzt.
18692  Der Befehl 
18693 \series bold
18694
18695 \backslash
18696 hdashline
18697 \series default
18698  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
18699 \newline
18700  
18701 \series bold
18702
18703 \backslash
18704 cdashline{4-5} 
18705 \series default
18706 wurde in die erste Zelle der vierten Zeile eingefügt.
18707 \end_layout
18708
18709 \begin_layout Standard
18710 \begin_inset Note Greyedout
18711 status open
18712
18713 \begin_layout Standard
18714
18715 \series bold
18716 Bemerkung:
18717 \series default
18718  Das LaTeX-Paket 
18719 \series bold
18720 arydshln
18721 \series default
18722  ist nicht kompatibel dem LaTeX-Paket 
18723 \series bold
18724 colortbl
18725 \series default
18726
18727 \begin_inset LatexCommand index
18728 name "LaTeX-Pakete ! colortbl"
18729
18730 \end_inset
18731
18732 , das für die farbigen Tabellen in Abschnitt\InsetSpace ~
18733
18734 \begin_inset LatexCommand ref
18735 reference "abs:Farbige-Tabellen"
18736
18737 \end_inset
18738
18739  benutzt wurde.
18740  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Standard
18753
18754
18755 \backslash
18756 else
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \begin_inset Note Note
18763 status open
18764
18765 \begin_layout Standard
18766 Die folgende Tabelle wird gedruckt, wenn das LaTeX-Paket 
18767 \series bold
18768 arydshln
18769 \series default
18770  nicht installiert ist:
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 Sie müssen das LaTeX-Paket 
18780 \series bold
18781 arydshln
18782 \series default
18783  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18784 \end_layout
18785
18786 \begin_layout Standard
18787 \begin_inset ERT
18788 status collapsed
18789
18790 \begin_layout Standard
18791
18792
18793 \backslash
18794 fi
18795 \end_layout
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \begin_layout Chapter
18803 Gleitobjekte
18804 \begin_inset LatexCommand label
18805 name "kap:Gleitobjekte"
18806
18807 \end_inset
18808
18809
18810 \begin_inset LatexCommand index
18811 name "Gleitobjekte"
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Section
18819 Einleitung
18820 \begin_inset LatexCommand label
18821 name "abs:Gleitobjekte-Einleitung"
18822
18823 \end_inset
18824
18825
18826 \begin_inset LatexCommand index
18827 name "Gleitobjekte ! Einleitung"
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
18836  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
18837  der beste Platz ist.
18838  
18839 \family sans
18840 Fußnoten
18841 \family default
18842  und 
18843 \family sans
18844 Randnotizen
18845 \family default
18846  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
18847  wenn auf ihrer Seite schon zu viele sind.
18848 \end_layout
18849
18850 \begin_layout Standard
18851 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
18852  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
18853  um weiße Flächen und Seiten ohne Text zu vermeiden.
18854  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
18855  kann im Text auf ein Gleitobjekt verwiesen werden.
18856  Gleitobjekte sind deshalb nummeriert.
18857  Querverweise werden in Abschnitt\InsetSpace ~
18858
18859 \begin_inset LatexCommand ref
18860 reference "abs:Auf-Gleitobjekte-verweisen"
18861
18862 \end_inset
18863
18864  beschrieben.
18865 \end_layout
18866
18867 \begin_layout Standard
18868 Ein Gleitobjekt wird mit 
18869 \family sans
18870 Einfügen\SpecialChar \menuseparator
18871 Gleitobjekt\SpecialChar \menuseparator
18872 Algorithmus/Abbildung/Ta\SpecialChar \-
18873 belle/Umflossenes\InsetSpace ~
18874 Gleitobjekt
18875 \family default
18876  eingefügt.
18877  Für Abbildungen oder Tabellen können Sie auch auf 
18878 \begin_inset Graphics
18879         filename ../../images/float-insert_figure.xpm
18880         scale 70
18881         scaleBeforeRotation
18882         BoundingBox 0bp 6bp 22bp 22bp
18883
18884 \end_inset
18885
18886  oder 
18887 \begin_inset Graphics
18888         filename ../../images/float-insert_table.xpm
18889         scale 70
18890         scaleBeforeRotation
18891         BoundingBox 0bp 6bp 22bp 22bp
18892
18893 \end_inset
18894
18895  klicken.
18896  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
18897  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
18898  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
18899  #:).
18900  Statt # sehen Sie die von LyX vergebene Nummer.
18901  In das schmale Feld nach der Marke können Sie den Titel schreiben.
18902  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
18903  eingefügt.
18904  In Abschnitt\InsetSpace ~
18905 \InsetSpace ~
18906
18907 \begin_inset LatexCommand ref
18908 reference "abs:Titel-Platzierung"
18909
18910 \end_inset
18911
18912  finden Sie mehr über die Platzierung des Titels.
18913  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
18914  auch wieder geöffnet.
18915  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
18916 \begin_inset Graphics
18917         filename clipart/GleitobjektQt4.png
18918         scale 70
18919         scaleBeforeRotation
18920         BoundingBox 0bp 6bp 128bp 22bp
18921
18922 \end_inset
18923
18924  -- ein graues Kästchen mit roter Beschriftung.
18925 \end_layout
18926
18927 \begin_layout Standard
18928 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
18929  Gleitobjekte in einem eigenen Absatz einzufügen.
18930 \end_layout
18931
18932 \begin_layout Standard
18933 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
18934  indem Sie sie markieren und dann auf 
18935 \begin_inset Graphics
18936         filename ../../images/float-insert_figure.xpm
18937         scale 70
18938         scaleBeforeRotation
18939         BoundingBox 0bp 6bp 22bp 22bp
18940
18941 \end_inset
18942
18943  oder 
18944 \begin_inset Graphics
18945         filename ../../images/float-insert_table.xpm
18946         scale 70
18947         scaleBeforeRotation
18948         BoundingBox 0bp 6bp 22bp 22bp
18949
18950 \end_inset
18951
18952  klicken.
18953 \end_layout
18954
18955 \begin_layout Section
18956 Gleitobjekt-Typen
18957 \begin_inset LatexCommand index
18958 name "Gleitobjekte ! Typen"
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Standard
18966 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt\InsetSpace ~
18967
18968 \begin_inset LatexCommand ref
18969 reference "abs:Gleitende-Abbildungen"
18970
18971 \end_inset
18972
18973  und 
18974 \begin_inset LatexCommand ref
18975 reference "abs:Gleitende-Tabellen"
18976
18977 \end_inset
18978
18979  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
18980 \end_layout
18981
18982 \begin_layout Subsection
18983 Gleitobjekt-Algorithmen
18984 \begin_inset LatexCommand index
18985 name "Gleitobjekte ! Algorithmen"
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \begin_layout Standard
18993 \begin_inset Float algorithm
18994 placement h
18995 wide false
18996 sideways false
18997 status open
18998
18999 \begin_layout Standard
19000 \begin_inset Caption
19001
19002 \begin_layout Standard
19003 \begin_inset LatexCommand label
19004 name "alg:Ein-Gleitobjekt-Algorithmus"
19005
19006 \end_inset
19007
19008 Ein Gleitobjekt-Algorithmus 
19009 \end_layout
19010
19011 \end_inset
19012
19013
19014 \end_layout
19015
19016 \begin_layout LyX-Code
19017 for I in 1..N loop
19018 \newline
19019  Sum:= Sum + A(I); /*Kommentar*/
19020 \newline
19021 end loop
19022 \begin_inset VSpace -4mm
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \begin_layout Standard
19034 Dieser Typ wird mit 
19035 \family sans
19036 Einfügen\SpecialChar \menuseparator
19037 Gleitobjekt\SpecialChar \menuseparator
19038 Algorithmus
19039 \family default
19040  eingefügt.
19041  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19042  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19043  Eine mögliche Absatz-Umgebung hier für ist 
19044 \family sans
19045 LyX-Code
19046 \family default
19047 , beschrieben im 
19048 \emph on
19049 Benutzerhandbuch
19050 \emph default
19051 .
19052  In Algorithmus\InsetSpace ~
19053
19054 \begin_inset LatexCommand ref
19055 reference "alg:Ein-Gleitobjekt-Algorithmus"
19056
19057 \end_inset
19058
19059  wurden am Ende -0.4\InsetSpace \thinspace{}
19060 cm vertikaler Abstand eingefügt, damit die untere Linie
19061  direkt unter der letzten Zeile gedruckt wird.
19062 \end_layout
19063
19064 \begin_layout Standard
19065 Die Marke 
19066 \emph on
19067 Algorithmus
19068 \emph default
19069  wird nicht automatisch in die druckbare Version übernommen, sondern das
19070  englische Wort 
19071 \emph on
19072 Algorithm
19073 \emph default
19074  verwendet.
19075  Soll
19076 \emph on
19077  Algorithmus
19078 \emph default
19079  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19080 \end_layout
19081
19082 \begin_layout Standard
19083
19084 \series bold
19085
19086 \backslash
19087 floatname{algorithm}{Algorithmus}
19088 \end_layout
19089
19090 \begin_layout Description
19091
19092 \series bold
19093 Bemerkung:
19094 \series default
19095  Wenn Sie das LaTeX-Paket 
19096 \series bold
19097 hyperref
19098 \series default
19099
19100 \begin_inset LatexCommand index
19101 name "LaTeX-Pakete ! hyperref"
19102
19103 \end_inset
19104
19105  benutzen, um in PDF-Dateien auf Gleitobjekte zu verweisen, muss es im LaTeX-Vor
19106 spann vor der Definition der Gleitobjekte geladen werden.
19107  Weil LyX Gleitobjekt-Definitionen automatisch vor den editierbaren Teil
19108  des LaTeX-Vorspanns schreibt, müssen Sie 
19109 \emph on
19110 nach
19111 \emph default
19112  dem Laden von 
19113 \series bold
19114 hyperref
19115 \series default
19116  folgende Befehle einfügen:
19117 \series bold
19118
19119 \begin_inset VSpace defskip
19120 \end_inset
19121
19122
19123 \newline
19124
19125 \backslash
19126 newfloat{Xalgorithm}{tbp}{loa}
19127 \newline
19128
19129 \backslash
19130 floatname{Xalgorithm}{Ihr\InsetSpace ~
19131 Name}
19132 \newline
19133
19134 \backslash
19135 newcommand{
19136 \backslash
19137 theHalgorithm}{
19138 \backslash
19139 theHXalgorithm}
19140 \newline
19141
19142 \backslash
19143 renewenvironment{algorithm}[1][tbp]
19144 \newline
19145
19146 \begin_inset ERT
19147 status collapsed
19148
19149 \begin_layout Standard
19150
19151
19152 \backslash
19153 hphantom{ }
19154 \end_layout
19155
19156 \end_inset
19157
19158 {
19159 \backslash
19160 begin{Xalgorithm}[#1]}{
19161 \backslash
19162 end{Xalgorithm}}
19163 \begin_inset VSpace defskip
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19171  nach dem Schema 
19172 \begin_inset Quotes gld
19173 \end_inset
19174
19175 Kapitelnummer.Algorithmusnummer
19176 \begin_inset Quotes grd
19177 \end_inset
19178
19179  nummeriert.
19180  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19181  einfügen:
19182 \end_layout
19183
19184 \begin_layout Standard
19185
19186 \series bold
19187
19188 \backslash
19189 numberwithin{algorithm}{chapter}
19190 \end_layout
19191
19192 \begin_layout Standard
19193 Wenn Sie 
19194 \series bold
19195 hyperref
19196 \series default
19197  benutzen, heißt der Befehl
19198 \end_layout
19199
19200 \begin_layout Standard
19201
19202 \series bold
19203
19204 \backslash
19205 numberwithin{Xalgorithm}{chapter}
19206 \end_layout
19207
19208 \begin_layout Standard
19209 Um 
19210 \series bold
19211
19212 \backslash
19213 numberwithin
19214 \series default
19215  benutzen zu können, muss in den 
19216 \family sans
19217 Mathe\InsetSpace ~
19218 Optionen
19219 \family default
19220  der 
19221 \family sans
19222 Dokument-Einstellungen
19223 \family default
19224  
19225 \family sans
19226 AMS\InsetSpace ~
19227 Mathe\InsetSpace ~
19228 Paket
19229 \family default
19230 \InsetSpace ~
19231
19232 \family sans
19233 verwenden
19234 \family default
19235  angekreuzt sein.
19236 \end_layout
19237
19238 \begin_layout Subsection
19239 Textumflossenes [Gleit]Objekt
19240 \begin_inset LatexCommand label
19241 name "uab:Textumflossenes-[Gleit]Objekt"
19242
19243 \end_inset
19244
19245
19246 \begin_inset LatexCommand index
19247 name "Gleitobjekte ! textumflossene"
19248
19249 \end_inset
19250
19251
19252 \end_layout
19253
19254 \begin_layout Standard
19255 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
19256  werden, wo sie definiert wurden.
19257  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
19258 \emph on
19259 fließen
19260 \emph default
19261  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
19262  übrig lässt.
19263  Er wird mit dem Befehl 
19264 \begin_inset Wrap figure
19265 placement l
19266 width "40col%"
19267 status open
19268
19269 \begin_layout Standard
19270 \begin_inset Graphics
19271         filename ../clipart/mobius.eps
19272         display color
19273         width 40col%
19274         scaleBeforeRotation
19275         rotateOrigin center
19276
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \begin_layout Standard
19283 \begin_inset Caption
19284
19285 \begin_layout Standard
19286 \begin_inset LatexCommand label
19287 name "abb:This-is-a"
19288
19289 \end_inset
19290
19291 Dies ist eine umflossene Gleitobjekt-Abbildung
19292 \begin_inset VSpace medskip
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \end_inset
19304
19305  
19306 \family sans
19307 Einfügen\SpecialChar \menuseparator
19308 Gleitobjekt\SpecialChar \menuseparator
19309 Umflossenes Gleit-ob\SpecialChar \-
19310 jekt
19311 \family default
19312  eingefügt, wenn das LaTeX-Paket 
19313 \series bold
19314 f\SpecialChar \textcompwordmark{}
19315 loatf\SpecialChar \textcompwordmark{}
19316 lt
19317 \series default
19318
19319 \begin_inset LatexCommand index
19320 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
19321
19322 \end_inset
19323
19324  installiert ist.
19325 \begin_inset Foot
19326 status collapsed
19327
19328 \begin_layout Standard
19329 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
19330 \emph on
19331 LaTeX\InsetSpace ~
19332 Konfiguration
19333 \emph default
19334  beschrieben.
19335 \end_layout
19336
19337 \end_inset
19338
19339  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
19340 klick auf
19341  das 
19342 \family sans
19343 Umflossenes\InsetSpace ~
19344 Gleitobjekt
19345 \family default
19346 -Kästchen ändern.
19347  Abbildung\InsetSpace ~
19348
19349 \begin_inset LatexCommand ref
19350 reference "abb:This-is-a"
19351
19352 \end_inset
19353
19354  ist zum Beispiel ein textumflossenes Objekt, das 40% der Spaltenbreite
19355  einnimmt.
19356 \begin_inset Foot
19357 status collapsed
19358
19359 \begin_layout Standard
19360 Die benutzbaren Einheiten werden in Anhang\InsetSpace ~
19361
19362 \begin_inset LatexCommand ref
19363 reference "kap:In-LyX-verfügbare"
19364
19365 \end_inset
19366
19367  beschrieben.
19368 \end_layout
19369
19370 \end_inset
19371
19372  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
19373  umgebenden Test zu trennen.
19374 \end_layout
19375
19376 \begin_layout Standard
19377 Mit dem LaTeX-Paket 
19378 \series bold
19379 f\SpecialChar \textcompwordmark{}
19380 loatf\SpecialChar \textcompwordmark{}
19381 lt
19382 \series default
19383  können auch textumflossene Tabellen erstellt werden, aber LyX unterstützt
19384  das (noch) nicht.
19385  In der 
19386 \series bold
19387 f\SpecialChar \textcompwordmark{}
19388 loatf\SpecialChar \textcompwordmark{}
19389 lt
19390 \series default
19391 -Dokumentation
19392 \begin_inset LatexCommand cite
19393 key "floatflt"
19394
19395 \end_inset
19396
19397  wird beschrieben, wie es geht.
19398  Wenn Sie es mit LyX machen, wird der Titel mit 
19399 \emph on
19400 Abbildung
19401 \emph default
19402  anfangen.
19403 \end_layout
19404
19405 \begin_layout Standard
19406 \begin_inset Note Greyedout
19407 status open
19408
19409 \begin_layout Standard
19410
19411 \series bold
19412 Bemerkung:
19413 \series default
19414  Textumflossene Objekte sind sehr 
19415 \emph on
19416 zerbrechlich
19417 \emph default
19418 .
19419  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
19420  dass sie gar nicht oder über anderen Text gedruckt wird.
19421 \end_layout
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \begin_layout Standard
19429
19430 \series bold
19431 Weitere
19432 \series default
19433  
19434 \series bold
19435 Bemerkungen
19436 \series default
19437 :
19438 \end_layout
19439
19440 \begin_layout Itemize
19441 Textumflossene Objekte
19442 \end_layout
19443
19444 \begin_deeper
19445 \begin_layout Itemize
19446 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
19447  werden.
19448  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
19449  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
19450  erfolgen wird.
19451 \end_layout
19452
19453 \begin_layout Itemize
19454 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
19455  werden oder darin.
19456 \end_layout
19457
19458 \begin_layout Itemize
19459 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
19460  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
19461 \end_layout
19462
19463 \begin_layout Itemize
19464 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
19465 \end_layout
19466
19467 \end_deeper
19468 \begin_layout Itemize
19469 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
19470  unmittelbar auf die Abbildung folgt, eingerückt.
19471  Das können Sie mit dem ERT-Befehl 
19472 \series bold
19473
19474 \backslash
19475 hspace*{-1em}
19476 \series default
19477  direkt vor dem Text korrigieren.
19478  
19479 \family typewriter
19480 1\InsetSpace \thinspace{}
19481 em
19482 \family default
19483  entspricht der Standardeinrückung.
19484 \end_layout
19485
19486 \begin_layout Itemize
19487 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
19488  behandelt.
19489 \end_layout
19490
19491 \begin_layout Itemize
19492 Der Text, der um die Abbildung herumfließt, sollte zwischen 
19493 \series bold
19494
19495 \backslash
19496 begin{sloppypar}
19497 \series default
19498  und 
19499 \series bold
19500
19501 \backslash
19502 end{sloppypar}
19503 \series default
19504  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
19505 \end_layout
19506
19507 \begin_layout Itemize
19508 Es gibt für textumflossene Objekte noch andere LaTeX-Pakete: 
19509 \series bold
19510 picins
19511 \series default
19512
19513 \begin_inset LatexCommand index
19514 name "LaTeX-Pakete ! picins"
19515
19516 \end_inset
19517
19518 ,
19519 \family typewriter
19520  
19521 \family default
19522 \series bold
19523 picinpar
19524 \series default
19525
19526 \begin_inset LatexCommand index
19527 name "LaTeX-Pakete ! picinpar"
19528
19529 \end_inset
19530
19531 ,
19532 \family typewriter
19533  
19534 \family default
19535 \series bold
19536 wrapfig
19537 \series default
19538
19539 \begin_inset LatexCommand index
19540 name "LaTeX-Pakete ! wrapfig"
19541
19542 \end_inset
19543
19544 , aber sie werden von LyX (noch) nicht unterstützt.
19545  Diese Pakete machen in etwa das gleiche wie 
19546 \series bold
19547 floatflt
19548 \series default
19549
19550 \begin_inset LatexCommand index
19551 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
19552
19553 \end_inset
19554
19555 .
19556 \end_layout
19557
19558 \begin_layout Section
19559 Gleitobjekt-Nummerierung
19560 \begin_inset LatexCommand label
19561 name "abs:Gleitobjekt-Nummerierung"
19562
19563 \end_inset
19564
19565
19566 \begin_inset LatexCommand index
19567 name "Gleitobjekte ! Nummerierung"
19568
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \begin_layout Standard
19575 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
19576  nummeriert oder nach dem Schema 
19577 \begin_inset Quotes gld
19578 \end_inset
19579
19580 Kapitelnummer.Gleitobjektnummer
19581 \begin_inset Quotes grd
19582 \end_inset
19583
19584  oder 
19585 \begin_inset Quotes gld
19586 \end_inset
19587
19588 Abschnittsnummer.Gleitobjektnummer
19589 \begin_inset Quotes grd
19590 \end_inset
19591
19592 .
19593  Das hängt von der Dokumentklasse ab.
19594 \end_layout
19595
19596 \begin_layout Standard
19597 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
19598  in den LaTeX-Vorspann einfügen:
19599 \end_layout
19600
19601 \begin_layout Standard
19602
19603 \series bold
19604
19605 \backslash
19606 renewcommand{
19607 \backslash
19608 thetable}{
19609 \backslash
19610 roman{table}}
19611 \end_layout
19612
19613 \begin_layout Standard
19614
19615 \series bold
19616
19617 \backslash
19618 thetable
19619 \series default
19620  ist der Befehl, der die Tabellennummer druckt.
19621  Für Abbildungen ist das 
19622 \series bold
19623
19624 \backslash
19625 thefigure
19626 \series default
19627 .
19628  Der Befehl 
19629 \series bold
19630
19631 \backslash
19632 roman
19633 \series default
19634  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
19635 \end_layout
19636
19637 \begin_layout Standard
19638 Um das Numerierungsschema zum Beispiel auf 
19639 \begin_inset Quotes gld
19640 \end_inset
19641
19642 Unterabschnittsnummer.Num\SpecialChar \-
19643 mer
19644 \begin_inset Quotes grd
19645 \end_inset
19646
19647  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
19648 \end_layout
19649
19650 \begin_layout Standard
19651
19652 \series bold
19653
19654 \backslash
19655 numberwithin{table}{subsection}
19656 \end_layout
19657
19658 \begin_layout Standard
19659 Um den Befehl 
19660 \series bold
19661
19662 \backslash
19663 numberwithin
19664 \series default
19665  zu können, müssen Sie in den 
19666 \family sans
19667 Mathe\InsetSpace ~
19668 Optionen
19669 \family default
19670  der 
19671 \family sans
19672 Dokument-Einstellungen
19673 \family default
19674  
19675 \family sans
19676 AMS\InsetSpace ~
19677 Mathe\InsetSpace ~
19678 Paket
19679 \family default
19680 \InsetSpace ~
19681
19682 \family sans
19683 verwenden
19684 \family default
19685  ankreuzen.
19686 \end_layout
19687
19688 \begin_layout Standard
19689 Sehen Sie sich bitte auch Abschnitt\InsetSpace ~
19690
19691 \begin_inset LatexCommand ref
19692 reference "uab:Fußnoten-Nummerierung"
19693
19694 \end_inset
19695
19696  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
19697 \end_layout
19698
19699 \begin_layout Section
19700 Auf Gleitobjekte verweisen
19701 \begin_inset LatexCommand label
19702 name "abs:Auf-Gleitobjekte-verweisen"
19703
19704 \end_inset
19705
19706
19707 \begin_inset LatexCommand index
19708 name "Gleitobjekte ! Querverweise"
19709
19710 \end_inset
19711
19712
19713 \begin_inset LatexCommand index
19714 name "Querverweise"
19715
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \begin_layout Standard
19722 Zunächst müssen Sie mit 
19723 \family sans
19724 Einfügen\SpecialChar \menuseparator
19725 Marke
19726 \family default
19727  oder einen Klick auf 
19728 \begin_inset Graphics
19729         filename ../../images/label-insert.xpm
19730         scale 85
19731         scaleBeforeRotation
19732
19733 \end_inset
19734
19735  eine Marke im Titel einfügen.
19736  Im 
19737 \family sans
19738 Marke
19739 \family default
19740 -Dialog schreiben Sie einen Text in das Feld 
19741 \family sans
19742 Marke
19743 \family default
19744  oder übernehmen den vorgeschlagenen.
19745  Die Marke sieht in LyX dann so aus:
19746 \newline
19747
19748 \begin_inset Graphics
19749         filename clipart/Marke.png
19750         lyxscale 80
19751         scale 50
19752         scaleBeforeRotation
19753         BoundingBox 0bp 6bp 76bp 23bp
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Standard
19761 Die Marke wird als Anker und Name für den Querverweis benutzt.
19762  Mit 
19763 \family sans
19764 Einfügen\SpecialChar \menuseparator
19765 Querverweis
19766 \family default
19767  oder einen Klick auf 
19768 \begin_inset Graphics
19769         filename ../../images/dialog-show-new-inset_ref.xpm
19770         scale 85
19771         scaleBeforeRotation
19772
19773 \end_inset
19774
19775  können Sie dann auf die Marke verweisen.
19776  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
19777  angezeigt:
19778 \newline
19779
19780 \begin_inset Graphics
19781         filename clipart/Querverweis.png
19782         lyxscale 80
19783         scale 50
19784         scaleBeforeRotation
19785         BoundingBox 0bp 6bp 76bp 23bp
19786
19787 \end_inset
19788
19789
19790 \newline
19791  Mehr zu Querverweisen finden Sie im 
19792 \emph on
19793 Benutzerhandbuch
19794 \emph default
19795 .
19796 \end_layout
19797
19798 \begin_layout Standard
19799 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
19800  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
19801  durch einen Zeilenumbruch getrennt werden können.
19802 \end_layout
19803
19804 \begin_layout Standard
19805 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
19806  LyX passt die Querverweise automatisch an.
19807 \end_layout
19808
19809 \begin_layout Standard
19810 Ein Klick auf den Schalter 
19811 \family sans
19812 Gehe\InsetSpace ~
19813 zur\InsetSpace ~
19814 Marke
19815 \family default
19816  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
19817  Der Text der Schaltfläche heißt jetzt 
19818 \family sans
19819 Gehe\InsetSpace ~
19820 zurück
19821 \family default
19822  und ein Klick darauf macht genau dies.
19823   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
19824  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
19825  Dann ist auch kein 
19826 \family sans
19827 Gehe\InsetSpace ~
19828 zurück
19829 \family default
19830  möglich.
19831 \end_layout
19832
19833 \begin_layout Subsection
19834 Querverweis-Formate
19835 \begin_inset LatexCommand label
19836 name "uab:Querverweis-Formate"
19837
19838 \end_inset
19839
19840
19841 \begin_inset LatexCommand index
19842 name "Querverweise ! Formate"
19843
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \begin_layout Standard
19850 Es gibt sechs verschiedene Querverweisstile:
19851 \end_layout
19852
19853 \begin_layout Description
19854 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
19855  
19856 \begin_inset LatexCommand ref
19857 reference "abb:Zwei-Teilabbildungen"
19858
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \begin_layout Description
19865 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
19866  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
19867  verwendet wird, speziell wenn der Name 
19868 \begin_inset Quotes gld
19869 \end_inset
19870
19871 Gleichung
19872 \begin_inset Quotes grd
19873 \end_inset
19874
19875  weggelassen wird: 
19876 \begin_inset LatexCommand eqref
19877 reference "eq:Wgn"
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \begin_layout Description
19885 <Seite>: druckt die Seitennummer: Seite\InsetSpace ~
19886
19887 \begin_inset LatexCommand pageref
19888 reference "abb:Zwei-Teilabbildungen"
19889
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \begin_layout Description
19896 auf\InsetSpace ~
19897 Seite\InsetSpace ~
19898 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
19899 \begin_inset LatexCommand vpageref
19900 reference "abb:Zwei-Teilabbildungen"
19901
19902 \end_inset
19903
19904
19905 \end_layout
19906
19907 \begin_layout Description
19908 <Querverweis>\InsetSpace ~
19909 auf\InsetSpace ~
19910 Seite\InsetSpace ~
19911 <Seite>: druckt die Nummer der Gleitumgebung, den Text
19912  "auf Seite", und die Seitennummer: 
19913 \begin_inset LatexCommand vref
19914 reference "abb:Zwei-Teilabbildungen"
19915
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \begin_layout Description
19922 Formatierter\InsetSpace ~
19923 Querverweis: druckt ein selbst definiertes Querverweisformat
19924  
19925 \begin_inset Note Greyedout
19926 status open
19927
19928 \begin_layout Standard
19929
19930 \series bold
19931 Bemerkung:
19932 \series default
19933  Dies ist nur möglich wenn das LaTeX-Paket 
19934 \series bold
19935 prettyref
19936 \series default
19937  installiert ist.
19938 \end_layout
19939
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \begin_layout Standard
19946 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
19947  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
19948  Seite befindet.
19949  Stattdessen wird der Text 
19950 \begin_inset Quotes gld
19951 \end_inset
19952
19953 auf dieser Seite
19954 \begin_inset Quotes grd
19955 \end_inset
19956
19957  gedruckt.
19958 \end_layout
19959
19960 \begin_layout Standard
19961 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
19962  automatisch von LaTeX berechnet.
19963  Die Stile können im Feld 
19964 \family sans
19965 Format
19966 \family default
19967  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
19968  einen Querverweis klicken.
19969 \end_layout
19970
19971 \begin_layout Subsection
19972 Auf Teilabbildungen verweisen
19973 \begin_inset LatexCommand label
19974 name "uab:Auf-Teilabbildungen-verweisen"
19975
19976 \end_inset
19977
19978
19979 \begin_inset LatexCommand index
19980 name "Querverweise ! auf Teilabbildungen"
19981
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \begin_layout Standard
19988 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
19989  Die Marke erzeugen Sie mit dem Befehl
19990 \end_layout
19991
19992 \begin_layout Standard
19993
19994 \series bold
19995
19996 \backslash
19997 label{abb:IhrMarkenName}
19998 \end_layout
19999
20000 \begin_layout Standard
20001 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
20002  Als Querverweis benutzen Sie dann den Befehl
20003 \end_layout
20004
20005 \begin_layout Standard
20006
20007 \series bold
20008
20009 \backslash
20010 ref{abb:IhrMarkenName}
20011 \end_layout
20012
20013 \begin_layout Standard
20014 Hier ist ein Querverweis auf Teilabbildung\InsetSpace ~
20015
20016 \begin_inset ERT
20017 status collapsed
20018
20019 \begin_layout Standard
20020
20021
20022 \backslash
20023 ref{abb:Platypus}
20024 \end_layout
20025
20026 \end_inset
20027
20028 .
20029 \end_layout
20030
20031 \begin_layout Subsection
20032 Automatische Querverweis-Namen
20033 \begin_inset LatexCommand index
20034 name "Querverweise ! Automatische Namen "
20035
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Standard
20042 Das LaTeX-Paket 
20043 \series bold
20044 hyperref
20045 \series default
20046
20047 \begin_inset LatexCommand index
20048 name "LaTeX-Pakete ! hyperref"
20049
20050 \end_inset
20051
20052  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20053  Gleitobjekts automatisch enthalten (oder Textteile wie 
20054 \emph on
20055 Abschnitt
20056 \emph default
20057 ).
20058  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20059  Um diese Funktion benutzen zu können, müssen Sie 
20060 \series bold
20061 hyperref
20062 \series default
20063  in den LaTeX-Vorspann wie folgt einfügen:
20064 \end_layout
20065
20066 \begin_layout Standard
20067
20068 \series bold
20069
20070 \backslash
20071 usepackage[pdfborder={0 0 0}]{hyperref}
20072 \newline
20073
20074 \backslash
20075 AtBeginDocument{
20076 \backslash
20077 renewcommand{
20078 \backslash
20079 ref}[1]{
20080 \backslash
20081 mbox{
20082 \backslash
20083 autoref{#1}}}}
20084 \end_layout
20085
20086 \begin_layout Standard
20087
20088 \series bold
20089 hyperref
20090 \series default
20091  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Dokumenten
20092  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
20093  einen Link klicken, und die angeklickte Stelle wird gezeigt.
20094  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20095  sich der Cursor.
20096 \end_layout
20097
20098 \begin_layout Standard
20099 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
20100 n.
20101  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20102  für die Benutzung von 
20103 \series bold
20104 hyperref
20105 \series default
20106  sehen.
20107  In der 
20108 \series bold
20109 hyperref
20110 \series default
20111 -Dokumentation 
20112 \begin_inset LatexCommand cite
20113 key "hyperref"
20114
20115 \end_inset
20116
20117  finden Sie mehr darüber.
20118 \end_layout
20119
20120 \begin_layout Standard
20121 \begin_inset Note Greyedout
20122 status open
20123
20124 \begin_layout Standard
20125
20126 \series bold
20127 Bemerkung:
20128 \series default
20129  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20130  als Querverweisstil 
20131 \family sans
20132 Formatierter\InsetSpace ~
20133 Querverweis
20134 \family default
20135  benutzen.
20136 \end_layout
20137
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \begin_layout Subsection
20144 Querverweis-Position
20145 \begin_inset LatexCommand label
20146 name "uab:Querverweis-Position"
20147
20148 \end_inset
20149
20150
20151 \begin_inset LatexCommand index
20152 name "Querverweise !  Position"
20153
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \begin_layout Standard
20160 Wenn Sie 
20161 \series bold
20162 hyperref
20163 \series default
20164  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
20165  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
20166  und Sie werden das Bild ohne Rollen nicht sehen.
20167  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
20168  ist.
20169  Wenn Sie das  LaTeX-Paket 
20170 \series bold
20171 hypcap
20172 \series default
20173
20174 \begin_inset LatexCommand index
20175 name "LaTeX-Pakete ! hypcap"
20176
20177 \end_inset
20178
20179 , das Teil des LaTeX-Pakets 
20180 \series bold
20181 oberdiek
20182 \series default
20183
20184 \begin_inset LatexCommand index
20185 name "LaTeX-Pakete ! oberdiek"
20186
20187 \end_inset
20188
20189  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
20190  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
20191 \series bold
20192 hypcap
20193 \series default
20194  zunächst in den LaTeX-Vorspann laden:
20195 \end_layout
20196
20197 \begin_layout Standard
20198
20199 \series bold
20200
20201 \backslash
20202 usepackage[f\SpecialChar \textcompwordmark{}
20203 igure]{hypcap}
20204 \end_layout
20205
20206 \begin_layout Standard
20207 Sie können 
20208 \series bold
20209 hypcap
20210 \series default
20211  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
20212  nicht empfohlen.
20213  Weitere Informationen finden Sie im
20214 \series bold
20215  hypcap
20216 \series default
20217 -Handbuch 
20218 \begin_inset LatexCommand cite
20219 key "hypcap"
20220
20221 \end_inset
20222
20223 .
20224 \end_layout
20225
20226 \begin_layout Standard
20227 \begin_inset Note Greyedout
20228 status open
20229
20230 \begin_layout Standard
20231
20232 \series bold
20233 Bemerkung 1:
20234 \series default
20235  
20236 \series bold
20237 hypcap
20238 \series default
20239  muss nach 
20240 \series bold
20241 hyperref
20242 \series default
20243  geladen werden.
20244 \end_layout
20245
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \begin_layout Standard
20252 \begin_inset Note Greyedout
20253 status open
20254
20255 \begin_layout Standard
20256
20257 \series bold
20258 Bemerkung 2:
20259 \series default
20260  
20261 \series medium
20262 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
20263  zu Teilabbildungen.
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \begin_layout Section
20272 Gleitobjekt-Platzierung
20273 \begin_inset LatexCommand label
20274 name "abs:Gleitobjekt-Platzierung"
20275
20276 \end_inset
20277
20278
20279 \begin_inset LatexCommand index
20280 name "Gleitobjekte ! Plazierung"
20281
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \begin_layout Standard
20288 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
20289 \family sans
20290 Gleitobjekt-Einstellungen
20291 \family default
20292 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
20293  können.
20294 \newline
20295 Die Option 
20296 \family sans
20297 Spalten\InsetSpace ~
20298 überspannen
20299 \family default
20300  ist nur bei zweispaltigen Dokumenten sinnvoll.
20301  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
20302 \newline
20303 Die
20304  Option 
20305 \family sans
20306 Seitwärts\InsetSpace ~
20307 drehen
20308 \family default
20309  ist in Abschnitt 
20310 \begin_inset LatexCommand ref
20311 reference "abs:Gedrehte-Gleitobjekte"
20312
20313 \end_inset
20314
20315  beschrieben.
20316 \end_layout
20317
20318 \begin_layout Standard
20319 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
20320  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
20321  Sie die Option 
20322 \family sans
20323 Standard-Platzierung\InsetSpace ~
20324 verwenden
20325 \family default
20326  nicht verwenden:
20327 \end_layout
20328
20329 \begin_layout Description
20330 Hier\InsetSpace ~
20331 wenn\InsetSpace ~
20332 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt
20333  wurde.
20334 \end_layout
20335
20336 \begin_layout Description
20337 Anfang\InsetSpace ~
20338 der\InsetSpace ~
20339 Seite
20340 \family sans
20341  
20342 \family default
20343 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
20344  Gleitobjekte, die maximal 70\InsetSpace \thinspace{}
20345 % einer Seite benötigen, dürfen oben platziert
20346  werden.
20347  Dies kann durch die Variable 
20348 \series bold
20349
20350 \backslash
20351 topfraction
20352 \series default
20353  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
20354 \end_layout
20355
20356 \begin_deeper
20357 \begin_layout Standard
20358
20359 \series bold
20360
20361 \backslash
20362 renewcommand{
20363 \backslash
20364 topfraction}{0.9}
20365 \family typewriter
20366 \series default
20367  
20368 \end_layout
20369
20370 \end_deeper
20371 \begin_layout Description
20372 Ende\InsetSpace ~
20373 der\InsetSpace ~
20374 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
20375  Gleitobjekte, die maximal 30\InsetSpace \thinspace{}
20376 % einer Seite benötigen, dürfen unten platziert
20377  werden.
20378  Dies kann durch die Variable 
20379 \series bold
20380
20381 \backslash
20382 bottomfraction
20383 \series default
20384  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
20385 \end_layout
20386
20387 \begin_deeper
20388 \begin_layout Standard
20389
20390 \series bold
20391
20392 \backslash
20393 renewcommand{
20394 \backslash
20395 bottomfraction}{0.5}
20396 \end_layout
20397
20398 \begin_layout Standard
20399 die oftmals zu kleine untere Grenze auf 50\InsetSpace \thinspace{}
20400 %.
20401 \end_layout
20402
20403 \end_deeper
20404 \begin_layout Description
20405 Seite\InsetSpace ~
20406 mit\InsetSpace ~
20407 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu
20408  platzieren.
20409  Nur wenn mehr als 50\InsetSpace \thinspace{}
20410 % einer Seite von Gleitobjekten belegt wird, wird eine
20411  neue Seite für weitere Gleitobjekte bereitgestellt.
20412  Dies kann durch die Variable 
20413 \series bold
20414
20415 \backslash
20416 f\SpecialChar \textcompwordmark{}
20417 loatpagefraction 
20418 \series default
20419 im LaTeX-Vorspann überschrieben werden.
20420 \end_layout
20421
20422 \begin_layout Standard
20423 Die Reihenfolge der obigen Optionen wird 
20424 \emph on
20425 immer
20426 \emph default
20427  von LaTeX verwendet.
20428  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
20429  versuchen 
20430 \family sans
20431 Hier\InsetSpace ~
20432 wenn\InsetSpace ~
20433 möglich
20434 \family default
20435 , dann 
20436 \family sans
20437 Anfang\InsetSpace ~
20438 der\InsetSpace ~
20439 Seite
20440 \family default
20441  und dann die anderen Optionen zu anzuwenden.
20442  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
20443  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
20444  Reihenfolge.
20445  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
20446 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
20447 \end_layout
20448
20449 \begin_layout Standard
20450 Die Option 
20451 \family sans
20452 Hier,\InsetSpace ~
20453 auf\InsetSpace ~
20454 jeden\InsetSpace ~
20455 Fall
20456 \family default
20457  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
20458  fast druckreif ist.
20459  Denn mit der Option kann das Objekt nicht mehr 
20460 \emph on
20461 gleiten
20462 \emph default
20463 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
20464  oftmals zerstört.
20465 \end_layout
20466
20467 \begin_layout Standard
20468 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
20469  immer von Text eines bestimmten Paragraphen umgeben sind.
20470 \begin_inset VSpace bigskip
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \begin_layout Standard
20477 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
20478 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
20479  das Gleitobjekt sei Teil des vorherigen Abschnitts.
20480  Das kann mit dem LaTeX-Befehl
20481 \series bold
20482  
20483 \backslash
20484 suppressf\SpecialChar \textcompwordmark{}
20485 loats
20486 \series default
20487  verhindert werden.
20488  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
20489  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
20490  gesetzt wird.
20491  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
20492 \end_layout
20493
20494 \begin_layout Standard
20495
20496 \series bold
20497
20498 \backslash
20499 let
20500 \backslash
20501 meinAbschnitt
20502 \backslash
20503 section
20504 \newline
20505
20506 \backslash
20507 renewcommand{
20508 \backslash
20509 section}{
20510 \backslash
20511 suppressf\SpecialChar \textcompwordmark{}
20512 loats[t]
20513 \backslash
20514 meinAbschnitt}
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
20519  Unterabschnitten festlegen.
20520  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
20521  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
20522 \end_layout
20523
20524 \begin_layout Standard
20525 Es gibt auch noch das LaTeX-Paket 
20526 \series bold
20527 f\SpecialChar \textcompwordmark{}
20528 lafter
20529 \series default
20530
20531 \begin_inset LatexCommand index
20532 name "LaTeX-Pakete ! flafter"
20533
20534 \end_inset
20535
20536  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
20537  gedruckt wird.
20538 \end_layout
20539
20540 \begin_layout Standard
20541 \begin_inset VSpace bigskip
20542 \end_inset
20543
20544 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
20545  Dafür gibt es das LaTeX-Paket 
20546 \series bold
20547 endf\SpecialChar \textcompwordmark{}
20548 loat
20549 \series default
20550
20551 \begin_inset LatexCommand index
20552 name "LaTeX-Pakete ! endf\\/loat"
20553
20554 \end_inset
20555
20556 .
20557  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
20558  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
20559  
20560 \family sans
20561
20562 \begin_inset Quotes gld
20563 \end_inset
20564
20565 [Abbildung\InsetSpace ~
20566 3.2 ist ungefähr hier.]
20567 \family default
20568
20569 \begin_inset Quotes grd
20570 \end_inset
20571
20572  finden.
20573  Das 
20574 \series bold
20575 endf\SpecialChar \textcompwordmark{}
20576 loat
20577 \series default
20578 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
20579 \end_layout
20580
20581 \begin_layout Standard
20582
20583 \series bold
20584
20585 \backslash
20586 usepackage[Optionen]{endf\SpecialChar \textcompwordmark{}
20587 loat}
20588 \end_layout
20589
20590 \begin_layout Standard
20591 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
20592  Tabellen-Abschnitt, die Sie in der 
20593 \series bold
20594 endf\SpecialChar \textcompwordmark{}
20595 loat
20596 \series default
20597 -Dokumentation 
20598 \begin_inset LatexCommand cite
20599 key "endfloat"
20600
20601 \end_inset
20602
20603  nachlesen können.
20604 \newline
20605
20606 \begin_inset Note Greyedout
20607 status open
20608
20609 \begin_layout Standard
20610
20611 \series bold
20612 Bemerkung\InsetSpace ~
20613 1: endf\SpecialChar \textcompwordmark{}
20614 loat
20615 \series default
20616  übersetzt den Hinweistext nicht automatisch.
20617  Abschnitt\InsetSpace ~
20618 4 in 
20619 \begin_inset LatexCommand cite
20620 key "endfloat"
20621
20622 \end_inset
20623
20624  beschreibt, wie es geht.
20625 \end_layout
20626
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \begin_layout Standard
20633 \begin_inset Note Greyedout
20634 status open
20635
20636 \begin_layout Standard
20637
20638 \series bold
20639 Bemerkung\InsetSpace ~
20640 2: 
20641 \series default
20642 Die aktuelle Version von 
20643 \series bold
20644 endf\SpecialChar \textcompwordmark{}
20645 loat
20646 \series default
20647  hat einen Fehler, wenn die Überschrift ein 
20648 \begin_inset Quotes gld
20649 \end_inset
20650
20651 ß
20652 \begin_inset Quotes grd
20653 \end_inset
20654
20655  enthält.
20656  Sie müssen stattdessen den Befehl 
20657 \series bold
20658
20659 \backslash
20660 ss
20661 \series default
20662  als ERT benutzen.
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \begin_layout Standard
20671 \begin_inset VSpace bigskip
20672 \end_inset
20673
20674 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
20675 hern wie 
20676 \begin_inset LatexCommand cite
20677 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
20678
20679 \end_inset
20680
20681 .
20682 \end_layout
20683
20684 \begin_layout Section
20685 Gedrehte Gleitobjekte
20686 \begin_inset LatexCommand label
20687 name "abs:Gedrehte-Gleitobjekte"
20688
20689 \end_inset
20690
20691
20692 \begin_inset LatexCommand index
20693 name "Gleitobjekte ! drehen"
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Standard
20701 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
20702 t drehen.
20703  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
20704  und die Option 
20705 \family sans
20706 Seitwärts\InsetSpace ~
20707 drehen
20708 \family default
20709  wählen.
20710 \end_layout
20711
20712 \begin_layout Standard
20713 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
20714  zweispaltigen Dokumenten) gedruckt.
20715  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
20716  werden können -- nach links auf geraden Seiten, nach rechts auf ungeraden
20717  Seiten.
20718  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
20719  Option 
20720 \series bold
20721 f\SpecialChar \textcompwordmark{}
20722 iguresleft
20723 \series default
20724  oder 
20725 \series bold
20726 f\SpecialChar \textcompwordmark{}
20727 iguresright
20728 \series default
20729  zu den Dokumentklassen-Optionen hinzu.
20730 \end_layout
20731
20732 \begin_layout Standard
20733 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
20734  Tabelle\InsetSpace ~
20735
20736 \begin_inset LatexCommand ref
20737 reference "tab:Gedrehte-Tabelle"
20738
20739 \end_inset
20740
20741  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
20742 \end_layout
20743
20744 \begin_layout Standard
20745 \begin_inset Note Greyedout
20746 status open
20747
20748 \begin_layout Standard
20749
20750 \series bold
20751 Bemerkung:
20752 \series default
20753  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Standard
20762 \begin_inset Float table
20763 wide false
20764 sideways true
20765 status open
20766
20767 \begin_layout Standard
20768 \begin_inset Caption
20769
20770 \begin_layout Standard
20771 \begin_inset LatexCommand label
20772 name "tab:Gedrehte-Tabelle"
20773
20774 \end_inset
20775
20776 Gedrehte Tabelle
20777 \end_layout
20778
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \begin_layout Standard
20785 \align center
20786 \begin_inset Tabular
20787 <lyxtabular version="3" rows="1" columns="5">
20788 <features>
20789 <column alignment="center" valignment="top" leftline="true" width="0">
20790 <column alignment="center" valignment="top" leftline="true" width="0">
20791 <column alignment="center" valignment="top" leftline="true" width="0">
20792 <column alignment="center" valignment="top" leftline="true" width="0">
20793 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20794 <row topline="true" bottomline="true">
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Standard
20799 Test
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Standard
20808 b
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Standard
20817 c
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Standard
20826 d
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Standard
20835 e
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 </lyxtabular>
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Section
20854 Beschriftungs-Formatierung
20855 \begin_inset LatexCommand label
20856 name "abs:Titel-Formatierung"
20857
20858 \end_inset
20859
20860
20861 \begin_inset LatexCommand index
20862 name "Gleitobjekte ! Beschriftung ! Formatierung"
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Standard
20870
20871 \family sans
20872 Legende
20873 \family default
20874  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
20875  In LyX sehen Titel so aus:  
20876 \family sans
20877
20878 \begin_inset Quotes gld
20879 \end_inset
20880
20881 Abbildung xyz:
20882 \family default
20883
20884 \begin_inset Quotes grd
20885 \end_inset
20886
20887 , gefolgt vom Beschriftungstext, wobei 
20888 \family sans
20889 xyz
20890 \family default
20891  die von LyX vergebene Nummer ist.
20892  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
20893  gedruckt.
20894  Dies ist nicht immer brauchbar.
20895 \end_layout
20896
20897 \begin_layout Standard
20898 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
20899  
20900 \series bold
20901 caption
20902 \series default
20903
20904 \begin_inset LatexCommand index
20905 name "LaTeX-Pakete ! caption"
20906
20907 \end_inset
20908
20909  in den LaTeX-Vorspann laden:
20910 \end_layout
20911
20912 \begin_layout Standard
20913
20914 \series bold
20915
20916 \backslash
20917 usepackage[Format-Definition]{caption}
20918 \end_layout
20919
20920 \begin_layout Standard
20921 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
20922  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
20923 \end_layout
20924
20925 \begin_layout Standard
20926
20927 \series bold
20928
20929 \backslash
20930 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
20931 \end_layout
20932
20933 \begin_layout Standard
20934 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
20935  definieren.
20936  Dazu laden Sie das 
20937 \series bold
20938 caption
20939 \series default
20940 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
20941  dem Befehl
20942 \end_layout
20943
20944 \begin_layout Standard
20945
20946 \series bold
20947
20948 \backslash
20949 captionsetup[Gleitobjekt-Typ]{Format-Definition}
20950 \end_layout
20951
20952 \begin_layout Standard
20953 Für Abbildung\InsetSpace ~
20954
20955 \begin_inset LatexCommand ref
20956 reference "abb:Langer-Abb-Titel"
20957
20958 \end_inset
20959
20960  und Tabelle\InsetSpace ~
20961
20962 \begin_inset LatexCommand ref
20963 reference "tab:Langer-Tab-Titel"
20964
20965 \end_inset
20966
20967  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
20968  werden:
20969 \end_layout
20970
20971 \begin_layout Standard
20972
20973 \series bold
20974
20975 \backslash
20976 usepackage[tableposition=top]{caption}
20977 \newline
20978
20979 \backslash
20980 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
20981 \newline
20982
20983 \begin_inset ERT
20984 status collapsed
20985
20986 \begin_layout Standard
20987
20988
20989 \backslash
20990 hphantom{
20991 \backslash
20992
20993 \backslash
20994 captionsetup[figure]
20995 \backslash
20996 {}
20997 \end_layout
20998
20999 \end_inset
21000
21001  labelsep=period}
21002 \newline
21003
21004 \backslash
21005 captionsetup[table]{labelfont={bf,sf}}
21006 \end_layout
21007
21008 \begin_layout Standard
21009 \begin_inset Note Greyedout
21010 status open
21011
21012 \begin_layout Standard
21013
21014 \series bold
21015 Bemerkung:
21016 \series default
21017  Die Option 
21018 \series bold
21019 tableposition=top
21020 \series default
21021  hat keine Auswirkung wenn eine 
21022 \series bold
21023 koma-script
21024 \series default
21025
21026 \begin_inset LatexCommand index
21027 name "LaTeX-Pakete ! koma-script"
21028
21029 \end_inset
21030
21031 -Dokumentklasse verwendet wird.
21032  Hier muss die Option 
21033 \series bold
21034 tablecaptionabove
21035 \series default
21036  benutzt werden.
21037 \end_layout
21038
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \begin_layout Standard
21045 Weitere Informationen über das Paket
21046 \series bold
21047  caption
21048 \series default
21049  finden Sie in seiner Dokumentation 
21050 \begin_inset LatexCommand cite
21051 key "caption,caption-de"
21052
21053 \end_inset
21054
21055 .
21056 \end_layout
21057
21058 \begin_layout Standard
21059 Wenn Sie den Namen von 
21060 \begin_inset Quotes gld
21061 \end_inset
21062
21063 Abbildung
21064 \begin_inset Quotes grd
21065 \end_inset
21066
21067  auf 
21068 \begin_inset Quotes gld
21069 \end_inset
21070
21071 Bild
21072 \begin_inset Quotes grd
21073 \end_inset
21074
21075  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
21076 \end_layout
21077
21078 \begin_layout Standard
21079
21080 \series bold
21081
21082 \backslash
21083 renewcommand{
21084 \backslash
21085 fnum@figure}{Bild~
21086 \backslash
21087 thefigure}
21088 \end_layout
21089
21090 \begin_layout Standard
21091 wobei 
21092 \series bold
21093
21094 \backslash
21095 thefigure
21096 \series default
21097  die Bildnummer einsetzt und
21098 \series bold
21099  ~
21100 \series default
21101  ein geschütztes Leerzeichen ist.
21102 \end_layout
21103
21104 \begin_layout Standard
21105 \begin_inset VSpace bigskip
21106 \end_inset
21107
21108 Wenn Sie eine 
21109 \series bold
21110 koma-script
21111 \series default
21112
21113 \begin_inset LatexCommand index
21114 name "LaTeX-Pakete ! koma-script"
21115
21116 \end_inset
21117
21118 -Dokumentklasse (
21119 \family sans
21120 article (koma-script)
21121 \family default
21122
21123 \family sans
21124 book (koma-script)
21125 \family default
21126
21127 \family sans
21128 letter (koma-script)
21129 \family default
21130  oder 
21131 \family sans
21132 report (koma-script)
21133 \family default
21134 ) benutzen, können Sie anstatt des 
21135 \series bold
21136 caption
21137 \series default
21138 -Paketes den eingebauten Befehl 
21139 \series bold
21140
21141 \backslash
21142 setkomafont
21143 \series default
21144  von 
21145 \series bold
21146 koma-script
21147 \series default
21148  benutzen.
21149  Der Befehl
21150 \end_layout
21151
21152 \begin_layout Standard
21153
21154 \series bold
21155
21156 \backslash
21157 setkomafont{captionlabel}{
21158 \backslash
21159 bfseries}
21160 \end_layout
21161
21162 \begin_layout Standard
21163 im LaTeX-Vorspann druckt den Namen fett.
21164 \end_layout
21165
21166 \begin_layout Standard
21167 Weitere Informationen über 
21168 \series bold
21169
21170 \backslash
21171 setkomafont
21172 \series default
21173  finden Sie in der 
21174 \series bold
21175 koma-script
21176 \series default
21177 -Dokumentation 
21178 \begin_inset LatexCommand cite
21179 key "koma-script,koma-script-de"
21180
21181 \end_inset
21182
21183 .
21184 \end_layout
21185
21186 \begin_layout Standard
21187 \begin_inset ERT
21188 status collapsed
21189
21190 \begin_layout Standard
21191
21192
21193 \backslash
21194 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21195 }
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \begin_inset Note Note
21202 status open
21203
21204 \begin_layout Standard
21205 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
21206 \end_layout
21207
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \begin_layout Standard
21214 \begin_inset Float figure
21215 placement !p
21216 wide false
21217 sideways false
21218 status open
21219
21220 \begin_layout Standard
21221 \align center
21222 \begin_inset Graphics
21223         filename ../clipart/mobius.eps
21224         lyxscale 50
21225         scale 50
21226         scaleBeforeRotation
21227
21228 \end_inset
21229
21230
21231 \end_layout
21232
21233 \begin_layout Standard
21234 \begin_inset Caption
21235
21236 \begin_layout Standard
21237 \begin_inset LatexCommand label
21238 name "abb:Langer-Abb-Titel"
21239
21240 \end_inset
21241
21242 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
21243  ist, um das andere Beschriftungsformat zu zeigen.
21244  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
21245 \begin_inset OptArg
21246 status collapsed
21247
21248 \begin_layout Standard
21249 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
21250  ist.
21251 \end_layout
21252
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \end_inset
21259
21260
21261 \end_layout
21262
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \begin_layout Standard
21269 \begin_inset ERT
21270 status collapsed
21271
21272 \begin_layout Standard
21273
21274
21275 \backslash
21276 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21277 on}
21278 \end_layout
21279
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \begin_layout Standard
21286 \begin_inset Float table
21287 placement !p
21288 wide false
21289 sideways false
21290 status open
21291
21292 \begin_layout Standard
21293 \begin_inset Caption
21294
21295 \begin_layout Standard
21296 \begin_inset LatexCommand label
21297 name "tab:Langer-Tab-Titel"
21298
21299 \end_inset
21300
21301 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
21302  ist, um das andere Beschriftungsformat zu zeigen.
21303  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
21304  benutzt.
21305 \begin_inset OptArg
21306 status collapsed
21307
21308 \begin_layout Standard
21309 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
21310  ist.
21311 \end_layout
21312
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \end_inset
21319
21320
21321 \end_layout
21322
21323 \begin_layout Standard
21324 \align center
21325 \begin_inset Tabular
21326 <lyxtabular version="3" rows="1" columns="5">
21327 <features>
21328 <column alignment="center" valignment="top" leftline="true" width="0">
21329 <column alignment="center" valignment="top" leftline="true" width="0">
21330 <column alignment="center" valignment="top" leftline="true" width="0">
21331 <column alignment="center" valignment="top" leftline="true" width="0">
21332 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
21333 <row topline="true" bottomline="true">
21334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Standard
21338 a
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21344 \begin_inset Text
21345
21346 \begin_layout Standard
21347 b
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Standard
21356 c
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Standard
21365 d
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Standard
21374 e
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 </row>
21380 </lyxtabular>
21381
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \begin_layout Section
21393 Beschriftungs-Platzierung
21394 \begin_inset LatexCommand label
21395 name "abs:Titel-Platzierung"
21396
21397 \end_inset
21398
21399
21400 \begin_inset LatexCommand index
21401 name "Gleitobjekte ! Beschriftung ! Platzierung"
21402
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \begin_layout Standard
21409 Normalerweise werden die Beschriftungen wie folgt platziert:
21410 \end_layout
21411
21412 \begin_layout Description
21413 Abbildung: darunter
21414 \end_layout
21415
21416 \begin_layout Description
21417 Tabelle: darüber
21418 \end_layout
21419
21420 \begin_layout Standard
21421 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
21422  Das heißt wenn Sie eine der Dokument-Klassen 
21423 \family sans
21424 article
21425 \family default
21426
21427 \family sans
21428 book
21429 \family default
21430
21431 \family sans
21432 letter
21433 \family default
21434  oder 
21435 \family sans
21436 report
21437 \family default
21438  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
21439  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
21440 \series bold
21441 caption
21442 \series default
21443  im LaTeX-Vorspann folgendes:
21444 \begin_inset Foot
21445 status collapsed
21446
21447 \begin_layout Standard
21448 In Abschnitt\InsetSpace ~
21449
21450 \begin_inset LatexCommand ref
21451 reference "abs:Titel-Formatierung"
21452
21453 \end_inset
21454
21455  steht mehr über das Paket 
21456 \series bold
21457 caption
21458 \series default
21459 .
21460 \end_layout
21461
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \begin_layout Standard
21468
21469 \series bold
21470 tableposition=top
21471 \end_layout
21472
21473 \begin_layout Standard
21474 Wenn Sie eine 
21475 \series bold
21476 koma-script
21477 \series default
21478
21479 \begin_inset LatexCommand index
21480 name "LaTeX-Pakete ! koma-script"
21481
21482 \end_inset
21483
21484 -Dokumentklasse (
21485 \family sans
21486 article (koma-script)
21487 \family default
21488
21489 \family sans
21490 book (koma-script)
21491 \family default
21492
21493 \family sans
21494 letter (koma-script)
21495 \family default
21496  oder 
21497 \family sans
21498 report (koma-script)
21499 \family default
21500 ) benutzen, können Sie alternativ zum 
21501 \series bold
21502 caption
21503 \series default
21504 -Paket die Option 
21505 \series bold
21506 tablecaptionabove
21507 \series default
21508  benutzen.
21509 \end_layout
21510
21511 \begin_layout Standard
21512 \begin_inset VSpace bigskip
21513 \end_inset
21514
21515 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
21516  Das bewirkt das LaTeX-Paket 
21517 \series bold
21518 sidecap
21519 \series default
21520
21521 \begin_inset LatexCommand index
21522 name "LaTeX-Pakete ! sidecap"
21523
21524 \end_inset
21525
21526 , das so in den LaTeX-Vorspann geladen wird:
21527 \end_layout
21528
21529 \begin_layout Standard
21530
21531 \series bold
21532
21533 \backslash
21534 usepackage[Option]{sidecap}
21535 \end_layout
21536
21537 \begin_layout Standard
21538 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
21539  Mit 
21540 \series bold
21541 innercaption
21542 \series default
21543  wird die Beschriftung innen gedruckt.
21544  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
21545  
21546 \series bold
21547 rightcaption
21548 \series default
21549  oder 
21550 \series bold
21551 leftcaption
21552 \series default
21553 .
21554 \end_layout
21555
21556 \begin_layout Standard
21557 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
21558  in den LaTeX-Vorspann schreiben:
21559 \end_layout
21560
21561 \begin_layout Standard
21562
21563 \lyxline
21564
21565 \end_layout
21566
21567 \begin_layout Standard
21568
21569 \series bold
21570
21571 \backslash
21572 newcommand{
21573 \backslash
21574 TabBesBeg}{%
21575 \newline
21576
21577 \begin_inset ERT
21578 status collapsed
21579
21580 \begin_layout Standard
21581
21582
21583 \backslash
21584 hphantom{ }
21585 \end_layout
21586
21587 \end_inset
21588
21589
21590 \backslash
21591 let
21592 \backslash
21593 MyTable
21594 \backslash
21595 table
21596 \newline
21597
21598 \begin_inset ERT
21599 status collapsed
21600
21601 \begin_layout Standard
21602
21603
21604 \backslash
21605 hphantom{ }
21606 \end_layout
21607
21608 \end_inset
21609
21610
21611 \backslash
21612 let
21613 \backslash
21614 MyEndtable
21615 \backslash
21616 endtable
21617 \newline
21618
21619 \begin_inset ERT
21620 status collapsed
21621
21622 \begin_layout Standard
21623
21624
21625 \backslash
21626 hphantom{ }
21627 \end_layout
21628
21629 \end_inset
21630
21631
21632 \backslash
21633 renewenvironment{table}{
21634 \backslash
21635 begin{SCtable}}{
21636 \backslash
21637 end{SCtable}}}
21638 \end_layout
21639
21640 \begin_layout Standard
21641
21642 \series bold
21643
21644 \backslash
21645 newcommand{
21646 \backslash
21647 TabBesEnd}{%
21648 \newline
21649
21650 \begin_inset ERT
21651 status collapsed
21652
21653 \begin_layout Standard
21654
21655
21656 \backslash
21657 hphantom{ }
21658 \end_layout
21659
21660 \end_inset
21661
21662
21663 \backslash
21664 let
21665 \backslash
21666 table
21667 \backslash
21668 MyTable
21669 \newline
21670
21671 \begin_inset ERT
21672 status collapsed
21673
21674 \begin_layout Standard
21675
21676
21677 \backslash
21678 hphantom{ }
21679 \end_layout
21680
21681 \end_inset
21682
21683
21684 \backslash
21685 let
21686 \backslash
21687 endtable
21688 \backslash
21689 MyEndtable
21690 \end_layout
21691
21692 \begin_layout Standard
21693
21694 \series bold
21695
21696 \backslash
21697 newcommand{
21698 \backslash
21699 FigBesBeg}{%
21700 \newline
21701
21702 \begin_inset ERT
21703 status collapsed
21704
21705 \begin_layout Standard
21706
21707
21708 \backslash
21709 hphantom{ }
21710 \end_layout
21711
21712 \end_inset
21713
21714
21715 \backslash
21716 let
21717 \backslash
21718 MyFigure
21719 \backslash
21720 f\SpecialChar \textcompwordmark{}
21721 igure
21722 \newline
21723
21724 \begin_inset ERT
21725 status collapsed
21726
21727 \begin_layout Standard
21728
21729
21730 \backslash
21731 hphantom{ }
21732 \end_layout
21733
21734 \end_inset
21735
21736
21737 \backslash
21738 let
21739 \backslash
21740 MyEndf\SpecialChar \textcompwordmark{}
21741 igure
21742 \backslash
21743 endf\SpecialChar \textcompwordmark{}
21744 igure
21745 \newline
21746
21747 \begin_inset ERT
21748 status collapsed
21749
21750 \begin_layout Standard
21751
21752
21753 \backslash
21754 hphantom{ }
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \backslash
21761 renewenvironment{f\SpecialChar \textcompwordmark{}
21762 igure}{
21763 \backslash
21764 begin{SCf\SpecialChar \textcompwordmark{}
21765 igure}}{
21766 \backslash
21767 end{SCf\SpecialChar \textcompwordmark{}
21768 igure}}}
21769 \end_layout
21770
21771 \begin_layout Standard
21772
21773 \series bold
21774
21775 \backslash
21776 newcommand{
21777 \backslash
21778 FigBesEnd}{%
21779 \newline
21780
21781 \begin_inset ERT
21782 status collapsed
21783
21784 \begin_layout Standard
21785
21786
21787 \backslash
21788 hphantom{ }
21789 \end_layout
21790
21791 \end_inset
21792
21793
21794 \backslash
21795 let
21796 \backslash
21797 f\SpecialChar \textcompwordmark{}
21798 igure
21799 \backslash
21800 MyFigure
21801 \newline
21802
21803 \begin_inset ERT
21804 status collapsed
21805
21806 \begin_layout Standard
21807
21808
21809 \backslash
21810 hphantom{ }
21811 \end_layout
21812
21813 \end_inset
21814
21815
21816 \backslash
21817 let
21818 \backslash
21819 endf\SpecialChar \textcompwordmark{}
21820 igure
21821 \backslash
21822 MyEndf\SpecialChar \textcompwordmark{}
21823 igure}
21824 \series default
21825
21826 \lyxline
21827
21828 \end_layout
21829
21830 \begin_layout Standard
21831 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
21832 ungen seitlich gedruckt werden.
21833  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
21834 \end_layout
21835
21836 \begin_layout Standard
21837
21838 \series bold
21839
21840 \backslash
21841 FigBesBeg
21842 \end_layout
21843
21844 \begin_layout Standard
21845 als ERT vor und
21846 \end_layout
21847
21848 \begin_layout Standard
21849
21850 \series bold
21851
21852 \backslash
21853 FigBesEnd
21854 \end_layout
21855
21856 \begin_layout Standard
21857 hinter das Gleitobjekt.
21858  Bei Gleitobjekt-Tabellen heißen die Befehle
21859 \end_layout
21860
21861 \begin_layout Standard
21862
21863 \series bold
21864
21865 \backslash
21866 TabBesBeg
21867 \series default
21868  und 
21869 \series bold
21870
21871 \backslash
21872 TabBesEnd
21873 \series default
21874 .
21875 \end_layout
21876
21877 \begin_layout Standard
21878 Abbildung\InsetSpace ~
21879
21880 \begin_inset LatexCommand ref
21881 reference "abb:Beschriftung-neben"
21882
21883 \end_inset
21884
21885  und Tabelle\InsetSpace ~
21886
21887 \begin_inset LatexCommand ref
21888 reference "tab:cap-beside-tab"
21889
21890 \end_inset
21891
21892  sind Beispiele für seitliche Beschriftungen.
21893 \end_layout
21894
21895 \begin_layout Standard
21896 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
21897  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
21898  der Abbildung.
21899  Das kann man mit dem Befehl
21900 \end_layout
21901
21902 \begin_layout Standard
21903
21904 \series bold
21905
21906 \backslash
21907 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
21908 \end_layout
21909
21910 \begin_layout Standard
21911 im LaTeX-Vorspann oder als ERT vor dem Gleitobjekt ändern.
21912  Der Gleitobjekt-Typ ist entweder 
21913 \family sans
21914 figure
21915 \family default
21916  oder 
21917 \family sans
21918 table
21919 \family default
21920 , die
21921 \family sans
21922  
21923 \family default
21924 Platzierung ist 
21925 \family typewriter
21926 t
21927 \family default
21928  für oben, 
21929 \family typewriter
21930 c
21931 \family default
21932  für zentriert oder 
21933 \family typewriter
21934 b
21935 \family default
21936  für unten.
21937  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
21938  lautet der Befehl
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \series bold
21944
21945 \backslash
21946 sidecaptionvpos{figure}{c}
21947 \end_layout
21948
21949 \begin_layout Standard
21950 Das wurde in Abbildung\InsetSpace ~
21951
21952 \begin_inset LatexCommand ref
21953 reference "abb:cap-beside-fig-2"
21954
21955 \end_inset
21956
21957  benutzt.
21958 \end_layout
21959
21960 \begin_layout Standard
21961 \begin_inset VSpace medskip
21962 \end_inset
21963
21964 Weitere Informationen über das Paket
21965 \series bold
21966  sidecap
21967 \series default
21968  finden Sie in seiner Dokumentation 
21969 \begin_inset LatexCommand cite
21970 key "sidecap"
21971
21972 \end_inset
21973
21974 .
21975 \end_layout
21976
21977 \begin_layout Standard
21978 \begin_inset Note Greyedout
21979 status open
21980
21981 \begin_layout Standard
21982
21983 \series bold
21984 Bemerkung:
21985 \series default
21986  Das LaTeX-Paket 
21987 \series bold
21988 hypcap
21989 \series default
21990
21991 \begin_inset LatexCommand index
21992 name "LaTeX-Pakete ! hypcap"
21993
21994 \end_inset
21995
21996  das in Abschnitt\InsetSpace ~
21997
21998 \begin_inset LatexCommand ref
21999 reference "uab:Querverweis-Position"
22000
22001 \end_inset
22002
22003  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
22004  Beschriftungen.
22005 \end_layout
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Standard
22013 \begin_inset ERT
22014 status collapsed
22015
22016 \begin_layout Standard
22017
22018
22019 \backslash
22020 FigBesBeg 
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \begin_layout Standard
22029 \begin_inset Float figure
22030 wide false
22031 sideways false
22032 status open
22033
22034 \begin_layout Standard
22035 \begin_inset Graphics
22036         filename ../clipart/escher-lsd.eps
22037         scale 75
22038         scaleBeforeRotation
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Standard
22046 \begin_inset Caption
22047
22048 \begin_layout Standard
22049 \begin_inset LatexCommand label
22050 name "abb:Beschriftung-neben"
22051
22052 \end_inset
22053
22054 Dies ist eine Beschriftung neben einer Abbildung.
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Standard
22068 \begin_inset ERT
22069 status collapsed
22070
22071 \begin_layout Standard
22072
22073
22074 \backslash
22075 TabBesBeg 
22076 \end_layout
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \begin_layout Standard
22084 \begin_inset Float table
22085 wide false
22086 sideways false
22087 status open
22088
22089 \begin_layout Standard
22090 \begin_inset Caption
22091
22092 \begin_layout Standard
22093 \begin_inset LatexCommand label
22094 name "tab:cap-beside-tab"
22095
22096 \end_inset
22097
22098 Dies ist eine Beschriftung neben einer Tabelle.
22099 \end_layout
22100
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \begin_layout Standard
22107 \begin_inset Tabular
22108 <lyxtabular version="3" rows="4" columns="5">
22109 <features>
22110 <column alignment="center" valignment="top" leftline="true" width="0">
22111 <column alignment="center" valignment="top" leftline="true" width="0">
22112 <column alignment="center" valignment="top" leftline="true" width="0">
22113 <column alignment="center" valignment="top" leftline="true" width="0">
22114 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22115 <row topline="true">
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Standard
22120 a
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Standard
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Standard
22138 b
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Standard
22147
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Standard
22156 c
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 </row>
22162 <row topline="true">
22163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Standard
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Standard
22176 d
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Standard
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Standard
22194 e
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Standard
22203
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 </row>
22209 <row topline="true">
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Standard
22214 f
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Standard
22223
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Standard
22232 g
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Standard
22241
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Standard
22250 h
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 </row>
22256 <row topline="true" bottomline="true">
22257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Standard
22261
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Standard
22270 i
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Standard
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Standard
22288 j
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Standard
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 </row>
22303 </lyxtabular>
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \begin_layout Standard
22316 \begin_inset ERT
22317 status collapsed
22318
22319 \begin_layout Standard
22320
22321
22322 \backslash
22323 TabBesEnd
22324 \end_layout
22325
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \begin_layout Standard
22332 \begin_inset ERT
22333 status collapsed
22334
22335 \begin_layout Standard
22336
22337
22338 \backslash
22339 sidecaptionvpos{figure}{c}
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \begin_inset Float figure
22346 wide false
22347 sideways false
22348 status open
22349
22350 \begin_layout Standard
22351 \begin_inset Graphics
22352         filename ../clipart/escher-lsd.eps
22353         scale 75
22354         scaleBeforeRotation
22355
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \begin_layout Standard
22362 \begin_inset Caption
22363
22364 \begin_layout Standard
22365 \begin_inset LatexCommand label
22366 name "abb:cap-beside-fig-2"
22367
22368 \end_inset
22369
22370 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \begin_layout Standard
22384 \begin_inset ERT
22385 status collapsed
22386
22387 \begin_layout Standard
22388
22389
22390 \backslash
22391 FigBesEnd
22392 \end_layout
22393
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \begin_layout Section
22400 Gleitobjekt-Verzeichnisse
22401 \begin_inset LatexCommand label
22402 name "abs:Gleitobjekt-Verzeichnisse"
22403
22404 \end_inset
22405
22406
22407 \begin_inset LatexCommand index
22408 name "Gleitobjekte ! Verzeichnisse"
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \begin_layout Standard
22416 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
22417  Sie können mit den Untermenüs von 
22418 \family sans
22419 Einfügen\SpecialChar \menuseparator
22420 Liste\InsetSpace ~
22421 /\InsetSpace ~
22422 Inhaltsverzeichnis
22423 \family default
22424  eingefügt werden.
22425 \end_layout
22426
22427 \begin_layout Standard
22428 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
22429  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
22430 \end_layout
22431
22432 \begin_layout Standard
22433 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
22434  und ein Tabellen-Verzeichnis.
22435 \end_layout
22436
22437 \begin_layout Chapter
22438 Notizen
22439 \end_layout
22440
22441 \begin_layout Section
22442 LyX-Notizen
22443 \begin_inset LatexCommand label
22444 name "abs:LyX-Notizen"
22445
22446 \end_inset
22447
22448
22449 \begin_inset LatexCommand index
22450 name "Notizen ! LyX-Notizen"
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \begin_layout Standard
22458 Notizen werden mit einem Klick auf 
22459 \begin_inset Graphics
22460         filename ../../images/note-insert.xpm
22461         scale 85
22462         scaleBeforeRotation
22463         BoundingBox 0bp 6bp 22bp 22bp
22464
22465 \end_inset
22466
22467  oder 
22468 \family sans
22469 Einfügen\SpecialChar \menuseparator
22470 Notiz
22471 \family default
22472  eingefügt.
22473  Es gibt drei Arten:
22474 \end_layout
22475
22476 \begin_layout Description
22477 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
22478  Eine 
22479 \family sans
22480 LyX-Notiz
22481 \family default
22482  sieht so aus:
22483 \newline
22484
22485 \newline
22486
22487 \begin_inset Graphics
22488         filename clipart/LyXNotizQt4.png
22489         display none
22490         scale 60
22491         scaleBeforeRotation
22492
22493 \end_inset
22494
22495  
22496 \begin_inset Note Note
22497 status open
22498
22499 \begin_layout Standard
22500 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
22501 \end_layout
22502
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \begin_layout Description
22509 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
22510 men\SpecialChar \-
22511 tar,
22512  wenn Sie das Dokument nach LaTeX exportieren (
22513 \family sans
22514 Datei\SpecialChar \menuseparator
22515 Ex\SpecialChar \-
22516 por\SpecialChar \-
22517 tie\SpecialChar \-
22518 ren\SpecialChar \menuseparator
22519 LaTe
22520 \begin_inset ERT
22521 status collapsed
22522
22523 \begin_layout Standard
22524
22525 {}
22526 \end_layout
22527
22528 \end_inset
22529
22530 X (pdflatex) / (plain)
22531 \family default
22532 .
22533  Ein Kommentar sieht so aus:
22534 \newline
22535
22536 \newline
22537
22538 \begin_inset Graphics
22539         filename clipart/KommentarQt4.png
22540         display none
22541         scale 60
22542         scaleBeforeRotation
22543
22544 \end_inset
22545
22546  
22547 \begin_inset Note Comment
22548 status open
22549
22550 \begin_layout Standard
22551 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Description
22560 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
22561 \newline
22562
22563 \newline
22564
22565 \begin_inset Graphics
22566         filename clipart/GrauschriftNotizQt4.png
22567         display none
22568         scale 60
22569         scaleBeforeRotation
22570
22571 \end_inset
22572
22573
22574 \newline
22575
22576 \begin_inset ERT
22577 status collapsed
22578
22579 \begin_layout Standard
22580
22581
22582 \backslash
22583 renewenvironment{lyxgreyedout}
22584 \end_layout
22585
22586 \begin_layout Standard
22587
22588 {
22589 \backslash
22590 textcolor[gray]{0.4}
22591 \backslash
22592 bgroup}{
22593 \backslash
22594 egroup}
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \begin_inset Note Greyedout
22601 status open
22602
22603 \begin_layout Standard
22604 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
22605 \begin_inset Foot
22606 status open
22607
22608 \begin_layout Standard
22609 Dies ist eine Fußnote in einer Grauschrift-Notiz.
22610 \end_layout
22611
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618
22619
22620 \begin_inset ERT
22621 status collapsed
22622
22623 \begin_layout Standard
22624
22625
22626 \backslash
22627 renewenvironment{lyxgreyedout}
22628 \end_layout
22629
22630 \begin_layout Standard
22631
22632 {
22633 \backslash
22634 textcolor{blue}
22635 \backslash
22636 bgroup}{
22637 \backslash
22638 egroup}
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \begin_inset Note Note
22645 status collapsed
22646
22647 \begin_layout Standard
22648 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
22649  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
22650  definiert wurden.
22651  
22652 \end_layout
22653
22654 \end_inset
22655
22656
22657 \newline
22658
22659 \newline
22660 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
22661  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
22662 \end_layout
22663
22664 \begin_layout Description
22665 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
22666 \newline
22667
22668 \newline
22669
22670 \begin_inset Graphics
22671         filename clipart/GerahmteNotizQt4.png
22672         display none
22673         scale 60
22674         scaleBeforeRotation
22675
22676 \end_inset
22677
22678
22679 \begin_inset Note Framed
22680 status open
22681
22682 \begin_layout Standard
22683 Dies ist eine Notiz, die gerahmt gedruckt wird.
22684 \end_layout
22685
22686 \end_inset
22687
22688 Im Gegensatz zu gerahmten Boxen
22689 \begin_inset Foot
22690 status open
22691
22692 \begin_layout Standard
22693 Gerahmte Boxen werden in Abschnitt\InsetSpace ~
22694
22695 \begin_inset LatexCommand ref
22696 reference "abs:Gerahmte-Boxen"
22697
22698 \end_inset
22699
22700  beschrieben.
22701 \end_layout
22702
22703 \end_inset
22704
22705  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
22706  Notiz ist ein Absatz für sich.
22707  
22708 \end_layout
22709
22710 \begin_layout Description
22711 Schattiert: Diese Notiz müsste eigentlich 
22712 \family sans
22713 farbig
22714 \family default
22715  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
22716 \family sans
22717 Werkzeuge\SpecialChar \menuseparator
22718 Einstellungen\SpecialChar \menuseparator
22719 Farben\SpecialChar \menuseparator
22720 Schattierte\InsetSpace ~
22721 Box
22722 \family default
22723  definiert ist, und sieht so aus:
22724 \newline
22725
22726 \newline
22727
22728 \begin_inset Graphics
22729         filename clipart/SchattierteNotizQt4.png
22730         display none
22731         scale 60
22732         scaleBeforeRotation
22733
22734 \end_inset
22735
22736
22737 \begin_inset Note Shaded
22738 status open
22739
22740 \begin_layout Standard
22741 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
22742 \end_layout
22743
22744 \end_inset
22745
22746 Im Gegensatz zu farbigen Boxen
22747 \begin_inset Foot
22748 status collapsed
22749
22750 \begin_layout Standard
22751 Farbige Boxen werden in Abschnitt\InsetSpace ~
22752
22753 \begin_inset LatexCommand ref
22754 reference "abs:Farbige-Boxen"
22755
22756 \end_inset
22757
22758  beschrieben.
22759 \end_layout
22760
22761 \end_inset
22762
22763  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
22764  die Notiz ist ein Absatz für sich.
22765 \end_layout
22766
22767 \begin_layout Standard
22768 \begin_inset VSpace bigskip
22769 \end_inset
22770
22771 Wenn Sie auf den Werzeugleistenknopf 
22772 \begin_inset Graphics
22773         filename ../../images/note-insert.xpm
22774         scale 85
22775         scaleBeforeRotation
22776         BoundingBox 0bp 6bp 22bp 22bp
22777
22778 \end_inset
22779
22780  klicken, wird zunächst eine 
22781 \family sans
22782 LyX-Notiz
22783 \family default
22784  eingefügt.
22785  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
22786  anderen Möglichkeiten auswählen.
22787  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
22788  Sie ihn und klicken dann auf den Werzeugleistenknopf.
22789 \end_layout
22790
22791 \begin_layout Standard
22792 \begin_inset VSpace bigskip
22793 \end_inset
22794
22795 Die Textfarbe der 
22796 \family sans
22797 Grauschrift
22798 \family default
22799 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
22800 \end_layout
22801
22802 \begin_layout Standard
22803
22804 \series bold
22805
22806 \backslash
22807 renewenvironment{lyxgreyedout}
22808 \newline
22809
22810 \begin_inset ERT
22811 status collapsed
22812
22813 \begin_layout Standard
22814
22815
22816 \backslash
22817 hphantom{ }
22818 \end_layout
22819
22820 \end_inset
22821
22822 {
22823 \backslash
22824 textcolor{color}
22825 \backslash
22826 bgroup}{
22827 \backslash
22828 egroup}
22829 \end_layout
22830
22831 \begin_layout Standard
22832 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
22833
22834 \begin_inset LatexCommand ref
22835 reference "abs:Farbige-Tabellen"
22836
22837 \end_inset
22838
22839  beschrieben.
22840  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
22841 \end_layout
22842
22843 \begin_layout Standard
22844 \begin_inset VSpace bigskip
22845 \end_inset
22846
22847 Der Textstil von 
22848 \family sans
22849 Eingerahmt
22850 \family default
22851  und 
22852 \family sans
22853 Schattiert
22854 \family default
22855  kann im 
22856 \family sans
22857 Textstil
22858 \family default
22859  Dialog eingestellt werden.
22860 \end_layout
22861
22862 \begin_layout Standard
22863 Die Standard-Rahmenbreite für 
22864 \family sans
22865 Eingerahmt
22866 \family default
22867  ist 0.4\InsetSpace \thinspace{}
22868 pt; sie kann mit 
22869 \series bold
22870
22871 \backslash
22872 FrameRule
22873 \series default
22874  geändert werden.
22875  Der Standard-Abstand zwischen Rahmen und Text ist 9\InsetSpace \thinspace{}
22876 pt; er kann mit 
22877 \series bold
22878
22879 \backslash
22880 FrameSep
22881 \series default
22882  geändert werden.
22883  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
22884  als ERT geändert:
22885 \end_layout
22886
22887 \begin_layout Standard
22888
22889 \series bold
22890
22891 \backslash
22892 FrameRule 5pt 
22893 \backslash
22894 FrameSep 0.5cm
22895 \end_layout
22896
22897 \begin_layout Standard
22898 \begin_inset ERT
22899 status collapsed
22900
22901 \begin_layout Standard
22902
22903
22904 \backslash
22905 FrameRule 5pt 
22906 \backslash
22907 FrameSep 0.5cm
22908 \end_layout
22909
22910 \end_inset
22911
22912
22913 \begin_inset Note Framed
22914 status open
22915
22916 \begin_layout Standard
22917 Dies ist Text in einem anderen Rahmen.
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 \begin_inset ERT
22927 status collapsed
22928
22929 \begin_layout Standard
22930
22931
22932 \backslash
22933 FrameRule 0.4pt 
22934 \backslash
22935 FrameSep 9pt
22936 \end_layout
22937
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \begin_layout Standard
22944 \begin_inset VSpace bigskip
22945 \end_inset
22946
22947 Für 
22948 \family sans
22949 Schattiert
22950 \family default
22951  beträgt der Abstand zwischen Rand und Text 3\InsetSpace \thinspace{}
22952 pt; er kann mit 
22953 \series bold
22954
22955 \backslash
22956 fboxsep
22957 \series default
22958  geändert werden.
22959  Die Standard-Hintergrundfarbe ist rot und kann mit 
22960 \series bold
22961
22962 \backslash
22963 definecolor{shadebox}
22964 \series default
22965  oder 
22966 \family sans
22967 Werkzeuge\SpecialChar \menuseparator
22968 Einstellungen\SpecialChar \menuseparator
22969 Farben\SpecialChar \menuseparator
22970 Schattierte\InsetSpace ~
22971 Box
22972 \family default
22973  geändert werden.
22974  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
22975
22976 \begin_inset LatexCommand ref
22977 reference "abs:Farbige-Tabellen"
22978
22979 \end_inset
22980
22981  beschrieben
22982 \begin_inset Foot
22983 status collapsed
22984
22985 \begin_layout Standard
22986
22987 \series bold
22988
22989 \backslash
22990 definecolor
22991 \series default
22992  benötigt LaTeX-Paket 
22993 \series bold
22994 color
22995 \series default
22996
22997 \begin_inset LatexCommand index
22998 name "LaTeX-Pakete ! color"
22999
23000 \end_inset
23001
23002  im LaTeX-Vorspann, siehe Abschnitt\InsetSpace ~
23003
23004 \begin_inset LatexCommand ref
23005 reference "abs:Farbige-Boxen"
23006
23007 \end_inset
23008
23009 .
23010 \end_layout
23011
23012 \end_inset
23013
23014 .
23015 \end_layout
23016
23017 \begin_layout Standard
23018 Für das folgende Beispiel wurden folgende ERT-Befehle verwendet:
23019 \end_layout
23020
23021 \begin_layout Standard
23022
23023 \series bold
23024
23025 \backslash
23026 fboxsep 0.5cm
23027 \newline
23028
23029 \backslash
23030 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23031 \end_layout
23032
23033 \begin_layout Standard
23034 \begin_inset ERT
23035 status collapsed
23036
23037 \begin_layout Standard
23038
23039
23040 \backslash
23041 fboxsep 0.5cm
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \begin_inset ERT
23048 status collapsed
23049
23050 \begin_layout Standard
23051
23052
23053 \backslash
23054 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \begin_inset Note Shaded
23061 status open
23062
23063 \begin_layout Standard
23064
23065 \color yellow
23066 Dies ist gelber Text auf dunkelgrünem Hintergrund.
23067 \end_layout
23068
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \begin_layout Standard
23075 \begin_inset ERT
23076 status collapsed
23077
23078 \begin_layout Standard
23079
23080
23081 \backslash
23082 fboxsep 3pt
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \begin_inset ERT
23089 status collapsed
23090
23091 \begin_layout Standard
23092
23093
23094 \backslash
23095 definecolor{shadecolor}{rgb}{1,0,0}
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \begin_layout Section
23104 Fußnoten
23105 \begin_inset LatexCommand label
23106 name "abs:Fußnoten"
23107
23108 \end_inset
23109
23110
23111 \begin_inset LatexCommand index
23112 name "Notizen ! Fußnoten"
23113
23114 \end_inset
23115
23116
23117 \begin_inset LatexCommand index
23118 name "Fußnoten"
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \begin_layout Standard
23126 Zu dem, was bereits im 
23127 \emph on
23128 Benutzerhandbuch
23129 \emph default
23130  und in den 
23131 \emph on
23132 Handbuchergänzungen
23133 \emph default
23134  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
23135 \color black
23136
23137 \begin_inset Foot
23138 status open
23139
23140 \begin_layout Standard
23141
23142 \color black
23143 \begin_inset LatexCommand label
23144 name "fuss:Fußnoten-Beispiel"
23145
23146 \end_inset
23147
23148 Dies ist eine Fußnote.
23149 \end_layout
23150
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \begin_layout Standard
23157 \begin_inset ERT
23158 status collapsed
23159
23160 \begin_layout Standard
23161
23162
23163 \backslash
23164 newcounter{MyRepeatFoot}
23165 \end_layout
23166
23167 \begin_layout Standard
23168
23169
23170 \backslash
23171 setcounter{MyRepeatFoot}{
23172 \backslash
23173 thefootnote}
23174 \end_layout
23175
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \begin_layout Standard
23182 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
23183  wurde, eine hochgestellte Zahl.
23184  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
23185  hochgestellt dem Text vorangeht.
23186  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
23187  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
23188  werden.
23189 \end_layout
23190
23191 \begin_layout Standard
23192 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
23193  der Fußnote eine Marke eingefügt wurde.
23194  Dies ist ein Querverweis auf Fußnote\InsetSpace ~
23195
23196 \begin_inset LatexCommand ref
23197 reference "fuss:Fußnoten-Beispiel"
23198
23199 \end_inset
23200
23201 .
23202 \end_layout
23203
23204 \begin_layout Standard
23205 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
23206  siehe Abschnitt\InsetSpace ~
23207
23208 \begin_inset LatexCommand ref
23209 reference "abs:Minipage"
23210
23211 \end_inset
23212
23213 .
23214  Fußnoten in langen Tabellen wurden bereits in Abschnitt\InsetSpace ~
23215
23216 \begin_inset LatexCommand ref
23217 reference "uab:Fußnoten-in-langen"
23218
23219 \end_inset
23220
23221  beschrieben.
23222 \end_layout
23223
23224 \begin_layout Standard
23225 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
23226  ERT-Befehl 
23227 \series bold
23228
23229 \backslash
23230 footnotemark[Nummer]
23231 \series default
23232  benutzen.
23233  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
23234  mal gedruckt wird.
23235 \end_layout
23236
23237 \begin_layout Standard
23238 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
23239  sie speichern, nachdem Sie die Fußnote eingefügt haben.
23240  Hinter Fußnote\InsetSpace ~
23241
23242 \begin_inset LatexCommand ref
23243 reference "fuss:Fußnoten-Beispiel"
23244
23245 \end_inset
23246
23247  wurde das mit folgenden ERT-Befehlen gemacht:
23248 \end_layout
23249
23250 \begin_layout Standard
23251
23252 \series bold
23253
23254 \backslash
23255 newcounter{MyRepeatFoot}
23256 \newline
23257
23258 \backslash
23259 setcounter{MyRepeatFoot}{
23260 \backslash
23261 thefootnote}
23262 \end_layout
23263
23264 \begin_layout Standard
23265 Die Fußnotenmarke wurde dann mit diesem ERT-Befehl definiert;
23266 \end_layout
23267
23268 \begin_layout Standard
23269
23270 \series bold
23271
23272 \backslash
23273 footnotemark[
23274 \backslash
23275 theMyRepeatFoot]
23276 \end_layout
23277
23278 \begin_layout Standard
23279 Hier ist ein Beispiel für eine Fußnotenmarke:
23280 \family roman
23281 \series medium
23282 \bar no
23283
23284 \begin_inset ERT
23285 status collapsed
23286
23287 \begin_layout Standard
23288
23289
23290 \backslash
23291 footnotemark[
23292 \backslash
23293 theMyRepeatFoot]
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Subsection
23302 Fußnoten-Nummerierung
23303 \begin_inset LatexCommand label
23304 name "uab:Fußnoten-Nummerierung"
23305
23306 \end_inset
23307
23308
23309 \begin_inset LatexCommand index
23310 name "Fußnoten ! Nummerierung"
23311
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \begin_layout Standard
23318 Um Fußnoten nach jedem Abschnitt
23319 \family roman
23320  auf 1 zurückzusetzen, 
23321 \family default
23322 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23323 \end_layout
23324
23325 \begin_layout Standard
23326
23327 \series bold
23328
23329 \backslash
23330 @addtoreset{footnote}{section}
23331 \end_layout
23332
23333 \begin_layout Standard
23334 \begin_inset VSpace bigskip
23335 \end_inset
23336
23337 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
23338  Zahlen:
23339 \end_layout
23340
23341 \begin_layout Standard
23342
23343 \series bold
23344
23345 \backslash
23346 renewcommand{
23347 \backslash
23348 thefootnote}{
23349 \backslash
23350 roman{footnote}}
23351 \end_layout
23352
23353 \begin_layout Standard
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Standard
23358
23359
23360 \backslash
23361 renewcommand{
23362 \backslash
23363 thefootnote}{
23364 \backslash
23365 roman{footnote}}
23366 \end_layout
23367
23368 \end_inset
23369
23370  Hier ist ein Beispiel für solch eine Fußnote:
23371 \begin_inset Foot
23372 status open
23373
23374 \begin_layout Standard
23375 Dies ist eine Fußnote mit kleinen römischen Zahlen
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Standard
23384 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
23385  Sie in obigem Befehl 
23386 \series bold
23387
23388 \backslash
23389 roman
23390 \series default
23391  durch 
23392 \series bold
23393
23394 \backslash
23395 Roman
23396 \series default
23397 .
23398  Um Fußnoten mit großen oder kleinen Buchstaben zu 
23399 \begin_inset Quotes gld
23400 \end_inset
23401
23402 nummerieren
23403 \begin_inset Quotes grd
23404 \end_inset
23405
23406 , verwenden Sie die Befehle 
23407 \series bold
23408
23409 \backslash
23410 Alph
23411 \series default
23412  bzw.\InsetSpace ~
23413
23414 \series bold
23415
23416 \backslash
23417 alph
23418 \series default
23419 .
23420  Für die 
23421 \begin_inset Quotes gld
23422 \end_inset
23423
23424 Nummerierung
23425 \begin_inset Quotes grd
23426 \end_inset
23427
23428  mit Symbolen steht der Befehl 
23429 \series bold
23430
23431 \backslash
23432 fnsymbol
23433 \series default
23434  zur Verfügung.
23435 \end_layout
23436
23437 \begin_layout Standard
23438 \begin_inset Note Greyedout
23439 status open
23440
23441 \begin_layout Standard
23442
23443 \series bold
23444 Bemerkung 1:
23445 \series default
23446  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
23447  
23448 \emph on
23449 ein
23450 \emph default
23451  Buchstabe verwendet wird.
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \newline
23458
23459 \begin_inset Note Greyedout
23460 status open
23461
23462 \begin_layout Standard
23463
23464 \series bold
23465 Bemerkung 2:
23466 \series default
23467  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \begin_layout Standard
23476 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
23477 \series bold
23478
23479 \backslash
23480 arabic
23481 \series default
23482  anstelle von 
23483 \series bold
23484
23485 \backslash
23486 roman
23487 \series default
23488  in obigem Befehl.
23489 \begin_inset ERT
23490 status collapsed
23491
23492 \begin_layout Standard
23493
23494
23495 \backslash
23496 renewcommand{
23497 \backslash
23498 thefootnote}{
23499 \backslash
23500 arabic{footnote}}
23501 \end_layout
23502
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \begin_layout Standard
23509 \begin_inset VSpace bigskip
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \begin_layout Standard
23516 Wenn Sie wollen, dass Fußnoten nach dem Schema 
23517 \begin_inset Quotes gld
23518 \end_inset
23519
23520 Kapitel.Fußnote
23521 \begin_inset Quotes grd
23522 \end_inset
23523
23524  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23525 \end_layout
23526
23527 \begin_layout Standard
23528
23529 \series bold
23530
23531 \backslash
23532 numberwithin{footnote}{chapter}
23533 \end_layout
23534
23535 \begin_layout Standard
23536 Um 
23537 \series bold
23538
23539 \backslash
23540 numberwithin
23541 \series default
23542  benutzen zu können, muss in den 
23543 \family sans
23544 Mathe\InsetSpace ~
23545 Optionen
23546 \family default
23547  der 
23548 \family sans
23549 Dokument-Einstellungen
23550 \family default
23551  
23552 \family sans
23553 AMS\InsetSpace ~
23554 Mathe\InsetSpace ~
23555 Paket
23556 \family default
23557 \InsetSpace ~
23558
23559 \family sans
23560 verwenden
23561 \family default
23562  angekreuzt sein.
23563 \begin_inset ERT
23564 status collapsed
23565
23566 \begin_layout Standard
23567
23568
23569 \backslash
23570 numberwithin{footnote}{chapter}
23571 \end_layout
23572
23573 \end_inset
23574
23575  Hier ist ein Beispiel für solch eine Fußnote.
23576 \series bold
23577
23578 \begin_inset Foot
23579 status open
23580
23581 \begin_layout Standard
23582 Dies ist eine Fußnote nach dem Schema 
23583 \begin_inset Quotes gld
23584 \end_inset
23585
23586 Kapitel.Fußnote
23587 \begin_inset Quotes grd
23588 \end_inset
23589
23590 .
23591 \end_layout
23592
23593 \end_inset
23594
23595
23596 \series default
23597
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Standard
23602
23603
23604 \backslash
23605 numberwithin{footnote}{part}
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \begin_layout Standard
23614 \begin_inset Note Greyedout
23615 status open
23616
23617 \begin_layout Standard
23618
23619 \series bold
23620 Bemerkung:
23621 \series default
23622  
23623 \series bold
23624
23625 \backslash
23626 numberwithin
23627 \series default
23628  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
23629  werden überschrieben.
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \begin_layout Standard
23638 Um also z.\InsetSpace \thinspace{}
23639 B.
23640  das Schema 
23641 \begin_inset Quotes gld
23642 \end_inset
23643
23644 Kapitel.
23645 \backslash
23646 Roman{footnote}
23647 \begin_inset Quotes grd
23648 \end_inset
23649
23650  zu erhalten, muss dieser Befehl anstelle von 
23651 \series bold
23652
23653 \backslash
23654 numberwithin
23655 \series default
23656  verwendet werden:
23657 \end_layout
23658
23659 \begin_layout Standard
23660
23661 \series bold
23662
23663 \backslash
23664 renewcommand{
23665 \backslash
23666 thefootnote}{
23667 \backslash
23668 thechapter.
23669 \backslash
23670 Roman{footnote}}
23671 \end_layout
23672
23673 \begin_layout Subsection
23674 Fußnoten-Platzierung
23675 \begin_inset LatexCommand index
23676 name "Fußnoten ! Platzierung"
23677
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Standard
23684 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
23685  ohne Zwischenraum am Ende der Seite gedruckt.
23686  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
23687  LaTeX-Vorspann 1.5\InsetSpace \thinspace{}
23688 mm Zwischenraum einfügen:
23689 \end_layout
23690
23691 \begin_layout Standard
23692
23693 \series bold
23694
23695 \backslash
23696 let
23697 \backslash
23698 myFoot
23699 \backslash
23700 footnote
23701 \newline
23702
23703 \backslash
23704 renewcommand{
23705 \backslash
23706 footnote}[1]{
23707 \backslash
23708 myFoot{#1
23709 \backslash
23710 vspace{1.5mm}}}
23711 \end_layout
23712
23713 \begin_layout Standard
23714 \begin_inset VSpace bigskip
23715 \end_inset
23716
23717 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
23718  Spalte gedruckt, Abbildung\InsetSpace ~
23719
23720 \begin_inset LatexCommand ref
23721 reference "abb:Standard-Fußnoten-Platzierung-in"
23722
23723 \end_inset
23724
23725 .
23726  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
23727  in Abbildung\InsetSpace ~
23728
23729 \begin_inset LatexCommand ref
23730 reference "abb:Fußnoten-Platzierung-in-einem"
23731
23732 \end_inset
23733
23734 , müssen Sie das LaTeX-Paket 
23735 \series bold
23736 ftnright
23737 \series default
23738
23739 \begin_inset LatexCommand index
23740 name "LaTeX-Pakete ! ftnright"
23741
23742 \end_inset
23743
23744  mit folgendem Befehl im LaTeX-Vorspann einfügen:
23745 \end_layout
23746
23747 \begin_layout Standard
23748
23749 \series bold
23750
23751 \backslash
23752 usepackage{ftnright}
23753 \end_layout
23754
23755 \begin_layout Standard
23756 \begin_inset Float figure
23757 placement !h
23758 wide false
23759 sideways false
23760 status open
23761
23762 \begin_layout Standard
23763 \begin_inset ERT
23764 status collapsed
23765
23766 \begin_layout Standard
23767
23768
23769 \backslash
23770 framebox{
23771 \end_layout
23772
23773 \end_inset
23774
23775
23776 \begin_inset Graphics
23777         filename ../clipart/without_fntright.pdf
23778         width 100col%
23779         scaleBeforeRotation
23780
23781 \end_inset
23782
23783
23784 \begin_inset ERT
23785 status collapsed
23786
23787 \begin_layout Standard
23788
23789 }
23790 \end_layout
23791
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \begin_layout Standard
23798 \begin_inset Caption
23799
23800 \begin_layout Standard
23801 \begin_inset LatexCommand label
23802 name "abb:Standard-Fußnoten-Platzierung-in"
23803
23804 \end_inset
23805
23806 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
23807 \begin_inset OptArg
23808 status collapsed
23809
23810 \begin_layout Standard
23811 Standard Fußnoten-Platzierung in einem zweisp.
23812  Dokument
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \begin_layout Standard
23831 \begin_inset Float figure
23832 placement !h
23833 wide false
23834 sideways false
23835 status open
23836
23837 \begin_layout Standard
23838 \begin_inset ERT
23839 status collapsed
23840
23841 \begin_layout Standard
23842
23843
23844 \backslash
23845 framebox{
23846 \end_layout
23847
23848 \end_inset
23849
23850
23851 \begin_inset Graphics
23852         filename ../clipart/with_fntright.pdf
23853         width 100col%
23854         scaleBeforeRotation
23855
23856 \end_inset
23857
23858
23859 \begin_inset ERT
23860 status collapsed
23861
23862 \begin_layout Standard
23863
23864 }
23865 \end_layout
23866
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \begin_layout Standard
23873 \begin_inset Caption
23874
23875 \begin_layout Standard
23876 \begin_inset LatexCommand label
23877 name "abb:Fußnoten-Platzierung-in-einem"
23878
23879 \end_inset
23880
23881 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
23882  
23883 \series bold
23884 ftnright
23885 \series default
23886 .
23887 \begin_inset OptArg
23888 status collapsed
23889
23890 \begin_layout Standard
23891 Fußnoten-Platzierung mit 
23892 \family typewriter
23893 ftnright
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Standard
23912 \begin_inset VSpace bigskip
23913 \end_inset
23914
23915 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
23916  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung\InsetSpace ~
23917
23918 \begin_inset LatexCommand ref
23919 reference "abb:endnotes----Die"
23920
23921 \end_inset
23922
23923  gedruckt.
23924  Man nennt sie dann 
23925 \emph on
23926 Endnoten
23927 \emph default
23928 .
23929  Um das zu erreichen müssen Sie das LaTeX-Paket 
23930 \series bold
23931 endnotes
23932 \series default
23933
23934 \begin_inset LatexCommand index
23935 name "LaTeX-Pakete ! endnotes"
23936
23937 \end_inset
23938
23939  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
23940 \end_layout
23941
23942 \begin_layout Standard
23943
23944 \series bold
23945
23946 \backslash
23947 usepackage{endnotes}
23948 \newline
23949
23950 \backslash
23951 let
23952 \backslash
23953 footnote
23954 \backslash
23955 endnote
23956 \end_layout
23957
23958 \begin_layout Standard
23959 Um die gesammelten Fußnoten zu drucken fügen Sie den ERT-Befehl
23960 \series bold
23961  
23962 \backslash
23963 theendnotes
23964 \series default
23965  am Ende des Abschnitts oder Kapitels ein.
23966 \end_layout
23967
23968 \begin_layout Standard
23969 \begin_inset Float figure
23970 wide false
23971 sideways false
23972 status open
23973
23974 \begin_layout Standard
23975 \align center
23976 \begin_inset ERT
23977 status collapsed
23978
23979 \begin_layout Standard
23980
23981
23982 \backslash
23983 framebox{
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \begin_inset Graphics
23990         filename ../clipart/endnotes.pdf
23991         scaleBeforeRotation
23992
23993 \end_inset
23994
23995
23996 \begin_inset ERT
23997 status collapsed
23998
23999 \begin_layout Standard
24000
24001 }
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \begin_layout Standard
24010 \begin_inset Caption
24011
24012 \begin_layout Standard
24013 \begin_inset LatexCommand label
24014 name "abb:endnotes----Die"
24015
24016 \end_inset
24017
24018
24019 \series bold
24020 endnotes
24021 \series default
24022  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
24023  gedruckt.
24024 \begin_inset OptArg
24025 status collapsed
24026
24027 \begin_layout Standard
24028 \begin_inset LatexCommand label
24029 name "abb:endnotes----Die"
24030
24031 \end_inset
24032
24033
24034 \series bold
24035 endnotes
24036 \series default
24037  -- Die Fußnoten werden am Ende gedruckt
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \end_inset
24046
24047
24048 \end_layout
24049
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \begin_layout Standard
24056 \begin_inset VSpace medskip
24057 \end_inset
24058
24059 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
24060 ache übersetzt.
24061  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
24062 \begin_inset Quotes gld
24063 \end_inset
24064
24065 Notes 
24066 \begin_inset Quotes grd
24067 \end_inset
24068
24069 in 
24070 \begin_inset Quotes gld
24071 \end_inset
24072
24073 Anmerkungen
24074 \begin_inset Quotes grd
24075 \end_inset
24076
24077 :
24078 \end_layout
24079
24080 \begin_layout Standard
24081
24082 \series bold
24083
24084 \backslash
24085 renewcommand{
24086 \backslash
24087 notesname}{Anmerkungen}
24088 \end_layout
24089
24090 \begin_layout Standard
24091 \begin_inset VSpace medskip
24092 \end_inset
24093
24094 Wenn Sie in den Befehlen von Abschnitt\InsetSpace ~
24095
24096 \begin_inset LatexCommand ref
24097 reference "uab:Fußnoten-Nummerierung"
24098
24099 \end_inset
24100
24101  
24102 \series bold
24103
24104 \backslash
24105 thefootnote
24106 \series default
24107  durch 
24108 \series bold
24109
24110 \backslash
24111 theendnote
24112 \series default
24113  ersetzen, können Sie die Nummerierung von Endnoten ändern.
24114  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
24115 \series bold
24116
24117 \backslash
24118 @addtoreset
24119 \series default
24120  wie in Abschnitt\InsetSpace ~
24121
24122 \begin_inset LatexCommand ref
24123 reference "uab:Fußnoten-Nummerierung"
24124
24125 \end_inset
24126
24127  beschrieben und ersetzen 
24128 \series bold
24129 footnote
24130 \series default
24131  durch 
24132 \series bold
24133 endnote
24134 \series default
24135 .
24136 \end_layout
24137
24138 \begin_layout Standard
24139 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
24140  
24141 \series bold
24142
24143 \backslash
24144 endnotemark[Nummer]
24145 \series default
24146  ähnlich wie 
24147 \series bold
24148
24149 \backslash
24150 footnotemark
24151 \series default
24152  Abschnitt\InsetSpace ~
24153
24154 \begin_inset LatexCommand ref
24155 reference "abs:Fußnoten"
24156
24157 \end_inset
24158
24159 .
24160 \end_layout
24161
24162 \begin_layout Standard
24163 \begin_inset VSpace bigskip
24164 \end_inset
24165
24166 Mit dem LaTeX-Paket 
24167 \series bold
24168 footmisc
24169 \series default
24170
24171 \begin_inset LatexCommand index
24172 name "LaTeX-Pakete ! footmisc"
24173
24174 \end_inset
24175
24176  (
24177 \begin_inset LatexCommand cite
24178 key "footmisc"
24179
24180 \end_inset
24181
24182 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
24183 \end_layout
24184
24185 \begin_layout Standard
24186 In LaTeX-Büchern, 
24187 \begin_inset LatexCommand cite
24188 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
24189
24190 \end_inset
24191
24192 , finden Sie weiteres zu Fußnoten.
24193 \end_layout
24194
24195 \begin_layout Section
24196 Randnotizen
24197 \begin_inset LatexCommand index
24198 name "Randnotizen"
24199
24200 \end_inset
24201
24202
24203 \begin_inset LatexCommand index
24204 name "Notizen ! Randnotizen"
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \begin_layout Standard
24212 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
24213  Sie fügen sie mit einem Klick auf den Schalter 
24214 \begin_inset Graphics
24215         filename ../../images/marginalnote-insert.xpm
24216         scale 70
24217         scaleBeforeRotation
24218         BoundingBox 0bp 0bp 22bp 22bp
24219
24220 \end_inset
24221
24222  oder über 
24223 \family sans
24224 Einfügen\SpecialChar \menuseparator
24225 Randnotiz
24226 \family default
24227  ein.
24228  Ein graues Kästchen mit der Aufschrift 
24229 \begin_inset Quotes gld
24230 \end_inset
24231
24232 Rand
24233 \begin_inset Quotes grd
24234 \end_inset
24235
24236  erscheint
24237 \family roman
24238 \series medium
24239 , und dort, wo der Cursor steht, können Sie Text eingeben.
24240 \end_layout
24241
24242 \begin_layout Standard
24243 Hier am Rand sehen Sie eine Randnotiz.
24244 \begin_inset Marginal
24245 status open
24246
24247 \begin_layout Standard
24248 Dies ist eine Randnotiz.
24249 \end_layout
24250
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \begin_layout Standard
24257 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
24258  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
24259  Seiten und rechts auf den ungeraden.
24260  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
24261  wird und umgekehrt.
24262  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
24263  wurde.
24264 \end_layout
24265
24266 \begin_layout Standard
24267 \begin_inset VSpace bigskip
24268 \end_inset
24269
24270 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
24271 \end_layout
24272
24273 \begin_layout Standard
24274
24275 \series bold
24276
24277 \backslash
24278 reversemarginpar
24279 \end_layout
24280
24281 \begin_layout Standard
24282 als ERT vor einer Randnotiz ein.
24283  Das gilt dann für alle folgenden Randnotizen.
24284 \begin_inset ERT
24285 status collapsed
24286
24287 \begin_layout Standard
24288
24289
24290 \backslash
24291 reversemarginpar 
24292 \end_layout
24293
24294 \end_inset
24295
24296
24297 \begin_inset Marginal
24298 status open
24299
24300 \begin_layout Standard
24301 Hier ist ein Beispiel im inneren Rand.
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \newline
24308
24309 \begin_inset Note Greyedout
24310 status open
24311
24312 \begin_layout Standard
24313  
24314 \series bold
24315 Achtung:
24316 \series default
24317  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
24327 \end_layout
24328
24329 \begin_layout Standard
24330
24331 \series bold
24332
24333 \backslash
24334 normalmarginpar
24335 \end_layout
24336
24337 \begin_layout Standard
24338 als ERT ein.
24339 \begin_inset ERT
24340 status collapsed
24341
24342 \begin_layout Standard
24343
24344
24345 \backslash
24346 normalmarginpar 
24347 \end_layout
24348
24349 \end_inset
24350
24351
24352 \begin_inset Note Greyedout
24353 status open
24354
24355 \begin_layout Standard
24356
24357 \series bold
24358 Achtung:
24359 \series default
24360  Der Befehl wird missachtet, wenn er im selben Absatz wie 
24361 \series bold
24362
24363 \backslash
24364 reversemarginpar
24365 \series default
24366  verwendet wird.
24367 \end_layout
24368
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \begin_layout Standard
24375 \begin_inset VSpace bigskip
24376 \end_inset
24377
24378 Ähnlich wie in Abschnitt\InsetSpace ~
24379
24380 \begin_inset LatexCommand ref
24381 reference "uab:Mehrfache-Zeilen-in"
24382
24383 \end_inset
24384
24385  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
24386  erste Wort der Randnotiz sind.
24387  Um das zu vermeiden, können Sie den Befehl
24388 \end_layout
24389
24390 \begin_layout Standard
24391
24392 \series bold
24393
24394 \backslash
24395 hspace{0pt}
24396 \end_layout
24397
24398 \begin_layout Standard
24399 als ERT vor das Wort setzen, so wie hier:
24400 \begin_inset Marginal
24401 status open
24402
24403 \begin_layout Standard
24404 \begin_inset ERT
24405 status collapsed
24406
24407 \begin_layout Standard
24408
24409
24410 \backslash
24411 hspace{0pt}
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \family roman
24418 \series medium
24419 EinSehrLangesWort am Anfang, das umgebrochen wird.
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \begin_layout Standard
24428 \begin_inset VSpace bigskip
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 \begin_inset Note Greyedout
24436 status open
24437
24438 \begin_layout Standard
24439
24440 \series bold
24441 Bemerkung:
24442 \series default
24443  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
24444  verwendet werden.
24445 \end_layout
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \begin_layout Standard
24453 \begin_inset VSpace bigskip
24454 \end_inset
24455
24456
24457 \end_layout
24458
24459 \begin_layout Standard
24460 \begin_inset ERT
24461 status collapsed
24462
24463 \begin_layout Standard
24464
24465
24466 \backslash
24467 ifmarginnote
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \begin_inset Note Note
24474 status open
24475
24476 \begin_layout Standard
24477 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
24478 \series bold
24479 marginnote
24480 \series default
24481  installiert ist.
24482 \end_layout
24483
24484 \end_inset
24485
24486
24487 \end_layout
24488
24489 \begin_layout Standard
24490 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
24491 \series bold
24492 marginnote
24493 \series default
24494
24495 \begin_inset LatexCommand index
24496 name "LaTeX-Pakete ! marginnote"
24497
24498 \end_inset
24499
24500  verwendet wird.
24501  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
24502  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
24503  des Pakets 
24504 \series bold
24505 marginnote
24506 \series default
24507  für Randnotizen verwendet wird:
24508 \end_layout
24509
24510 \begin_layout Standard
24511
24512 \series bold
24513
24514 \backslash
24515 usepackage{marginnote}
24516 \newline
24517
24518 \backslash
24519 let
24520 \backslash
24521 marginpar
24522 \backslash
24523 marginnote
24524 \end_layout
24525
24526 \begin_layout Standard
24527 Dies wird auch in diesem Dokument verwendet, denn 
24528 \series bold
24529 marginnote
24530 \series default
24531  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
24532  für Randnotizen angeben.
24533  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
24534 n sind zu dicht beieinander sind.
24535  Der Versatz wird in LyX als ERT direkt nach der Randnotiz mit dem Schema
24536 \end_layout
24537
24538 \begin_layout Standard
24539
24540 \series bold
24541 [Versatz]
24542 \end_layout
24543
24544 \begin_layout Standard
24545 angegeben.
24546  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle\InsetSpace ~
24547
24548 \begin_inset LatexCommand ref
24549 reference "tab:Maßeinheiten"
24550
24551 \end_inset
24552
24553  aufgelistet sind.
24554  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
24555  nach unten.
24556  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5\InsetSpace \thinspace{}
24557 cm mit dem ERT-Befehl
24558   
24559 \begin_inset Quotes gld
24560 \end_inset
24561
24562
24563 \series bold
24564 [-1.5cm]
24565 \series default
24566
24567 \begin_inset Quotes grd
24568 \end_inset
24569
24570  nach oben versetzt
24571 \begin_inset Marginal
24572 status open
24573
24574 \begin_layout Standard
24575 Diese Randnotiz ist 1.5\InsetSpace \thinspace{}
24576 cm von ihrer Originalposition nach oben versetzt.
24577 \end_layout
24578
24579 \end_inset
24580
24581
24582 \begin_inset ERT
24583 status collapsed
24584
24585 \begin_layout Standard
24586
24587 [-1.5cm]
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Standard
24596 \begin_inset VSpace medskip
24597 \end_inset
24598
24599 Mit 
24600 \series bold
24601 marginnote
24602 \series default
24603  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
24604  Zum Beispiel setzen die Befehle
24605 \end_layout
24606
24607 \begin_layout Standard
24608
24609 \series bold
24610
24611 \backslash
24612 renewcommand*{
24613 \backslash
24614 raggedleftmarginnote}{
24615 \backslash
24616 centering}
24617 \newline
24618
24619 \backslash
24620 renewcommand*{
24621 \backslash
24622 raggedrightmarginnote}{
24623 \backslash
24624 centering}
24625 \end_layout
24626
24627 \begin_layout Standard
24628 die Ausrichtung auf zentriert.
24629  
24630 \series bold
24631
24632 \backslash
24633 raggedleftmarginnote
24634 \series default
24635  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
24636  
24637 \begin_inset ERT
24638 status collapsed
24639
24640 \begin_layout Standard
24641
24642
24643 \backslash
24644 renewcommand*{
24645 \backslash
24646 raggedleftmarginnote}{
24647 \backslash
24648 centering}
24649 \end_layout
24650
24651 \begin_layout Standard
24652
24653
24654 \backslash
24655 renewcommand*{
24656 \backslash
24657 raggedrightmarginnote}{
24658 \backslash
24659 centering}
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \begin_inset Marginal
24666 status open
24667
24668 \begin_layout Standard
24669 Der Text dieser Randnotiz ist zentriert ausgerichtet.
24670 \end_layout
24671
24672 \end_inset
24673
24674  Die Voreinstellung ist
24675 \end_layout
24676
24677 \begin_layout Standard
24678
24679 \series bold
24680
24681 \backslash
24682 renewcommand*{
24683 \backslash
24684 raggedleftmarginnote}{
24685 \backslash
24686 raggedleft}
24687 \newline
24688
24689 \backslash
24690 renewcommand*{
24691 \backslash
24692 raggedrightmarginnote}{
24693 \backslash
24694 raggedright}
24695 \series default
24696
24697 \begin_inset ERT
24698 status collapsed
24699
24700 \begin_layout Standard
24701
24702
24703 \backslash
24704 renewcommand*{
24705 \backslash
24706 raggedleftmarginnote}{
24707 \backslash
24708 raggedleft}
24709 \end_layout
24710
24711 \begin_layout Standard
24712
24713
24714 \backslash
24715 renewcommand*{
24716 \backslash
24717 raggedrightmarginnote}{
24718 \backslash
24719 raggedright}
24720 \end_layout
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Standard
24728 \begin_inset VSpace medskip
24729 \end_inset
24730
24731 Für weitere Fähigkeiten des Pakets 
24732 \series bold
24733 marginnote
24734 \series default
24735  sei auf dessen Dokumentation verwiesen 
24736 \begin_inset LatexCommand cite
24737 key "marginnote"
24738
24739 \end_inset
24740
24741 .
24742 \end_layout
24743
24744 \begin_layout Standard
24745 \begin_inset VSpace bigskip
24746 \end_inset
24747
24748 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
24749  geändert werden.
24750  Um z.\InsetSpace \thinspace{}
24751 B.
24752  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
24753  und fettgedruckten Text 
24754 \begin_inset Quotes eld
24755 \end_inset
24756
24757
24758 \family sans
24759 \series bold
24760 \bar under
24761 Achtung!
24762 \family default
24763 \series default
24764 \bar default
24765
24766 \begin_inset Quotes erd
24767 \end_inset
24768
24769  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
24770 \end_layout
24771
24772 \begin_layout Standard
24773
24774 \series bold
24775
24776 \backslash
24777 let
24778 \backslash
24779 myMarginpar
24780 \backslash
24781 marginpar
24782 \newline
24783
24784 \backslash
24785 renewcommand{
24786 \backslash
24787 marginpar}[1]{
24788 \backslash
24789 myMarginpar{%
24790 \newline
24791
24792 \begin_inset ERT
24793 status collapsed
24794
24795 \begin_layout Standard
24796
24797
24798 \backslash
24799 hphantom{ }
24800 \end_layout
24801
24802 \end_inset
24803
24804
24805 \backslash
24806 hspace{0pt}
24807 \backslash
24808 textsf{
24809 \backslash
24810 textbf{
24811 \backslash
24812 underbar{Achtung!}}}%
24813 \newline
24814
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Standard
24819
24820
24821 \backslash
24822 hphantom{ }
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \backslash
24829 vspace{1.5mm}
24830 \backslash
24831
24832 \backslash
24833 #1}}
24834 \end_layout
24835
24836 \begin_layout Standard
24837 \begin_inset ERT
24838 status collapsed
24839
24840 \begin_layout Standard
24841
24842
24843 \backslash
24844 let
24845 \backslash
24846 myMarginpar
24847 \backslash
24848 marginpar
24849 \end_layout
24850
24851 \begin_layout Standard
24852
24853
24854 \backslash
24855 renewcommand{
24856 \backslash
24857 marginpar}[1]{
24858 \backslash
24859 myMarginpar{%
24860 \end_layout
24861
24862 \begin_layout Standard
24863
24864    
24865 \backslash
24866 textsf{
24867 \backslash
24868 textbf{
24869 \backslash
24870 underbar{Achtung!}}}%
24871 \end_layout
24872
24873 \begin_layout Standard
24874
24875    
24876 \backslash
24877 vspace{1.5mm}
24878 \backslash
24879
24880 \backslash
24881 #1}}
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \begin_inset Marginal
24888 status open
24889
24890 \begin_layout Standard
24891 Dies ist eine Randnotiz mit einer definierten Überschrift.
24892 \end_layout
24893
24894 \end_inset
24895
24896
24897 \begin_inset ERT
24898 status collapsed
24899
24900 \begin_layout Standard
24901
24902 [-1.5cm]
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \begin_inset ERT
24909 status collapsed
24910
24911 \begin_layout Standard
24912
24913
24914 \backslash
24915 renewcommand{
24916 \backslash
24917 marginpar}[1]{
24918 \backslash
24919 myMarginpar{#1}}
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \begin_inset Note Note
24926 status open
24927
24928 \begin_layout Standard
24929 Das Format wurde nur für dieses Beispiel geändert.
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \begin_inset ERT
24939 status collapsed
24940
24941 \begin_layout Standard
24942
24943
24944 \backslash
24945 else
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \begin_inset Note Note
24952 status open
24953
24954 \begin_layout Standard
24955 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24956 \series bold
24957 marginnote
24958 \series default
24959  nicht installiert ist:
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 Das LaTeX-Paket 
24969 \series bold
24970 marginnote
24971 \series default
24972  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24973 \end_layout
24974
24975 \begin_layout Standard
24976 \begin_inset ERT
24977 status collapsed
24978
24979 \begin_layout Standard
24980
24981
24982 \backslash
24983 fi
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Chapter
24992 Boxen
24993 \end_layout
24994
24995 \begin_layout Section
24996 Einleitung
24997 \begin_inset LatexCommand index
24998 name "Boxen ! Einleitung"
24999
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \begin_layout Standard
25006 Boxen werden benutzt, um einen Textblock zu formatieren.
25007  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
25008  siehe Abschnitt\InsetSpace ~
25009
25010 \begin_inset LatexCommand ref
25011 reference "abs:Minipage"
25012
25013 \end_inset
25014
25015 , um Text zu umranden, siehe Abschnitt\InsetSpace ~
25016
25017 \begin_inset LatexCommand ref
25018 reference "abs:Gerahmte-Boxen"
25019
25020 \end_inset
25021
25022 , um Silbentrennung zu verhindern, siehe Abschnitt\InsetSpace ~
25023
25024 \begin_inset LatexCommand ref
25025 reference "abs:Silbentrennung-unterbinden"
25026
25027 \end_inset
25028
25029 , um Text senkrecht auszurichten, siehe Abschnitt\InsetSpace ~
25030
25031 \begin_inset LatexCommand ref
25032 reference "uab:Vertikale-Ausrichtung"
25033
25034 \end_inset
25035
25036  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt\InsetSpace ~
25037
25038 \begin_inset LatexCommand ref
25039 reference "abs:Farbige-Boxen"
25040
25041 \end_inset
25042
25043 .
25044 \end_layout
25045
25046 \begin_layout Standard
25047 Boxen werden mit 
25048 \family sans
25049 Einfügen\SpecialChar \menuseparator
25050 Box
25051 \family default
25052  eingefügt.
25053  Ein graues Kästchen mit der Aufschrift 
25054 \begin_inset Quotes gld
25055 \end_inset
25056
25057 Box (Minipage)
25058 \begin_inset Quotes grd
25059 \end_inset
25060
25061  erscheint: 
25062 \begin_inset Graphics
25063         filename clipart/StandardBoxQt4.png
25064         lyxscale 80
25065         scale 60
25066         scaleBeforeRotation
25067
25068 \end_inset
25069
25070 .
25071  Mit einem Rechtsklick auf das graue Kästchen kann der Typ spezifiziert
25072  werden.
25073  Das Dialogfenster bietet bei 
25074 \family sans
25075 Innere\InsetSpace ~
25076 Box
25077 \family default
25078  die Typen 
25079 \family sans
25080 Parbox
25081 \family default
25082  und 
25083 \family sans
25084 Minipage
25085 \family default
25086  an.
25087  
25088 \family sans
25089 Minipage
25090 \family default
25091  ist die Standard-Einstellung für neue Boxen und in Abschnitt\InsetSpace ~
25092
25093 \begin_inset LatexCommand ref
25094 reference "abs:Minipage"
25095
25096 \end_inset
25097
25098  beschrieben, 
25099 \family sans
25100 Parbox
25101 \family default
25102  in Abschnitt\InsetSpace ~
25103
25104 \begin_inset LatexCommand ref
25105 reference "abs:Parbox"
25106
25107 \end_inset
25108
25109 .
25110 \end_layout
25111
25112 \begin_layout Standard
25113 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
25114  wie auf Gleitobjekte und Fußnoten.
25115 \end_layout
25116
25117 \begin_layout Standard
25118 \begin_inset Note Greyedout
25119 status open
25120
25121 \begin_layout Standard
25122
25123 \series bold
25124 Bemerkung\InsetSpace ~
25125 1:
25126 \series default
25127  Wegen eines Fehlers in LyX müssen Sie hinter einer Box ein geschütztes
25128  Leerzeichen einfügen, um die Box vom nachfolgenden Text zu trennen.
25129 \end_layout
25130
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \begin_inset Note Greyedout
25138 status open
25139
25140 \begin_layout Standard
25141
25142 \series bold
25143 Bemerkung\InsetSpace ~
25144 2:
25145 \series default
25146  Boxen dürfen in 
25147 \family sans
25148 List-
25149 \family default
25150  oder 
25151 \family sans
25152 Beschreibung-
25153 \family default
25154 Umgebungen nicht verwendet werden.
25155 \end_layout
25156
25157 \end_inset
25158
25159
25160 \end_layout
25161
25162 \begin_layout Standard
25163 \begin_inset Note Greyedout
25164 status open
25165
25166 \begin_layout Standard
25167
25168 \series bold
25169 Bemerkung\InsetSpace ~
25170 3:
25171 \series default
25172  Boxen ohne 
25173 \family sans
25174 Innere\InsetSpace ~
25175 Box
25176 \family default
25177  und ohne Rahmen werden in Abschnitt\InsetSpace ~
25178
25179 \begin_inset LatexCommand ref
25180 reference "abs:Silbentrennung-unterbinden"
25181
25182 \end_inset
25183
25184  beschrieben.
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Section
25193 Das Box-Einstellungen-Fenster
25194 \begin_inset LatexCommand label
25195 name "abs:Box-Dialog"
25196
25197 \end_inset
25198
25199
25200 \begin_inset LatexCommand index
25201 name "Boxen ! Box-Dialog-Fenster"
25202
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \begin_layout Subsection
25209 Box-Größe
25210 \end_layout
25211
25212 \begin_layout Standard
25213 Im 
25214 \family sans
25215 Box-Einstellungen
25216 \family default
25217 -Fenster können Sie die Größe der Box mit 
25218 \family sans
25219 Breite
25220 \family default
25221  und 
25222 \family sans
25223 Höhe 
25224 \family default
25225 festlegen.
25226  Die verfügbaren Einheiten werden in Tabelle\InsetSpace ~
25227
25228 \begin_inset LatexCommand ref
25229 reference "tab:Maßeinheiten"
25230
25231 \end_inset
25232
25233 aufgelistet.
25234  Das Feld
25235 \family sans
25236  Höhe
25237 \family default
25238  bietet die folgenden zusätzlichen Größen:
25239 \end_layout
25240
25241 \begin_layout Description
25242 Tiefe Dies ist die reine Text-
25243 \begin_inset Quotes gld
25244 \end_inset
25245
25246 Höhe
25247 \begin_inset Quotes grd
25248 \end_inset
25249
25250 .
25251  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
25252 \newline
25253
25254 \newline
25255
25256 \newline
25257
25258 \begin_inset Box Boxed
25259 position "c"
25260 hor_pos "c"
25261 has_inner_box 1
25262 inner_pos "c"
25263 use_parbox 0
25264 width "12col%"
25265 special "none"
25266 height "1in"
25267 height_special "depth"
25268 status collapsed
25269
25270 \begin_layout Standard
25271 \align center
25272 Box-Höhe = 1\InsetSpace \thinspace{}
25273 Tiefe
25274 \end_layout
25275
25276 \end_inset
25277
25278
25279 \newline
25280
25281 \newline
25282
25283 \end_layout
25284
25285 \begin_layout Description
25286 Höhe Dies ist die Texthöhe innerhalb der Box.
25287  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
25288  Texthöhe setzen: 
25289 \begin_inset Box Boxed
25290 position "c"
25291 hor_pos "c"
25292 has_inner_box 1
25293 inner_pos "c"
25294 use_parbox 0
25295 width "20col%"
25296 special "none"
25297 height "2in"
25298 height_special "height"
25299 status collapsed
25300
25301 \begin_layout Standard
25302 \align center
25303 Boxhöhe = 2\InsetSpace \thinspace{}
25304 Höhe
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Description
25313 Gesamthöhe Dies ist Höhe\InsetSpace \thinspace{}
25314 +\InsetSpace \thinspace{}
25315 Tiefe: 
25316 \begin_inset Box Boxed
25317 position "c"
25318 hor_pos "c"
25319 has_inner_box 1
25320 inner_pos "c"
25321 use_parbox 0
25322 width "20col%"
25323 special "none"
25324 height "1in"
25325 height_special "totalheight"
25326 status collapsed
25327
25328 \begin_layout Standard
25329 \align center
25330 Boxhöhe = 1\InsetSpace \thinspace{}
25331 Gesamthöhe
25332 \end_layout
25333
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \begin_layout Description
25340 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
25341 \begin_inset Box Boxed
25342 position "c"
25343 hor_pos "c"
25344 has_inner_box 1
25345 inner_pos "c"
25346 use_parbox 0
25347 width "12col%"
25348 special "none"
25349 height "1in"
25350 height_special "width"
25351 status collapsed
25352
25353 \begin_layout Standard
25354 \align center
25355 Boxhöhe = 1\InsetSpace \thinspace{}
25356 Breite
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \begin_layout Subsection
25365 Ausrichtung
25366 \begin_inset LatexCommand index
25367 name "Boxen ! Ausrichtung"
25368
25369 \end_inset
25370
25371
25372 \end_layout
25373
25374 \begin_layout Standard
25375 Wenn Sie eine 
25376 \family sans
25377 Innere\InsetSpace ~
25378 Box
25379 \family default
25380  gewählt haben, kann die Box mit folgenden Werten für 
25381 \family sans
25382 Box
25383 \family default
25384  senkrecht ausgerichtet werden:
25385 \end_layout
25386
25387 \begin_layout Description
25388 Oben Dies ist ein Beispieltext.
25389  
25390 \begin_inset Box Boxed
25391 position "t"
25392 hor_pos "c"
25393 has_inner_box 1
25394 inner_pos "c"
25395 use_parbox 0
25396 width "20col%"
25397 special "none"
25398 height "1in"
25399 height_special "totalheight"
25400 status collapsed
25401
25402 \begin_layout Standard
25403 \align center
25404 Die Ober\SpecialChar \-
25405 kante der Box ist in der Zeile.
25406 \end_layout
25407
25408 \end_inset
25409
25410 \InsetSpace ~
25411 Dies ist ein Beispieltext.
25412 \end_layout
25413
25414 \begin_layout Description
25415 Mitte Dies ist ein Beispieltext.
25416  
25417 \begin_inset Box Boxed
25418 position "c"
25419 hor_pos "c"
25420 has_inner_box 1
25421 inner_pos "c"
25422 use_parbox 0
25423 width "20col%"
25424 special "none"
25425 height "1in"
25426 height_special "totalheight"
25427 status collapsed
25428
25429 \begin_layout Standard
25430 \align center
25431 Die Mitte der Box ist in der Zeile.
25432 \end_layout
25433
25434 \end_inset
25435
25436 \InsetSpace ~
25437 Dies ist ein Beispieltext.
25438 \end_layout
25439
25440 \begin_layout Description
25441 Unten Dies ist ein Beispieltext.
25442  
25443 \begin_inset Box Boxed
25444 position "b"
25445 hor_pos "c"
25446 has_inner_box 1
25447 inner_pos "c"
25448 use_parbox 0
25449 width "20col%"
25450 special "none"
25451 height "1in"
25452 height_special "totalheight"
25453 status collapsed
25454
25455 \begin_layout Standard
25456 \align center
25457 Die Unter\SpecialChar \-
25458 kante der Box ist in der Zeile.
25459 \end_layout
25460
25461 \end_inset
25462
25463 \InsetSpace ~
25464 Dies ist ein Beispieltext.
25465 \end_layout
25466
25467 \begin_layout Standard
25468 Eine Box kann mit dem Dialog 
25469 \family sans
25470 Absatz-Einstellungen
25471 \family default
25472  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
25473 \end_layout
25474
25475 \begin_layout Standard
25476 \begin_inset VSpace bigskip
25477 \end_inset
25478
25479 Wenn Sie eine 
25480 \family sans
25481 Innere\InsetSpace ~
25482 Box
25483 \family default
25484  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
25485 \family sans
25486 Inhalt
25487 \family default
25488  senkrecht ausgerichtet werden:
25489 \end_layout
25490
25491 \begin_layout Description
25492 Oben Dies ist ein Beispieltext.
25493  
25494 \begin_inset Box Boxed
25495 position "c"
25496 hor_pos "c"
25497 has_inner_box 1
25498 inner_pos "t"
25499 use_parbox 0
25500 width "20col%"
25501 special "none"
25502 height "1.5in"
25503 height_special "totalheight"
25504 status collapsed
25505
25506 \begin_layout Standard
25507 \align center
25508 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
25509 \end_layout
25510
25511 \end_inset
25512
25513 \InsetSpace ~
25514 Dies ist ein Beispieltext.
25515 \end_layout
25516
25517 \begin_layout Description
25518 Mitte Dies ist ein Beispieltext.
25519  
25520 \begin_inset Box Boxed
25521 position "c"
25522 hor_pos "c"
25523 has_inner_box 1
25524 inner_pos "c"
25525 use_parbox 0
25526 width "20col%"
25527 special "none"
25528 height "1.5in"
25529 height_special "totalheight"
25530 status collapsed
25531
25532 \begin_layout Standard
25533 \align center
25534 Der Boxinhalt ist zentriert ausgerichtet.
25535 \end_layout
25536
25537 \end_inset
25538
25539 \InsetSpace ~
25540 Dies ist ein Beispieltext.
25541 \end_layout
25542
25543 \begin_layout Description
25544 Unten Dies ist ein Beispieltext.
25545  
25546 \begin_inset Box Boxed
25547 position "c"
25548 hor_pos "c"
25549 has_inner_box 1
25550 inner_pos "b"
25551 use_parbox 0
25552 width "20col%"
25553 special "none"
25554 height "1.5in"
25555 height_special "totalheight"
25556 status collapsed
25557
25558 \begin_layout Standard
25559 \align center
25560 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
25561 \end_layout
25562
25563 \end_inset
25564
25565 \InsetSpace ~
25566 Dies ist ein Beispieltext.
25567 \end_layout
25568
25569 \begin_layout Description
25570 Dehnen Dies ist ein Beispieltext.
25571  
25572 \begin_inset Box Boxed
25573 position "c"
25574 hor_pos "c"
25575 has_inner_box 1
25576 inner_pos "s"
25577 use_parbox 0
25578 width "20col%"
25579 special "none"
25580 height "1in"
25581 height_special "totalheight"
25582 status collapsed
25583
25584 \begin_layout Standard
25585 \align center
25586 Der Boxinhalt
25587 \end_layout
25588
25589 \begin_layout Standard
25590 \align center
25591 ist über die
25592 \end_layout
25593
25594 \begin_layout Standard
25595 \align center
25596 Boxhöhe
25597 \end_layout
25598
25599 \begin_layout Standard
25600 \align center
25601 gleichmäßig verteilt.
25602 \end_layout
25603
25604 \end_inset
25605
25606 \InsetSpace ~
25607 Dies ist ein Beispieltext.
25608 \end_layout
25609
25610 \begin_layout Standard
25611 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
25612  besteht.
25613  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
25614 \end_layout
25615
25616 \begin_layout Standard
25617 Ein Boxinhalt kann mit dem Dialog 
25618 \family sans
25619 Absatz-Einstellungen
25620 \family default
25621  waagerecht ausgerichtet werden, wenn Sie eine
25622 \family sans
25623  Innere\InsetSpace ~
25624 Box
25625 \family default
25626  gewählt haben.
25627 \end_layout
25628
25629 \begin_layout Standard
25630 \align center
25631 \begin_inset Box Boxed
25632 position "c"
25633 hor_pos "c"
25634 has_inner_box 1
25635 inner_pos "s"
25636 use_parbox 0
25637 width "30col%"
25638 special "none"
25639 height "1.25in"
25640 height_special "totalheight"
25641 status collapsed
25642
25643 \begin_layout Standard
25644 \align left
25645 Hier ist jede Zeile
25646 \end_layout
25647
25648 \begin_layout Standard
25649 \align center
25650 anders
25651 \end_layout
25652
25653 \begin_layout Standard
25654 \align right
25655 ausgerichtet.
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \begin_layout Standard
25664 Wenn Sie keine
25665 \family sans
25666  Innere\InsetSpace ~
25667 Box
25668 \family default
25669  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
25670 \family sans
25671 Box-Einstellungen-
25672 \family default
25673 Dialog ausrichten
25674 \end_layout
25675
25676 \begin_layout Standard
25677 \align center
25678 \begin_inset Box Boxed
25679 position "c"
25680 hor_pos "s"
25681 has_inner_box 0
25682 inner_pos "s"
25683 use_parbox 0
25684 width "90col%"
25685 special "none"
25686 height "1.25in"
25687 height_special "totalheight"
25688 status collapsed
25689
25690 \begin_layout Standard
25691 \align left
25692 Dieser Boxinhalt wurde horizontal gedehnt.
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \begin_layout Section
25701 Gerahmte Boxen
25702 \begin_inset LatexCommand label
25703 name "abs:Gerahmte-Boxen"
25704
25705 \end_inset
25706
25707
25708 \begin_inset LatexCommand index
25709 name "Boxen ! gerahmte"
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 Mit dem 
25718 \family sans
25719 Box-Einstellungen-
25720 \family default
25721 Dialog können Sie bei 
25722 \family sans
25723 Verzierung
25724 \family default
25725  die Art des Rahmens auswählen:
25726 \end_layout
25727
25728 \begin_layout Description
25729 Rechteckige\InsetSpace ~
25730 Box Um die Box wird ein rechteckiger Rahmen gezogen.
25731  Die Rahmendicke wird durch 
25732 \series bold
25733
25734 \backslash
25735 fboxrule
25736 \series default
25737  festgelegt.
25738  
25739 \begin_inset Box Boxed
25740 position "c"
25741 hor_pos "c"
25742 has_inner_box 1
25743 inner_pos "c"
25744 use_parbox 0
25745 width "21col%"
25746 special "none"
25747 height "1in"
25748 height_special "totalheight"
25749 status collapsed
25750
25751 \begin_layout Standard
25752
25753 \series medium
25754 Rechteckige\InsetSpace ~
25755 Box
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \begin_layout Description
25764 Ovale\InsetSpace ~
25765 Box,\InsetSpace ~
25766 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die
25767  Box.
25768  Die Rahmendicke ist 0.4\InsetSpace \thinspace{}
25769 pt.
25770  
25771 \begin_inset Box ovalbox
25772 position "c"
25773 hor_pos "c"
25774 has_inner_box 1
25775 inner_pos "c"
25776 use_parbox 0
25777 width "20col%"
25778 special "none"
25779 height "1in"
25780 height_special "totalheight"
25781 status collapsed
25782
25783 \begin_layout Standard
25784 Ovale\InsetSpace ~
25785 Box,\InsetSpace ~
25786 dünn
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Description
25795 Ovale\InsetSpace ~
25796 Box,\InsetSpace ~
25797 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die
25798  Box.
25799  Die Rahmendicke ist 0.8\InsetSpace \thinspace{}
25800 pt.
25801  
25802 \begin_inset Box Ovalbox
25803 position "c"
25804 hor_pos "c"
25805 has_inner_box 1
25806 inner_pos "c"
25807 use_parbox 0
25808 width "20col%"
25809 special "none"
25810 height "1in"
25811 height_special "totalheight"
25812 status collapsed
25813
25814 \begin_layout Standard
25815 Ovale\InsetSpace ~
25816 Box,\InsetSpace ~
25817 dick
25818 \end_layout
25819
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \begin_layout Description
25826 Schattierte\InsetSpace ~
25827 Box Zeichnet einen Rahmen mit Schatten um die Box.
25828  Die Rahmendicke wird durch 
25829 \series bold
25830
25831 \backslash
25832 fboxrule
25833 \series default
25834  festgelegt, der Schatten ist 4\InsetSpace \thinspace{}
25835 pt breit.
25836  
25837 \begin_inset Box Shadowbox
25838 position "c"
25839 hor_pos "c"
25840 has_inner_box 1
25841 inner_pos "c"
25842 use_parbox 0
25843 width "20col%"
25844 special "none"
25845 height "1in"
25846 height_special "totalheight"
25847 status collapsed
25848
25849 \begin_layout Standard
25850 Schattierte\InsetSpace ~
25851 Box
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Description
25860 Doppelt\InsetSpace ~
25861 gerahmte\InsetSpace ~
25862 Box Zeichnet einen doppelten Rahmen um die Box Der innere
25863  Rahmen ist 0.75\InsetSpace \thinspace{}
25864
25865 \series bold
25866
25867 \backslash
25868 fboxrule
25869 \series default
25870  breit, der äußere 1.5\InsetSpace \thinspace{}
25871
25872 \series bold
25873
25874 \backslash
25875 fboxrule
25876 \series default
25877 , der Zwischenraum 1.5\InsetSpace \thinspace{}
25878
25879 \series bold
25880
25881 \backslash
25882 fboxrule
25883 \series default
25884 \InsetSpace \thinspace{}
25885 +\InsetSpace \thinspace{}
25886 0.5\InsetSpace \thinspace{}
25887 pt.
25888  
25889 \begin_inset Box Doublebox
25890 position "c"
25891 hor_pos "c"
25892 has_inner_box 1
25893 inner_pos "c"
25894 use_parbox 0
25895 width "20col%"
25896 special "none"
25897 height "1in"
25898 height_special "totalheight"
25899 status collapsed
25900
25901 \begin_layout Standard
25902 Doppelt\InsetSpace ~
25903 gerahmte\InsetSpace ~
25904 Box
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset VSpace bigskip
25914 \end_inset
25915
25916 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
25917  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
25918 \series bold
25919 fancybox
25920 \series default
25921
25922 \begin_inset LatexCommand index
25923 name "LaTeX-Pakete ! fancybox"
25924
25925 \end_inset
25926
25927  installiert sein.
25928 \end_layout
25929
25930 \begin_layout Standard
25931 \begin_inset VSpace bigskip
25932 \end_inset
25933
25934 Der Standardwert für 
25935 \series bold
25936
25937 \backslash
25938 fboxrule
25939 \series default
25940  ist 0.4\InsetSpace \thinspace{}
25941 pt.
25942  Mit dem folgenden ERT-Befehl kann er auf 2\InsetSpace \thinspace{}
25943 pt gesetzt werden:
25944 \end_layout
25945
25946 \begin_layout Standard
25947
25948 \series bold
25949
25950 \backslash
25951 setlength{
25952 \backslash
25953 fboxrule}{2pt}
25954 \end_layout
25955
25956 \begin_layout Standard
25957 \begin_inset ERT
25958 status collapsed
25959
25960 \begin_layout Standard
25961
25962
25963 \backslash
25964 setlength{
25965 \backslash
25966 fboxrule}{2pt}
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \begin_inset Box Boxed
25973 position "c"
25974 hor_pos "c"
25975 has_inner_box 1
25976 inner_pos "c"
25977 use_parbox 0
25978 width "30col%"
25979 special "none"
25980 height "1in"
25981 height_special "totalheight"
25982 status collapsed
25983
25984 \begin_layout Standard
25985 \align center
25986 Rechteckige Box mit einer Rahmenbreite von 2\InsetSpace \thinspace{}
25987 pt
25988 \end_layout
25989
25990 \end_inset
25991
25992
25993 \begin_inset ERT
25994 status collapsed
25995
25996 \begin_layout Standard
25997
25998
25999 \backslash
26000 setlength{
26001 \backslash
26002 fboxrule}{0.4pt}
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \begin_layout Standard
26011 \noindent
26012 \begin_inset VSpace bigskip
26013 \end_inset
26014
26015 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3\InsetSpace \thinspace{}
26016 pt.
26017  Sie können das ändern, indem Sie den Wert von 
26018 \series bold
26019
26020 \backslash
26021 fboxsep
26022 \series default
26023  mit einem ERT-Befehl ändern:
26024 \end_layout
26025
26026 \begin_layout Standard
26027
26028 \series bold
26029
26030 \backslash
26031 setlength{
26032 \backslash
26033 fboxsep}{10pt}
26034 \end_layout
26035
26036 \begin_layout Standard
26037 setzt den Wert auf 10\InsetSpace \thinspace{}
26038 pt, wie in der folgenden Box:
26039 \end_layout
26040
26041 \begin_layout Standard
26042 \begin_inset ERT
26043 status collapsed
26044
26045 \begin_layout Standard
26046
26047
26048 \backslash
26049 setlength{
26050 \backslash
26051 fboxsep}{10pt}
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \begin_inset Box Boxed
26058 position "c"
26059 hor_pos "c"
26060 has_inner_box 1
26061 inner_pos "c"
26062 use_parbox 0
26063 width "25col%"
26064 special "none"
26065 height "1in"
26066 height_special "totalheight"
26067 status collapsed
26068
26069 \begin_layout Standard
26070 \align center
26071 Rechteckige Box mit 
26072 \series bold
26073
26074 \backslash
26075 fboxsep
26076 \series default
26077 \InsetSpace \thinspace{}
26078 =\InsetSpace \thinspace{}
26079 10\InsetSpace \thinspace{}
26080 pt
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \begin_inset ERT
26087 status collapsed
26088
26089 \begin_layout Standard
26090
26091
26092 \backslash
26093 setlength{
26094 \backslash
26095 fboxsep}{3pt}
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \begin_layout Standard
26104 \noindent
26105 \begin_inset VSpace bigskip
26106 \end_inset
26107
26108 Der Durchmesser der abgerundeten Ecken kann mit 
26109 \series bold
26110
26111 \backslash
26112 cornersize
26113 \series default
26114  gesetzt werden.
26115  Der ERT-Befehl
26116 \end_layout
26117
26118 \begin_layout Standard
26119
26120 \series bold
26121
26122 \backslash
26123 cornersize*{1cm}
26124 \end_layout
26125
26126 \begin_layout Standard
26127 setzt den Durchmesser auf 1\InsetSpace \thinspace{}
26128 cm.
26129  Der ERT-Befehl
26130 \end_layout
26131
26132 \begin_layout Standard
26133
26134 \series bold
26135
26136 \backslash
26137 cornersize{num}
26138 \end_layout
26139
26140 \begin_layout Standard
26141 setzt den Durchmesser auf 
26142 \family sans
26143 num\InsetSpace \thinspace{}
26144 ×\InsetSpace \thinspace{}
26145 Minimum(Breite der Box, Höhe der Box)
26146 \family default
26147 .
26148  Der Standardwert ist 
26149 \series bold
26150
26151 \backslash
26152 cornersize{0.5}
26153 \series default
26154 .
26155 \end_layout
26156
26157 \begin_layout Standard
26158 \begin_inset ERT
26159 status collapsed
26160
26161 \begin_layout Standard
26162
26163
26164 \backslash
26165 cornersize*{1.5cm}
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \begin_inset Box Ovalbox
26172 position "c"
26173 hor_pos "c"
26174 has_inner_box 1
26175 inner_pos "c"
26176 use_parbox 0
26177 width "30col%"
26178 special "none"
26179 height "1in"
26180 height_special "totalheight"
26181 status collapsed
26182
26183 \begin_layout Standard
26184 \align center
26185 Ovale Box, dicker Rand, mit 
26186 \series bold
26187
26188 \backslash
26189 cornersize
26190 \series default
26191 \InsetSpace \thinspace{}
26192 =\InsetSpace \thinspace{}
26193 1.5\InsetSpace \thinspace{}
26194 cm
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \begin_inset ERT
26201 status collapsed
26202
26203 \begin_layout Standard
26204
26205
26206 \backslash
26207 cornersize{0.5}
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \begin_layout Standard
26216 \noindent
26217 \begin_inset VSpace bigskip
26218 \end_inset
26219
26220 Die Breite des Schattens wird mit 
26221 \series bold
26222
26223 \backslash
26224 shadowsize
26225 \series default
26226  festgelegt.
26227  Mit dem ERT-Befehl
26228 \end_layout
26229
26230 \begin_layout Standard
26231
26232 \series bold
26233
26234 \backslash
26235 setlength{
26236 \backslash
26237 shadowsize}{2pt}
26238 \end_layout
26239
26240 \begin_layout Standard
26241 wird er für die folgende Box auf 2\InsetSpace \thinspace{}
26242 pt festgelegt.
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset ERT
26247 status collapsed
26248
26249 \begin_layout Standard
26250
26251
26252 \backslash
26253 setlength{
26254 \backslash
26255 shadowsize}{2pt}
26256 \end_layout
26257
26258 \end_inset
26259
26260
26261 \begin_inset Box Shadowbox
26262 position "c"
26263 hor_pos "c"
26264 has_inner_box 1
26265 inner_pos "c"
26266 use_parbox 0
26267 width "25col%"
26268 special "none"
26269 height "1in"
26270 height_special "totalheight"
26271 status collapsed
26272
26273 \begin_layout Standard
26274 \align center
26275 Schattierte Box mit 
26276 \series bold
26277
26278 \backslash
26279 shadowsize
26280 \series default
26281 \InsetSpace \thinspace{}
26282 =\InsetSpace \thinspace{}
26283 2\InsetSpace \thinspace{}
26284 pt
26285 \end_layout
26286
26287 \end_inset
26288
26289
26290 \begin_inset ERT
26291 status collapsed
26292
26293 \begin_layout Standard
26294
26295
26296 \backslash
26297 setlength{
26298 \backslash
26299 shadowsize}{4pt}
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \begin_layout Standard
26308 \noindent
26309 \begin_inset VSpace bigskip
26310 \end_inset
26311
26312 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
26313  folgen.
26314 \end_layout
26315
26316 \begin_layout Section
26317 Minipage
26318 \begin_inset LatexCommand label
26319 name "abs:Minipage"
26320
26321 \end_inset
26322
26323
26324 \begin_inset LatexCommand index
26325 name "Boxen ! Minipage"
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \begin_layout Standard
26333 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
26334  deshalb unter anderem eigene Fußnoten haben.
26335 \end_layout
26336
26337 \begin_layout Standard
26338 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
26339 \end_layout
26340
26341 \begin_layout Standard
26342 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
26343  Ihre Breite ist 45 Spaltenbreite\InsetSpace ~
26344 %, und sie sind durch einen 
26345 \family sans
26346 HFill
26347 \family default
26348  getrennt (
26349 \family sans
26350 Einfügen\SpecialChar \menuseparator
26351 Formatierung\SpecialChar \menuseparator
26352 Variabler\InsetSpace ~
26353 horiz.\InsetSpace ~
26354 Abstand
26355 \family default
26356 ).
26357 \end_layout
26358
26359 \begin_layout Standard
26360 \noindent
26361 \begin_inset Box Frameless
26362 position "t"
26363 hor_pos "c"
26364 has_inner_box 1
26365 inner_pos "c"
26366 use_parbox 0
26367 width "45col%"
26368 special "none"
26369 height "1in"
26370 height_special "totalheight"
26371 status open
26372
26373 \begin_layout Standard
26374 Dies ist ein deutscher Text.
26375  Dies ist ein deutscher Text.
26376  Dies ist ein deutscher Text.
26377  Dies ist ein deutscher Text.
26378  Dies ist ein deutscher Text.
26379  Dies ist ein deutscher Text.
26380  Dies ist ein deutscher Text.
26381  Dies ist ein deutscher Text.
26382  Dies ist ein deutscher Text.
26383  Dies ist ein deutscher Text.
26384  Dies ist ein deutscher Text.
26385  Dies ist ein deutscher Text.
26386  Dies ist ein deutscher Text
26387 \begin_inset Foot
26388 status open
26389
26390 \begin_layout Standard
26391 Dies ist eine deutsche Fußnote.
26392 \end_layout
26393
26394 \end_inset
26395
26396 .
26397  Dies ist ein deutscher Text.
26398  Dies ist ein deutscher Text.
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \hfill
26405
26406 \begin_inset Box Frameless
26407 position "t"
26408 hor_pos "c"
26409 has_inner_box 1
26410 inner_pos "c"
26411 use_parbox 0
26412 width "45col%"
26413 special "none"
26414 height "1in"
26415 height_special "totalheight"
26416 status open
26417
26418 \begin_layout Standard
26419
26420 \lang english
26421 This is an English Text.
26422  This is an English Text.
26423  This is an English Text.
26424  This is an English Text.
26425  This is an English Text.
26426  This is an English Text.
26427  This is an English Text.
26428  This is an English Text.
26429  This is an English Text.
26430  This is an English Text.
26431  This is an English Text.
26432  This is an English Text.
26433  This is an English Text.
26434  This is an English Text.
26435  This is an English Text.
26436  This is an English Text.
26437 \begin_inset Foot
26438 status collapsed
26439
26440 \begin_layout Standard
26441
26442 \lang english
26443 This is an English footnote.
26444 \end_layout
26445
26446 \end_inset
26447
26448  This is an English Text.
26449  
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Standard
26458 \noindent
26459 \begin_inset VSpace bigskip
26460 \end_inset
26461
26462 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
26463  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
26464  auf der die Tabelle gedruckt wird: 
26465 \begin_inset Tabular
26466 <lyxtabular version="3" rows="3" columns="4">
26467 <features>
26468 <column alignment="center" valignment="top" leftline="true" width="0pt">
26469 <column alignment="center" valignment="top" leftline="true" width="0pt">
26470 <column alignment="center" valignment="top" leftline="true" width="0pt">
26471 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26472 <row topline="true">
26473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Standard
26477 1
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Standard
26486 2
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Standard
26495 3
26496 \begin_inset Foot
26497 status collapsed
26498
26499 \begin_layout Standard
26500 Dies ist eine Fußnote in einer Tabelle.
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Standard
26514 4
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 </row>
26520 <row topline="true">
26521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Standard
26525 a
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Standard
26534 b
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Standard
26543 c
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Standard
26552 d
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 </row>
26558 <row topline="true" bottomline="true">
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Standard
26563 e
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26569 \begin_inset Text
26570
26571 \begin_layout Standard
26572 f
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Standard
26581 g
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Standard
26590 h
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 </row>
26596 </lyxtabular>
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \begin_layout Standard
26604 \noindent
26605 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
26606  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
26607  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
26608  außerhalb.
26609 \end_layout
26610
26611 \begin_layout Standard
26612 \align center
26613 \begin_inset Box Frameless
26614 position "t"
26615 hor_pos "c"
26616 has_inner_box 1
26617 inner_pos "c"
26618 use_parbox 0
26619 width "30col%"
26620 special "none"
26621 height "1in"
26622 height_special "totalheight"
26623 status open
26624
26625 \begin_layout Standard
26626 \align center
26627 \begin_inset Tabular
26628 <lyxtabular version="3" rows="3" columns="4">
26629 <features>
26630 <column alignment="center" valignment="top" leftline="true" width="0pt">
26631 <column alignment="center" valignment="top" leftline="true" width="0pt">
26632 <column alignment="center" valignment="top" leftline="true" width="0pt">
26633 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26634 <row topline="true">
26635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Standard
26639 1
26640 \end_layout
26641
26642 \end_inset
26643 </cell>
26644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Standard
26648 2
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26654 \begin_inset Text
26655
26656 \begin_layout Standard
26657 3
26658 \begin_inset Foot
26659 status collapsed
26660
26661 \begin_layout Standard
26662 Dies ist eine Fußnote in einer Tabelle.
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Standard
26676 4
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 <row topline="true">
26683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Standard
26687 a
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Standard
26696 b
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Standard
26705 c
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Standard
26714 d
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 </row>
26720 <row topline="true" bottomline="true">
26721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26722 \begin_inset Text
26723
26724 \begin_layout Standard
26725 e
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Standard
26734 f
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Standard
26743 g
26744 \end_layout
26745
26746 \end_inset
26747 </cell>
26748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Standard
26752 h
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 </row>
26758 </lyxtabular>
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \begin_layout Standard
26771 \begin_inset VSpace bigskip
26772 \end_inset
26773
26774 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
26775  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
26776  Absätze nicht eingerückt werden, obwohl Sie das in 
26777 \family sans
26778 Dokument
26779 \family default
26780 \SpecialChar \menuseparator
26781
26782 \family sans
26783 Einstellun\SpecialChar \-
26784 gen\SpecialChar \menuseparator
26785 Textformat
26786 \family default
26787  festgelegt haben.
26788  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
26789  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem ERT-Befehl 
26790 \series bold
26791
26792 \backslash
26793 hspace*{1em}
26794 \series default
26795 .
26796 \end_layout
26797
26798 \begin_layout Standard
26799 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
26800  zu verpassen, siehe Abschnitt\InsetSpace ~
26801
26802 \begin_inset LatexCommand ref
26803 reference "uab:Farbe-für-Absätze"
26804
26805 \end_inset
26806
26807 .
26808 \end_layout
26809
26810 \begin_layout Standard
26811 \begin_inset Note Greyedout
26812 status open
26813
26814 \begin_layout Standard
26815
26816 \series bold
26817 Bemerkung:
26818 \series default
26819  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
26820  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \begin_layout Section
26829 Parbox
26830 \begin_inset LatexCommand label
26831 name "abs:Parbox"
26832
26833 \end_inset
26834
26835
26836 \begin_inset LatexCommand index
26837 name "Boxen ! Parbox"
26838
26839 \end_inset
26840
26841
26842 \end_layout
26843
26844 \begin_layout Standard
26845 Parbox ist eine Abkürzung für 
26846 \begin_inset Quotes gld
26847 \end_inset
26848
26849 paragraph box
26850 \begin_inset Quotes grd
26851 \end_inset
26852
26853 , was Absatzbox bedeutet.
26854  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
26855  Parboxen einige Einschränkungen.
26856  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
26857  gedruckt.:
26858 \end_layout
26859
26860 \begin_layout Standard
26861 \align center
26862 \begin_inset Box Frameless
26863 position "t"
26864 hor_pos "c"
26865 has_inner_box 1
26866 inner_pos "t"
26867 use_parbox 1
26868 width "33col%"
26869 special "none"
26870 height "1in"
26871 height_special "totalheight"
26872 status collapsed
26873
26874 \begin_layout Standard
26875 Dies ist Text in einer Parbox.
26876  Dies ist Text in einer Parbox.
26877 \end_layout
26878
26879 \begin_layout Standard
26880 Diese Fußnote wird nicht gedruckt:
26881 \begin_inset Foot
26882 status collapsed
26883
26884 \begin_layout Standard
26885 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \begin_layout Standard
26899 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
26900  und Theoreme enthalten.
26901 \end_layout
26902
26903 \begin_layout Section
26904 Boxen für Worte und Buchstaben
26905 \begin_inset LatexCommand index
26906 name "Boxen ! für Buchstaben"
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Subsection
26914 Silbentrennung unterbinden 
26915 \begin_inset LatexCommand label
26916 name "abs:Silbentrennung-unterbinden"
26917
26918 \end_inset
26919
26920
26921 \begin_inset LatexCommand index
26922 name "Boxen ! zur Vermeidung von Silbentrennung"
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \begin_layout Standard
26930 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
26931 \newline
26932 Hier
26933  ist ein Beispiel: 
26934 \end_layout
26935
26936 \begin_layout Standard
26937 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
26938 \begin_inset Quotes gld
26939 \end_inset
26940
26941 einsehrserlangeswort
26942 \begin_inset Quotes grd
26943 \end_inset
26944
26945 .
26946 \end_layout
26947
26948 \begin_layout Standard
26949 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
26950  soll, den ERT-Befehl
26951 \end_layout
26952
26953 \begin_layout Standard
26954
26955 \series bold
26956
26957 \backslash
26958 mbox{
26959 \end_layout
26960
26961 \begin_layout Standard
26962 ein ERT, Hinter dem Wort fügen Sie 
26963 \series bold
26964
26965 \begin_inset Quotes gld
26966 \end_inset
26967
26968 }
26969 \series default
26970
26971 \begin_inset Quotes grd
26972 \end_inset
26973
26974  als ERT ein.
26975  Hier ist das Ergebnis:
26976 \end_layout
26977
26978 \begin_layout Standard
26979 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
26980 \begin_inset ERT
26981 status collapsed
26982
26983 \begin_layout Standard
26984
26985
26986 \backslash
26987 mbox{
26988 \end_layout
26989
26990 \end_inset
26991
26992
26993 \begin_inset Quotes gld
26994 \end_inset
26995
26996 einsehrserlangeswort
26997 \begin_inset Quotes grd
26998 \end_inset
26999
27000
27001 \begin_inset ERT
27002 status collapsed
27003
27004 \begin_layout Standard
27005
27006 }
27007 \end_layout
27008
27009 \end_inset
27010
27011 .
27012 \end_layout
27013
27014 \begin_layout Standard
27015 Alternativ dazu kann man auch den Befehl 
27016 \begin_inset Quotes gld
27017 \end_inset
27018
27019
27020 \series bold
27021
27022 \backslash
27023 -
27024 \series default
27025
27026 \begin_inset Quotes grd
27027 \end_inset
27028
27029  als ERT direkt vor das Wort setzen:
27030 \end_layout
27031
27032 \begin_layout Standard
27033 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
27034 \begin_inset Quotes gld
27035 \end_inset
27036
27037
27038 \begin_inset ERT
27039 status collapsed
27040
27041 \begin_layout Standard
27042
27043
27044 \backslash
27045 -
27046 \end_layout
27047
27048 \end_inset
27049
27050 einsehrserlangeswort
27051 \begin_inset Quotes grd
27052 \end_inset
27053
27054 .
27055 \end_layout
27056
27057 \begin_layout Standard
27058 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
27059  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
27060 \series bold
27061 Strg-Return
27062 \series default
27063 ) einfügen: 
27064 \end_layout
27065
27066 \begin_layout Standard
27067 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
27068 \newline
27069
27070 \begin_inset ERT
27071 status collapsed
27072
27073 \begin_layout Standard
27074
27075
27076 \backslash
27077 mbox{
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \begin_inset Quotes gld
27084 \end_inset
27085
27086 einsehrserlangeswort
27087 \begin_inset Quotes grd
27088 \end_inset
27089
27090
27091 \begin_inset ERT
27092 status collapsed
27093
27094 \begin_layout Standard
27095
27096 }
27097 \end_layout
27098
27099 \end_inset
27100
27101 .
27102 \end_layout
27103
27104 \begin_layout Subsection
27105 Vertikale Ausrichtung
27106 \begin_inset LatexCommand label
27107 name "uab:Vertikale-Ausrichtung"
27108
27109 \end_inset
27110
27111
27112 \begin_inset LatexCommand index
27113 name "Boxen ! für Vertikale Ausrichtung"
27114
27115 \end_inset
27116
27117
27118 \begin_inset LatexCommand index
27119 name "Boxen ! raisebox"
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \begin_layout Standard
27127 Mit dem LaTeX-Befehl 
27128 \series bold
27129
27130 \backslash
27131 raisebox
27132 \series default
27133  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
27134 n Textes ausrichten.
27135  
27136 \series bold
27137
27138 \backslash
27139 raisebox
27140 \series default
27141  wird folgendermaßen benutzt:
27142 \end_layout
27143
27144 \begin_layout Standard
27145
27146 \series bold
27147
27148 \backslash
27149 raisebox{Verschiebung}[oben][unten]{Text}
27150 \end_layout
27151
27152 \begin_layout Standard
27153 Positive Werte für Verschiebung
27154 \series bold
27155  
27156 \series default
27157 verschieben die Box nach oben, negative nach unten.
27158  Die beiden optionalen Parameter 
27159 \family typewriter
27160 oben
27161 \family default
27162  und 
27163 \family typewriter
27164 unten
27165 \family default
27166  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
27167  hinausgeht, wenn sie nicht verschoben ist.
27168 \end_layout
27169
27170 \begin_layout Standard
27171 Um zum Beispiel das Wort 
27172 \begin_inset Quotes gld
27173 \end_inset
27174
27175 provokant
27176 \begin_inset Quotes grd
27177 \end_inset
27178
27179  mit seinem 
27180 \begin_inset Quotes gld
27181 \end_inset
27182
27183 niedrigsten
27184 \begin_inset Quotes grd
27185 \end_inset
27186
27187  Buchstaben 
27188 \begin_inset Quotes gld
27189 \end_inset
27190
27191 p
27192 \begin_inset Quotes grd
27193 \end_inset
27194
27195  an der Grundlinie auszurichten, müssen Sie den ERT-Befehl
27196 \end_layout
27197
27198 \begin_layout Standard
27199
27200 \series bold
27201
27202 \backslash
27203 raisebox{
27204 \backslash
27205 depth}{
27206 \end_layout
27207
27208 \begin_layout Standard
27209 vor dem Wort einfügen und 
27210 \begin_inset Quotes gld
27211 \end_inset
27212
27213
27214 \series bold
27215 }
27216 \series default
27217
27218 \begin_inset Quotes grd
27219 \end_inset
27220
27221  als ERT dahinter:
27222 \end_layout
27223
27224 \begin_layout Standard
27225 Dies ist eine Zeile, in der das Wort 
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Standard
27230
27231
27232 \backslash
27233 raisebox{
27234 \backslash
27235 depth}{
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \begin_inset Quotes gld
27242 \end_inset
27243
27244 provokant
27245 \begin_inset Quotes grd
27246 \end_inset
27247
27248
27249 \begin_inset ERT
27250 status collapsed
27251
27252 \begin_layout Standard
27253
27254 }
27255 \end_layout
27256
27257 \end_inset
27258
27259  nach oben verschoben wurde.
27260 \end_layout
27261
27262 \begin_layout Standard
27263 \begin_inset VSpace bigskip
27264 \end_inset
27265
27266 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
27267  gedehnt:
27268 \end_layout
27269
27270 \begin_layout Standard
27271 Dies ist eine Zeile, in der das Wort 
27272 \begin_inset ERT
27273 status collapsed
27274
27275 \begin_layout Standard
27276
27277
27278 \backslash
27279 raisebox{-
27280 \backslash
27281 depth}{
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \begin_inset Quotes gld
27288 \end_inset
27289
27290 provokant
27291 \begin_inset Quotes grd
27292 \end_inset
27293
27294
27295 \begin_inset ERT
27296 status collapsed
27297
27298 \begin_layout Standard
27299
27300 }
27301 \end_layout
27302
27303 \end_inset
27304
27305  nach unten verschoben wurde.
27306 \end_layout
27307
27308 \begin_layout Standard
27309 Dies ist eine Zeile, in der das Wort 
27310 \begin_inset ERT
27311 status collapsed
27312
27313 \begin_layout Standard
27314
27315
27316 \backslash
27317 raisebox{0.5cm}{
27318 \end_layout
27319
27320 \end_inset
27321
27322
27323 \begin_inset Quotes gld
27324 \end_inset
27325
27326 testen
27327 \begin_inset Quotes grd
27328 \end_inset
27329
27330
27331 \begin_inset ERT
27332 status collapsed
27333
27334 \begin_layout Standard
27335
27336 }
27337 \end_layout
27338
27339 \end_inset
27340
27341  um 0.5\InsetSpace \thinspace{}
27342 cm nach oben verschoben wurde.
27343 \end_layout
27344
27345 \begin_layout Standard
27346 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
27347 \end_layout
27348
27349 \begin_layout Standard
27350
27351 \series bold
27352
27353 \backslash
27354 raisebox{-
27355 \backslash
27356 depth}[0pt]{
27357 \end_layout
27358
27359 \begin_layout Standard
27360 Dies ist eine Zeile, in der das Wort 
27361 \begin_inset ERT
27362 status collapsed
27363
27364 \begin_layout Standard
27365
27366
27367 \backslash
27368 raisebox{-
27369 \backslash
27370 depth}[0pt]{
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \begin_inset Quotes gld
27377 \end_inset
27378
27379 provokant
27380 \begin_inset Quotes grd
27381 \end_inset
27382
27383
27384 \begin_inset ERT
27385 status collapsed
27386
27387 \begin_layout Standard
27388
27389 }
27390 \end_layout
27391
27392 \end_inset
27393
27394  nach unten verschoben wurde.
27395 \end_layout
27396
27397 \begin_layout Standard
27398 Dies ist eine Zeile, in der das Wort 
27399 \begin_inset ERT
27400 status collapsed
27401
27402 \begin_layout Standard
27403
27404
27405 \backslash
27406 raisebox{0.5cm}[0pt]{
27407 \end_layout
27408
27409 \end_inset
27410
27411
27412 \begin_inset Quotes gld
27413 \end_inset
27414
27415 testen
27416 \begin_inset Quotes grd
27417 \end_inset
27418
27419
27420 \begin_inset ERT
27421 status collapsed
27422
27423 \begin_layout Standard
27424
27425 }
27426 \end_layout
27427
27428 \end_inset
27429
27430  um 0.5\InsetSpace \thinspace{}
27431 cm nach oben verschoben wurde.
27432  Jetzt überschneiden sich die verschobenen Worte.
27433 \end_layout
27434
27435 \begin_layout Section
27436 Farbige Boxen
27437 \begin_inset LatexCommand label
27438 name "abs:Farbige-Boxen"
27439
27440 \end_inset
27441
27442
27443 \begin_inset LatexCommand index
27444 name "Boxen ! farbig"
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Subsection
27452 Text-Hintergrundfarbe
27453 \begin_inset LatexCommand index
27454 name "Farbe ! für Text-Hintergrund"
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Standard
27462 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
27463  sogenannten 
27464 \begin_inset Quotes gld
27465 \end_inset
27466
27467 colorbox
27468 \begin_inset Quotes grd
27469 \end_inset
27470
27471  stehen.
27472  Dafür muss das LaTeX-Paket 
27473 \series bold
27474 color
27475 \series default
27476
27477 \begin_inset LatexCommand index
27478 name "LaTeX-Pakete ! color"
27479
27480 \end_inset
27481
27482  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
27483 \end_layout
27484
27485 \begin_layout Standard
27486
27487 \series bold
27488
27489 \backslash
27490 @ifundef\SpecialChar \textcompwordmark{}
27491 ined{textcolor}
27492 \newline
27493
27494 \begin_inset ERT
27495 status collapsed
27496
27497 \begin_layout Standard
27498
27499
27500 \backslash
27501 hphantom{ }
27502 \end_layout
27503
27504 \end_inset
27505
27506 {
27507 \backslash
27508 usepackage{color}}{}
27509 \end_layout
27510
27511 \begin_layout Standard
27512 Wenn Sie Text einfärben, lädt LyX das Paket 
27513 \series bold
27514 color
27515 \series default
27516  automatisch.
27517 \begin_inset Foot
27518 status collapsed
27519
27520 \begin_layout Standard
27521 Der Befehl 
27522 \series bold
27523
27524 \backslash
27525 @ifundef\SpecialChar \textcompwordmark{}
27526 ined
27527 \series default
27528  vermeidet, dass es in diesem Fall doppelt geladen wird.
27529 \end_layout
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \begin_layout Standard
27537 \begin_inset VSpace medskip
27538 \end_inset
27539
27540 Colorboxen werden mit dem Befehl 
27541 \series bold
27542
27543 \backslash
27544 colorbox
27545 \series default
27546  erzeugt:
27547 \end_layout
27548
27549 \begin_layout Standard
27550
27551 \series bold
27552
27553 \backslash
27554 colorbox{Farbe}{Boxinhalt}
27555 \end_layout
27556
27557 \begin_layout Standard
27558 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
27559  Boxen sein.
27560 \end_layout
27561
27562 \begin_layout Standard
27563 Die folgenden Farben sind vordefiniert (
27564 \begin_inset Graphics
27565         filename ../../images/dialog-show_character.xpm
27566         scale 70
27567         scaleBeforeRotation
27568         BoundingBox 0bp 0bp 22bp 22bp
27569
27570 \end_inset
27571
27572 \SpecialChar \menuseparator
27573
27574 \family sans
27575 Farbe
27576 \family default
27577 ):
27578 \family sans
27579  schwarz
27580 \family default
27581
27582 \family sans
27583 wei
27584 \family default
27585 ß, 
27586 \family sans
27587 rot
27588 \family default
27589 \series bold
27590 ,
27591 \series default
27592  
27593 \family sans
27594 grün
27595 \family default
27596
27597 \family sans
27598 blau
27599 \family default
27600
27601 \family sans
27602 türkis
27603 \family default
27604
27605 \family sans
27606 purpurrot
27607 \family default
27608  und 
27609 \family sans
27610 gelb
27611 \family default
27612 .
27613 \end_layout
27614
27615 \begin_layout Standard
27616 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt\InsetSpace ~
27617
27618 \begin_inset LatexCommand ref
27619 reference "abs:Farbige-Tabellen"
27620
27621 \end_inset
27622
27623  beschrieben.
27624 \end_layout
27625
27626 \begin_layout Standard
27627 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
27628  den ERT-Befehl
27629 \end_layout
27630
27631 \begin_layout Standard
27632
27633 \series bold
27634
27635 \backslash
27636 colorbox{red}{
27637 \end_layout
27638
27639 \begin_layout Standard
27640 vor dem Wort ein.
27641  Hinter dem Wort fügen Sie 
27642 \series bold
27643
27644 \begin_inset Quotes gld
27645 \end_inset
27646
27647 }
27648 \series default
27649
27650 \begin_inset Quotes grd
27651 \end_inset
27652
27653  als ERT ein.
27654  Hier ist das Ergebnis:
27655 \end_layout
27656
27657 \begin_layout Standard
27658 In dieser Zeile hat 
27659 \begin_inset ERT
27660 status collapsed
27661
27662 \begin_layout Standard
27663
27664
27665 \backslash
27666 colorbox{red}{
27667 \end_layout
27668
27669 \end_inset
27670
27671 Achtung!
27672 \begin_inset ERT
27673 status collapsed
27674
27675 \begin_layout Standard
27676
27677 }
27678 \end_layout
27679
27680 \end_inset
27681
27682  einen roten Hintergrund.
27683 \end_layout
27684
27685 \begin_layout Standard
27686 \begin_inset VSpace bigskip
27687 \end_inset
27688
27689 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
27690  
27691 \series bold
27692
27693 \backslash
27694 fcolorbox
27695 \series default
27696  verwenden:
27697 \end_layout
27698
27699 \begin_layout Standard
27700
27701 \series bold
27702
27703 \backslash
27704 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
27705 \end_layout
27706
27707 \begin_layout Standard
27708
27709 \series bold
27710
27711 \backslash
27712 fcolorbox
27713 \series default
27714  ist eine Erweiterung von 
27715 \series bold
27716
27717 \backslash
27718 colorbox
27719 \series default
27720 .
27721  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
27722  
27723 \series bold
27724
27725 \backslash
27726 fboxrule
27727 \series default
27728  und 
27729 \series bold
27730
27731 \backslash
27732 fboxsep
27733 \series default
27734  gesteuert werden, wie in Abschnitt\InsetSpace ~
27735
27736 \begin_inset LatexCommand ref
27737 reference "abs:Gerahmte-Boxen"
27738
27739 \end_inset
27740
27741  beschrieben.
27742 \end_layout
27743
27744 \begin_layout Standard
27745 Für das folgende Beispiel wurde der Befehl
27746 \end_layout
27747
27748 \begin_layout Standard
27749
27750 \series bold
27751
27752 \backslash
27753 fcolorbox{cyan}{magenta}{
27754 \end_layout
27755
27756 \begin_layout Standard
27757 benutzt.
27758  Hier wurden die Rahmendicke und der Abstand auf 1\InsetSpace \thinspace{}
27759 mm gesetzt:
27760 \newline
27761
27762 \begin_inset ERT
27763 status collapsed
27764
27765 \begin_layout Standard
27766
27767
27768 \backslash
27769 fboxrule 1mm 
27770 \backslash
27771 fboxsep 1mm
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \begin_inset ERT
27778 status collapsed
27779
27780 \begin_layout Standard
27781
27782
27783 \backslash
27784 fcolorbox{cyan}{green}{
27785 \end_layout
27786
27787 \end_inset
27788
27789 Dies ist Text in einer farbigen, gerahmten Box.
27790 \begin_inset ERT
27791 status collapsed
27792
27793 \begin_layout Standard
27794
27795 }
27796 \end_layout
27797
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \begin_layout Standard
27804 \begin_inset VSpace bigskip
27805 \end_inset
27806
27807 Natürlich gibt es auch farbigen Text in einer Colorbox:
27808 \newline
27809
27810 \begin_inset ERT
27811 status collapsed
27812
27813 \begin_layout Standard
27814
27815
27816 \backslash
27817 fcolorbox{cyan}{green}{
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \color yellow
27824 Dies ist farbiger Text in einer farbigen, gerahmten Box.
27825 \color none
27826
27827 \begin_inset ERT
27828 status collapsed
27829
27830 \begin_layout Standard
27831
27832 }
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Standard
27842
27843
27844 \backslash
27845 fboxrule 0.4pt 
27846 \backslash
27847 fboxsep 3pt
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Standard
27856 \begin_inset VSpace bigskip
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \begin_layout Standard
27863 \begin_inset Note Greyedout
27864 status open
27865
27866 \begin_layout Standard
27867 \noindent
27868
27869 \series bold
27870 Bemerkung:
27871 \series default
27872  Text in Colorboxen kann nicht umgebrochen werden.
27873  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
27874  wie im folgenden beschrieben.
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Subsection
27883 Farbe für Absätze
27884 \begin_inset LatexCommand label
27885 name "uab:Farbe-für-Absätze"
27886
27887 \end_inset
27888
27889
27890 \begin_inset LatexCommand index
27891 name "Farbe ! für Absätze"
27892
27893 \end_inset
27894
27895
27896 \end_layout
27897
27898 \begin_layout Standard
27899 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
27900  den Text in eine Minipage stellen.
27901  Vor der Minipage fügen Sie den ERT-Befehl
27902 \end_layout
27903
27904 \begin_layout Standard
27905
27906 \series bold
27907
27908 \backslash
27909 colorbox{color}{
27910 \end_layout
27911
27912 \begin_layout Standard
27913 ein.
27914  Hinter der Minipage fügen Sie 
27915 \series bold
27916
27917 \begin_inset Quotes gld
27918 \end_inset
27919
27920 }
27921 \series default
27922
27923 \begin_inset Quotes grd
27924 \end_inset
27925
27926  als ERT ein.
27927 \end_layout
27928
27929 \begin_layout Standard
27930 \begin_inset ERT
27931 status collapsed
27932
27933 \begin_layout Standard
27934
27935
27936 \backslash
27937 colorbox{hellgrau}{
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \begin_inset Box Frameless
27944 position "t"
27945 hor_pos "c"
27946 has_inner_box 1
27947 inner_pos "t"
27948 use_parbox 0
27949 width "100col%"
27950 special "none"
27951 height "1in"
27952 height_special "totalheight"
27953 status collapsed
27954
27955 \begin_layout Standard
27956 Dies ist Text mit einer Hintergrundfarbe.
27957  Dies ist Text mit einer Hintergrundfarbe.
27958 \end_layout
27959
27960 \begin_layout Standard
27961 Der Text kann Fußnoten
27962 \begin_inset Foot
27963 status open
27964
27965 \begin_layout Standard
27966 Eine weitere Fußnote
27967 \end_layout
27968
27969 \end_inset
27970
27971  und Tabellen und Abbildungen enthalten.
27972 \end_layout
27973
27974 \begin_layout Standard
27975 \align center
27976 \begin_inset Tabular
27977 <lyxtabular version="3" rows="3" columns="3">
27978 <features>
27979 <column alignment="center" valignment="top" leftline="true" width="0">
27980 <column alignment="center" valignment="top" leftline="true" width="0">
27981 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27982 <row topline="true">
27983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Standard
27987 a
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Standard
27996 !
27997 \end_layout
27998
27999 \end_inset
28000 </cell>
28001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Standard
28005 3
28006 \end_layout
28007
28008 \end_inset
28009 </cell>
28010 </row>
28011 <row topline="true">
28012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28013 \begin_inset Text
28014
28015 \begin_layout Standard
28016 <
28017 \end_layout
28018
28019 \end_inset
28020 </cell>
28021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28022 \begin_inset Text
28023
28024 \begin_layout Standard
28025 b2
28026 \begin_inset Quotes erd
28027 \end_inset
28028
28029 |
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28035 \begin_inset Text
28036
28037 \begin_layout Standard
28038 >
28039 \end_layout
28040
28041 \end_inset
28042 </cell>
28043 </row>
28044 <row topline="true" bottomline="true">
28045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28046 \begin_inset Text
28047
28048 \begin_layout Standard
28049 1
28050 \end_layout
28051
28052 \end_inset
28053 </cell>
28054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28055 \begin_inset Text
28056
28057 \begin_layout Standard
28058 §
28059 \end_layout
28060
28061 \end_inset
28062 </cell>
28063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28064 \begin_inset Text
28065
28066 \begin_layout Standard
28067 c
28068 \end_layout
28069
28070 \end_inset
28071 </cell>
28072 </row>
28073 </lyxtabular>
28074
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \begin_inset ERT
28084 status collapsed
28085
28086 \begin_layout Standard
28087
28088 }
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Section
28097 URL (Uniform Resource Locator)
28098 \begin_inset LatexCommand index
28099 name "URL"
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Standard
28107 Internet- oder Email-Adressen können mit 
28108 \begin_inset Graphics
28109         filename ../../images/url-insert.xpm
28110         scale 70
28111         scaleBeforeRotation
28112         BoundingBox 0bp 0bp 22bp 22bp
28113
28114 \end_inset
28115
28116  oder
28117 \family sans
28118  Einfügen\SpecialChar \menuseparator
28119 URL
28120 \family default
28121  eingefügt werden.
28122  Das Dialogfenster 
28123 \family sans
28124 URL
28125 \family default
28126  hat zwei Felder: 
28127 \family sans
28128 URL
28129 \family default
28130  für die Adresse und 
28131 \family sans
28132 Name
28133 \family default
28134  für die URL-Beschreibung, die vor der URL gedruckt wird.
28135 \end_layout
28136
28137 \begin_layout Standard
28138 Hier ist ein Beispiel: 
28139 \begin_inset LatexCommand url
28140 name "LyX-Homepage:"
28141 target "http://www.lyx.org"
28142
28143 \end_inset
28144
28145 .
28146 \end_layout
28147
28148 \begin_layout Standard
28149 Die Option 
28150 \family sans
28151 Hyperlink
28152 \family default
28153 \InsetSpace ~
28154
28155 \family sans
28156 erzeugen
28157 \family default
28158  bewirkt nichts.
28159  Dieses Relikt wird mit der nächsten LyX-Version beseitigt.
28160 \end_layout
28161
28162 \begin_layout Standard
28163 Das Aussehen des Textes können Sie nicht ändern.
28164  Der Text im 
28165 \family sans
28166 Name
28167 \family default
28168 -Feld wird so gedruckt wie der Text Ihres Dokumentes und der Text 
28169 \family sans
28170 des URL
28171 \family default
28172 -Feldes im Stil 
28173 \family sans
28174
28175 \begin_inset Quotes gld
28176 \end_inset
28177
28178 Schreibmaschine
28179 \family default
28180
28181 \begin_inset Quotes grd
28182 \end_inset
28183
28184 .
28185 \end_layout
28186
28187 \begin_layout Standard
28188 Wenn Sie das LaTeX-Paket 
28189 \series bold
28190 hyperref
28191 \series default
28192
28193 \begin_inset LatexCommand index
28194 name "LaTeX-Pakete ! hyperref"
28195
28196 \end_inset
28197
28198  benutzen, um Querverweise in der Druckvorschau zu verlinken, werden die
28199  URLs automatisch zu anklickbaren Hyperlinks in DVI- und PDF-Vorschau.
28200 \end_layout
28201
28202 \begin_layout Standard
28203 \begin_inset Note Greyedout
28204 status open
28205
28206 \begin_layout Standard
28207
28208 \series bold
28209 Bemerkung:
28210 \series default
28211  Wenn Sie die folgenden Buchstaben benutzen wollen, müssen Sie mit einem
28212  vorangestellten 
28213 \begin_inset Quotes gld
28214 \end_inset
28215
28216
28217 \backslash
28218
28219 \begin_inset Quotes grd
28220 \end_inset
28221
28222  eingeben: 
28223 \begin_inset Quotes gld
28224 \end_inset
28225
28226
28227 \backslash
28228 %
28229 \begin_inset Quotes grd
28230 \end_inset
28231
28232
28233 \begin_inset Quotes gld
28234 \end_inset
28235
28236
28237 \backslash
28238 #
28239 \begin_inset Quotes grd
28240 \end_inset
28241
28242
28243 \begin_inset Quotes gld
28244 \end_inset
28245
28246
28247 \backslash
28248 ^
28249 \begin_inset Quotes grd
28250 \end_inset
28251
28252 .
28253  URLs dürfen nicht mit einem 
28254 \begin_inset Quotes gld
28255 \end_inset
28256
28257
28258 \backslash
28259
28260 \begin_inset Quotes grd
28261 \end_inset
28262
28263  aufhören.
28264 \end_layout
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Um wirkliche Hyperlinks zu erzeugen, ohne gezwungen zu sein, die Link-Adresse
28273  im Text angeben zu müssen, können Sie den ERT-Befehl
28274 \end_layout
28275
28276 \begin_layout Standard
28277
28278 \series bold
28279
28280 \backslash
28281 href{Linkadresse}{Linktext}
28282 \end_layout
28283
28284 \begin_layout Standard
28285 benutzen.
28286  Um z.\InsetSpace \thinspace{}
28287 B.
28288  einen Link auf LyXs Webseite zu setzen, schreiben Sie den ERT-Befehl
28289 \end_layout
28290
28291 \begin_layout Standard
28292
28293 \series bold
28294
28295 \backslash
28296 href{http://www.lyx.org}{
28297 \end_layout
28298
28299 \begin_layout Standard
28300 Danach fügen Sie den Linktext 
28301 \begin_inset Quotes gld
28302 \end_inset
28303
28304 LyX-Homepage
28305 \begin_inset Quotes grd
28306 \end_inset
28307
28308  als normalen Text ein, gefolgt von einer schließenden geschweiften Klammer
28309  
28310 \begin_inset Quotes gld
28311 \end_inset
28312
28313
28314 \series bold
28315 }
28316 \series default
28317
28318 \begin_inset Quotes grd
28319 \end_inset
28320
28321  als ERT.
28322  Dies ist das Ergebnis:
28323 \newline
28324
28325 \begin_inset ERT
28326 status collapsed
28327
28328 \begin_layout Standard
28329
28330
28331 \backslash
28332 href{http://www.lyx.org}{
28333 \end_layout
28334
28335 \end_inset
28336
28337 LyX-Homepage
28338 \begin_inset ERT
28339 status collapsed
28340
28341 \begin_layout Standard
28342
28343 }
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Standard
28352 Für Email-Adressen setzen Sie 
28353 \family sans
28354
28355 \begin_inset Quotes gld
28356 \end_inset
28357
28358 mailto:
28359 \family default
28360
28361 \begin_inset Quotes grd
28362 \end_inset
28363
28364  vor die Adresse:
28365 \newline
28366 Email an 
28367 \begin_inset ERT
28368 status collapsed
28369
28370 \begin_layout Standard
28371
28372
28373 \backslash
28374 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
28375 \end_layout
28376
28377 \end_inset
28378
28379 lyx-docs Mailing-Liste
28380 \begin_inset ERT
28381 status collapsed
28382
28383 \begin_layout Standard
28384
28385 }
28386 \end_layout
28387
28388 \end_inset
28389
28390 .
28391 \end_layout
28392
28393 \begin_layout Standard
28394 Wenn Sie 
28395 \series bold
28396
28397 \backslash
28398 href
28399 \series default
28400  anstatt LyXs URL-Box benutzen, hat das den Vorteil, dass Sie einen eigenen
28401  Textstil definieren können.
28402  Sie können dann auch Trennhilfen und manuelle Zeilenumbrüche setzen, damit
28403  lange Texte richtig umgebrochen werden.
28404  Des Weiteren können Sie mit einer Option in 
28405 \series bold
28406 hyperref
28407 \series default
28408 s
28409 \series bold
28410  
28411 \series default
28412 Ladebefehl denselben Stil für alle Hyperlinks definieren und die oben erwähnten
28413  Einschränkungen gelten nicht für 
28414 \series bold
28415
28416 \backslash
28417 href
28418 \series default
28419 .
28420 \end_layout
28421
28422 \begin_layout Chapter
28423 Externe Dateien
28424 \begin_inset LatexCommand index
28425 name "Dateien ! externe"
28426
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \begin_layout Standard
28433 Mit 
28434 \family sans
28435 Einfügen\SpecialChar \menuseparator
28436 Datei
28437 \family default
28438  können Sie fremdes Material in Ihr Dokument einsetzen.
28439  Das kann folgendes sein:
28440 \end_layout
28441
28442 \begin_layout Description
28443 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
28444  eingefügt.
28445 \end_layout
28446
28447 \begin_layout Description
28448 Einfacher\InsetSpace ~
28449 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz
28450  in Ihr Dokument eingefügt.
28451 \end_layout
28452
28453 \begin_layout Description
28454 Einfacher\InsetSpace ~
28455 Text,\InsetSpace ~
28456 Zeilen\InsetSpace ~
28457 verbinden Ein Text-Dokument; Zeilen werden so eingefügt,
28458  wie sie sind.
28459  Leerzeilen trennen die Absätze.
28460 \end_layout
28461
28462 \begin_layout Description
28463 Externes\InsetSpace ~
28464 Material Dateien in verschiedenen Formaten.
28465 \end_layout
28466
28467 \begin_layout Description
28468 Unterdokument LyX- oder LaTeX-Dokumente.
28469 \end_layout
28470
28471 \begin_layout Section
28472 Externes Material
28473 \begin_inset LatexCommand index
28474 name "Externes Material"
28475
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \begin_layout Standard
28482 Mit 
28483 \family sans
28484 Einfügen\SpecialChar \menuseparator
28485 Datei\SpecialChar \menuseparator
28486  Externes Material
28487 \family default
28488  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
28489  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
28490  weil LyX sich darum kümmert.
28491  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
28492  eingefügt werden können.
28493 \end_layout
28494
28495 \begin_layout Standard
28496 Zur Zeit können Sie folgende Dateitypen (
28497 \family sans
28498 Vorlagen
28499 \family default
28500 ) benutzen:
28501 \end_layout
28502
28503 \begin_layout Description
28504 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
28505 \begin_inset ERT
28506 status collapsed
28507
28508 \begin_layout Standard
28509
28510
28511 \backslash
28512 href{http://en.wikipedia.org/wiki/XBoard}{
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \series bold
28519 XBoard
28520 \series default
28521
28522 \begin_inset ERT
28523 status collapsed
28524
28525 \begin_layout Standard
28526
28527 }
28528 \end_layout
28529
28530 \end_inset
28531
28532  erzeugt wurden.
28533 \end_layout
28534
28535 \begin_layout Description
28536 Datum fügt ein Datum mit dem Format 
28537 \emph on
28538 Tag-Monat-Jahr
28539 \emph default
28540  ein.
28541  Hier ist ein Beispiel: 
28542 \begin_inset External
28543         template Date
28544         filename .
28545
28546 \end_inset
28547
28548 .
28549 \newline
28550 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
28551  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
28552  Menü 
28553 \family sans
28554 Einfügen\SpecialChar \menuseparator
28555 Datum
28556 \family default
28557  und mit dem LaTeX-Befehl 
28558 \series bold
28559
28560 \backslash
28561 today
28562 \series default
28563 .
28564  Die verschiedenen Methoden werden in Tabelle\InsetSpace ~
28565
28566 \begin_inset LatexCommand ref
28567 reference "tab:Vergleich-der-Datums-Eingaben"
28568
28569 \end_inset
28570
28571  verglichen.
28572 \end_layout
28573
28574 \begin_layout Description
28575 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
28576 \begin_inset ERT
28577 status collapsed
28578
28579 \begin_layout Standard
28580
28581
28582 \backslash
28583 href{http://en.wikipedia.org/wiki/LilyPond}{
28584 \end_layout
28585
28586 \end_inset
28587
28588
28589 \series bold
28590 LilyPond
28591 \series default
28592
28593 \begin_inset ERT
28594 status collapsed
28595
28596 \begin_layout Standard
28597
28598 }
28599 \end_layout
28600
28601 \end_inset
28602
28603  schreiben.
28604 \end_layout
28605
28606 \begin_layout Description
28607 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
28608  Fast alle bekannten Bildformate werden unterstützt.
28609  Die Bilddateien können im Dialogfenster 
28610 \family sans
28611 Externes\InsetSpace ~
28612 Material
28613 \family default
28614  genauso behandelt werden wie die mit dem normalen 
28615 \family sans
28616 Grafik
28617 \family default
28618 -Dialog eingefügten, siehe Abschnitt\InsetSpace ~
28619
28620 \begin_inset LatexCommand ref
28621 reference "abs:Grafik-Dialog"
28622
28623 \end_inset
28624
28625 .
28626  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
28627  und EPS-Bilder werden nicht unterstützt.
28628 \end_layout
28629
28630 \begin_layout Description
28631 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
28632 \begin_inset ERT
28633 status collapsed
28634
28635 \begin_layout Standard
28636
28637
28638 \backslash
28639 href{http://en.wikipedia.org/wiki/Xfig}{
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \series bold
28646 Xfig
28647 \series default
28648
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Standard
28653
28654 }
28655 \end_layout
28656
28657 \end_inset
28658
28659  erzeugt wurden.
28660 \end_layout
28661
28662 \begin_layout Standard
28663 \begin_inset Float table
28664 placement h
28665 wide false
28666 sideways false
28667 status open
28668
28669 \begin_layout Standard
28670 \begin_inset Caption
28671
28672 \begin_layout Standard
28673 \begin_inset LatexCommand label
28674 name "tab:Vergleich-der-Datums-Eingaben"
28675
28676 \end_inset
28677
28678 Vergleich der Datums-Eingaben
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Standard
28687 \align center
28688 \begin_inset Tabular
28689 <lyxtabular version="3" rows="4" columns="4">
28690 <features>
28691 <column alignment="center" valignment="top" leftline="true" width="0">
28692 <column alignment="center" valignment="top" leftline="true" width="0">
28693 <column alignment="center" valignment="top" leftline="true" width="0">
28694 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28695 <row topline="true">
28696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28697 \begin_inset Text
28698
28699 \begin_layout Standard
28700 Dokumentformat
28701 \end_layout
28702
28703 \end_inset
28704 </cell>
28705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28706 \begin_inset Text
28707
28708 \begin_layout Standard
28709
28710 \family sans
28711 Externes Material\SpecialChar \menuseparator
28712 Datum
28713 \end_layout
28714
28715 \end_inset
28716 </cell>
28717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28718 \begin_inset Text
28719
28720 \begin_layout Standard
28721
28722 \family sans
28723 Einfügen\SpecialChar \menuseparator
28724 Datum
28725 \end_layout
28726
28727 \end_inset
28728 </cell>
28729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28730 \begin_inset Text
28731
28732 \begin_layout Standard
28733 Befehl 
28734 \series bold
28735
28736 \backslash
28737 today
28738 \end_layout
28739
28740 \end_inset
28741 </cell>
28742 </row>
28743 <row topline="true">
28744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28745 \begin_inset Text
28746
28747 \begin_layout Standard
28748 LyX
28749 \end_layout
28750
28751 \end_inset
28752 </cell>
28753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28754 \begin_inset Text
28755
28756 \begin_layout Standard
28757 als Box
28758 \end_layout
28759
28760 \end_inset
28761 </cell>
28762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28763 \begin_inset Text
28764
28765 \begin_layout Standard
28766 als Datum
28767 \end_layout
28768
28769 \end_inset
28770 </cell>
28771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28772 \begin_inset Text
28773
28774 \begin_layout Standard
28775 als ERT-Befehl
28776 \end_layout
28777
28778 \end_inset
28779 </cell>
28780 </row>
28781 <row topline="true">
28782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28783 \begin_inset Text
28784
28785 \begin_layout Standard
28786 LaTeX
28787 \end_layout
28788
28789 \end_inset
28790 </cell>
28791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28792 \begin_inset Text
28793
28794 \begin_layout Standard
28795 als Datum
28796 \end_layout
28797
28798 \end_inset
28799 </cell>
28800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28801 \begin_inset Text
28802
28803 \begin_layout Standard
28804 als Datum
28805 \end_layout
28806
28807 \end_inset
28808 </cell>
28809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Standard
28813 als Befehl
28814 \end_layout
28815
28816 \end_inset
28817 </cell>
28818 </row>
28819 <row topline="true" bottomline="true">
28820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28821 \begin_inset Text
28822
28823 \begin_layout Standard
28824 DVI, PDF, PS
28825 \end_layout
28826
28827 \end_inset
28828 </cell>
28829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28830 \begin_inset Text
28831
28832 \begin_layout Standard
28833 als Datum
28834 \end_layout
28835
28836 \end_inset
28837 </cell>
28838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28839 \begin_inset Text
28840
28841 \begin_layout Standard
28842 als Datum
28843 \end_layout
28844
28845 \end_inset
28846 </cell>
28847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Standard
28851 als Datum
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 </row>
28857 </lyxtabular>
28858
28859 \end_inset
28860
28861
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \begin_layout Standard
28870 Wenn Sie im Dialogfenster
28871 \family sans
28872  Externes\InsetSpace ~
28873 Material 
28874 \family default
28875 in der Karteikarte
28876 \family sans
28877  Datei
28878 \family default
28879  die Option 
28880 \family sans
28881 Entwurf
28882 \family default
28883  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
28884 \end_layout
28885
28886 \begin_layout Standard
28887 LyX kann externes Material entweder als Box wie hier: 
28888 \begin_inset Graphics
28889         filename clipart/ExternesMaterialQt4.png
28890         lyxscale 80
28891         scale 60
28892         scaleBeforeRotation
28893
28894 \end_inset
28895
28896  oder als Bild darstellen.
28897  Das hängt davon ab, ob Sie im Dialogfenster
28898 \family sans
28899  Externes\InsetSpace ~
28900 Material 
28901 \family default
28902 in der Karteikarte 
28903 \family sans
28904 LyX-Ansicht
28905 \family default
28906  die Option 
28907 \family sans
28908 in\InsetSpace ~
28909 LyX\InsetSpace ~
28910 anzeigen
28911 \family default
28912  gewählt haben oder nicht.
28913 \end_layout
28914
28915 \begin_layout Standard
28916 Im LyX-Handbuch 
28917 \family sans
28918 \emph on
28919 Anpassung
28920 \family default
28921 \emph default
28922  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
28923 \end_layout
28924
28925 \begin_layout Section
28926 Unterdokumente
28927 \begin_inset LatexCommand label
28928 name "abs:Unterdokumente"
28929
28930 \end_inset
28931
28932
28933 \begin_inset LatexCommand index
28934 name "Unterdokument"
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \begin_layout Standard
28942 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
28943  oder Abschnitten bestehen.
28944  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
28945  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
28946 \end_layout
28947
28948 \begin_layout Standard
28949 Unterdokumente werden in LyX als Box angezeigt: 
28950 \begin_inset Graphics
28951         filename clipart/UnterdokumentQt4.png
28952         lyxscale 80
28953         scale 60
28954         scaleBeforeRotation
28955
28956 \end_inset
28957
28958 .
28959  Sie werden über
28960 \family sans
28961  Einfügen\SpecialChar \menuseparator
28962 Datei\SpecialChar \menuseparator
28963 Unterdokument
28964 \family default
28965  eingebunden, was das Dialogfenster
28966 \family sans
28967  Unterdokument
28968 \family default
28969  öffnet.
28970  Für 
28971 \family sans
28972 die Art\InsetSpace ~
28973 der\InsetSpace ~
28974 Einbindung
28975 \family default
28976  gibt es dort vier Möglichkeiten:
28977 \end_layout
28978
28979 \begin_layout Description
28980 Include Sie können LyX- und LaTeX-Dokumente einbinden.
28981  Wenn Sie im Dialogfenster
28982 \family sans
28983  Unterdokument
28984 \family default
28985  auf 
28986 \family sans
28987 Öffnen
28988 \family default
28989  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
28990  und sie können es editieren.
28991 \newline
28992
28993 \end_layout
28994
28995 \begin_layout Standard
28996 Hier wird ein Unterdokument
28997 \family sans
28998  
28999 \family default
29000 per 
29001 \family sans
29002 Include
29003 \family default
29004  eingebunden: 
29005 \begin_inset Include \include{DummyDocument1.lyx}
29006 preview false
29007
29008 \end_inset
29009
29010 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
29011  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
29012  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
29013 s.
29014  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt\InsetSpace ~
29015
29016 \begin_inset LatexCommand ref
29017 reference "uab:Externer-Unterabschnitt-1"
29018
29019 \end_inset
29020
29021 .
29022 \end_layout
29023
29024 \begin_layout Standard
29025 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
29026  wird benutzt.
29027  Unterdokumente, die per 
29028 \family sans
29029 Include
29030 \family default
29031  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
29032  und enden mit einem Seitenumbruch.
29033 \end_layout
29034
29035 \begin_layout Standard
29036 Mit dem LaTeX-Befehl 
29037 \series bold
29038
29039 \backslash
29040 includeonly 
29041 \series default
29042 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
29043  erstellt werden soll.
29044  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
29045  sehen wollen, und es geht schneller.
29046  
29047 \series bold
29048
29049 \backslash
29050 includeonly
29051 \series default
29052  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
29053  Im folgenden Beispiel:
29054 \end_layout
29055
29056 \begin_layout Standard
29057
29058 \series bold
29059
29060 \backslash
29061 includeonly{Kapitel1,Kapitel5}
29062 \end_layout
29063
29064 \begin_layout Standard
29065 werden nur die Dateien 
29066 \begin_inset Quotes gld
29067 \end_inset
29068
29069 Kapitel1.lyx
29070 \begin_inset Quotes grd
29071 \end_inset
29072
29073  (oder 
29074 \begin_inset Quotes gld
29075 \end_inset
29076
29077 Kapitel1.tex
29078 \begin_inset Quotes grd
29079 \end_inset
29080
29081 ) und 
29082 \begin_inset Quotes gld
29083 \end_inset
29084
29085 Kapitel5.lyx
29086 \begin_inset Quotes grd
29087 \end_inset
29088
29089
29090 \series bold
29091  
29092 \series default
29093 eingebunden.
29094 \end_layout
29095
29096 \begin_layout Standard
29097 \begin_inset Note Greyedout
29098 status open
29099
29100 \begin_layout Standard
29101
29102 \series bold
29103 Bemerkung:
29104 \series default
29105  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
29106  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
29107  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
29108  Ergebnissen führen wird.
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Description
29117 Input Diese Methode ist 
29118 \family sans
29119 Include
29120 \family default
29121  sehr ähnlich mit folgenden Unterschieden:
29122 \end_layout
29123
29124 \begin_deeper
29125 \begin_layout Itemize
29126 Unterdokumente, die per 
29127 \family sans
29128 Input
29129 \family default
29130  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
29131  Seite und enden NICHT mit einem Seitenumbruch.
29132 \end_layout
29133
29134 \begin_layout Itemize
29135 Unterdokumente, die per 
29136 \family sans
29137 Input
29138 \family default
29139  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
29140 \family sans
29141  Unterdokument Vorschau\InsetSpace ~
29142 anzeigen
29143 \family default
29144  angekreuzt wurde und in den LyX-
29145 \family sans
29146 Einstellungen\SpecialChar \menuseparator
29147 Aussehen\InsetSpace ~
29148 &\InsetSpace ~
29149 Handhabung\SpecialChar \menuseparator
29150 Grafik Sofortige\InsetSpace ~
29151 Vorschau
29152 \family default
29153  auf 
29154 \family sans
29155 An
29156 \family default
29157  gesetzt wurde.
29158  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
29159  aus.
29160 \end_layout
29161
29162 \begin_layout Itemize
29163 Der LaTeX-Befehl 
29164 \series bold
29165
29166 \backslash
29167 includeonly
29168 \series default
29169  kann nicht benutzt werden.
29170 \end_layout
29171
29172 \end_deeper
29173 \begin_layout Standard
29174 Hier ist ein Unterdokument, das mit
29175 \family sans
29176  Input
29177 \family default
29178  eingebunden wurde: 
29179 \begin_inset Include \input{DummyDocument2.lyx}
29180 preview false
29181
29182 \end_inset
29183
29184 .
29185 \end_layout
29186
29187 \begin_layout Description
29188 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
29189   In der Druckvorschau wird für den Text der Stil 
29190 \family typewriter
29191 Schreibmaschine
29192 \family default
29193  verwendet.
29194  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
29195  Wenn Sie im Dialogfenster
29196 \family sans
29197  Unterdokument Leerzeichen\InsetSpace ~
29198 bei\InsetSpace ~
29199 der\InsetSpace ~
29200 Ausgabe\InsetSpace ~
29201 kennzeichnen 
29202 \family default
29203 ankreuzen, wird in der Druckvorschau das Zeichen 
29204 \begin_inset Quotes gld
29205 \end_inset
29206
29207
29208 \begin_inset ERT
29209 status collapsed
29210
29211 \begin_layout Standard
29212
29213
29214 \backslash
29215 textvisiblespace 
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \begin_inset Quotes grd
29222 \end_inset
29223
29224  für jedes Leerzeichen eingefügt.
29225 \newline
29226 Im Gegensatz zu 
29227 \family sans
29228 Einfügen\SpecialChar \menuseparator
29229 Datei\SpecialChar \menuseparator
29230 Einfacher\InsetSpace ~
29231 Text
29232 \family default
29233  wird bei 
29234 \family sans
29235 Unformatiert
29236 \family default
29237  der Dateiinhalt in LyX nicht dargestellt.
29238 \end_layout
29239
29240 \begin_layout Standard
29241 Hier ist ein Unterdokument, das mit
29242 \family sans
29243  Unformatiert
29244 \family default
29245  eingebunden wurde: 
29246 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
29247 preview false
29248
29249 \end_inset
29250
29251
29252 \begin_inset VSpace bigskip
29253 \end_inset
29254
29255 Hier ist ein Unterdokument, das mit
29256 \family sans
29257  Unformatiert
29258 \family default
29259  eingebunden wurde und
29260 \family sans
29261  Leerzeichen\InsetSpace ~
29262 bei\InsetSpace ~
29263 der\InsetSpace ~
29264 Ausgabe\InsetSpace ~
29265 kennzeichnen
29266 \family default
29267  angekreuzt hat: 
29268 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
29269 preview false
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277 \begin_inset VSpace bigskip
29278 \end_inset
29279
29280
29281 \end_layout
29282
29283 \begin_layout Standard
29284 \begin_inset Note Greyedout
29285 status open
29286
29287 \begin_layout Standard
29288
29289 \series bold
29290 Bemerkung:
29291 \series default
29292  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
29293  
29294 \family sans
29295 Unformatiert
29296 \family default
29297  eingebunden werden, am Zeilenende nicht umgebrochen.
29298 \end_layout
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Description
29306 Listing Dieser Typ wird in Kapitel\InsetSpace ~
29307
29308 \begin_inset LatexCommand ref
29309 reference "kap:Programm-Code-Listen"
29310
29311 \end_inset
29312
29313  beschrieben.
29314 \end_layout
29315
29316 \begin_layout Standard
29317 \begin_inset Note Greyedout
29318 status open
29319
29320 \begin_layout Standard
29321
29322 \series bold
29323 Bemerkung:
29324 \series default
29325  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
29326  das zu LaTeX-Problemen führen.
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \begin_layout Chapter
29335 Programm-Code-Listen
29336 \begin_inset LatexCommand label
29337 name "kap:Programm-Code-Listen"
29338
29339 \end_inset
29340
29341
29342 \begin_inset LatexCommand index
29343 name "Listen"
29344
29345 \end_inset
29346
29347
29348 \begin_inset LatexCommand index
29349 name "Programm-Code"
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Standard
29357 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
29358 \family sans
29359 Einfügen\SpecialChar \menuseparator
29360 Programmlisting
29361 \family default
29362  verwenden.
29363  Das LaTeX-Paket 
29364 \series bold
29365 listings
29366 \series default
29367
29368 \begin_inset LatexCommand index
29369 name "LaTeX-Pakete ! listings"
29370
29371 \end_inset
29372
29373  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Ein Rechtsklick auf das 
29378 \family sans
29379 Listing
29380 \family default
29381 -Kästchen öffnet das Dialogfenster 
29382 \family sans
29383 Programm\SpecialChar \-
29384 listing-Einstellungen
29385 \family default
29386 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
29387 \end_layout
29388
29389 \begin_layout Standard
29390 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
29391  Die 
29392 \family sans
29393 Platzierung
29394 \family default
29395 -Option 
29396 \family sans
29397 Eingebettetes\InsetSpace ~
29398 Listing
29399 \family default
29400  druckt das Listing in der Zeile wie hier: 
29401 \begin_inset listings
29402 lstparams "language={C++}"
29403 inline true
29404 status open
29405
29406 \begin_layout Standard
29407
29408 int a=5;
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \newline
29415 Die Option 
29416 \family sans
29417 Gleitobjekt
29418 \family default
29419  erzeugt ein Listing-Gleitobjekt, dessen 
29420 \family sans
29421 Platzierung 
29422 \family default
29423 Sie mit 
29424 \family sans
29425 h
29426 \family default
29427
29428 \family sans
29429 t
29430 \family default
29431
29432 \family sans
29433 b
29434 \family default
29435  und 
29436 \family sans
29437 p
29438 \family default
29439 , analog zu den in Abschnitt\InsetSpace ~
29440
29441 \begin_inset LatexCommand ref
29442 reference "abs:Gleitobjekt-Platzierung"
29443
29444 \end_inset
29445
29446  beschriebenen Platzierungsoptionen festlegen können.
29447  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
29448  hintereinander angegeben, z.\InsetSpace \thinspace{}
29449 B.
29450  
29451 \begin_inset Quotes gld
29452 \end_inset
29453
29454
29455 \family sans
29456 htbp
29457 \family default
29458
29459 \begin_inset Quotes grd
29460 \end_inset
29461
29462 .
29463  Die Option 
29464 \begin_inset Quotes eld
29465 \end_inset
29466
29467 h
29468 \begin_inset Quotes erd
29469 \end_inset
29470
29471  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
29472  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
29473 \end_layout
29474
29475 \begin_layout Standard
29476 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
29477  zu verweisen: Listing\InsetSpace ~
29478
29479 \begin_inset LatexCommand ref
29480 reference "lst:Gleitendes-Programm-Listing"
29481
29482 \end_inset
29483
29484 .
29485 \end_layout
29486
29487 \begin_layout Standard
29488 \begin_inset listings
29489 lstparams "language=Python"
29490 inline false
29491 status open
29492
29493 \begin_layout Standard
29494
29495 \begin_inset Caption
29496
29497 \begin_layout Standard
29498 \begin_inset LatexCommand label
29499 name "lst:Gleitendes-Programm-Listing"
29500
29501 \end_inset
29502
29503 Gleitendes Programm-Listing
29504 \end_layout
29505
29506 \end_inset
29507
29508 # Gleitendes Programm-Listing
29509 \end_layout
29510
29511 \begin_layout Standard
29512
29513 def func(param):
29514 \end_layout
29515
29516 \begin_layout Standard
29517
29518     'Dies ist eine Python-Funktion'
29519 \end_layout
29520
29521 \begin_layout Standard
29522
29523     pass
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \begin_layout Standard
29532 Wenn Sie eine Programmier-
29533 \family sans
29534 Sprache
29535 \family default
29536  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
29537  gedruckt, wie 
29538 \emph on
29539 #
29540 \emph default
29541
29542 \emph on
29543 def
29544 \emph default
29545  und 
29546 \emph on
29547 pass
29548 \emph default
29549  in Listing\InsetSpace ~
29550
29551 \begin_inset LatexCommand ref
29552 reference "lst:Gleitendes-Programm-Listing"
29553
29554 \end_inset
29555
29556 .
29557 \end_layout
29558
29559 \begin_layout Standard
29560 \begin_inset Note Greyedout
29561 status open
29562
29563 \begin_layout Standard
29564
29565 \series bold
29566 Bemerkung:
29567 \series default
29568  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
29569 \family typewriter
29570 Schreibmaschine
29571 \family default
29572  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
29573 h keine fett gedruckten Buchstaben.
29574  Wählen Sie in diesem Fall eine andere Schrift für 
29575 \family typewriter
29576 Schreibmaschine
29577 \family default
29578  im Menü 
29579 \family sans
29580 Dokument\SpecialChar \menuseparator
29581 Einstellungen\SpecialChar \menuseparator
29582 Schriften
29583 \family default
29584 .
29585  (Die Schriften 
29586 \emph on
29587 LuxiMono, BeraMono
29588 \emph default
29589  and 
29590 \emph on
29591 Courier
29592 \emph default
29593  enthalten fett gedruckte Buchstaben.)
29594 \end_layout
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \begin_layout Standard
29602 Im Abschnitt 
29603 \family sans
29604 Zeilennummerierung
29605 \family default
29606  des Dialog 
29607 \family sans
29608 Programm\SpecialChar \-
29609 listing-Einstellungen
29610 \family default
29611 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
29612  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
29613  werden soll und die 
29614 \family sans
29615 Schriftgröße
29616 \family default
29617  der Nummerierung.
29618 \end_layout
29619
29620 \begin_layout Standard
29621 Im Abschnitt 
29622 \family sans
29623 Bereich
29624 \family default
29625  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
29626  Im Abschnitt 
29627 \family sans
29628 Stil
29629 \family default
29630  legen Sie fest, wie die Liste ausgedruckt werden soll.
29631  Die Option 
29632 \family sans
29633 Erweiterte\InsetSpace ~
29634 Zeichentabelle
29635 \family default
29636  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
29637 \end_layout
29638
29639 \begin_layout Standard
29640 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
29641  Sprache 
29642 \begin_inset Quotes gld
29643 \end_inset
29644
29645 Python
29646 \begin_inset Quotes grd
29647 \end_inset
29648
29649 , den Optionen 
29650 \family sans
29651 Erweiterte\InsetSpace ~
29652 Zeichentabelle
29653 \family default
29654  und 
29655 \family sans
29656 Leerzeichen\InsetSpace ~
29657 als\InsetSpace ~
29658 Symbol
29659 \family default
29660  und Bereich 3\InsetSpace \thinspace{}
29661 -\InsetSpace \thinspace{}
29662 8:
29663 \end_layout
29664
29665 \begin_layout Standard
29666 \begin_inset listings
29667 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
29668 inline false
29669 status open
29670
29671 \begin_layout Standard
29672
29673 def func(param):
29674 \end_layout
29675
29676 \begin_layout Standard
29677
29678     'Dies ist eine Python-Funktion'
29679 \end_layout
29680
29681 \begin_layout Standard
29682
29683     pass
29684 \end_layout
29685
29686 \begin_layout Standard
29687
29688 def func(param):
29689 \end_layout
29690
29691 \begin_layout Standard
29692
29693 'Sonderzeichen: Tschüß'
29694 \end_layout
29695
29696 \begin_layout Standard
29697
29698 pass
29699 \end_layout
29700
29701 \begin_layout Standard
29702
29703 def func(param):
29704 \end_layout
29705
29706 \begin_layout Standard
29707
29708 'Dies ist eine Python-Funktion'
29709 \end_layout
29710
29711 \begin_layout Standard
29712
29713 pass
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \begin_layout Standard
29722 \noindent
29723 \begin_inset Note Greyedout
29724 status open
29725
29726 \begin_layout Standard
29727
29728 \series bold
29729 Bemerkung:
29730 \series default
29731  Wegen eines Fehlers im 
29732 \series bold
29733 listings
29734 \series default
29735  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
29736  verschoben.
29737  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
29738  Liste nummeriert werden.
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Standard
29747 \begin_inset VSpace bigskip
29748 \end_inset
29749
29750
29751 \end_layout
29752
29753 \begin_layout Standard
29754 \noindent
29755 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
29756  Das machen Sie mit
29757 \family sans
29758  Einfügen\SpecialChar \menuseparator
29759 Datei\SpecialChar \menuseparator
29760 Unterdokument
29761 \family default
29762  und der 
29763 \family sans
29764 Art\InsetSpace ~
29765 der\InsetSpace ~
29766 Einbindung
29767 \family default
29768  
29769 \family sans
29770 Listing
29771 \family default
29772 .
29773 \begin_inset Foot
29774 status collapsed
29775
29776 \begin_layout Standard
29777 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt\InsetSpace ~
29778
29779 \begin_inset LatexCommand ref
29780 reference "abs:Unterdokumente"
29781
29782 \end_inset
29783
29784  beschrieben.
29785 \end_layout
29786
29787 \end_inset
29788
29789  Im Dialogfenster
29790 \family sans
29791  Unterdokument
29792 \family default
29793  können Sie die Listing-Parameters unter 
29794 \family sans
29795 Weitere\InsetSpace ~
29796 Parameter
29797 \family default
29798  eingeben.
29799  Wenn Sie dort ein Fragezeichen 
29800 \begin_inset Quotes gld
29801 \end_inset
29802
29803 ?
29804 \begin_inset Quotes grd
29805 \end_inset
29806
29807  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
29808 det.
29809 \end_layout
29810
29811 \begin_layout Standard
29812 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
29813  Text ins Feld 
29814 \family sans
29815 Marke
29816 \family default
29817 , auf die dann wie üblich verwiesen werden kann.
29818 \end_layout
29819
29820 \begin_layout Standard
29821 Listing\InsetSpace ~
29822
29823 \begin_inset LatexCommand ref
29824 reference "lst:Datei-Listing"
29825
29826 \end_inset
29827
29828  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10\InsetSpace \thinspace{}
29829 -\InsetSpace \thinspace{}
29830 15
29831  gedruckt werden.
29832 \end_layout
29833
29834 \begin_layout Standard
29835 \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]
29836 preview false
29837
29838 \end_inset
29839
29840
29841 \end_layout
29842
29843 \begin_layout Standard
29844 \begin_inset VSpace bigskip
29845 \end_inset
29846
29847
29848 \end_layout
29849
29850 \begin_layout Standard
29851 \noindent
29852 Dokumentweite Listing-Eigenschaften können in
29853 \family sans
29854  Dokument\SpecialChar \menuseparator
29855 Einstellungen\SpecialChar \menuseparator
29856 Textformat\SpecialChar \menuseparator
29857 Listing-Einstellungen
29858 \family default
29859  festgelegt werden.
29860  Auch dort bekommt man durch Eingabe eines Fragezeichens 
29861 \begin_inset Quotes gld
29862 \end_inset
29863
29864 ?
29865 \begin_inset Quotes grd
29866 \end_inset
29867
29868  links davon eine Liste aller möglichen Parameter.
29869 \end_layout
29870
29871 \begin_layout Standard
29872 Weitere Informationen über das 
29873 \series bold
29874 listings
29875 \series default
29876 -Paket finden Sie in 
29877 \begin_inset LatexCommand cite
29878 key "listings"
29879
29880 \end_inset
29881
29882 .
29883 \newpage
29884
29885 \end_layout
29886
29887 \begin_layout Chapter
29888 \start_of_appendix
29889 In LyX verfügbare Maßeinheiten
29890 \begin_inset LatexCommand label
29891 name "kap:In-LyX-verfügbare"
29892
29893 \end_inset
29894
29895
29896 \begin_inset LatexCommand index
29897 name "Einheiten"
29898
29899 \end_inset
29900
29901
29902 \end_layout
29903
29904 \begin_layout Standard
29905 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
29906  Tabelle\InsetSpace ~
29907
29908 \begin_inset LatexCommand ref
29909 reference "tab:Maßeinheiten"
29910
29911 \end_inset
29912
29913  alle in LyX verfügbaren Maßeinheiten.
29914 \end_layout
29915
29916 \begin_layout Standard
29917 \begin_inset Float table
29918 placement h
29919 wide false
29920 sideways false
29921 status open
29922
29923 \begin_layout Standard
29924 \begin_inset Caption
29925
29926 \begin_layout Standard
29927 \begin_inset LatexCommand label
29928 name "tab:Maßeinheiten"
29929
29930 \end_inset
29931
29932 Maßeinheiten
29933 \end_layout
29934
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \begin_layout Standard
29941 \begin_inset VSpace medskip
29942 \end_inset
29943
29944
29945 \end_layout
29946
29947 \begin_layout Standard
29948 \align center
29949 \begin_inset Tabular
29950 <lyxtabular version="3" rows="20" columns="2">
29951 <features>
29952 <column alignment="center" valignment="top" leftline="true" width="0">
29953 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29954 <row topline="true" bottomline="true">
29955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29956 \begin_inset Text
29957
29958 \begin_layout Standard
29959
29960 \series bold
29961 Maßeinheit
29962 \end_layout
29963
29964 \end_inset
29965 </cell>
29966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29967 \begin_inset Text
29968
29969 \begin_layout Standard
29970
29971 \series bold
29972 Name/Beschreibung
29973 \end_layout
29974
29975 \end_inset
29976 </cell>
29977 </row>
29978 <row topline="true">
29979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29980 \begin_inset Text
29981
29982 \begin_layout Standard
29983 mm
29984 \end_layout
29985
29986 \end_inset
29987 </cell>
29988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29989 \begin_inset Text
29990
29991 \begin_layout Standard
29992 Millimeter
29993 \end_layout
29994
29995 \end_inset
29996 </cell>
29997 </row>
29998 <row topline="true">
29999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Standard
30003 cm
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Standard
30012 Zentimeter
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 </row>
30018 <row topline="true">
30019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30020 \begin_inset Text
30021
30022 \begin_layout Standard
30023 in
30024 \end_layout
30025
30026 \end_inset
30027 </cell>
30028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30029 \begin_inset Text
30030
30031 \begin_layout Standard
30032 Zoll (1\InsetSpace \thinspace{}
30033 in = 2.54\InsetSpace \thinspace{}
30034 cm
30035 \end_layout
30036
30037 \end_inset
30038 </cell>
30039 </row>
30040 <row topline="true">
30041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30042 \begin_inset Text
30043
30044 \begin_layout Standard
30045 pt
30046 \end_layout
30047
30048 \end_inset
30049 </cell>
30050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30051 \begin_inset Text
30052
30053 \begin_layout Standard
30054 Punkt (72.27\InsetSpace \thinspace{}
30055 pt = 1\InsetSpace \thinspace{}
30056 in)
30057 \end_layout
30058
30059 \end_inset
30060 </cell>
30061 </row>
30062 <row topline="true">
30063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30064 \begin_inset Text
30065
30066 \begin_layout Standard
30067 pc
30068 \end_layout
30069
30070 \end_inset
30071 </cell>
30072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30073 \begin_inset Text
30074
30075 \begin_layout Standard
30076 Pica (1\InsetSpace \thinspace{}
30077 pc = 12\InsetSpace \thinspace{}
30078 pt)
30079 \end_layout
30080
30081 \end_inset
30082 </cell>
30083 </row>
30084 <row topline="true">
30085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30086 \begin_inset Text
30087
30088 \begin_layout Standard
30089 sp
30090 \end_layout
30091
30092 \end_inset
30093 </cell>
30094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30095 \begin_inset Text
30096
30097 \begin_layout Standard
30098 skalierter Punkt (65536\InsetSpace \thinspace{}
30099 sp = 1\InsetSpace \thinspace{}
30100 pt)
30101 \end_layout
30102
30103 \end_inset
30104 </cell>
30105 </row>
30106 <row topline="true">
30107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30108 \begin_inset Text
30109
30110 \begin_layout Standard
30111 bp
30112 \end_layout
30113
30114 \end_inset
30115 </cell>
30116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30117 \begin_inset Text
30118
30119 \begin_layout Standard
30120 großer Punkt (72\InsetSpace \thinspace{}
30121 bp = 1\InsetSpace \thinspace{}
30122 in)
30123 \end_layout
30124
30125 \end_inset
30126 </cell>
30127 </row>
30128 <row topline="true">
30129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30130 \begin_inset Text
30131
30132 \begin_layout Standard
30133 dd
30134 \end_layout
30135
30136 \end_inset
30137 </cell>
30138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30139 \begin_inset Text
30140
30141 \begin_layout Standard
30142 Didot (1\InsetSpace \thinspace{}
30143 dd 
30144 \begin_inset Formula $\approx$
30145 \end_inset
30146
30147  0,376\InsetSpace \thinspace{}
30148 mm)
30149 \end_layout
30150
30151 \end_inset
30152 </cell>
30153 </row>
30154 <row topline="true">
30155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30156 \begin_inset Text
30157
30158 \begin_layout Standard
30159 cc
30160 \end_layout
30161
30162 \end_inset
30163 </cell>
30164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30165 \begin_inset Text
30166
30167 \begin_layout Standard
30168 Cicero (1\InsetSpace \thinspace{}
30169 cc = 12\InsetSpace \thinspace{}
30170 dd)
30171 \end_layout
30172
30173 \end_inset
30174 </cell>
30175 </row>
30176 <row topline="true">
30177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30178 \begin_inset Text
30179
30180 \begin_layout Standard
30181 Skalierung%
30182 \end_layout
30183
30184 \end_inset
30185 </cell>
30186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30187 \begin_inset Text
30188
30189 \begin_layout Standard
30190 % der originalen Bildbreite
30191 \end_layout
30192
30193 \end_inset
30194 </cell>
30195 </row>
30196 <row topline="true">
30197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30198 \begin_inset Text
30199
30200 \begin_layout Standard
30201 Textbreite %
30202 \end_layout
30203
30204 \end_inset
30205 </cell>
30206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30207 \begin_inset Text
30208
30209 \begin_layout Standard
30210 % der Textbreite
30211 \end_layout
30212
30213 \end_inset
30214 </cell>
30215 </row>
30216 <row topline="true">
30217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30218 \begin_inset Text
30219
30220 \begin_layout Standard
30221 Spaltenbreite %
30222 \end_layout
30223
30224 \end_inset
30225 </cell>
30226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30227 \begin_inset Text
30228
30229 \begin_layout Standard
30230 % der Spaltenbreite
30231 \end_layout
30232
30233 \end_inset
30234 </cell>
30235 </row>
30236 <row topline="true">
30237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30238 \begin_inset Text
30239
30240 \begin_layout Standard
30241 Seitenbreite %
30242 \end_layout
30243
30244 \end_inset
30245 </cell>
30246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30247 \begin_inset Text
30248
30249 \begin_layout Standard
30250 % der Seitenbreite
30251 \end_layout
30252
30253 \end_inset
30254 </cell>
30255 </row>
30256 <row topline="true">
30257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30258 \begin_inset Text
30259
30260 \begin_layout Standard
30261 Zeilenbreite %
30262 \end_layout
30263
30264 \end_inset
30265 </cell>
30266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30267 \begin_inset Text
30268
30269 \begin_layout Standard
30270 % der Zeilenbreite
30271 \end_layout
30272
30273 \end_inset
30274 </cell>
30275 </row>
30276 <row topline="true">
30277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30278 \begin_inset Text
30279
30280 \begin_layout Standard
30281 Texthöhe %
30282 \end_layout
30283
30284 \end_inset
30285 </cell>
30286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30287 \begin_inset Text
30288
30289 \begin_layout Standard
30290 % der Texthöhe
30291 \end_layout
30292
30293 \end_inset
30294 </cell>
30295 </row>
30296 <row topline="true">
30297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30298 \begin_inset Text
30299
30300 \begin_layout Standard
30301 Seitenhöhe %
30302 \end_layout
30303
30304 \end_inset
30305 </cell>
30306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30307 \begin_inset Text
30308
30309 \begin_layout Standard
30310 % der Seitenhöhe
30311 \end_layout
30312
30313 \end_inset
30314 </cell>
30315 </row>
30316 <row topline="true">
30317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30318 \begin_inset Text
30319
30320 \begin_layout Standard
30321 ex
30322 \end_layout
30323
30324 \end_inset
30325 </cell>
30326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30327 \begin_inset Text
30328
30329 \begin_layout Standard
30330 Die Höhe des Buchstabens 
30331 \emph on
30332 x
30333 \emph default
30334  im aktiven Zeichensatz
30335 \end_layout
30336
30337 \end_inset
30338 </cell>
30339 </row>
30340 <row topline="true">
30341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30342 \begin_inset Text
30343
30344 \begin_layout Standard
30345 em
30346 \end_layout
30347
30348 \end_inset
30349 </cell>
30350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30351 \begin_inset Text
30352
30353 \begin_layout Standard
30354 Die Breite des Buchstabens 
30355 \emph on
30356 M
30357 \emph default
30358  im aktiven Zeichensatz
30359 \end_layout
30360
30361 \end_inset
30362 </cell>
30363 </row>
30364 <row topline="true" bottomline="true">
30365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30366 \begin_inset Text
30367
30368 \begin_layout Standard
30369 mu
30370 \end_layout
30371
30372 \end_inset
30373 </cell>
30374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30375 \begin_inset Text
30376
30377 \begin_layout Standard
30378 mathematische  Maßeinheit
30379 \series bold
30380  
30381 \series default
30382 (1\InsetSpace \thinspace{}
30383 mu = 1/18\InsetSpace \thinspace{}
30384 em)
30385 \end_layout
30386
30387 \end_inset
30388 </cell>
30389 </row>
30390 </lyxtabular>
30391
30392 \end_inset
30393
30394
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Chapter
30403 Ausgabedatei-Formate mit Grafiken
30404 \begin_inset LatexCommand label
30405 name "kap:Ausgabedatei-Formate"
30406
30407 \end_inset
30408
30409
30410 \end_layout
30411
30412 \begin_layout Section
30413 DVI
30414 \begin_inset LatexCommand index
30415 name "Dateiformat! DVI"
30416
30417 \end_inset
30418
30419
30420 \begin_inset LatexCommand index
30421 name "DVI"
30422
30423 \end_inset
30424
30425
30426 \end_layout
30427
30428 \begin_layout Standard
30429 Dieser Dateityp hat die Erweiterung 
30430 \begin_inset Quotes gld
30431 \end_inset
30432
30433
30434 \family typewriter
30435 .dvi
30436 \family default
30437
30438 \begin_inset Quotes grd
30439 \end_inset
30440
30441  und wird 
30442 \begin_inset Quotes gld
30443 \end_inset
30444
30445 device-independent
30446 \begin_inset Quotes grd
30447 \end_inset
30448
30449  genannt, weil er vollkommen portierbar ist.
30450  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
30451  dvi-Betrachter installiert hat.
30452  
30453 \family typewriter
30454 .dvi
30455 \family default
30456 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
30457  wie PostScript benutzt.
30458 \end_layout
30459
30460 \begin_layout Standard
30461 \begin_inset Note Greyedout
30462 status open
30463
30464 \begin_layout Standard
30465
30466 \series bold
30467 Bemerkung:
30468 \series default
30469  
30470 \family typewriter
30471 .dvi
30472 \family default
30473 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \end_layout
30480
30481 \begin_layout Standard
30482 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
30483 \family typewriter
30484 .dvi
30485 \family default
30486 -Datei auf einen anderen Computer kopieren.
30487  Dies Eigenschaft kann Ihren Computer verlangsamen.
30488  wenn Sie die 
30489 \family typewriter
30490 .dvi
30491 \family default
30492 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
30493  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
30494 \family typewriter
30495 .dvi
30496 \family default
30497 -Datei
30498 \family typewriter
30499  
30500 \family default
30501 blättern.
30502
30503 \family typewriter
30504  
30505 \family default
30506 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
30507  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
30508  
30509 \end_layout
30510
30511 \begin_layout Standard
30512 Sie können Ihr Dokument als DVI über das Menü 
30513 \family sans
30514 Datei\SpecialChar \menuseparator
30515 Exportieren\SpecialChar \menuseparator
30516 DVI
30517 \family default
30518  exportieren.
30519  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
30520 \family sans
30521 Ansicht
30522 \family default
30523  oder den Werkzeugleistenknopf 
30524 \begin_inset Graphics
30525         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_dvi.xpm
30526         scale 85
30527         scaleBeforeRotation
30528
30529 \end_inset
30530
30531  anschauen.
30532 \end_layout
30533
30534 \begin_layout Section
30535 PostScript
30536 \begin_inset LatexCommand label
30537 name "abs:PostScript"
30538
30539 \end_inset
30540
30541
30542 \begin_inset LatexCommand index
30543 name "Dateiformat  ! PostScript"
30544
30545 \end_inset
30546
30547
30548 \begin_inset LatexCommand index
30549 name "PostScript"
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 Dieser Dateityp hat die Erweiterung 
30558 \begin_inset Quotes gld
30559 \end_inset
30560
30561
30562 \family typewriter
30563 .ps
30564 \family default
30565
30566 \begin_inset Quotes grd
30567 \end_inset
30568
30569 .
30570  PostScript wurde von der Firma
30571 \family typewriter
30572  Adobe
30573 \family default
30574  als Druckersprache entwickelt.
30575  Die Datei enthält deshalb Druckbefehle.
30576  PostScript kann als 
30577 \begin_inset Quotes gld
30578 \end_inset
30579
30580 Programmiersprache
30581 \begin_inset Quotes grd
30582 \end_inset
30583
30584  angesehen werden.
30585  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
30586 \begin_inset Foot
30587 status collapsed
30588
30589 \begin_layout Standard
30590 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
30591  von
30592 \series bold
30593  PSTricks
30594 \series default
30595  
30596 \begin_inset LatexCommand cite
30597 key "pstricks"
30598
30599 \end_inset
30600
30601  oder 
30602 \begin_inset LatexCommand cite
30603 key "latex-praxisbuch"
30604
30605 \end_inset
30606
30607  ansehen.
30608 \end_layout
30609
30610 \end_inset
30611
30612 .
30613  Wegen dieser Möglichkeiten sind 
30614 \family typewriter
30615 .ps
30616 \family default
30617 -Dateien oft größer als 
30618 \family typewriter
30619 .pdf
30620 \family default
30621 -Dateien.
30622 \end_layout
30623
30624 \begin_layout Standard
30625 PostScript kann nur Bilder im Format EPS
30626 \begin_inset LatexCommand index
30627 name "EPS"
30628
30629 \end_inset
30630
30631  (Encapsulated PostScript, Datei-Erweiterung 
30632 \begin_inset Quotes gld
30633 \end_inset
30634
30635
30636 \family typewriter
30637 .eps
30638 \family default
30639
30640 \begin_inset Quotes grd
30641 \end_inset
30642
30643 ) enthalten.
30644  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
30645  intern nach EPS konvertiert werden.
30646  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
30647  verlangsamen.
30648  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
30649  konvertieren und direkt als EPS einfügen.
30650 \end_layout
30651
30652 \begin_layout Standard
30653 Sie können Ihr Dokument als PostScript über das Menü 
30654 \family sans
30655 Datei\SpecialChar \menuseparator
30656 Exportieren\SpecialChar \menuseparator
30657 PostScript
30658 \family default
30659  exportieren.
30660  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
30661 \family sans
30662 Ansicht
30663 \family default
30664  oder den Werkzeugleistenknopf 
30665 \begin_inset Graphics
30666         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_ps.xpm
30667         scale 85
30668         scaleBeforeRotation
30669
30670 \end_inset
30671
30672  anschauen.
30673 \end_layout
30674
30675 \begin_layout Section
30676 PDF
30677 \begin_inset LatexCommand label
30678 name "abs:PDF"
30679
30680 \end_inset
30681
30682
30683 \begin_inset LatexCommand index
30684 name "Dateiformat! PDF"
30685
30686 \end_inset
30687
30688
30689 \begin_inset LatexCommand index
30690 name "PDF"
30691
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \begin_layout Standard
30698 Dieser Dateityp hat die Erweiterung 
30699 \begin_inset Quotes gld
30700 \end_inset
30701
30702
30703 \family typewriter
30704 .pdf
30705 \family default
30706
30707 \begin_inset Quotes grd
30708 \end_inset
30709
30710 .
30711  Das
30712 \emph on
30713  
30714 \emph default
30715
30716 \begin_inset Quotes gld
30717 \end_inset
30718
30719 Portable Document Format
30720 \begin_inset Quotes grd
30721 \end_inset
30722
30723  (PDF) wurde auch von der Firma 
30724 \family typewriter
30725 Adobe
30726 \family default
30727  als Derivat von PostScript entwickelt.
30728  Es ist komprimierter und benutzt weniger Befehle als PostScript.
30729  Wie der Begriff 
30730 \begin_inset Quotes gld
30731 \end_inset
30732
30733 portable
30734 \begin_inset Quotes grd
30735 \end_inset
30736
30737  (übertragbar) vermuten lässt, kann eine 
30738 \family typewriter
30739 .pdf
30740 \family default
30741 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
30742  gleich aus.
30743 \end_layout
30744
30745 \begin_layout Standard
30746 PDF kann Bilder im eigenen PDF-Format, im Format 
30747 \begin_inset Quotes gld
30748 \end_inset
30749
30750 Joint Photographic Experts Group
30751 \begin_inset Quotes grd
30752 \end_inset
30753
30754  (JPEG
30755 \begin_inset LatexCommand index
30756 name "JPG, JPEG"
30757
30758 \end_inset
30759
30760 , Datei-Erweiterung 
30761 \begin_inset Quotes gld
30762 \end_inset
30763
30764
30765 \family typewriter
30766 .jpg
30767 \family default
30768
30769 \begin_inset Quotes grd
30770 \end_inset
30771
30772  oder 
30773 \begin_inset Quotes gld
30774 \end_inset
30775
30776
30777 \family typewriter
30778 .jpeg
30779 \family default
30780
30781 \begin_inset Quotes grd
30782 \end_inset
30783
30784 ) und im Format 
30785 \begin_inset Quotes gld
30786 \end_inset
30787
30788 Portable Network Graphics
30789 \begin_inset Quotes grd
30790 \end_inset
30791
30792  (PNG
30793 \begin_inset LatexCommand index
30794 name "PNG"
30795
30796 \end_inset
30797
30798 , Datei-Erweiterung 
30799 \begin_inset Quotes gld
30800 \end_inset
30801
30802
30803 \family typewriter
30804 .png
30805 \family default
30806
30807 \begin_inset Quotes grd
30808 \end_inset
30809
30810 ) enthalten.
30811  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
30812  Sie konvertieren wird.
30813  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
30814  wird, eines der drei erwähnten Bildformate zu benutzen.
30815 \end_layout
30816
30817 \begin_layout Standard
30818 PDF-Dateien können Sie über 
30819 \family sans
30820 Datei\SpecialChar \menuseparator
30821 Exportieren
30822 \family default
30823  auf drei Arten erzeugen:
30824 \end_layout
30825
30826 \begin_layout Description
30827 PDF\InsetSpace ~
30828 (ps2pdf) benutzt das Programm
30829 \family typewriter
30830  ps2pdf
30831 \family default
30832 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
30833  Die PostScript-Version wird Programm 
30834 \family typewriter
30835 dvips
30836 \family default
30837  aus einer DVI-Version erstellt.
30838  Es werden also drei Konvertierungen verwendet.
30839 \end_layout
30840
30841 \begin_layout Description
30842 PDF\InsetSpace ~
30843 (dvipdfm) benutzt das Programm 
30844 \family typewriter
30845 dvipdfm
30846 \family default
30847 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
30848  PDF konvertiert.
30849 \end_layout
30850
30851 \begin_layout Description
30852 PDF\InsetSpace ~
30853 (pdflatex) benutzt das Programm
30854 \family typewriter
30855  pdftex
30856 \family default
30857 , das Ihr Dokument direkt nach PDF konvertiert.
30858 \end_layout
30859
30860 \begin_layout Standard
30861
30862 \family sans
30863 PDF\InsetSpace ~
30864 (pdflatex)
30865 \family default
30866  wird empfohlen, weil
30867 \family typewriter
30868  pdftex
30869 \family default
30870  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
30871  ohne Probleme arbeitet.
30872  Das Programm 
30873 \family typewriter
30874 dvipdfm
30875 \family default
30876  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
30877 \end_layout
30878
30879 \begin_layout Standard
30880 Sie können Ihr Dokument als PDF über das Menü 
30881 \family sans
30882 Datei\SpecialChar \menuseparator
30883 Exportieren\SpecialChar \menuseparator
30884 PDF
30885 \family default
30886  exportieren.
30887  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
30888 \family sans
30889 Ansicht
30890 \family default
30891  oder den Werkzeugleistenknopf 
30892 \begin_inset Graphics
30893         filename D:/LyXSVN/lyx-devel/lib/images/buffer-view_pdf2.xpm
30894         scale 85
30895         scaleBeforeRotation
30896
30897 \end_inset
30898
30899  anschauen 
30900 \family sans
30901 (
30902 \family default
30903 der 
30904 \family sans
30905 PDF\InsetSpace ~
30906 (pdflatex)
30907 \family default
30908  verwendet).
30909 \end_layout
30910
30911 \begin_layout Chapter
30912 Erklärung der Gleichung\InsetSpace ~
30913
30914 \begin_inset LatexCommand eqref
30915 reference "eq:Wgn"
30916
30917 \end_inset
30918
30919
30920 \begin_inset LatexCommand label
30921 name "kap:Exläuterung-einer-Gleichung"
30922
30923 \end_inset
30924
30925
30926 \end_layout
30927
30928 \begin_layout Standard
30929 Die Gesamtbreite von
30930 \emph on
30931  n
30932 \emph default
30933  Tabellenzellen 
30934 \begin_inset Formula $W_{\mathrm{tot\, n}}$
30935 \end_inset
30936
30937  kann wie folgt berechnet werden:
30938 \end_layout
30939
30940 \begin_layout Standard
30941 \begin_inset Formula \begin{equation}
30942 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 Dabei ist 
30951 \begin_inset Formula $W_{g\, n}$
30952 \end_inset
30953
30954  die Breite jeder Zelle.
30955
30956 \series bold
30957  
30958 \backslash
30959 tabcolsep
30960 \series default
30961  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
30962  Standardwert 6\InsetSpace \thinspace{}
30963 pt.
30964  
30965 \series bold
30966
30967 \backslash
30968 arrayrulewidth
30969 \series default
30970  ist die Dicke der Zellgrenze mit dem Standardwert 0.4\InsetSpace \thinspace{}
30971 pt.
30972 \end_layout
30973
30974 \begin_layout Standard
30975 Nach Gleichung\InsetSpace ~
30976
30977 \begin_inset LatexCommand ref
30978 reference "eq:Wtot_n"
30979
30980 \end_inset
30981
30982  ist die Gesamtbreite einer Mehrfachspalte, 
30983 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
30984 \end_inset
30985
30986 ,
30987 \end_layout
30988
30989 \begin_layout Standard
30990 \begin_inset Formula \begin{equation}
30991 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Setzt man die Gleichungen\InsetSpace ~
31000
31001 \begin_inset LatexCommand ref
31002 reference "eq:Wtot_n"
31003
31004 \end_inset
31005
31006  und 
31007 \begin_inset LatexCommand ref
31008 reference "eq:Wtot_mult"
31009
31010 \end_inset
31011
31012  gleich, kann man die benötigte Breite 
31013 \begin_inset Formula $W_{g\, n}$
31014 \end_inset
31015
31016 , wenn 
31017 \emph on
31018 n
31019 \emph default
31020  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
31021 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
31022 \end_inset
31023
31024  hat, berechnen:
31025 \end_layout
31026
31027 \begin_layout Standard
31028 \begin_inset Formula \begin{equation}
31029 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Bibliography
31037 \begin_inset LatexCommand bibitem
31038 key "booktabs"
31039
31040 \end_inset
31041
31042
31043 \begin_inset ERT
31044 status collapsed
31045
31046 \begin_layout Standard
31047
31048
31049 \backslash
31050 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
31051 {
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \series bold
31058 booktabs
31059 \series default
31060
31061 \begin_inset ERT
31062 status collapsed
31063
31064 \begin_layout Standard
31065
31066 }
31067 \end_layout
31068
31069 \end_inset
31070
31071 -Dokumentation im Internet
31072 \begin_inset LatexCommand index
31073 name "LaTeX-Pakete ! booktabs"
31074
31075 \end_inset
31076
31077
31078 \end_layout
31079
31080 \begin_layout Bibliography
31081 \begin_inset LatexCommand bibitem
31082 key "caption"
31083
31084 \end_inset
31085
31086
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Standard
31091
31092
31093 \backslash
31094 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \series bold
31101 caption
31102 \series default
31103
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Standard
31108
31109 }
31110 \end_layout
31111
31112 \end_inset
31113
31114 -Dokumentation im Internet
31115 \begin_inset LatexCommand index
31116 name "LaTeX-Pakete ! caption"
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Bibliography
31124 \begin_inset LatexCommand bibitem
31125 key "caption-de"
31126
31127 \end_inset
31128
31129 deutsche 
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Standard
31134
31135
31136 \backslash
31137 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
31138 {
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \series bold
31145  caption
31146 \series default
31147
31148 \begin_inset ERT
31149 status collapsed
31150
31151 \begin_layout Standard
31152
31153 }
31154 \end_layout
31155
31156 \end_inset
31157
31158 -Dokumentation im Internet
31159 \begin_inset LatexCommand index
31160 name "LaTeX-Pakete ! caption"
31161
31162 \end_inset
31163
31164
31165 \end_layout
31166
31167 \begin_layout Bibliography
31168 \begin_inset LatexCommand bibitem
31169 key "koma-script-de"
31170
31171 \end_inset
31172
31173 deutsche 
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Standard
31178
31179
31180 \backslash
31181 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
31182 df}{
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \series bold
31189 koma-script
31190 \series default
31191
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Standard
31196
31197 }
31198 \end_layout
31199
31200 \end_inset
31201
31202 -Dokumentation im Internet
31203 \begin_inset LatexCommand index
31204 name "LaTeX-Pakete ! koma-script"
31205
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Bibliography
31212 \begin_inset LatexCommand bibitem
31213 key "endfloat"
31214
31215 \end_inset
31216
31217
31218 \begin_inset ERT
31219 status collapsed
31220
31221 \begin_layout Standard
31222
31223
31224 \backslash
31225 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
31226 {
31227 \end_layout
31228
31229 \end_inset
31230
31231
31232 \series bold
31233 endf\SpecialChar \textcompwordmark{}
31234 loat
31235 \series default
31236
31237 \begin_inset ERT
31238 status collapsed
31239
31240 \begin_layout Standard
31241
31242 }
31243 \end_layout
31244
31245 \end_inset
31246
31247 -Dokumentation im Internet
31248 \begin_inset LatexCommand index
31249 name "LaTeX-Pakete ! endf\\/loat"
31250
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \begin_layout Bibliography
31257 \begin_inset LatexCommand bibitem
31258 key "floatflt"
31259
31260 \end_inset
31261
31262
31263 \begin_inset ERT
31264 status collapsed
31265
31266 \begin_layout Standard
31267
31268
31269 \backslash
31270 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
31271 {
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \series bold
31278 f\SpecialChar \textcompwordmark{}
31279 loatf\SpecialChar \textcompwordmark{}
31280 lt
31281 \series default
31282
31283 \begin_inset ERT
31284 status collapsed
31285
31286 \begin_layout Standard
31287
31288 }
31289 \end_layout
31290
31291 \end_inset
31292
31293 -Dokumentation im Internet
31294 \begin_inset LatexCommand index
31295 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
31296
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \begin_layout Bibliography
31303 \begin_inset LatexCommand bibitem
31304 key "footmisc"
31305
31306 \end_inset
31307
31308
31309 \begin_inset ERT
31310 status collapsed
31311
31312 \begin_layout Standard
31313
31314
31315 \backslash
31316 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
31317 {
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \series bold
31324 footmisc
31325 \series default
31326
31327 \begin_inset ERT
31328 status collapsed
31329
31330 \begin_layout Standard
31331
31332 }
31333 \end_layout
31334
31335 \end_inset
31336
31337 -Dokumentation im Internet
31338 \begin_inset LatexCommand index
31339 name "LaTeX-Pakete ! footmisc"
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Bibliography
31347 \begin_inset LatexCommand bibitem
31348 key "hypcap"
31349
31350 \end_inset
31351
31352
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Standard
31357
31358
31359 \backslash
31360 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \series bold
31367 hypcap
31368 \series default
31369
31370 \begin_inset ERT
31371 status collapsed
31372
31373 \begin_layout Standard
31374
31375 }
31376 \end_layout
31377
31378 \end_inset
31379
31380 -Dokumentation im Internet
31381 \begin_inset LatexCommand index
31382 name "LaTeX-Pakete ! hypcap"
31383
31384 \end_inset
31385
31386
31387 \end_layout
31388
31389 \begin_layout Bibliography
31390 \begin_inset LatexCommand bibitem
31391 key "hyperref"
31392
31393 \end_inset
31394
31395
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Standard
31400
31401
31402 \backslash
31403 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
31404 {
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \series bold
31411 hyperref
31412 \series default
31413
31414 \begin_inset ERT
31415 status collapsed
31416
31417 \begin_layout Standard
31418
31419 }
31420 \end_layout
31421
31422 \end_inset
31423
31424 -Dokumentation im Internet
31425 \begin_inset LatexCommand index
31426 name "LaTeX-Pakete ! hyperref"
31427
31428 \end_inset
31429
31430
31431 \end_layout
31432
31433 \begin_layout Bibliography
31434 \begin_inset LatexCommand bibitem
31435 key "koma-script"
31436
31437 \end_inset
31438
31439
31440 \begin_inset ERT
31441 status collapsed
31442
31443 \begin_layout Standard
31444
31445
31446 \backslash
31447 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
31448 df}{
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \series bold
31455 koma-script
31456 \series default
31457
31458 \begin_inset ERT
31459 status collapsed
31460
31461 \begin_layout Standard
31462
31463 }
31464 \end_layout
31465
31466 \end_inset
31467
31468 -Dokumentation im Internet
31469 \begin_inset LatexCommand index
31470 name "LaTeX-Pakete ! koma-script"
31471
31472 \end_inset
31473
31474
31475 \end_layout
31476
31477 \begin_layout Bibliography
31478 \begin_inset LatexCommand bibitem
31479 key "latexguide"
31480
31481 \end_inset
31482
31483 Kopka, Helmut und Daly, Patrick W.: 
31484 \emph on
31485 A Guide to LaTeX Fourth Edition.
31486
31487 \emph default
31488  Addison-Wesley, 2003
31489 \end_layout
31490
31491 \begin_layout Bibliography
31492 \begin_inset LatexCommand bibitem
31493 key "lamport"
31494
31495 \end_inset
31496
31497 Lamport, Leslie: 
31498 \emph on
31499 LaTeX: A Document Preparation System.
31500
31501 \emph default
31502  Addison-Wesley, second edition, 1994
31503 \end_layout
31504
31505 \begin_layout Bibliography
31506 \begin_inset LatexCommand bibitem
31507 key "listings"
31508
31509 \end_inset
31510
31511
31512 \begin_inset ERT
31513 status collapsed
31514
31515 \begin_layout Standard
31516
31517
31518 \backslash
31519 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
31520 {
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \series bold
31527 listings
31528 \series default
31529
31530 \begin_inset ERT
31531 status collapsed
31532
31533 \begin_layout Standard
31534
31535 }
31536 \end_layout
31537
31538 \end_inset
31539
31540 -Dokumentation im Internet
31541 \begin_inset LatexCommand index
31542 name "LaTeX-Pakete ! listings"
31543
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Bibliography
31550 \begin_inset LatexCommand bibitem
31551 key "marginnote"
31552
31553 \end_inset
31554
31555
31556 \begin_inset ERT
31557 status collapsed
31558
31559 \begin_layout Standard
31560
31561
31562 \backslash
31563 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
31564 pdf}{
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \series bold
31571 marginnote
31572 \series default
31573
31574 \begin_inset ERT
31575 status collapsed
31576
31577 \begin_layout Standard
31578
31579 }
31580 \end_layout
31581
31582 \end_inset
31583
31584 -Dokumentation im Internet
31585 \begin_inset LatexCommand index
31586 name "LaTeX-Pakete ! marginnote"
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Bibliography
31594 \begin_inset LatexCommand bibitem
31595 key "latexcompanion"
31596
31597 \end_inset
31598
31599 Mittelbach, Frank und Goossens, Michel: 
31600 \emph on
31601 The LaTeX Companion Second Edition.
31602
31603 \emph default
31604  Addison-Wesley, 2004
31605 \end_layout
31606
31607 \begin_layout Bibliography
31608 \begin_inset LatexCommand bibitem
31609 key "latex-praxisbuch"
31610
31611 \end_inset
31612
31613 Niedermair, Elke & Michael: 
31614 \emph on
31615 LaTeX-Praxisbuch
31616 \emph default
31617 , Franzis-Verlag, 2004
31618 \end_layout
31619
31620 \begin_layout Bibliography
31621 \begin_inset LatexCommand bibitem
31622 key "pstricks"
31623
31624 \end_inset
31625
31626
31627 \begin_inset ERT
31628 status collapsed
31629
31630 \begin_layout Standard
31631
31632
31633 \backslash
31634 href{http://tug.org/PSTricks/main.cgi/}{
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \series bold
31641 PSTricks
31642 \series default
31643
31644 \begin_inset ERT
31645 status collapsed
31646
31647 \begin_layout Standard
31648
31649 }
31650 \end_layout
31651
31652 \end_inset
31653
31654 -Internetseite
31655 \begin_inset LatexCommand index
31656 name "LaTeX-Pakete ! pstricks"
31657
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \begin_layout Bibliography
31664 \begin_inset LatexCommand bibitem
31665 key "sidecap"
31666
31667 \end_inset
31668
31669
31670 \begin_inset ERT
31671 status collapsed
31672
31673 \begin_layout Standard
31674
31675
31676 \backslash
31677 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \series bold
31684 sidecap
31685 \series default
31686
31687 \begin_inset ERT
31688 status collapsed
31689
31690 \begin_layout Standard
31691
31692 }
31693 \end_layout
31694
31695 \end_inset
31696
31697 -Dokumentation im Internet
31698 \begin_inset LatexCommand index
31699 name "LaTeX-Pakete ! sidecap"
31700
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \begin_layout Bibliography
31707 \begin_inset LatexCommand bibitem
31708 key "NewInLyX15"
31709
31710 \end_inset
31711
31712
31713 \begin_inset ERT
31714 status collapsed
31715
31716 \begin_layout Standard
31717
31718
31719 \backslash
31720 href{http://wiki.lyx.org/LyX/NewInLyX15}{
31721 \end_layout
31722
31723 \end_inset
31724
31725 Wiki-Seite
31726 \begin_inset ERT
31727 status collapsed
31728
31729 \begin_layout Standard
31730
31731 }
31732 \end_layout
31733
31734 \end_inset
31735
31736  über neue LyX-Funktionen für 
31737 \family sans
31738 LyX 1.5
31739 \family default
31740 .
31741 \end_layout
31742
31743 \begin_layout Standard
31744 \begin_inset LatexCommand printindex
31745
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \end_body
31752 \end_document