]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
9fc8d6addcac33fc5138e3d19f56e23c56d6808e
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.5.4svn 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 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 % Alle Querverweise und URLs als Link darstellen
16 % In der PDF-Ausgabe
17  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
18   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
19   pdfpagelayout=OneColumn, pdfnewwindow=true,
20   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
21   pdfauthor={LyX Team}, pdftex,
22   pdftitle={Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen},
23   pdfsubject={LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen},
24   pdfkeywords={LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen}]{hyperref}
25  
26 \else % In der DVI- oder PS-Ausgabe
27
28  % Alle Querverweise und URLs als Link in der DVI-Ansicht darstellen
29  \usepackage[ps2pdf, colorlinks=true,
30   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
31
32 \fi % Ende von: wenn pdflatex benutzt wird
33
34 % Setzt den Link fuer Sprünge zu Gleitabbildungen
35 % auf den Anfang des Gelitobjekts und nicht aufs Ende
36 \usepackage[figure]{hypcap}
37
38 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
39 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
40 \pagenumbering{roman}
41 \let\myTOC\tableofcontents
42 \renewcommand{\tableofcontents}{%
43  \pdfbookmark[1]{Inhaltsverzeichnis}{}
44  \myTOC
45  \cleardoublepage
46  \pagenumbering{arabic}}
47
48 % Formatierung von Legenden
49 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
50
51 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
52 \usepackage{sidecap}
53
54 \newcommand{\TabBesBeg}{%
55  \let\MyTable\table
56  \let\MyEndtable\endtable
57  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
58
59 \newcommand{\TabBesEnd}{%
60  \let\table\MyTable
61  \let\endtable\MyEndtable}
62
63 \newcommand{\FigBesBeg}{%
64  \let\MyFigure\figure
65  \let\MyEndfigure\endfigure
66  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
67
68 \newcommand{\FigBesEnd}{%
69  \let\figure\MyFigure
70  \let\endfigure\MyEndfigure}
71
72 % ermöglicht das Berechnen von Werten
73 \usepackage{calc}
74
75 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
76 \usepackage{dcolumn}
77
78 %Vergrößert den Teil der Seite, in dem Gleitobjekte
79 % unten angeordnet werden dürfen
80 \renewcommand{\bottomfraction}{0.5}
81
82 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
83 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
84
85 % beschleunigt die Berechnung von langen Tabellen
86 \setcounter{LTchunksize}{100}
87
88 % wird für skalierte und rotierte Boxen benötigt
89 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
90
91 % wird bei farbigen Tabellen benutzt
92 \@ifundefined{textcolor}
93  {\usepackage{color}}{}
94 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
95 \definecolor{hellgrau}{gray}{0.8}
96
97 % testen ob paket colortbl installiert ist
98 % wird für farbige Tabellenzellen benutzt
99 \newboolean{colortbl}
100 \IfFileExists{colortbl.sty}
101  {\usepackage{colortbl}
102   \setboolean{colortbl}{true}}
103  {\setboolean{colortbl}{false}}
104
105 % wird für Mehrfachzeilen benutzt
106 \usepackage{multirow}
107 %\renewcommand{\multirowsetup}{\centering}
108
109 % wird fuer Tabellen im Buchstil benutzt
110 \usepackage{booktabs}
111
112 % wird benutzt, um Tabellenzellen zu vergrößern
113 \@ifundefined{extrarowheight}
114  {\usepackage{array}}{}
115 \setlength{\extrarowheight}{2pt}
116
117 % wird fuer benutzerdefinierte Tabellen benutzt
118 % ---
119 \newcolumntype{M}[1]
120  {>{\centering\hspace{0pt}}m{#1}}
121
122 \newcolumntype{S}[2]
123  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
124
125 \newcolumntype{K}[1]
126  {>{\columncolor{#1}\hspace{0pt}}c}
127
128 \newcolumntype{V}{!{\vrule width 1.5pt}}
129
130 \newcolumntype{W}{!{\color{green}\vline}}
131 % ---
132
133 % Setzt einen zusaetzlichen Abstand von
134 % 1.5 mm zwischen Fussnoten
135 \let\myFoot\footnote
136 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
137
138 % damit kann auf Gleit-Algorithmen verwiesen werden
139 \newfloat{Xalgorithm}{tbp}{loa}
140 \floatname{Xalgorithm}{Algorithmus}
141 \newcommand{\theHalgorithm}{\theHXalgorithm}
142 \renewenvironment{algorithm}[1][tbp]
143  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
144
145 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
146 \numberwithin{Xalgorithm}{chapter}
147
148 % Grauschrift-Notizen in blauer Farbe
149 \renewenvironment{lyxgreyedout}
150  {\textcolor{blue}\bgroup}{\egroup}
151
152 % ------------------------------------
153 % Prüfung auf benötigte LaTeXPakete
154 \usepackage{ifthen}
155
156 % Pruefung auf arydshln
157 % für Tabellen mit gestrichelten Linien
158 \newboolean{arydshln}
159 \IfFileExists{arydshln.sty}
160  {\usepackage{arydshln}
161   \setboolean{arydshln}{true}}
162  {\setboolean{arydshln}{false}}
163
164 % Prüfung auf marginnote
165 % für Randnotizen
166 \newboolean{marginnote}
167 \IfFileExists{marginnote.sty}
168  {\usepackage{marginnote}
169   \let\marginpar\marginnote
170   \setboolean{marginnote}{true}}
171  {\setboolean{marginnote}{false}}
172
173 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
174 \def\LyX{\texorpdfstring{%
175   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
176   {LyX }}
177
178 % Damit der Index den Namen "Stichwortverzeichnis" erhält
179 \usepackage[ngerman]{babel}
180 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
181 \end_preamble
182 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
183 \language ngerman
184 \inputencoding auto
185 \font_roman default
186 \font_sans default
187 \font_typewriter default
188 \font_default_family default
189 \font_sc false
190 \font_osf false
191 \font_sf_scale 100
192 \font_tt_scale 100
193 \graphics default
194 \paperfontsize 12
195 \spacing single
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \newline
225  
226 \size larger
227 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
228 \end_layout
229
230 \begin_layout Author
231 vom LyX Team
232 \size normal
233
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Standard
238
239 \size normal
240 Übersetzung und Bearbeitung: Hartmut Haase
241 \end_layout
242
243 \end_inset
244
245
246 \size default
247
248 \begin_inset Foot
249 status collapsed
250
251 \begin_layout Standard
252 \noindent
253 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
254  bitte an: 
255 \family typewriter
256
257 \begin_inset ERT
258 status collapsed
259
260 \begin_layout Standard
261
262
263 \backslash
264 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
265 \end_layout
266
267 \end_inset
268
269 lyx-docs@lists.lyx.org
270 \begin_inset ERT
271 status collapsed
272
273 \begin_layout Standard
274
275 }
276 \end_layout
277
278 \end_inset
279
280
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Note Note
287 status collapsed
288
289 \begin_layout Standard
290 Autor: Uwe Stöhr <uwestoehr@web.de>
291 \end_layout
292
293 \end_inset
294
295
296 \newline
297
298 \newline
299
300 \family sans
301 Version 1.5.4
302 \end_layout
303
304 \begin_layout Date
305 letzte Änderung: 27.
306  Januar 2008
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset LatexCommand tableofcontents
311
312 \end_inset
313
314
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset Note Note
319 status open
320
321 \begin_layout Standard
322 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
323  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
324  
325 \series bold
326 arydshln
327 \series default
328
329 \series bold
330 colortbl
331 \series default
332  und 
333 \series bold
334 marginnote
335 \series default
336 .
337  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
338  denen sie benötigt werden.
339 \end_layout
340
341 \begin_layout Standard
342 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
343  des englischen Originals hier finden:
344 \newline
345
346 \series bold
347 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
348 \end_layout
349
350 \end_inset
351
352
353 \end_layout
354
355 \begin_layout Chapter
356 Abbildungen
357 \begin_inset LatexCommand label
358 name "kap:Abbildungen"
359
360 \end_inset
361
362
363 \begin_inset LatexCommand index
364 name "Abbildungen"
365
366 \end_inset
367
368
369 \end_layout
370
371 \begin_layout Section
372 Grafik-Dialog
373 \begin_inset LatexCommand index
374 name "Abbildungen ! Grafik-Dialog"
375
376 \end_inset
377
378
379 \begin_inset LatexCommand label
380 name "abs:Grafik-Dialog"
381
382 \end_inset
383
384
385 \end_layout
386
387 \begin_layout Standard
388 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
389  
390 \begin_inset Graphics
391         filename ../../images/dialog-show-new-inset_graphics.png
392         scale 70
393         scaleBeforeRotation
394         BoundingBox 0bp 6bp 22bp 22bp
395
396 \end_inset
397
398  in der Werkzeugleiste oder wählen das Menü 
399 \family sans
400 Einfügen\SpecialChar \menuseparator
401 Grafik
402 \family default
403 .
404  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
405  
406 \family sans
407 Durchsuchen
408 \family default
409  eingeben können.
410  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
411  an der Sie es eingefügt haben.
412 \end_layout
413
414 \begin_layout Standard
415 \begin_inset Note Greyedout
416 status open
417
418 \begin_layout Quote
419
420 \series bold
421 Bemerkung
422 \series default
423 : Wenn Sie einen Dateinamen über 
424 \family sans
425 Durchsuchen
426 \family default
427  eingeben, wird LyX den gesamten Pfad in das Feld 
428 \family sans
429 Datei
430 \family default
431  eintragen.
432  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
433 \end_layout
434
435 \end_inset
436
437
438 \end_layout
439
440 \begin_layout Standard
441 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
442  klicken.
443  Der Dialog hat drei Karteikarten:
444 \end_layout
445
446 \begin_layout Description
447
448 \family sans
449 Grafik
450 \family default
451  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
452  Version festlegen.
453  Die für die Bildgröße verfügbaren Einheiten werden im Anhang\InsetSpace ~
454
455 \begin_inset LatexCommand ref
456 reference "kap:In-LyX-verfügbare"
457
458 \end_inset
459
460  erklärt.
461 \newline
462
463 \begin_inset LatexCommand index
464 name "Abbildungen ! rotierte"
465
466 \end_inset
467
468 Sie können Abbildungen durch Angabe eines 
469 \family sans
470 Winkel
471 \family default
472 \InsetSpace ~
473
474 \family sans
475 (Grad)
476 \family default
477  und Festlegung eines 
478 \family sans
479 Drehpunktes
480 \family default
481  drehen.
482  Negative Winkel drehen Uhrzeigersinn.
483  Die Abbildung wird auch in LyX gedreht.
484 \newline
485
486 \begin_inset LatexCommand index
487 name "Abbildungen ! skalierte"
488
489 \end_inset
490
491 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
492  oder Höhe und Breite definiert.
493  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
494  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
495  wobei sie möglicherweise verzerrt wird.
496  Um das zu vermeiden, sollten Sie 
497 \family sans
498 Seitenverhältnis\InsetSpace ~
499 beibehalten
500 \family default
501  ankreuzen.
502  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
503 \family sans
504 Höhe
505 \family default
506  und 
507 \family sans
508 Breite
509 \family default
510  nicht überschritten werden.
511 \newline
512 Wenn Sie auf 
513 \family sans
514 Bearbeiten
515 \family default
516  klicken, können Abbildungen mit einem Programm, das in 
517 \family sans
518 Werkzeuge\SpecialChar \menuseparator
519 Einstellungen\SpecialChar \menuseparator
520 Dateiformate
521 \family default
522  im Feld 
523 \family sans
524 Bearbeiter
525 \family default
526  festgelegt wurde, bearbeitet werden.
527 \end_layout
528
529 \begin_layout Description
530
531 \family sans
532 Ausschnitt
533 \family default
534  Alternativ zur Festlegung der 
535 \family sans
536 Ausgabegröße
537 \family default
538  unter 
539 \family sans
540 \series bold
541 Grafik
542 \family default
543 \series default
544  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
545  die Ausgabe festzulegen.
546  Wenn Sie auf 
547 \family sans
548 Lese\InsetSpace ~
549 aus\InsetSpace ~
550 Datei
551 \family default
552  klicken, werden die Koordinaten automatisch berechnet.
553  Die Option 
554 \family sans
555 Auf\InsetSpace ~
556 Begrenzungsbox\InsetSpace ~
557 zuschneiden
558 \family default
559  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
560  Koordinaten liegt.
561  Normalerweise können Sie die Karteikarte 
562 \family sans
563 \series bold
564 Ausschnitt
565 \family default
566 \series default
567  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
568 \end_layout
569
570 \begin_layout Description
571
572 \family sans
573 LaTeX-\InsetSpace ~
574 und\InsetSpace ~
575 LyX-Optionen
576 \family default
577  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
578  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
579  Beschriftung sein soll.
580  Teilabbildungen werden in Abschnitt\InsetSpace ~
581
582 \begin_inset LatexCommand ref
583 reference "abs:Gleitende-Abbildungen"
584
585 \end_inset
586
587  beschrieben.
588 \newline
589  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
590 \newline
591 Ist
592  die Option 
593 \family sans
594 Entwurfsmodus 
595 \family default
596 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
597  darin gedruckt.
598 \newline
599 Die Option 
600 \family sans
601 Beim\InsetSpace ~
602 Exportieren\InsetSpace ~
603 nicht\InsetSpace ~
604 entpacken
605 \family default
606  betrifft nur gepackte EPS-Dateien, zum Beispiel 
607 \emph on
608 x.eps.gz
609 \emph default
610 .
611  LaTeX kann so mit ihnen umgehen.
612 \newline
613 Gepackte EPS-Dateien sparen Platz, wenn
614  Sie als Ausgebe-Format PostScript wählen, siehe Anhang\InsetSpace ~
615
616 \begin_inset LatexCommand ref
617 reference "abs:PostScript"
618
619 \end_inset
620
621 .
622  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
623 \newline
624
625 \series bold
626 gzip x.eps
627 \newline
628 zgrep %%Bounding x.eps.gz > x.eps.bb
629 \series default
630
631 \newline
632 Der zweite Befehl erzeugt die Begrenzungsbox 
633 \begin_inset Quotes gld
634 \end_inset
635
636 x.eps.bb
637 \begin_inset Quotes grd
638 \end_inset
639
640 , die LaTeX für gepackte Abbildungen benötigt.
641 \end_layout
642
643 \begin_layout Standard
644 \begin_inset VSpace bigskip
645 \end_inset
646
647
648 \end_layout
649
650 \begin_layout Standard
651 Hier ist eine zentrierte .eps-Abbildung
652 \begin_inset Foot
653 status open
654
655 \begin_layout Standard
656 Abbildungsformate sind in Abschnitt\InsetSpace ~
657
658 \begin_inset LatexCommand ref
659 reference "abs:Bildformate"
660
661 \end_inset
662
663  beschrieben.
664 \end_layout
665
666 \end_inset
667
668  in einem eigenen Absatz:
669 \end_layout
670
671 \begin_layout Standard
672 \align center
673 \begin_inset Graphics
674         filename ../clipart/mobius.eps
675         display color
676         scale 70
677         scaleBeforeRotation
678         rotateOrigin center
679
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 \noindent
687 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
688 \end_layout
689
690 \begin_layout Standard
691 \align center
692 \begin_inset Graphics
693         filename ../clipart/mobius.eps
694         display color
695         scale 70
696         draft
697         scaleBeforeRotation
698         rotateOrigin center
699
700 \end_inset
701
702
703 \end_layout
704
705 \begin_layout Section
706 Gleitende Abbildungen
707 \begin_inset LatexCommand label
708 name "abs:Gleitende-Abbildungen"
709
710 \end_inset
711
712
713 \begin_inset LatexCommand index
714 name "Abbildungen ! gleitende"
715
716 \end_inset
717
718
719 \begin_inset LatexCommand index
720 name "Gleitobjekte ! Abbildungen"
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
729 \begin_inset LatexCommand ref
730 reference "abs:Gleitobjekte-Einleitung"
731
732 \end_inset
733
734 .
735 \end_layout
736
737 \begin_layout Standard
738 Wenn Sie auf das Werkzeugleisten-Symbol 
739 \begin_inset Graphics
740         filename ../../images/float-insert_figure.png
741         scale 70
742         scaleBeforeRotation
743         BoundingBox 0bp 6bp 22bp 22bp
744
745 \end_inset
746
747  klicken oder 
748 \family sans
749 Einfügen\SpecialChar \menuseparator
750 Gleit\SpecialChar \-
751 objekt\SpecialChar \menuseparator
752 Abbildung
753 \family default
754  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
755  In das rot umrahmte Feld rechts von 
756 \emph on
757 Abbildung\InsetSpace ~
758 Nr:
759 \emph default
760  schreiben Sie den Bildbeschriftung.
761  Nach einem Klick oberhalb oder unterhalb von 
762 \emph on
763 Abbildung\InsetSpace ~
764 Nr:
765 \emph default
766  können Sie dann eine Abbildung wie 
767 \begin_inset LatexCommand ref
768 reference "abb:kill-plat"
769
770 \end_inset
771
772  oberhalb oder wie Abbildung\InsetSpace ~
773
774 \begin_inset LatexCommand ref
775 reference "abb:escher"
776
777 \end_inset
778
779  unterhalb der Bildbeschriftung einfügen.
780  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt\InsetSpace ~
781
782 \begin_inset LatexCommand ref
783 reference "abs:Titel-Platzierung"
784
785 \end_inset
786
787 .
788 \end_layout
789
790 \begin_layout Standard
791 \begin_inset Float figure
792 wide false
793 sideways false
794 status open
795
796 \begin_layout Standard
797 \align center
798 \begin_inset Graphics
799         filename ../clipart/platypus.eps
800         display color
801         width 50col%
802         scaleBeforeRotation
803         rotateOrigin center
804
805 \end_inset
806
807
808 \end_layout
809
810 \begin_layout Standard
811 \begin_inset Caption
812
813 \begin_layout Standard
814 \begin_inset LatexCommand label
815 name "abb:kill-plat"
816
817 \end_inset
818
819 Platypus in einem Gleitobjekt
820 \end_layout
821
822 \end_inset
823
824
825 \end_layout
826
827 \end_inset
828
829
830 \end_layout
831
832 \begin_layout Standard
833 \begin_inset Float figure
834 wide false
835 sideways false
836 status open
837
838 \begin_layout Standard
839 \begin_inset Caption
840
841 \begin_layout Standard
842 \begin_inset LatexCommand label
843 name "abb:escher"
844
845 \end_inset
846
847 M.C.
848  Escher
849 \end_layout
850
851 \end_inset
852
853
854 \end_layout
855
856 \begin_layout Standard
857 \align center
858 \begin_inset Graphics
859         filename ../clipart/escher-lsd.eps
860         display color
861         scale 80
862         scaleBeforeRotation
863         rotateOrigin center
864
865 \end_inset
866
867
868 \end_layout
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Standard
876 \begin_inset LatexCommand index
877 name "Abbildungen ! Beispiele"
878
879 \end_inset
880
881 Abbildung\InsetSpace ~
882
883 \begin_inset LatexCommand ref
884 reference "abb:kill-plat"
885
886 \end_inset
887
888  und 
889 \begin_inset LatexCommand ref
890 reference "abb:escher"
891
892 \end_inset
893
894  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
895  Dafür fügen Sie in der Beschriftung mit 
896 \family sans
897 Einfügen\SpecialChar \menuseparator
898 Marke
899 \family default
900  oder durch Klicken auf 
901 \begin_inset Graphics
902         filename ../../images/label-insert.png
903         scale 70
904         scaleBeforeRotation
905         BoundingBox 0bp 6bp 20bp 20bp
906
907 \end_inset
908
909  eine Marke ein.
910  Auf diese können Sie dann wie gewohnt mit 
911 \family sans
912 Einfügen\SpecialChar \menuseparator
913 Querverweis
914 \family default
915  oder durch Klicken auf 
916 \begin_inset Graphics
917         filename ../../images/dialog-show-new-inset_ref.png
918         scale 70
919         scaleBeforeRotation
920         BoundingBox 0bp 6bp 22bp 22bp
921
922 \end_inset
923
924  verweisen.
925  Das ist besser als eine vage Formulierung wie 
926 \begin_inset Quotes gld
927 \end_inset
928
929 die obige Abbildung
930 \begin_inset Quotes grd
931 \end_inset
932
933  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
934  erscheint, und das muss nicht 
935 \emph on
936 oben
937 \emph default
938  sein.
939  Verweise werden detailliert in Abschnitt\InsetSpace ~
940
941 \begin_inset LatexCommand ref
942 reference "abs:Auf-Gleitobjekte-verweisen"
943
944 \end_inset
945
946  beschrieben.
947 \end_layout
948
949 \begin_layout Standard
950 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
951  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
952  nebeneinander.
953  Das erreicht man mit der Karteikarte 
954 \family sans
955 LaTe
956 \begin_inset ERT
957 status collapsed
958
959 \begin_layout Standard
960
961 {}
962 \end_layout
963
964 \end_inset
965
966 X-\InsetSpace ~
967 und\InsetSpace ~
968 LyX-Optionen
969 \family default
970  des 
971 \family sans
972 Grafik
973 \family default
974 -Dialoges.
975  Kreuzen Sie dort 
976 \family sans
977 Teilabbildung
978 \family default
979  an und geben die Beschriftung des Bildes im Feld 
980 \family sans
981 Legende
982 \family default
983  ein.
984  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
985  Verweise auf Teilabbildungen werden in Abschnitt\InsetSpace ~
986
987 \begin_inset LatexCommand ref
988 reference "uab:Auf-Teilabbildungen-verweisen"
989
990 \end_inset
991
992  beschrieben.
993 \end_layout
994
995 \begin_layout Standard
996 Abbildung\InsetSpace ~
997
998 \begin_inset LatexCommand ref
999 reference "abb:Zwei-Teilabbildungen"
1000
1001 \end_inset
1002
1003  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1004 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1005  auf Eingabe drücken.
1006 \end_layout
1007
1008 \begin_layout Standard
1009 \begin_inset Float figure
1010 wide false
1011 sideways false
1012 status open
1013
1014 \begin_layout Standard
1015
1016 \hfill
1017
1018 \begin_inset Graphics
1019         filename ../clipart/escher-lsd.eps
1020         width 35col%
1021         scaleBeforeRotation
1022         subcaption
1023         subcaptionText "M. C. Escher"
1024
1025 \end_inset
1026
1027
1028 \hfill
1029
1030 \begin_inset Graphics
1031         filename ../clipart/platypus.eps
1032         lyxscale 60
1033         width 45col%
1034         scaleBeforeRotation
1035         subcaption
1036         subcaptionText "\label{abb:Platypus} Platypus"
1037
1038 \end_inset
1039
1040
1041 \hfill
1042
1043 \end_layout
1044
1045 \begin_layout Standard
1046 \begin_inset Caption
1047
1048 \begin_layout Standard
1049 \begin_inset LatexCommand label
1050 name "abb:Zwei-Teilabbildungen"
1051
1052 \end_inset
1053
1054 Zwei Teilabbildungen nebeneinander.
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \end_inset
1063
1064
1065 \end_layout
1066
1067 \begin_layout Section
1068 Bildformate
1069 \begin_inset LatexCommand label
1070 name "abs:Bildformate"
1071
1072 \end_inset
1073
1074
1075 \begin_inset LatexCommand index
1076 name "Abbildungen ! Bildformate"
1077
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \begin_layout Standard
1084 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1085  Aber wie in Anhang\InsetSpace ~
1086
1087 \begin_inset LatexCommand ref
1088 reference "kap:Ausgabedatei-Formate"
1089
1090 \end_inset
1091
1092  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1093  LyX benutzt im Hintergrund das Programm
1094 \family typewriter
1095  Imagemagick
1096 \family default
1097 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1098  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1099  vermeiden.
1100  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1101  werden können.
1102  Diese Formate werden in Anhang\InsetSpace ~
1103
1104 \begin_inset LatexCommand ref
1105 reference "kap:Ausgabedatei-Formate"
1106
1107 \end_inset
1108
1109  beschrieben.
1110 \end_layout
1111
1112 \begin_layout Standard
1113 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1114 \end_layout
1115
1116 \begin_layout Description
1117 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1118  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1119  
1120 \emph on
1121 pixelig
1122 \emph default
1123  aus.
1124  Bekannte Pixel-Formate sind 
1125 \begin_inset Quotes gld
1126 \end_inset
1127
1128 Graphics Interchange Format
1129 \begin_inset Quotes grd
1130 \end_inset
1131
1132  (GIF, Dateiendung
1133 \family typewriter
1134  
1135 \family default
1136
1137 \begin_inset Quotes gld
1138 \end_inset
1139
1140
1141 \family typewriter
1142 .gif
1143 \family default
1144
1145 \begin_inset Quotes grd
1146 \end_inset
1147
1148 )
1149 \begin_inset LatexCommand index
1150 name "GIF"
1151
1152 \end_inset
1153
1154
1155 \begin_inset Quotes gld
1156 \end_inset
1157
1158 Portable Network Graphics
1159 \begin_inset Quotes grd
1160 \end_inset
1161
1162  (PNG, Dateiendung 
1163 \begin_inset Quotes gld
1164 \end_inset
1165
1166
1167 \family typewriter
1168 .png
1169 \family default
1170
1171 \begin_inset Quotes grd
1172 \end_inset
1173
1174 )
1175 \begin_inset LatexCommand index
1176 name "PNG"
1177
1178 \end_inset
1179
1180
1181 \begin_inset Quotes gld
1182 \end_inset
1183
1184 Joint Photographic Experts Group
1185 \begin_inset Quotes grd
1186 \end_inset
1187
1188  (JPG, Dateiendung
1189 \family typewriter
1190  
1191 \family default
1192
1193 \begin_inset Quotes gld
1194 \end_inset
1195
1196
1197 \family typewriter
1198 .jpg
1199 \family default
1200
1201 \begin_inset Quotes grd
1202 \end_inset
1203
1204  oder 
1205 \begin_inset Quotes gld
1206 \end_inset
1207
1208
1209 \family typewriter
1210 .jpeg
1211 \family default
1212
1213 \begin_inset Quotes grd
1214 \end_inset
1215
1216 )
1217 \begin_inset LatexCommand index
1218 name "JPG, JPEG"
1219
1220 \end_inset
1221
1222  und 
1223 \begin_inset Quotes gld
1224 \end_inset
1225
1226 Windows Bitmap
1227 \begin_inset Quotes grd
1228 \end_inset
1229
1230  (BMP, Dateiendung 
1231 \begin_inset Quotes gld
1232 \end_inset
1233
1234
1235 \family typewriter
1236 .bmp
1237 \family default
1238
1239 \begin_inset Quotes grd
1240 \end_inset
1241
1242 )
1243 \begin_inset LatexCommand index
1244 name "BMP"
1245
1246 \end_inset
1247
1248 .
1249 \end_layout
1250
1251 \begin_layout Description
1252 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1253  auf jede beliebige Größe skaliert werden.
1254  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1255  zoomen zu können.
1256 \newline
1257 Bekannte Formate sind 
1258 \begin_inset Quotes gld
1259 \end_inset
1260
1261 Scalable Vector Graphics
1262 \begin_inset Quotes grd
1263 \end_inset
1264
1265  (SVG, Dateiendung
1266 \family typewriter
1267  
1268 \family default
1269
1270 \begin_inset Quotes gld
1271 \end_inset
1272
1273
1274 \family typewriter
1275 .svg
1276 \family default
1277
1278 \begin_inset Quotes grd
1279 \end_inset
1280
1281 )
1282 \begin_inset LatexCommand index
1283 name "SVG"
1284
1285 \end_inset
1286
1287
1288 \begin_inset Quotes gld
1289 \end_inset
1290
1291 Encapsulated PostScript
1292 \begin_inset Quotes grd
1293 \end_inset
1294
1295  (EPS, Dateiendung 
1296 \begin_inset Quotes gld
1297 \end_inset
1298
1299
1300 \family typewriter
1301 .eps
1302 \family default
1303
1304 \begin_inset Quotes grd
1305 \end_inset
1306
1307 )
1308 \begin_inset LatexCommand index
1309 name "EPS"
1310
1311 \end_inset
1312
1313
1314 \begin_inset Quotes gld
1315 \end_inset
1316
1317 Portable Document Format
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321  (PDF, Dateiendung
1322 \family typewriter
1323  
1324 \family default
1325
1326 \begin_inset Quotes gld
1327 \end_inset
1328
1329
1330 \family typewriter
1331 .pdf
1332 \family default
1333
1334 \begin_inset Quotes grd
1335 \end_inset
1336
1337 )
1338 \begin_inset LatexCommand index
1339 name "PDF"
1340
1341 \end_inset
1342
1343  und 
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347 Windows Metafile
1348 \begin_inset Quotes grd
1349 \end_inset
1350
1351  (WMF, Dateiendung 
1352 \begin_inset Quotes gld
1353 \end_inset
1354
1355
1356 \family typewriter
1357 .wmf
1358 \family default
1359
1360 \begin_inset Quotes grd
1361 \end_inset
1362
1363 )
1364 \begin_inset LatexCommand index
1365 name "WMF"
1366
1367 \end_inset
1368
1369 .
1370 \end_layout
1371
1372 \begin_layout Standard
1373 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1374  das Ergebnis ist immer noch ein Pixelbild.
1375  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1376  hinzugefügt.
1377 \begin_inset Foot
1378 status open
1379
1380 \begin_layout Standard
1381 Bei PDF wird das Originalbild auch noch komprimiert.
1382 \end_layout
1383
1384 \end_inset
1385
1386  Die PDF-Dateien, die 
1387 \family typewriter
1388 Adobe Photoshop
1389 \family default
1390  erzeugt, sind zum Beispiel Pixelbilder.
1391 \end_layout
1392
1393 \begin_layout Standard
1394 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1395  umgekehrt.
1396  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1397  eingefügt werden.
1398  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1399  erzeugt wird, weil es zur Zeit keine WMF/SVG
1400 \begin_inset Formula $\to$
1401 \end_inset
1402
1403 PDF/EPS Konverter gibt.
1404 \end_layout
1405
1406 \begin_layout Chapter
1407 Tabellen
1408 \begin_inset LatexCommand label
1409 name "kap:Tabellen"
1410
1411 \end_inset
1412
1413
1414 \begin_inset LatexCommand index
1415 name "Tabellen"
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \begin_layout Section
1423 Einführung
1424 \begin_inset LatexCommand index
1425 name "Tabellen ! Einführung"
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_layout Standard
1433 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1434 \begin_inset Graphics
1435         filename ../../images/tabular-insert.png
1436         scale 70
1437         scaleBeforeRotation
1438         BoundingBox 0bp 6bp 22bp 22bp
1439
1440 \end_inset
1441
1442  oder das Menü 
1443 \family sans
1444 Einfügen\SpecialChar \menuseparator
1445 Tabelle
1446 \family default
1447  einfügen.
1448  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5\InsetSpace \thinspace{}
1449 -Tabelle.
1450  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1451  und die Größe der dunkelblauen Tabelle angezeigt.
1452  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1453  ein.
1454  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1455  Spaltenanzahl festlegen können.
1456 \end_layout
1457
1458 \begin_layout Standard
1459 In der so erstellten Tabelle ist jede Zelle umrandet.
1460  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1461  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1462  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1463 \end_layout
1464
1465 \begin_layout Standard
1466 \align center
1467 \begin_inset Tabular
1468 <lyxtabular version="3" rows="5" columns="4">
1469 <features>
1470 <column alignment="center" valignment="top" leftline="true" width="0">
1471 <column alignment="center" valignment="top" leftline="true" width="0">
1472 <column alignment="center" valignment="top" leftline="true" width="0">
1473 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1474 <row topline="true" bottomline="true">
1475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1476 \begin_inset Text
1477
1478 \begin_layout Standard
1479
1480 \end_layout
1481
1482 \end_inset
1483 </cell>
1484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1485 \begin_inset Text
1486
1487 \begin_layout Standard
1488
1489 \family roman
1490 \series medium
1491 \shape up
1492 \size normal
1493 \emph off
1494 \bar no
1495 \noun off
1496 \color none
1497 1
1498 \end_layout
1499
1500 \end_inset
1501 </cell>
1502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1503 \begin_inset Text
1504
1505 \begin_layout Standard
1506 2
1507 \end_layout
1508
1509 \end_inset
1510 </cell>
1511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Standard
1515 3
1516 \end_layout
1517
1518 \end_inset
1519 </cell>
1520 </row>
1521 <row topline="true">
1522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1523 \begin_inset Text
1524
1525 \begin_layout Standard
1526
1527 \family roman
1528 \series medium
1529 \shape up
1530 \size normal
1531 \emph off
1532 \bar no
1533 \noun off
1534 \color none
1535 A
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Standard
1544
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Standard
1553
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Standard
1562
1563 \end_layout
1564
1565 \end_inset
1566 </cell>
1567 </row>
1568 <row topline="true">
1569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1570 \begin_inset Text
1571
1572 \begin_layout Standard
1573
1574 \family roman
1575 \series medium
1576 \shape up
1577 \size normal
1578 \emph off
1579 \bar no
1580 \noun off
1581 \color none
1582 B
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Standard
1591
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Standard
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1606 \begin_inset Text
1607
1608 \begin_layout Standard
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 </row>
1615 <row topline="true">
1616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Standard
1620
1621 \family roman
1622 \series medium
1623 \shape up
1624 \size normal
1625 \emph off
1626 \bar no
1627 \noun off
1628 \color none
1629 C
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Standard
1638
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Standard
1647
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Standard
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 </row>
1662 <row topline="true" bottomline="true">
1663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1664 \begin_inset Text
1665
1666 \begin_layout Standard
1667 D
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Standard
1676
1677 \end_layout
1678
1679 \end_inset
1680 </cell>
1681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Standard
1685
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Standard
1694
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 </row>
1700 </lyxtabular>
1701
1702 \end_inset
1703
1704
1705 \end_layout
1706
1707 \begin_layout Section
1708 Tabellen-Einstellungen
1709 \begin_inset LatexCommand index
1710 name "Tabellen ! Einstellungen"
1711
1712 \end_inset
1713
1714
1715 \end_layout
1716
1717 \begin_layout Standard
1718 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1719  Maustaste draufklicken.
1720  Dadurch wird das Fenster 
1721 \family sans
1722 Tabellen-Einstellungen
1723 \family default
1724  geöffnet.
1725  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1726  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1727  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1728  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1729  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1730  Auswahl.
1731  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1732 \emph on
1733 Inhalt
1734 \emph default
1735  einer Zelle oder die Zelle selber ausgewählt haben.
1736  Das 
1737 \family sans
1738 Tabellen-Einstellungen
1739 \family default
1740 -Menü hat folgende Karteikarten:
1741 \end_layout
1742
1743 \begin_layout Description
1744
1745 \family sans
1746 Tabellen-Einstellungen
1747 \family default
1748  Hier können Sie die 
1749 \family sans
1750 Horizontale\InsetSpace ~
1751 Ausrichtung
1752 \family default
1753  der momentanen Spalte und die 
1754 \family sans
1755 Spaltenbreite
1756 \family default
1757  festlegen.
1758  Wenn Sie eine 
1759 \family sans
1760 Spaltenbreite
1761 \family default
1762  festgelegt haben, können Sie auch eine 
1763 \family sans
1764 Vertikale\InsetSpace ~
1765 Ausrichtung
1766 \family default
1767  der momentanen Zeile wählen.
1768  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1769  Absätze haben, wie in Abschnitt\InsetSpace ~
1770
1771 \begin_inset LatexCommand ref
1772 reference "uab:Mehrfache-Zeilen-in"
1773
1774 \end_inset
1775
1776  beschrieben.
1777  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1778 \newline
1779 Außerd
1780 em können Sie mehrere Zellen einer Zeile markieren und die Auswahl als 
1781 \family sans
1782 Mehrfachspalte
1783 \family default
1784  definieren, wie in Abschnitt\InsetSpace ~
1785
1786 \begin_inset LatexCommand ref
1787 reference "uab:Mehrfachspalten"
1788
1789 \end_inset
1790
1791  beschrieben.
1792 \newline
1793 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte
1794  Tabelle gegen den Uhrzeigersinn um 90° drehen.
1795  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1796 \newline
1797
1798 \begin_inset Note Greyedout
1799 status open
1800
1801 \begin_layout Standard
1802
1803 \series bold
1804 Achtung:
1805 \series default
1806  Nicht alle DVI-Betrachter können Rotationen anzeigen.
1807 \end_layout
1808
1809 \end_inset
1810
1811
1812 \newline
1813 Man kann auch ein 
1814 \family sans
1815 LaTe
1816 \begin_inset ERT
1817 status collapsed
1818
1819 \begin_layout Standard
1820
1821 {}
1822 \end_layout
1823
1824 \end_inset
1825
1826 X-Argument
1827 \family default
1828  für besondere Tabellen-Formatierun\SpecialChar \-
1829 gen einfügen, wie in Abschnitten 
1830 \begin_inset LatexCommand ref
1831 reference "uab:Mehrfachspalten-Berechnungen"
1832
1833 \end_inset
1834
1835  und 
1836 \begin_inset LatexCommand ref
1837 reference "abs:Farbige-Tabellen"
1838
1839 \end_inset
1840
1841  beschrieben.
1842 \end_layout
1843
1844 \begin_layout Description
1845
1846 \family sans
1847 Rahmen
1848 \family default
1849  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
1850  hinzufügen und löschen.
1851 \newline
1852 Wenn Sie die Stil-Option
1853 \family sans
1854  Formal
1855 \family default
1856  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt\InsetSpace ~
1857
1858 \begin_inset LatexCommand ref
1859 reference "abs:Formale-Tabellen"
1860
1861 \end_inset
1862
1863  beschrieben, konvertiert.
1864 \newline
1865 Hier können Sie auch zusätzliche Abstände für Zeilen
1866  festlegen, wie in Abschnitt\InsetSpace ~
1867
1868 \begin_inset LatexCommand ref
1869 reference "uab:Zeilenabstand"
1870
1871 \end_inset
1872
1873  beschrieben.
1874 \end_layout
1875
1876 \begin_layout Description
1877
1878 \family sans
1879 Lange\InsetSpace ~
1880 Tabelle
1881 \family default
1882  Hier kann eine Tabelle als 
1883 \family sans
1884 Lange\InsetSpace ~
1885 Tabelle
1886 \family default
1887  definiert werden, die über mehrere Seiten reicht.
1888  Die Abschnitte\InsetSpace ~
1889
1890 \begin_inset LatexCommand ref
1891 reference "abs:Lange-Tabellen"
1892
1893 \end_inset
1894
1895  und 
1896 \begin_inset LatexCommand ref
1897 reference "abs:Special-Longtable-Issues"
1898
1899 \end_inset
1900
1901  beschreiben diese Funktion genauer.
1902 \end_layout
1903
1904 \begin_layout Standard
1905 Wenn das Menü 
1906 \family sans
1907 Tabellen-Einstellungen
1908 \family default
1909  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
1910  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
1911 \end_layout
1912
1913 \begin_layout Section
1914 Tabellen-Werkzeugleiste
1915 \begin_inset LatexCommand index
1916 name "Tabellen ! Werkzeugleiste"
1917
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \begin_layout Standard
1924 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
1925 \family sans
1926 Tabellen-Einstellungen
1927 \family default
1928 , wenn man Tabellen-Einstellungen schneller ändern möchte.
1929  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
1930  LyX-Fensters.
1931 \end_layout
1932
1933 \begin_layout Standard
1934 Die Werkzeugleiste hat folgende Knöpfe:
1935 \end_layout
1936
1937 \begin_layout Labeling
1938 \labelwidthstring 00.00.0000
1939 \begin_inset Graphics
1940         filename ../../images/tabular-feature_append-row.png
1941         scale 70
1942         scaleBeforeRotation
1943         BoundingBox 0bp 6bp 22bp 22bp
1944
1945 \end_inset
1946
1947  Fügt eine Zeile unterhalb der momentanen an
1948 \end_layout
1949
1950 \begin_layout Labeling
1951 \labelwidthstring 00.00.0000
1952 \begin_inset Graphics
1953         filename ../../images/tabular-feature_append-column.png
1954         scale 70
1955         scaleBeforeRotation
1956         BoundingBox 0bp 6bp 22bp 22bp
1957
1958 \end_inset
1959
1960  Fügt eine Spalte rechts von der momentanen an
1961 \end_layout
1962
1963 \begin_layout Labeling
1964 \labelwidthstring 00.00.0000
1965 \begin_inset Graphics
1966         filename ../../images/tabular-feature_delete-row.png
1967         scale 70
1968         scaleBeforeRotation
1969         BoundingBox 0bp 6bp 22bp 22bp
1970
1971 \end_inset
1972
1973  Löscht die ausgewählte(n) Zeile(n)
1974 \end_layout
1975
1976 \begin_layout Labeling
1977 \labelwidthstring 00.00.0000
1978 \begin_inset Graphics
1979         filename ../../images/tabular-feature_delete-column.png
1980         scale 70
1981         scaleBeforeRotation
1982         BoundingBox 0bp 6bp 22bp 22bp
1983
1984 \end_inset
1985
1986  Löscht die ausgewählte(n) Spalte(n)
1987 \end_layout
1988
1989 \begin_layout Labeling
1990 \labelwidthstring 00.00.0000
1991 \begin_inset Graphics
1992         filename ../../images/tabular-feature_toggle-line-top.png
1993         scale 70
1994         scaleBeforeRotation
1995         BoundingBox 0bp 6bp 22bp 22bp
1996
1997 \end_inset
1998
1999  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2000  wenn der Knopf grau hinterlegt ist
2001 \end_layout
2002
2003 \begin_layout Labeling
2004 \labelwidthstring 00.00.0000
2005 \begin_inset Graphics
2006         filename ../../images/tabular-feature_toggle-line-bottom.png
2007         scale 70
2008         scaleBeforeRotation
2009         BoundingBox 0bp 6bp 22bp 22bp
2010
2011 \end_inset
2012
2013  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2014  wenn der Knopf grau hinterlegt ist
2015 \end_layout
2016
2017 \begin_layout Labeling
2018 \labelwidthstring 00.00.0000
2019 \begin_inset Graphics
2020         filename ../../images/tabular-feature_toggle-line-left.png
2021         scale 70
2022         scaleBeforeRotation
2023         BoundingBox 0bp 6bp 22bp 22bp
2024
2025 \end_inset
2026
2027  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2028  wenn der Knopf grau hinterlegt ist
2029 \end_layout
2030
2031 \begin_layout Labeling
2032 \labelwidthstring 00.00.0000
2033 \begin_inset Graphics
2034         filename ../../images/tabular-feature_toggle-line-right.png
2035         scale 70
2036         scaleBeforeRotation
2037         BoundingBox 0bp 6bp 22bp 22bp
2038
2039 \end_inset
2040
2041  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2042  wenn der Knopf grau hinterlegt ist
2043 \end_layout
2044
2045 \begin_layout Labeling
2046 \labelwidthstring 00.00.0000
2047 \begin_inset Graphics
2048         filename ../../images/tabular-feature_set-all-lines.png
2049         scale 70
2050         scaleBeforeRotation
2051         BoundingBox 0bp 6bp 22bp 22bp
2052
2053 \end_inset
2054
2055  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2056 \end_layout
2057
2058 \begin_layout Labeling
2059 \labelwidthstring 00.00.0000
2060 \begin_inset Graphics
2061         filename ../../images/tabular-feature_unset-all-lines.png
2062         scale 70
2063         scaleBeforeRotation
2064         BoundingBox 0bp 6bp 22bp 22bp
2065
2066 \end_inset
2067
2068  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2069 \end_layout
2070
2071 \begin_layout Labeling
2072 \labelwidthstring 00.00.0000
2073 \begin_inset Graphics
2074         filename ../../images/tabular-feature_align-left.png
2075         scale 70
2076         scaleBeforeRotation
2077         BoundingBox 0bp 6bp 22bp 22bp
2078
2079 \end_inset
2080
2081  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2082 \end_layout
2083
2084 \begin_layout Labeling
2085 \labelwidthstring 00.00.0000
2086 \begin_inset Graphics
2087         filename ../../images/tabular-feature_align-center.png
2088         scale 70
2089         scaleBeforeRotation
2090         BoundingBox 0bp 6bp 22bp 22bp
2091
2092 \end_inset
2093
2094  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2095 \end_layout
2096
2097 \begin_layout Labeling
2098 \labelwidthstring 00.00.0000
2099 \begin_inset Graphics
2100         filename ../../images/tabular-feature_align-right.png
2101         scale 70
2102         scaleBeforeRotation
2103         BoundingBox 0bp 6bp 22bp 22bp
2104
2105 \end_inset
2106
2107  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2108 \end_layout
2109
2110 \begin_layout Labeling
2111 \labelwidthstring 00.00.0000
2112 \begin_inset Graphics
2113         filename ../../images/tabular-feature_valign-top.png
2114         scale 70
2115         scaleBeforeRotation
2116         BoundingBox 0bp 6bp 22bp 22bp
2117
2118 \end_inset
2119
2120  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2121 \end_layout
2122
2123 \begin_layout Labeling
2124 \labelwidthstring 00.00.0000
2125 \begin_inset Graphics
2126         filename ../../images/tabular-feature_valign-middle.png
2127         scale 70
2128         scaleBeforeRotation
2129         BoundingBox 0bp 6bp 22bp 22bp
2130
2131 \end_inset
2132
2133  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2134 \end_layout
2135
2136 \begin_layout Labeling
2137 \labelwidthstring 00.00.0000
2138 \begin_inset Graphics
2139         filename ../../images/tabular-feature_valign-bottom.png
2140         scale 70
2141         scaleBeforeRotation
2142         BoundingBox 0bp 6bp 22bp 22bp
2143
2144 \end_inset
2145
2146  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Graphics
2152         filename ../../images/tabular-feature_set-rotate-cell.png
2153         scale 70
2154         scaleBeforeRotation
2155         BoundingBox 0bp 6bp 22bp 22bp
2156
2157 \end_inset
2158
2159  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2160 \end_layout
2161
2162 \begin_layout Labeling
2163 \labelwidthstring 00.00.0000
2164 \begin_inset Graphics
2165         filename ../../images/tabular-feature_set-rotate-tabular.png
2166         scale 70
2167         scaleBeforeRotation
2168         BoundingBox 0bp 6bp 22bp 22bp
2169
2170 \end_inset
2171
2172  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177 \begin_inset Graphics
2178         filename ../../images/tabular-feature_multicolumn.png
2179         scale 70
2180         scaleBeforeRotation
2181         BoundingBox 0bp 6bp 22bp 22bp
2182
2183 \end_inset
2184
2185  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2186 \end_layout
2187
2188 \begin_layout Standard
2189 \begin_inset Note Greyedout
2190 status open
2191
2192 \begin_layout Standard
2193
2194 \series bold
2195 Note:
2196 \series default
2197  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2198  Reihe für alle Zelle der Reihe verwendet.
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \begin_layout Section
2207 Bearbeiten-Menü
2208 \begin_inset LatexCommand index
2209 name "Tabellen ! Bearbeiten-Menü"
2210
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \begin_layout Standard
2217 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2218  Wenn der Cursor in einer Tabelle steht, sind im 
2219 \family sans
2220 Bearbeiten
2221 \family default
2222 -Menü folgende Punkte aktiviert: 
2223 \family sans
2224 Tabelle
2225 \family default
2226
2227 \family sans
2228 Zeilen\InsetSpace ~
2229 &\InsetSpace ~
2230 Spalten
2231 \family default
2232  und 
2233 \family sans
2234 Tabellen-Einstellungen
2235 \family default
2236 .
2237  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2238 ngsmöglichkeiten zu erreichen.
2239 \end_layout
2240
2241 \begin_layout Section
2242 Gleitende Tabellen
2243 \begin_inset LatexCommand label
2244 name "abs:Gleitende-Tabellen"
2245
2246 \end_inset
2247
2248
2249 \begin_inset LatexCommand index
2250 name "Gleitobjekte ! Tabellen"
2251
2252 \end_inset
2253
2254
2255 \begin_inset LatexCommand index
2256 name "Tabellen ! gleitende"
2257
2258 \end_inset
2259
2260
2261 \end_layout
2262
2263 \begin_layout Standard
2264 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt\InsetSpace ~
2265
2266 \begin_inset LatexCommand ref
2267 reference "abs:Gleitobjekte-Einleitung"
2268
2269 \end_inset
2270
2271 .
2272 \end_layout
2273
2274 \begin_layout Standard
2275 \begin_inset Float table
2276 placement h
2277 wide false
2278 sideways false
2279 status open
2280
2281 \begin_layout Standard
2282 \begin_inset Caption
2283
2284 \begin_layout Standard
2285 \begin_inset LatexCommand label
2286 name "tab:a table float"
2287
2288 \end_inset
2289
2290 Eine gleitende Tabelle
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \end_layout
2297
2298 \begin_layout Standard
2299 \align center
2300 \begin_inset Tabular
2301 <lyxtabular version="3" rows="3" columns="3">
2302 <features>
2303 <column alignment="center" valignment="top" leftline="true" width="0pt">
2304 <column alignment="center" valignment="top" leftline="true" width="0pt">
2305 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2306 <row topline="true" bottomline="true">
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Standard
2311
2312 \family roman
2313 \series medium
2314 \shape up
2315 \size normal
2316 \emph off
2317 \bar no
2318 \noun off
2319 \color none
2320 1
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Standard
2329
2330 \family roman
2331 \series medium
2332 \shape up
2333 \size normal
2334 \emph off
2335 \bar no
2336 \noun off
2337 \color none
2338 2
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Standard
2347
2348 \family roman
2349 \series medium
2350 \shape up
2351 \size normal
2352 \emph off
2353 \bar no
2354 \noun off
2355 \color none
2356 3
2357 \end_layout
2358
2359 \end_inset
2360 </cell>
2361 </row>
2362 <row topline="true">
2363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Standard
2367
2368 \family roman
2369 \series medium
2370 \shape up
2371 \size normal
2372 \emph off
2373 \bar no
2374 \noun off
2375 \color none
2376 Martin
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Standard
2385
2386 \family roman
2387 \series medium
2388 \shape up
2389 \size normal
2390 \emph off
2391 \bar no
2392 \noun off
2393 \color none
2394 Lena
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Standard
2403
2404 \family roman
2405 \series medium
2406 \shape up
2407 \size normal
2408 \emph off
2409 \bar no
2410 \noun off
2411 \color none
2412 Alina
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 </row>
2418 <row topline="true" bottomline="true">
2419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Standard
2423
2424 \family roman
2425 \series medium
2426 \shape up
2427 \size normal
2428 \emph off
2429 \bar no
2430 \noun off
2431 \color none
2432 \begin_inset Formula $\int x^{2}dx$
2433 \end_inset
2434
2435
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Standard
2444
2445 \family roman
2446 \series medium
2447 \shape up
2448 \size normal
2449 \emph off
2450 \bar no
2451 \noun off
2452 \color none
2453 \begin_inset Formula $\left[\begin{array}{cc}
2454 a & b\\
2455 c & d\end{array}\right]$
2456 \end_inset
2457
2458
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Standard
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 \begin_inset Formula $1+1=2$
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 </row>
2485 </lyxtabular>
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \begin_layout Standard
2498 Gleitende Tabellen können über 
2499 \family sans
2500 Einfügen\SpecialChar \menuseparator
2501 Gleitobjekt\SpecialChar \menuseparator
2502 Tabelle
2503 \family default
2504  oder einen Klick auf den Werkzeugleistenknopf 
2505 \begin_inset Graphics
2506         filename ../../images/float-insert_table.png
2507         scale 70
2508         scaleBeforeRotation
2509         BoundingBox 0bp 6bp 22bp 22bp
2510
2511 \end_inset
2512
2513  erzeugt werden.
2514  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2515  In das rot umrahmte Feld rechts von 
2516 \emph on
2517 Tabelle\InsetSpace ~
2518 Nr:
2519 \emph default
2520  schreiben Sie die Tabellenbeschriftung.
2521  Nach einem Klick oberhalb oder unterhalb von 
2522 \emph on
2523 Tabelle\InsetSpace ~
2524 Nr:
2525 \emph default
2526  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2527 \begin_inset Graphics
2528         filename ../../images/tabular-insert.png
2529         scale 70
2530         scaleBeforeRotation
2531         BoundingBox 0bp 6bp 22bp 22bp
2532
2533 \end_inset
2534
2535  oder dem Menü 
2536 \family sans
2537 Einfügen\SpecialChar \menuseparator
2538 Tabelle
2539 \family default
2540  einfügen.
2541 \end_layout
2542
2543 \begin_layout Standard
2544 Tabelle\InsetSpace ~
2545
2546 \begin_inset LatexCommand ref
2547 reference "tab:a table float"
2548
2549 \end_inset
2550
2551  ist ein Beispiel für eine gleitende Tabelle.
2552 \end_layout
2553
2554 \begin_layout Standard
2555 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2556 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2557  Das bedeutet, dass bei den Klassen 
2558 \family sans
2559 article
2560 \family default
2561
2562 \family sans
2563 book
2564 \family default
2565
2566 \family sans
2567 letter
2568 \family default
2569 , und 
2570 \family sans
2571 report
2572 \family default
2573  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2574  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2575 \series bold
2576 caption
2577 \series default
2578
2579 \begin_inset LatexCommand index
2580 name "LaTeX-Pakete ! caption"
2581
2582 \end_inset
2583
2584  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2585 \begin_inset Foot
2586 status open
2587
2588 \begin_layout Standard
2589 Näheres finden Sie im Abschnitt\InsetSpace ~
2590
2591 \begin_inset LatexCommand ref
2592 reference "abs:Titel-Platzierung"
2593
2594 \end_inset
2595
2596 .
2597 \end_layout
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \begin_layout Standard
2605
2606 \series bold
2607 tableposition=top
2608 \end_layout
2609
2610 \begin_layout Standard
2611 Das Paket 
2612 \series bold
2613 caption
2614 \series default
2615 , das in Abschnitt\InsetSpace ~
2616
2617 \begin_inset LatexCommand ref
2618 reference "abs:Titel-Formatierung"
2619
2620 \end_inset
2621
2622 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2623 \end_layout
2624
2625 \begin_layout Standard
2626 \begin_inset LatexCommand index
2627 name "Tabellen ! zitieren"
2628
2629 \end_inset
2630
2631 Auf Tabellen kann über ihre Marke verwiesen werden.
2632  Dafür fügen Sie in der Beschriftung mit 
2633 \family sans
2634 Einfügen\SpecialChar \menuseparator
2635 Marke
2636 \family default
2637  oder durch Klicken auf 
2638 \begin_inset Graphics
2639         filename ../../images/label-insert.png
2640         scale 70
2641         scaleBeforeRotation
2642         BoundingBox 0bp 6bp 20bp 20bp
2643
2644 \end_inset
2645
2646  eine Marke ein.
2647  Auf diese können Sie dann wie gewohnt mit 
2648 \family sans
2649 Einfügen\SpecialChar \menuseparator
2650 Querverweis
2651 \family default
2652  oder durch Klicken auf 
2653 \begin_inset Graphics
2654         filename ../../images/dialog-show-new-inset_ref.png
2655         scale 70
2656         scaleBeforeRotation
2657         BoundingBox 0bp 6bp 22bp 22bp
2658
2659 \end_inset
2660
2661  verweisen.
2662  Verweise werden detailliert in Abschnitt\InsetSpace ~
2663
2664 \begin_inset LatexCommand ref
2665 reference "abs:Auf-Gleitobjekte-verweisen"
2666
2667 \end_inset
2668
2669  beschrieben.
2670 \end_layout
2671
2672 \begin_layout Section
2673 Lange Tabellen
2674 \begin_inset LatexCommand label
2675 name "abs:Lange-Tabellen"
2676
2677 \end_inset
2678
2679
2680 \begin_inset LatexCommand index
2681 name "Tabellen ! lange"
2682
2683 \end_inset
2684
2685
2686 \end_layout
2687
2688 \begin_layout Standard
2689 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2690  Dialogfenster 
2691 \family sans
2692 Tabellen-Einstellungen
2693 \family default
2694  auf der Karteikarte  
2695 \family sans
2696 Lange\InsetSpace ~
2697 Tabelle
2698 \family default
2699  die Option 
2700 \family sans
2701 Lange\InsetSpace ~
2702 Tabelle\InsetSpace ~
2703 verwenden
2704 \family default
2705  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2706  Außerdem werden weitere Optionen aktiviert, die im 
2707 \emph on
2708 Benutzerhandbuch
2709 \emph default
2710  beschrieben sind.
2711 \end_layout
2712
2713 \begin_layout Standard
2714 Hier ist ein Beispiel einer langen Tabelle:
2715 \end_layout
2716
2717 \begin_layout Standard
2718 \align center
2719 \begin_inset Tabular
2720 <lyxtabular version="3" rows="69" columns="3">
2721 <features islongtable="true">
2722 <column alignment="left" valignment="top" leftline="true" width="0cm">
2723 <column alignment="left" valignment="top" width="0pt">
2724 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2725 <row topline="true" bottomline="true" endfirsthead="true">
2726 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2727 \begin_inset Text
2728
2729 \begin_layout Standard
2730
2731 \series bold
2732 Telefonliste (ignoriere die Namen)
2733 \end_layout
2734
2735 \end_inset
2736 </cell>
2737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Standard
2741
2742 \end_layout
2743
2744 \end_inset
2745 </cell>
2746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Standard
2750
2751 \end_layout
2752
2753 \end_inset
2754 </cell>
2755 </row>
2756 <row topline="true" bottomline="true" endfirsthead="true">
2757 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Standard
2761
2762 \series bold
2763 NAME
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Standard
2772
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Standard
2781
2782 \series bold
2783 TEL.
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 </row>
2789 <row topline="true" bottomline="true" endhead="true">
2790 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Standard
2794
2795 \series bold
2796 Telefonliste
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Standard
2805
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Standard
2814
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 </row>
2820 <row topline="true" bottomline="true" endhead="true">
2821 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Standard
2825
2826 \series bold
2827 NAME
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Standard
2836
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Standard
2845
2846 \series bold
2847 TEL.
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 </row>
2853 <row topline="true" bottomline="true" endfoot="true">
2854 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Standard
2858
2859 \series bold
2860 wird fortgesetzt
2861 \series default
2862  \SpecialChar \ldots{}
2863
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Standard
2872
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Standard
2881
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 </row>
2887 <row>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Standard
2892
2893 \series bold
2894 Annovi
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 <cell alignment="center" valignment="top" topline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Standard
2903 Silvia
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Standard
2912 111
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row>
2919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Standard
2923
2924 \series bold
2925 Bertoli
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" topline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Standard
2934 Stefano
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Standard
2943 111
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 </row>
2949 <row>
2950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Standard
2954
2955 \series bold
2956 Bozzi
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell alignment="center" valignment="top" topline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Standard
2965 Walter
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Standard
2974 111
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 </row>
2980 <row>
2981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Standard
2985
2986 \series bold
2987 Cachia
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="center" valignment="top" topline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Standard
2996 Maria
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Standard
3005 111
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row>
3012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Standard
3016
3017 \series bold
3018 Cachia
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" topline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Standard
3027 Maurizio
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Standard
3036 111
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Standard
3047
3048 \series bold
3049 Cinquemani
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" topline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Standard
3058 Giusi
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Standard
3067 111
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 <row>
3074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Standard
3078
3079 \series bold
3080 Colin
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" topline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Standard
3089 Bernard
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Standard
3098 111
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Standard
3109
3110 \series bold
3111 Concli
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" topline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Standard
3120 Gianfranco
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Standard
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Standard
3140
3141 \series bold
3142 Dal Bosco
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" topline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Standard
3151 Carolina
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Standard
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Standard
3171
3172 \series bold
3173 Dalpiaz
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" topline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Standard
3182 Annamaria
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Standard
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Standard
3202
3203 \series bold
3204 Feliciello
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" topline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Standard
3213 Domenico
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Standard
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Standard
3233
3234 \series bold
3235 Focarelli
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" topline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Standard
3244 Paola
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Standard
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Standard
3264
3265 \series bold
3266 Galletti
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" topline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Standard
3275 Oreste
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Standard
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Standard
3295
3296 \series bold
3297 Gasparini
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" topline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Standard
3306 Franca
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Standard
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Standard
3326
3327 \series bold
3328 Rizzardi
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" topline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Standard
3337 Paola
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Standard
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Standard
3357
3358 \series bold
3359 Lassini
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" topline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Standard
3368 Giancarlo
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Standard
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Standard
3388
3389 \series bold
3390 Malfatti
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" topline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Standard
3399 Luciano
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Standard
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Standard
3419
3420 \series bold
3421 Malfatti
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" topline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Standard
3430 Valeriano
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Standard
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Standard
3450
3451 \series bold
3452 Meneguzzo
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" topline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Standard
3461 Roberto
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Standard
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Standard
3481
3482 \series bold
3483 Mezzadra
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" topline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Standard
3492 Roberto
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Standard
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Standard
3512
3513 \series bold
3514 Pirpamer
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" topline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Standard
3523 Erich
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Standard
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Standard
3543
3544 \series bold
3545 Pochiesa
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" topline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Standard
3554 Paolo
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Standard
3563 111, 222
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Standard
3574
3575 \series bold
3576 Radina
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" topline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Standard
3585 Claudio
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Standard
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Standard
3605
3606 \series bold
3607 Stuffer
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" topline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Standard
3616 Oskar
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Standard
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Standard
3636
3637 \series bold
3638 Tacchelli
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" topline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Standard
3647 Ugo
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Standard
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Standard
3667
3668 \series bold
3669 Tezzele
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" topline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Standard
3678 Margit
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Standard
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Standard
3698
3699 \series bold
3700 Unterkalmsteiner
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" topline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Standard
3709 Frieda
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Standard
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Standard
3729
3730 \series bold
3731 Vieider
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" topline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Standard
3740 Hilde
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Standard
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Standard
3760
3761 \series bold
3762 Vigna
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" topline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Standard
3771 Jürgen
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Standard
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Standard
3791
3792 \series bold
3793 Weber
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" topline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Standard
3802 Maurizio
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Standard
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row bottomline="true">
3818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Standard
3822
3823 \series bold
3824 Winkler
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" topline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Standard
3833 Franz
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Standard
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row bottomline="true">
3849 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Standard
3853  
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Standard
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Standard
3871
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Standard
3882
3883 \series bold
3884 Annovi
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" topline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Standard
3893 Silvia
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Standard
3902 555
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Standard
3913
3914 \series bold
3915 Bertoli
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" topline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Standard
3924 Stefano
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Standard
3933 555
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Standard
3944
3945 \series bold
3946 Bozzi
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" topline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Standard
3955 Walter
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Standard
3964 555
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Standard
3975
3976 \series bold
3977 Cachia
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" topline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Standard
3986 Maria
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Standard
3995 555
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Standard
4006
4007 \series bold
4008 Cachia
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" topline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Standard
4017 Maurizio
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Standard
4026 555
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Standard
4037
4038 \series bold
4039 Cinquemani
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" topline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Standard
4048 Giusi
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Standard
4057 555
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Standard
4068
4069 \series bold
4070 Colin
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" topline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Standard
4079 Bernard
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Standard
4088 555
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Standard
4099
4100 \series bold
4101 Concli
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" topline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Standard
4110 Gianfranco
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Standard
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Standard
4130
4131 \series bold
4132 Dal Bosco
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" topline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Standard
4141 Carolina
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Standard
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Standard
4161
4162 \series bold
4163 Dalpiaz
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" topline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Standard
4172 Annamaria
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Standard
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Standard
4192
4193 \series bold
4194 Feliciello
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" topline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Standard
4203 Domenico
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Standard
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Standard
4223
4224 \series bold
4225 Focarelli
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" topline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Standard
4234 Paola
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Standard
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Standard
4254
4255 \series bold
4256 Galletti
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" topline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Standard
4265 Oreste
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Standard
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Standard
4285
4286 \series bold
4287 Gasparini
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" topline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Standard
4296 Franca
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Standard
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Standard
4316
4317 \series bold
4318 Rizzardi
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" topline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Standard
4327 Paola
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Standard
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Standard
4347
4348 \series bold
4349 Lassini
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" topline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Standard
4358 Giancarlo
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Standard
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Standard
4378
4379 \series bold
4380 Malfatti
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" topline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Standard
4389 Luciano
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Standard
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Standard
4409
4410 \series bold
4411 Malfatti
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" topline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Standard
4420 Valeriano
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Standard
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Standard
4440
4441 \series bold
4442 Meneguzzo
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" topline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Standard
4451 Roberto
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Standard
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Standard
4471
4472 \series bold
4473 Mezzadra
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" topline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Standard
4482 Roberto
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Standard
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Standard
4502
4503 \series bold
4504 Pirpamer
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" topline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Standard
4513 Erich
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Standard
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Standard
4533
4534 \series bold
4535 Pochiesa
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" topline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Standard
4544 Paolo
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Standard
4553 555, 222
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Standard
4564
4565 \series bold
4566 Radina
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" topline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Standard
4575 Claudio
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Standard
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Standard
4595
4596 \series bold
4597 Stuffer
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Standard
4606 Oskar
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Standard
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Standard
4626
4627 \series bold
4628 Tacchelli
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" topline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Standard
4637 Ugo
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Standard
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Standard
4657
4658 \series bold
4659 Tezzele
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" topline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Standard
4668 Margit
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Standard
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Standard
4688
4689 \series bold
4690 Unterkalmsteiner
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" topline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Standard
4699 Frieda
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Standard
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Standard
4719
4720 \series bold
4721 Vieider
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" topline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Standard
4730 Hilde
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Standard
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Standard
4750
4751 \series bold
4752 Vigna
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" topline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Standard
4761 Jürgen
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Standard
4770 999
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Standard
4781
4782 \series bold
4783 Weber
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" topline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Standard
4792 Maurizio
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Standard
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row bottomline="true">
4808 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Standard
4812
4813 \series bold
4814 Winkler
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" topline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Standard
4823 Franz
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Standard
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row bottomline="true" endlastfoot="true">
4839 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Standard
4843
4844 \series bold
4845 Ende
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Standard
4854
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Standard
4863
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 </lyxtabular>
4870
4871 \end_inset
4872
4873
4874 \begin_inset ERT
4875 status collapsed
4876
4877 \begin_layout Standard
4878
4879
4880 \backslash
4881 addtocounter{table}{-1}
4882 \end_layout
4883
4884 \end_inset
4885
4886
4887 \begin_inset Note Note
4888 status collapsed
4889
4890 \begin_layout Standard
4891 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt\InsetSpace ~
4892
4893 \begin_inset LatexCommand ref
4894 reference "uab:Titel-für-lange"
4895
4896 \end_inset
4897
4898
4899 \end_layout
4900
4901 \end_inset
4902
4903
4904 \end_layout
4905
4906 \begin_layout Subsection
4907 Fußnoten in langen Tabellen
4908 \begin_inset LatexCommand label
4909 name "uab:Fußnoten-in-langen"
4910
4911 \end_inset
4912
4913
4914 \begin_inset LatexCommand index
4915 name "Tabellen ! lange ! Fußnoten"
4916
4917 \end_inset
4918
4919
4920 \end_layout
4921
4922 \begin_layout Standard
4923 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
4924  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
4925  Tabelle\InsetSpace ~
4926
4927 \begin_inset LatexCommand ref
4928 reference "tab:DiffCaptions"
4929
4930 \end_inset
4931
4932  hat zum Beispiel eine Fußnote.
4933 \end_layout
4934
4935 \begin_layout Subsection
4936 Ausrichtung langer Tabellen
4937 \begin_inset LatexCommand index
4938 name "Tabellen ! lange ! Ausrichtung"
4939
4940 \end_inset
4941
4942
4943 \end_layout
4944
4945 \begin_layout Standard
4946 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
4947  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
4948 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
4949  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
4950  Längen 
4951 \series bold
4952
4953 \backslash
4954 LTleft 
4955 \series default
4956 und 
4957 \series bold
4958
4959 \backslash
4960 LTright
4961 \series default
4962  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
4963  wird:
4964 \end_layout
4965
4966 \begin_layout Standard
4967
4968 \series bold
4969
4970 \backslash
4971 setlength{
4972 \backslash
4973 LTleft}{Wert}
4974 \end_layout
4975
4976 \begin_layout Standard
4977 Wobei der Wert eine der in Tabelle\InsetSpace ~
4978
4979 \begin_inset LatexCommand ref
4980 reference "tab:Maßeinheiten"
4981
4982 \end_inset
4983
4984  aufgelisteten Einheiten haben kann.
4985  
4986 \series bold
4987
4988 \backslash
4989 LTleft
4990 \series default
4991  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
4992  
4993 \series bold
4994
4995 \backslash
4996 LTright
4997 \series default
4998  den Abstand von rechts.
4999  Die Voreinstellung für beide Werte ist 
5000 \series bold
5001
5002 \backslash
5003 fill
5004 \series default
5005 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5006  in LyX ist.
5007 \end_layout
5008
5009 \begin_layout Standard
5010 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5011 \series bold
5012
5013 \backslash
5014 LTleft
5015 \series default
5016  auf den Wert 0\InsetSpace \thinspace{}
5017 pt gesetzt wurde.
5018 \begin_inset ERT
5019 status collapsed
5020
5021 \begin_layout Standard
5022
5023
5024 \backslash
5025 setlength{
5026 \backslash
5027 LTleft}{0pt}
5028 \end_layout
5029
5030 \end_inset
5031
5032
5033 \end_layout
5034
5035 \begin_layout Standard
5036 \begin_inset Tabular
5037 <lyxtabular version="3" rows="5" columns="5">
5038 <features islongtable="true">
5039 <column alignment="center" valignment="top" leftline="true" width="0">
5040 <column alignment="center" valignment="top" leftline="true" width="0">
5041 <column alignment="center" valignment="top" leftline="true" width="0">
5042 <column alignment="center" valignment="top" leftline="true" width="0">
5043 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5044 <row topline="true">
5045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Standard
5049 1
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Standard
5058 2
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Standard
5067 3
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Standard
5076 4
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Standard
5085 5
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row topline="true">
5092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Standard
5096 asd
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Standard
5105 s
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Standard
5114 s
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Standard
5123 s
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Standard
5132 asd
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 </row>
5138 <row topline="true">
5139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Standard
5143 asd
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Standard
5152 s
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Standard
5161 s
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Standard
5170 s
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Standard
5179 asd
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 </row>
5185 <row topline="true">
5186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Standard
5190 asd
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Standard
5199 s
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Standard
5208 s
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Standard
5217 s
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Standard
5226 asd
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 <row topline="true" bottomline="true">
5233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Standard
5237 asd
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Standard
5246 asd
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Standard
5255 asd
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Standard
5264 asd
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Standard
5273 asd
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 </row>
5279 </lyxtabular>
5280
5281 \end_inset
5282
5283
5284 \begin_inset ERT
5285 status collapsed
5286
5287 \begin_layout Standard
5288
5289
5290 \backslash
5291 setlength{
5292 \backslash
5293 LTleft}{
5294 \backslash
5295 fill}
5296 \end_layout
5297
5298 \end_inset
5299
5300
5301 \end_layout
5302
5303 \begin_layout Subsection
5304 Beschriftungen lange Tabellen
5305 \begin_inset LatexCommand index
5306 name "Tabellen ! lange ! Titel"
5307
5308 \end_inset
5309
5310
5311 \begin_inset LatexCommand label
5312 name "uab:Titel-für-lange"
5313
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \begin_layout Standard
5320 Eine 
5321 \family sans
5322 lange\InsetSpace ~
5323 Tabelle
5324 \family default
5325  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5326  Seite gedruckt werden können.
5327  Aber die 
5328 \family sans
5329 Legende
5330 \family default
5331 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5332 \end_layout
5333
5334 \begin_layout Standard
5335 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5336 \end_layout
5337
5338 \begin_layout Enumerate
5339 Erstellen Sie eine 
5340 \family sans
5341 lange\InsetSpace ~
5342 Tabelle
5343 \family default
5344 .
5345 \end_layout
5346
5347 \begin_layout Enumerate
5348 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5349 \end_layout
5350
5351 \begin_layout Enumerate
5352 Fügen Sie 
5353 \family sans
5354 mit Einfügen\SpecialChar \menuseparator
5355 Legende
5356 \family default
5357  eine Beschriftung in die erste Tabellenzelle.
5358  Sie können auch noch einen Kurztitel hinzufügen, 
5359 \family sans
5360 Einfügen\SpecialChar \menuseparator
5361 Kurztitel
5362 \family default
5363 .
5364 \end_layout
5365
5366 \begin_layout Enumerate
5367 Fügen Sie hinter dem Titel 
5368 \series bold
5369
5370 \begin_inset Quotes gld
5371 \end_inset
5372
5373
5374 \backslash
5375
5376 \backslash
5377 %
5378 \series default
5379
5380 \begin_inset Quotes grd
5381 \end_inset
5382
5383  als TeX-Code ein.
5384 \end_layout
5385
5386 \begin_layout Standard
5387 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5388  gedruckt.
5389  Die Zeichen 
5390 \series bold
5391
5392 \begin_inset Quotes gld
5393 \end_inset
5394
5395
5396 \backslash
5397
5398 \backslash
5399 %
5400 \series default
5401
5402 \begin_inset Quotes grd
5403 \end_inset
5404
5405  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5406  weg.
5407  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5408  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5409 \end_layout
5410
5411 \begin_layout Standard
5412 Hier ist eine kleine 
5413 \family sans
5414 lange\InsetSpace ~
5415 Tabelle
5416 \family default
5417 , die zeigt, wie das funktioniert:
5418 \end_layout
5419
5420 \begin_layout Standard
5421 \begin_inset Tabular
5422 <lyxtabular version="3" rows="6" columns="5">
5423 <features islongtable="true">
5424 <column alignment="center" valignment="top" leftline="true" width="0">
5425 <column alignment="center" valignment="top" leftline="true" width="0">
5426 <column alignment="center" valignment="top" leftline="true" width="0">
5427 <column alignment="center" valignment="top" leftline="true" width="0">
5428 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5429 <row>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Standard
5434 \begin_inset Caption
5435
5436 \begin_layout Standard
5437 Eine 
5438 \family sans
5439 lange\InsetSpace ~
5440 Tabelle
5441 \family default
5442  mit Titel
5443 \begin_inset OptArg
5444 status open
5445
5446 \begin_layout Standard
5447 Lange Tabelle
5448 \end_layout
5449
5450 \end_inset
5451
5452
5453 \end_layout
5454
5455 \end_inset
5456
5457
5458 \begin_inset ERT
5459 status collapsed
5460
5461 \begin_layout Standard
5462
5463
5464 \backslash
5465
5466 \backslash
5467 %
5468 \end_layout
5469
5470 \end_inset
5471
5472
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Standard
5481
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Standard
5490
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Standard
5499
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Standard
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row topline="true">
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Standard
5519 1
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Standard
5528 2
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Standard
5537 3
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Standard
5546 4
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Standard
5555 5
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row topline="true">
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Standard
5566 asd
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Standard
5575 s
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Standard
5584 s
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Standard
5593 s
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Standard
5602 asd
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 <row topline="true">
5609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Standard
5613 asd
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Standard
5622 s
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Standard
5631 s
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Standard
5640 s
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Standard
5649 asd
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 </row>
5655 <row topline="true">
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Standard
5660 asd
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Standard
5669 s
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Standard
5678 s
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Standard
5687 s
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Standard
5696 asd
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 </row>
5702 <row topline="true" bottomline="true">
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Standard
5707 asd
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Standard
5716 asd
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Standard
5725 asd
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Standard
5734 asd
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Standard
5743 asd
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 </lyxtabular>
5750
5751 \end_inset
5752
5753
5754 \end_layout
5755
5756 \begin_layout Standard
5757 \begin_inset VSpace medskip
5758 \end_inset
5759
5760
5761 \begin_inset Note Greyedout
5762 status open
5763
5764 \begin_layout Standard
5765
5766 \series bold
5767 Bemerkung\InsetSpace ~
5768 1:
5769 \series default
5770  Die Tabellennummer wird für jede 
5771 \family sans
5772 lange\InsetSpace ~
5773 Tabelle
5774 \family default
5775  erhöht, auch wenn Sie keinen Titel vergeben.
5776  Deshalb könnte es passieren, dass zum Beispiel Tabelle\InsetSpace ~
5777 2.4 auf Tabelle\InsetSpace ~
5778 2.1
5779  im Tabellenverzeichnis folgt, wenn dazwischen zwei
5780 \family sans
5781  lange\InsetSpace ~
5782 Tabellen
5783 \family default
5784  ohne Titel sind.
5785  Um das zu vermeiden, können Sie hinter jede 
5786 \family sans
5787 lange\InsetSpace ~
5788 Tabelle
5789 \family default
5790  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
5791 \end_layout
5792
5793 \begin_layout Standard
5794
5795 \series bold
5796
5797 \backslash
5798 addtocounter{table}{-1}
5799 \end_layout
5800
5801 \end_inset
5802
5803
5804 \end_layout
5805
5806 \begin_layout Standard
5807 \begin_inset Note Greyedout
5808 status open
5809
5810 \begin_layout Standard
5811
5812 \series bold
5813 Bemerkung\InsetSpace ~
5814 2:
5815 \series default
5816  Wenn Sie das LaTeX-Paket 
5817 \series bold
5818 hyperref
5819 \series default
5820
5821 \begin_inset LatexCommand index
5822 name "LaTeX-Pakete ! hyperref"
5823
5824 \end_inset
5825
5826  für Querverweise benutzen, wird der Verweis auf eine 
5827 \family sans
5828 lange\InsetSpace ~
5829 Tabelle
5830 \family default
5831  immer auf den Anfang des Dokuments zeigen.
5832 \end_layout
5833
5834 \end_inset
5835
5836
5837 \newpage
5838
5839 \end_layout
5840
5841 \begin_layout Subsubsection
5842 Querverweise auf 
5843 \family sans
5844 lange\InsetSpace ~
5845 Tabelle
5846 \family default
5847 n
5848 \begin_inset LatexCommand index
5849 name "Tabellen ! lange ! Querverweis"
5850
5851 \end_inset
5852
5853
5854 \end_layout
5855
5856 \begin_layout Standard
5857 \begin_inset Tabular
5858 <lyxtabular version="3" rows="6" columns="5">
5859 <features islongtable="true">
5860 <column alignment="center" valignment="top" leftline="true" width="0">
5861 <column alignment="center" valignment="top" leftline="true" width="0">
5862 <column alignment="center" valignment="top" leftline="true" width="0">
5863 <column alignment="center" valignment="top" leftline="true" width="0">
5864 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Standard
5870 \begin_inset Caption
5871
5872 \begin_layout Standard
5873
5874 \family sans
5875 Lange\InsetSpace ~
5876 Tabelle
5877 \family default
5878  mit Marke
5879 \begin_inset LatexCommand label
5880 name "tab:LangeTabelle-mit-Marke"
5881
5882 \end_inset
5883
5884
5885 \end_layout
5886
5887 \end_inset
5888
5889
5890 \begin_inset ERT
5891 status collapsed
5892
5893 \begin_layout Standard
5894
5895
5896 \backslash
5897
5898 \backslash
5899 %
5900 \end_layout
5901
5902 \end_inset
5903
5904
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Standard
5913
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Standard
5922
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Standard
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Standard
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 </row>
5946 <row topline="true">
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Standard
5951 1
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Standard
5960 2
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Standard
5969 3
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Standard
5978 4
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Standard
5987 5
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 </row>
5993 <row topline="true">
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Standard
5998 asd
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Standard
6007 s
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Standard
6016 s
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Standard
6025 s
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Standard
6034 asd
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 </row>
6040 <row topline="true">
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Standard
6045 asd
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Standard
6054 s
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Standard
6063 s
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Standard
6072 s
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Standard
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row topline="true">
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Standard
6092 asd
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Standard
6101 s
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Standard
6110 s
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Standard
6119 s
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Standard
6128 asd
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 <row topline="true" bottomline="true">
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Standard
6139 asd
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Standard
6148 sad
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Standard
6157 asd
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Standard
6166 asd
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Standard
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 </lyxtabular>
6182
6183 \end_inset
6184
6185
6186 \end_layout
6187
6188 \begin_layout Standard
6189 Damit auf eine 
6190 \family sans
6191 lange\InsetSpace ~
6192 Tabelle
6193 \family default
6194  verwiesen werden kann, müssen Sie eine 
6195 \family sans
6196 Marke
6197 \family default
6198  im Titel einfügen.
6199  Beachten Sie dabei, dass Sie 
6200 \emph on
6201
6202 \begin_inset Quotes gld
6203 \end_inset
6204
6205 tab:
6206 \emph default
6207
6208 \begin_inset Quotes grd
6209 \end_inset
6210
6211  selber ins Markenfeld schreiben müssen.
6212 \end_layout
6213
6214 \begin_layout Standard
6215 Dies ist ein Verweis auf Tabelle\InsetSpace ~
6216
6217 \begin_inset LatexCommand ref
6218 reference "tab:LangeTabelle-mit-Marke"
6219
6220 \end_inset
6221
6222 .
6223 \end_layout
6224
6225 \begin_layout Standard
6226 Mit dem LaTeX-Paket 
6227 \series bold
6228 caption
6229 \series default
6230
6231 \begin_inset LatexCommand index
6232 name "LaTeX-Pakete ! caption"
6233
6234 \end_inset
6235
6236 , siehe Abschnitt\InsetSpace ~
6237
6238 \begin_inset LatexCommand ref
6239 reference "abs:Titel-Formatierung"
6240
6241 \end_inset
6242
6243 , können Sie alle anderen 
6244 \family sans
6245 Legende
6246 \family default
6247 -Optionen benutzen.
6248 \end_layout
6249
6250 \begin_layout Subsubsection
6251 Titelbreite
6252 \begin_inset LatexCommand index
6253 name "Tabellen ! lange ! Beschriftungsbreite"
6254
6255 \end_inset
6256
6257
6258 \end_layout
6259
6260 \begin_layout Standard
6261 Die maximale Titelbreite wird durch die Variable 
6262 \series bold
6263
6264 \backslash
6265 LTcapwidth
6266 \series default
6267  definiert.
6268  Ihr Standardwert ist 4\InsetSpace \thinspace{}
6269 Zoll (
6270 \begin_inset Formula $\approx10$
6271 \end_inset
6272
6273 \InsetSpace \thinspace{}
6274 cm).
6275  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6276  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6277 \end_layout
6278
6279 \begin_layout Standard
6280
6281 \series bold
6282
6283 \backslash
6284 setlength{
6285 \backslash
6286 LTcapwidth}{Breite}
6287 \end_layout
6288
6289 \begin_layout Standard
6290 wobei 
6291 \family typewriter
6292 Breite
6293 \family default
6294  eine der in Anhang\InsetSpace ~
6295
6296 \begin_inset LatexCommand ref
6297 reference "kap:In-LyX-verfügbare"
6298
6299 \end_inset
6300
6301  aufgelisteten Einheiten haben kann.
6302 \end_layout
6303
6304 \begin_layout Standard
6305 Die beiden folgenden Tabellen zeigen den Unterschied:
6306 \end_layout
6307
6308 \begin_layout Standard
6309 \begin_inset Tabular
6310 <lyxtabular version="3" rows="6" columns="5">
6311 <features islongtable="true">
6312 <column alignment="center" valignment="top" leftline="true" width="0">
6313 <column alignment="center" valignment="top" leftline="true" width="0">
6314 <column alignment="center" valignment="top" leftline="true" width="0">
6315 <column alignment="center" valignment="top" leftline="true" width="0">
6316 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6317 <row>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Standard
6322 \begin_inset Caption
6323
6324 \begin_layout Standard
6325 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6326  Titel 
6327 \begin_inset OptArg
6328 status open
6329
6330 \begin_layout Standard
6331 Titel mit Standardbreite
6332 \end_layout
6333
6334 \end_inset
6335
6336
6337 \end_layout
6338
6339 \end_inset
6340
6341
6342 \begin_inset ERT
6343 status collapsed
6344
6345 \begin_layout Standard
6346
6347
6348 \backslash
6349
6350 \backslash
6351 %
6352 \end_layout
6353
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Standard
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Standard
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Standard
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Standard
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row topline="true">
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Standard
6403 1
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Standard
6412 2
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Standard
6421 3
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Standard
6430 4
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Standard
6439 5
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row topline="true">
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Standard
6450 asd
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Standard
6459 s
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Standard
6468 s
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Standard
6477 s
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Standard
6486 asd
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row topline="true">
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Standard
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Standard
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Standard
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Standard
6524 s
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Standard
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row topline="true">
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Standard
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Standard
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Standard
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Standard
6571 s
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Standard
6580 asd
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row topline="true" bottomline="true">
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Standard
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Standard
6600 sad
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Standard
6609 asd
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Standard
6618 asd
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Standard
6627 asd
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 </row>
6633 </lyxtabular>
6634
6635 \end_inset
6636
6637
6638 \end_layout
6639
6640 \begin_layout Standard
6641 \begin_inset ERT
6642 status collapsed
6643
6644 \begin_layout Standard
6645
6646
6647 \backslash
6648 setlength{
6649 \backslash
6650 LTcapwidth}{5cm}
6651 \end_layout
6652
6653 \end_inset
6654
6655
6656 \begin_inset Tabular
6657 <lyxtabular version="3" rows="6" columns="5">
6658 <features islongtable="true">
6659 <column alignment="center" valignment="top" leftline="true" width="0">
6660 <column alignment="center" valignment="top" leftline="true" width="0">
6661 <column alignment="center" valignment="top" leftline="true" width="0">
6662 <column alignment="center" valignment="top" leftline="true" width="0">
6663 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6664 <row>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Standard
6669 \begin_inset Caption
6670
6671 \begin_layout Standard
6672 Langer Titel mit 5\InsetSpace \thinspace{}
6673 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6674 cm Breite, Langer Titel mit
6675  5\InsetSpace \thinspace{}
6676 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6677 cm Breite 
6678 \begin_inset OptArg
6679 status open
6680
6681 \begin_layout Standard
6682 Titel mit 5\InsetSpace \thinspace{}
6683 cm Breite
6684 \end_layout
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \begin_inset ERT
6695 status collapsed
6696
6697 \begin_layout Standard
6698
6699
6700 \backslash
6701
6702 \backslash
6703 %
6704 \end_layout
6705
6706 \end_inset
6707
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Standard
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Standard
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Standard
6735
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Standard
6744
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 <row topline="true">
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Standard
6755 1
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Standard
6764 2
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Standard
6773 3
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Standard
6782 4
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Standard
6791 5
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row topline="true">
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Standard
6802 asd
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Standard
6811 s
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Standard
6820 s
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Standard
6829 s
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Standard
6838 asd
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row topline="true">
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Standard
6849 asd
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Standard
6858 s
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Standard
6867 s
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Standard
6876 s
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Standard
6885 asd
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 </row>
6891 <row topline="true">
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Standard
6896 asd
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Standard
6905 s
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Standard
6914 s
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Standard
6923 s
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Standard
6932 asd
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 </row>
6938 <row topline="true" bottomline="true">
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Standard
6943 asd
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Standard
6952 sad
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Standard
6961 asd
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Standard
6970 asd
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Standard
6979 asd
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 </row>
6985 </lyxtabular>
6986
6987 \end_inset
6988
6989
6990 \begin_inset ERT
6991 status collapsed
6992
6993 \begin_layout Standard
6994
6995
6996 \backslash
6997 setlength{
6998 \backslash
6999 LTcapwidth}{4in}
7000 \end_layout
7001
7002 \end_inset
7003
7004
7005 \begin_inset Note Note
7006 status collapsed
7007
7008 \begin_layout Standard
7009 Beschriftungsbreite zurücksetzen
7010 \end_layout
7011
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \begin_layout Standard
7018 \begin_inset Note Greyedout
7019 status open
7020
7021 \begin_layout Standard
7022
7023 \series bold
7024 Achtung:
7025 \series default
7026  Wenn das LaTeX-Paket 
7027 \series bold
7028 caption
7029 \series default
7030
7031 \begin_inset LatexCommand index
7032 name "LaTeX-Pakete ! caption"
7033
7034 \end_inset
7035
7036  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7037  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7038  4\InsetSpace \thinspace{}
7039 Zoll für 
7040 \series bold
7041
7042 \backslash
7043 LTcapwidth
7044 \series default
7045  benutzen.
7046  Um in diesem Fall eine genau a 4\InsetSpace \thinspace{}
7047 Zoll breite Beschriftung zu erhalten, können
7048  Sie entweder einen leicht von 4\InsetSpace \thinspace{}
7049 Zoll veränderten Wert wie z.\InsetSpace \thinspace{}
7050 B.
7051  3.99\InsetSpace \thinspace{}
7052 Zoll verwenden oder den LaTeX-Befehl 
7053 \series bold
7054
7055 \backslash
7056 captionsetup{width=Wert}
7057 \series default
7058  benutzen, der vom 
7059 \series bold
7060 caption
7061 \series default
7062 -Paket bereitgestellt wird.
7063 \end_layout
7064
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \begin_layout Subsubsection
7071 Unterschiedliche Titel für Tabellenseiten
7072 \begin_inset LatexCommand index
7073 name "Tabellen ! lange ! mehrere Titel"
7074
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \begin_layout Standard
7081 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7082  die erste, müssen Sie eine 
7083 \family sans
7084 Legende
7085 \family default
7086  mit einem nicht-leeren 
7087 \family sans
7088 Kurztitel
7089 \family default
7090  in eine leere Legende-Zeile, die als 
7091 \family sans
7092 Erste\InsetSpace ~
7093 Kopfzeile
7094 \family default
7095  definiert wurde, einfügen.
7096  Der Titel für die anderen Tabellenseiten wird als 
7097 \family sans
7098 Legende
7099 \family default
7100  ohne 
7101 \family sans
7102 Kurztitel
7103 \family default
7104  in eine leere Legende-Zeile, die als 
7105 \family sans
7106 Kopfzeile
7107 \family default
7108  definiert wurde, einfügen.
7109  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7110  Befehl
7111 \end_layout
7112
7113 \begin_layout Standard
7114
7115 \series bold
7116
7117 \backslash
7118 caption*{caption text}
7119 \end_layout
7120
7121 \begin_layout Standard
7122 anstatt der 
7123 \family sans
7124 Legende
7125 \family default
7126 -Umgebung von LyX benutzen.
7127  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7128  den Titel der 
7129 \family sans
7130 Ersten\InsetSpace ~
7131 Kopfzeile
7132 \family default
7133  eingefügt werden.
7134  Tabelle\InsetSpace ~
7135
7136 \begin_inset LatexCommand ref
7137 reference "tab:DiffCaptions"
7138
7139 \end_inset
7140
7141  ist ein Beispiel für eine 
7142 \family sans
7143 lange\InsetSpace ~
7144 Tabelle
7145 \family default
7146  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7147 \end_layout
7148
7149 \begin_layout Standard
7150 \align center
7151 \begin_inset Tabular
7152 <lyxtabular version="3" rows="60" columns="3">
7153 <features islongtable="true">
7154 <column alignment="left" valignment="top" leftline="true" width="0cm">
7155 <column alignment="left" valignment="top" rightline="true" width="0pt">
7156 <column alignment="right" valignment="top" rightline="true" width="0pt">
7157 <row endfirsthead="true">
7158 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Standard
7162 \begin_inset Caption
7163
7164 \begin_layout Standard
7165 Telefonliste
7166 \begin_inset LatexCommand label
7167 name "tab:DiffCaptions"
7168
7169 \end_inset
7170
7171
7172 \begin_inset OptArg
7173 status collapsed
7174
7175 \begin_layout Standard
7176 Telefonliste
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \end_inset
7185
7186
7187 \begin_inset ERT
7188 status collapsed
7189
7190 \begin_layout Standard
7191
7192
7193 \backslash
7194
7195 \backslash
7196 %
7197 \end_layout
7198
7199 \end_inset
7200
7201
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Standard
7210
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Standard
7219
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 <row topline="true" bottomline="true" endfirsthead="true">
7226 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Standard
7230
7231 \series bold
7232 Telefonliste (ignoriere die Namen)
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Standard
7241
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Standard
7250
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 </row>
7256 <row topline="true" bottomline="true" endfirsthead="true">
7257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Standard
7261
7262 \series bold
7263 NAME
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Standard
7272
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Standard
7281
7282 \series bold
7283 TEL.
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 </row>
7289 <row bottomline="true" endhead="true">
7290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Standard
7294 \begin_inset ERT
7295 status open
7296
7297 \begin_layout Standard
7298
7299
7300 \backslash
7301 caption*{Fortsetzung der Telefonliste}
7302 \backslash
7303
7304 \backslash
7305 %
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Standard
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Standard
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row topline="true" bottomline="true" endhead="true">
7335 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Standard
7339
7340 \series bold
7341 Telefonliste
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Standard
7350
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Standard
7359
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row topline="true" bottomline="true" endhead="true">
7366 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Standard
7370
7371 \series bold
7372 NAME
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Standard
7381
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Standard
7390
7391 \series bold
7392 TEL.
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 </row>
7398 <row topline="true" bottomline="true" endfoot="true">
7399 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Standard
7403 wird fortgesetzt\SpecialChar \ldots{}
7404
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Standard
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Standard
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 </row>
7428 <row>
7429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Standard
7433
7434 \series bold
7435 Annovi
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Standard
7444 Silvia
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Standard
7453 111
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 </row>
7459 <row>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Standard
7464
7465 \series bold
7466 Bertoli
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Standard
7475 Stefano
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Standard
7484 111
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 </row>
7490 <row>
7491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Standard
7495
7496 \series bold
7497 Bozzi
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Standard
7506 Walter
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Standard
7515 111
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Standard
7526
7527 \series bold
7528 Cachia
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Standard
7537 Maria
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Standard
7546 111
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 </row>
7552 <row>
7553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Standard
7557
7558 \series bold
7559 Cachia
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 <cell alignment="center" valignment="top" topline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Standard
7568 Maurizio
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Standard
7577 111
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 </row>
7583 <row>
7584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Standard
7588
7589 \series bold
7590 Cinquemani
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Standard
7599 Giusi
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Standard
7608 111
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 </row>
7614 <row>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Standard
7619
7620 \series bold
7621 Colin
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell alignment="center" valignment="top" topline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Standard
7630 Bernard
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Standard
7639 111
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 <row>
7646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Standard
7650
7651 \series bold
7652 Concli
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Standard
7661 Gianfranco
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Standard
7670 111
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 <row>
7677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Standard
7681
7682 \series bold
7683 Dal Bosco
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" topline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Standard
7692 Carolina
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Standard
7701 111
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row>
7708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Standard
7712
7713 \series bold
7714 Dalpiaz
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" topline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Standard
7723 Annamaria
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Standard
7732 111
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row>
7739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Standard
7743
7744 \series bold
7745 Feliciello
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" topline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Standard
7754 Domenico
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Standard
7763 111
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row>
7770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Standard
7774
7775 \series bold
7776 Focarelli
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" topline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Standard
7785 Paola
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Standard
7794 111
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row>
7801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Standard
7805
7806 \series bold
7807 Galletti
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" topline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Standard
7816 Oreste
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Standard
7825 111
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Standard
7836
7837 \series bold
7838 Gasparini
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" topline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Standard
7847 Franca
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Standard
7856 111
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 <row>
7863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Standard
7867
7868 \series bold
7869 Rizzardi
7870 \series default
7871
7872 \begin_inset Foot
7873 status open
7874
7875 \begin_layout Standard
7876 Beispielfußnote
7877 \end_layout
7878
7879 \end_inset
7880
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell alignment="center" valignment="top" topline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Standard
7890 Paola
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Standard
7899 111
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row>
7906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Standard
7910
7911 \series bold
7912 Lassini
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" topline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Standard
7921 Giancarlo
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Standard
7930 111
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row>
7937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Standard
7941
7942 \series bold
7943 Malfatti
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" topline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Standard
7952 Luciano
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Standard
7961 111
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row>
7968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Standard
7972
7973 \series bold
7974 Malfatti
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" topline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Standard
7983 Valeriano
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Standard
7992 111
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 </row>
7998 <row>
7999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Standard
8003
8004 \series bold
8005 Meneguzzo
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" topline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Standard
8014 Roberto
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Standard
8023 111
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Standard
8034
8035 \series bold
8036 Mezzadra
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" topline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Standard
8045 Roberto
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Standard
8054 111
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Standard
8065
8066 \series bold
8067 Pirpamer
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" topline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Standard
8076 Erich
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Standard
8085 111
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Standard
8096
8097 \series bold
8098 Pochiesa
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" topline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Standard
8107 Paolo
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Standard
8116 111, 222
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Standard
8127
8128 \series bold
8129 Radina
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" topline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Standard
8138 Claudio
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Standard
8147 111
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Standard
8158
8159 \series bold
8160 Stuffer
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" topline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Standard
8169 Oskar
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Standard
8178 111
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Standard
8189
8190 \series bold
8191 Tacchelli
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" topline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Standard
8200 Ugo
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Standard
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Standard
8220
8221 \series bold
8222 Tezzele
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" topline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Standard
8231 Margit
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Standard
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Standard
8251
8252 \series bold
8253 Unterkalmsteiner
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" topline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Standard
8262 Frieda
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Standard
8271 111
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Standard
8282
8283 \series bold
8284 Vieider
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" topline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Standard
8293 Hilde
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Standard
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Standard
8313
8314 \series bold
8315 Vigna
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" topline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Standard
8324 Jürgen
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Standard
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Standard
8344
8345 \series bold
8346 Weber
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" topline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Standard
8355 Maurizio
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Standard
8364 111
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row bottomline="true">
8371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Standard
8375
8376 \series bold
8377 Winkler
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" topline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Standard
8386 Franz
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Standard
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row bottomline="true">
8402 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Standard
8406  
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Standard
8415
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Standard
8424
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Standard
8435
8436 \series bold
8437 Annovi
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" topline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Standard
8446 Silvia
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Standard
8455 555
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Standard
8466
8467 \series bold
8468 Bertoli
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" topline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Standard
8477 Stefano
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Standard
8486 555
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Standard
8497
8498 \series bold
8499 Bozzi
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Standard
8508 Walter
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Standard
8517 555
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Standard
8528
8529 \series bold
8530 Cachia
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" topline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Standard
8539 Maria
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Standard
8548 555
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Standard
8559
8560 \series bold
8561 Cachia
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" topline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Standard
8570 Maurizio
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Standard
8579 555
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Standard
8590
8591 \series bold
8592 Cinquemani
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Standard
8601 Giusi
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Standard
8610 555
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Standard
8621
8622 \series bold
8623 Colin
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" topline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Standard
8632 Bernard
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Standard
8641 555
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Standard
8652
8653 \series bold
8654 Concli
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" topline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Standard
8663 Gianfranco
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Standard
8672 555
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Standard
8683
8684 \series bold
8685 Dal Bosco
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Standard
8694 Carolina
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Standard
8703 555
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Standard
8714
8715 \series bold
8716 Dalpiaz
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" topline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Standard
8725 Annamaria
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Standard
8734 555
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Standard
8745
8746 \series bold
8747 Feliciello
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" topline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Standard
8756 Domenico
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Standard
8765 555
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Standard
8776
8777 \series bold
8778 Focarelli
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Standard
8787 Paola
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Standard
8796 555
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Standard
8807
8808 \series bold
8809 Galletti
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" topline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Standard
8818 Oreste
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Standard
8827 555
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Standard
8838
8839 \series bold
8840 Gasparini
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" topline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Standard
8849 Franca
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Standard
8858 555
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Standard
8869
8870 \series bold
8871 Rizzardi
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" topline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Standard
8880 Paola
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Standard
8889 555
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Standard
8900
8901 \series bold
8902 Lassini
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" topline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Standard
8911 Giancarlo
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Standard
8920 555
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Standard
8931
8932 \series bold
8933 Malfatti
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" topline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Standard
8942 Luciano
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Standard
8951 555
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Standard
8962
8963 \series bold
8964 Malfatti
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Standard
8973 Valeriano
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Standard
8982 555
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Standard
8993
8994 \series bold
8995 Meneguzzo
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" topline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Standard
9004 Roberto
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Standard
9013 555
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row bottomline="true">
9020 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Standard
9024
9025 \series bold
9026 Mezzadra
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Standard
9035 Roberto
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Standard
9044 555
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row bottomline="true" endlastfoot="true">
9051 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Standard
9055
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Standard
9064
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Standard
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 </lyxtabular>
9080
9081 \end_inset
9082
9083
9084 \end_layout
9085
9086 \begin_layout Section
9087 Weitere Möglichkeiten für 
9088 \family sans
9089 lange Tabelle
9090 \family default
9091 n
9092 \begin_inset LatexCommand label
9093 name "abs:Special-Longtable-Issues"
9094
9095 \end_inset
9096
9097
9098 \end_layout
9099
9100 \begin_layout Subsection
9101 L
9102 \family sans
9103 ange Tabelle
9104 \family default
9105 n: Berechnung
9106 \begin_inset LatexCommand index
9107 name "Tabellen ! lange ! Berechnung"
9108
9109 \end_inset
9110
9111
9112 \end_layout
9113
9114 \begin_layout Standard
9115 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9116  sogenannten 
9117 \emph on
9118 chunks
9119 \emph default
9120  (chunks).
9121  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9122  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9123  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9124  das die Druckausgabe.
9125  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9126  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9127  einfügen:
9128 \end_layout
9129
9130 \begin_layout Standard
9131
9132 \series bold
9133
9134 \backslash
9135 setcounter{LTchunksize}{100}
9136 \end_layout
9137
9138 \begin_layout Subsection
9139 Gleitobjekte und L
9140 \family sans
9141 ange Tabelle
9142 \family default
9143 n
9144 \begin_inset LatexCommand index
9145 name "Tabellen ! lange ! und Gleitobjekte"
9146
9147 \end_inset
9148
9149
9150 \end_layout
9151
9152 \begin_layout Standard
9153 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9154 \family sans
9155 lange\InsetSpace ~
9156 Tabelle
9157 \family default
9158  beginnt, ein Gleitobjekt befindet.
9159  Um das zu vermeiden, können Sie vor der 
9160 \family sans
9161 langen\InsetSpace ~
9162 Tabelle
9163 \family default
9164  den LaTeX-Befehl
9165 \series bold
9166  
9167 \backslash
9168 clearpage
9169 \series default
9170  als TeX-Code einfügen.
9171 \end_layout
9172
9173 \begin_layout Subsection
9174 Manuelle Seitenumbrüche
9175 \begin_inset LatexCommand index
9176 name "Tabellen ! lange ! manueller Seitenumbruch"
9177
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \begin_layout Standard
9184 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9185  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9186  der Zelle umbrechen wollen, fügen Sie den Befehl  
9187 \begin_inset Quotes gld
9188 \end_inset
9189
9190
9191 \series bold
9192
9193 \backslash
9194
9195 \backslash
9196
9197 \series default
9198
9199 \begin_inset Quotes grd
9200 \end_inset
9201
9202  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9203 n werden soll.
9204  Vor dem 
9205 \begin_inset Quotes gld
9206 \end_inset
9207
9208
9209 \series bold
9210
9211 \backslash
9212
9213 \backslash
9214
9215 \series default
9216
9217 \begin_inset Quotes grd
9218 \end_inset
9219
9220 -Befehl müssen Sie so viele 
9221 \begin_inset Quotes gld
9222 \end_inset
9223
9224
9225 \series bold
9226 &
9227 \series default
9228
9229 \begin_inset Quotes grd
9230 \end_inset
9231
9232  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9233  Mit 
9234 \begin_inset Quotes gld
9235 \end_inset
9236
9237
9238 \series bold
9239 &
9240 \series default
9241
9242 \begin_inset Quotes grd
9243 \end_inset
9244
9245   werden in LaTeX Tabellenzellen getrennt.
9246  Hinter jedes 
9247 \begin_inset Quotes gld
9248 \end_inset
9249
9250
9251 \series bold
9252 &
9253 \series default
9254
9255 \begin_inset Quotes grd
9256 \end_inset
9257
9258  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9259  und löschen den Inhalt dieser Zellen.
9260 \end_layout
9261
9262 \begin_layout Standard
9263 Hinter dem 
9264 \begin_inset Quotes gld
9265 \end_inset
9266
9267
9268 \series bold
9269
9270 \backslash
9271
9272 \backslash
9273
9274 \series default
9275
9276 \begin_inset Quotes grd
9277 \end_inset
9278
9279 -Befehl müssen Sie so viele 
9280 \begin_inset Quotes gld
9281 \end_inset
9282
9283
9284 \series bold
9285 &
9286 \series default
9287
9288 \begin_inset Quotes grd
9289 \end_inset
9290
9291  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9292  In Tabelle\InsetSpace ~
9293
9294 \begin_inset LatexCommand ref
9295 reference "tab:ForcedPagebreak"
9296
9297 \end_inset
9298
9299  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9300  Es folgt noch eine weitere Spalte.
9301  Deshalb wurde hinter dem Wort 
9302 \emph on
9303 Castelchiodato, 
9304 \emph default
9305 folgendes eingefügt:
9306 \end_layout
9307
9308 \begin_layout Standard
9309
9310 \series bold
9311 & 111
9312 \backslash
9313
9314 \backslash
9315
9316 \newline
9317 &
9318 \end_layout
9319
9320 \begin_layout Standard
9321 Die 
9322 \begin_inset Quotes gld
9323 \end_inset
9324
9325 111
9326 \begin_inset Quotes grd
9327 \end_inset
9328
9329  in der dritten Spalte wurde gelöscht.
9330  Wenn die Fußzeile Ihrer 
9331 \family sans
9332 langen\InsetSpace ~
9333 Tabelle
9334 \family default
9335  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9336  Befehle benutzen:
9337 \end_layout
9338
9339 \begin_layout Standard
9340
9341 \series bold
9342 & 111
9343 \backslash
9344
9345 \backslash
9346
9347 \newline
9348
9349 \backslash
9350 hline &
9351 \end_layout
9352
9353 \begin_layout Standard
9354 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9355  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9356 \end_layout
9357
9358 \begin_layout Standard
9359
9360 \series bold
9361
9362 \backslash
9363 setlength{
9364 \backslash
9365 parf\SpecialChar \textcompwordmark{}
9366 illskip}{0pt}
9367 \end_layout
9368
9369 \begin_layout Standard
9370 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9371  erscheint.
9372 \end_layout
9373
9374 \begin_layout Standard
9375 \align center
9376 \begin_inset Tabular
9377 <lyxtabular version="3" rows="39" columns="3">
9378 <features islongtable="true">
9379 <column alignment="left" valignment="top" leftline="true" width="0cm">
9380 <column alignment="left" valignment="top" rightline="true" width="3cm">
9381 <column alignment="right" valignment="top" rightline="true" width="0pt">
9382 <row endfirsthead="true">
9383 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Standard
9387 \begin_inset Caption
9388
9389 \begin_layout Standard
9390 Tabelle mit manuellem Seitenumbruch in einer Zelle
9391 \begin_inset LatexCommand label
9392 name "tab:ForcedPagebreak"
9393
9394 \end_inset
9395
9396
9397 \begin_inset OptArg
9398 status collapsed
9399
9400 \begin_layout Standard
9401 Tabelle mit manuellem Seitenumbruch in einer Zelle
9402 \end_layout
9403
9404 \end_inset
9405
9406
9407 \end_layout
9408
9409 \end_inset
9410
9411
9412 \begin_inset ERT
9413 status collapsed
9414
9415 \begin_layout Standard
9416
9417
9418 \backslash
9419
9420 \backslash
9421 %
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Standard
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Standard
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row topline="true" bottomline="true" endfirsthead="true">
9451 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Standard
9455
9456 \series bold
9457 Telefonliste (ignoriere die Namen)
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Standard
9466
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Standard
9475
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row topline="true" bottomline="true" endfirsthead="true">
9482 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Standard
9486
9487 \series bold
9488 NAME
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Standard
9497
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Standard
9506
9507 \series bold
9508 TEL.
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row bottomline="true" endhead="true">
9515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Standard
9519 \begin_inset ERT
9520 status collapsed
9521
9522 \begin_layout Standard
9523
9524
9525 \backslash
9526 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9527 \backslash
9528
9529 \backslash
9530 %
9531 \end_layout
9532
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Standard
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Standard
9553
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row topline="true" bottomline="true" endhead="true">
9560 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Standard
9564
9565 \series bold
9566 Telefonliste
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Standard
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Standard
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row topline="true" bottomline="true" endhead="true">
9591 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Standard
9595
9596 \series bold
9597 NAME
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Standard
9606
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Standard
9615
9616 \series bold
9617 TEL.
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row topline="true" bottomline="true" endfoot="true">
9624 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Standard
9628 wird fortgesetzt\SpecialChar \ldots{}
9629
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Standard
9638
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Standard
9647
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 </row>
9653 <row>
9654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Standard
9658
9659 \series bold
9660 Annovi
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell alignment="center" valignment="top" topline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Standard
9669 Silvia
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Standard
9678 111
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 </row>
9684 <row>
9685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Standard
9689
9690 \series bold
9691 Bertoli
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" topline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Standard
9700 Stefano
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Standard
9709 111
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 </row>
9715 <row>
9716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Standard
9720
9721 \series bold
9722 Bozzi
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" topline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Standard
9731 Walter
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Standard
9740 111
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 </row>
9746 <row>
9747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Standard
9751
9752 \series bold
9753 Cachia
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" topline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Standard
9762 Maria
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Standard
9771 111
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 </row>
9777 <row>
9778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Standard
9782
9783 \series bold
9784 Cachia
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" topline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Standard
9793 Maurizio
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Standard
9802 111
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 </row>
9808 <row>
9809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Standard
9813
9814 \series bold
9815 Cinquemani
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" topline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Standard
9824 Giusi
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Standard
9833 111
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 </row>
9839 <row>
9840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Standard
9844
9845 \series bold
9846 Colin
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" topline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Standard
9855 Bernard
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Standard
9864 111
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Standard
9875
9876 \series bold
9877 Concli
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="center" valignment="top" topline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Standard
9886 Gianfranco
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Standard
9895 111
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 </row>
9901 <row>
9902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Standard
9906
9907 \series bold
9908 Dal Bosco
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" topline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Standard
9917 Carolina
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Standard
9926 111
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row>
9933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Standard
9937
9938 \series bold
9939 Dalpiaz
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" topline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Standard
9948 Annamaria
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Standard
9957 111
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row>
9964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Standard
9968
9969 \series bold
9970 Feliciello
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" topline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Standard
9979 Domenico
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Standard
9988 111
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 <row>
9995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Standard
9999
10000 \series bold
10001 Focarelli
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" topline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Standard
10010 Paola
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Standard
10019 111
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 <row>
10026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Standard
10030
10031 \series bold
10032 Galletti
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" topline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Standard
10041 Oreste
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Standard
10050 111
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row>
10057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Standard
10061
10062 \series bold
10063 Gasparini
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" topline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Standard
10072 Franca
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Standard
10081 111
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Standard
10092
10093 \series bold
10094 Lassini
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" topline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Standard
10103 Giancarlo
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Standard
10112 111
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Standard
10123
10124 \series bold
10125 Malfatti
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" topline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Standard
10134 Luciano
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Standard
10143 111
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row>
10150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Standard
10154
10155 \series bold
10156 Malfatti
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" topline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Standard
10165 Valeriano
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Standard
10174 111
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row>
10181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Standard
10185
10186 \series bold
10187 Meneguzzo
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" topline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Standard
10196 Roberto
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Standard
10205 111
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row>
10212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Standard
10216
10217 \series bold
10218 Mezzadra
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" topline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Standard
10227 Roberto
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Standard
10236 111
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Standard
10247
10248 \series bold
10249 Pirpamer
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" topline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Standard
10258 Erich
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Standard
10267 111
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Standard
10278
10279 \series bold
10280 Pochiesa
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" topline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Standard
10289 Paolo
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Standard
10298 111, 222
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Standard
10309
10310 \series bold
10311 Radina
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" topline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Standard
10320 Claudio
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Standard
10329 111
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Standard
10340
10341 \series bold
10342 Rizzardi
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Standard
10351 Paolo, 11.
10352  Fürst von Monte\SpecialChar \-
10353 com\SpecialChar \-
10354 patri, 11.
10355  Fürst von Sulmona und Vivaro, 10.
10356  Fürst von Rossano, 5.
10357  Herzog von Canemorte, 11.
10358  Herzog von Palombara, 5.
10359  Herzog von Castelchiodato,
10360 \begin_inset ERT
10361 status collapsed
10362
10363 \begin_layout Standard
10364
10365 & 111
10366 \backslash
10367
10368 \backslash
10369
10370 \end_layout
10371
10372 \begin_layout Standard
10373
10374 &
10375 \end_layout
10376
10377 \end_inset
10378
10379  11.
10380  Herzog von Poggionativo, 11.
10381  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10382  Graf von Valinfreda, 11.
10383  Baron von Cropalati, 11.
10384  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Standard
10393
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 </row>
10399 <row>
10400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Standard
10404
10405 \series bold
10406 Stuffer
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" topline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Standard
10415 Oskar
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Standard
10424 111
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 </row>
10430 <row>
10431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Standard
10435
10436 \series bold
10437 Tacchelli
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" topline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Standard
10446 Ugo
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Standard
10455 111
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 </row>
10461 <row>
10462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Standard
10466
10467 \series bold
10468 Tezzele
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" topline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Standard
10477 Margit
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Standard
10486 111
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Standard
10497
10498 \series bold
10499 Unterkalmsteiner
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" topline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Standard
10508 Frieda
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Standard
10517 111
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 </row>
10523 <row>
10524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Standard
10528
10529 \series bold
10530 Vieider
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" topline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Standard
10539 Hilde
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Standard
10548 111
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 <row>
10555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Standard
10559
10560 \series bold
10561 Vigna
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" topline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Standard
10570 Jürgen
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Standard
10579 111
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Standard
10590
10591 \series bold
10592 Weber
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" topline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Standard
10601 Maurizio
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Standard
10610 111
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row bottomline="true">
10617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Standard
10621
10622 \series bold
10623 Winkler
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" topline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Standard
10632 Franz
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Standard
10641 111
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 </row>
10647 <row endlastfoot="true">
10648 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Standard
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Standard
10661
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Standard
10670
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 </lyxtabular>
10677
10678 \end_inset
10679
10680
10681 \end_layout
10682
10683 \begin_layout Section
10684 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10685 \end_layout
10686
10687 \begin_layout Subsection
10688 Mehrfache Zeilen in Zellen
10689 \begin_inset LatexCommand label
10690 name "uab:Mehrfache-Zeilen-in"
10691
10692 \end_inset
10693
10694
10695 \begin_inset LatexCommand index
10696 name "Mehrfache ! Zeilen in Zellen"
10697
10698 \end_inset
10699
10700
10701 \begin_inset LatexCommand index
10702 name "Tabellen ! Zeilenumbrüche"
10703
10704 \end_inset
10705
10706
10707 \end_layout
10708
10709 \begin_layout Standard
10710 \align center
10711 \begin_inset Float table
10712 placement H
10713 wide false
10714 sideways false
10715 status open
10716
10717 \begin_layout Standard
10718 \begin_inset Caption
10719
10720 \begin_layout Standard
10721 \begin_inset LatexCommand label
10722 name "tab:Table-with-multiple"
10723
10724 \end_inset
10725
10726 Tabelle mit mehrfachen Zeilen in einer Zelle
10727 \end_layout
10728
10729 \end_inset
10730
10731
10732 \end_layout
10733
10734 \begin_layout Standard
10735 \align center
10736 \begin_inset Tabular
10737 <lyxtabular version="3" rows="3" columns="3">
10738 <features>
10739 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10740 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10741 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10742 <row topline="true">
10743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Standard
10747 zwei
10748 \begin_inset ERT
10749 status collapsed
10750
10751 \begin_layout Standard
10752
10753
10754 \backslash
10755 linebreak 
10756 \end_layout
10757
10758 \end_inset
10759
10760  Zeilen
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Standard
10769 b
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Standard
10778 c
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row topline="true">
10785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Standard
10789 d
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Standard
10798 e
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Standard
10807 f
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row topline="true" bottomline="true">
10814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Standard
10818 g
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Standard
10827 h
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Standard
10836 i
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 </lyxtabular>
10843
10844 \end_inset
10845
10846
10847 \end_layout
10848
10849 \end_inset
10850
10851
10852 \end_layout
10853
10854 \begin_layout Standard
10855 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
10856  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
10857  Tabelle\InsetSpace ~
10858
10859 \begin_inset LatexCommand ref
10860 reference "tab:Table-with-multiple"
10861
10862 \end_inset
10863
10864  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
10865 \family sans
10866 Tabellen-Einstellungen
10867 \family default
10868 -Dialog auf 2.5\InsetSpace \thinspace{}
10869 cm gesetzt und die vertikalen und horizontalen Ausrichtungen
10870  zentriert.
10871  Weil unser Text schmaler als 2.5\InsetSpace \thinspace{}
10872 cm ist, würde er in einer Zeile gedruckt
10873  werden.
10874  Um zwei Zeilen zu bekommen, wurde folgender Befehl als TeX-Code zwischen
10875  die beiden Worten eingefügt:
10876 \end_layout
10877
10878 \begin_layout Standard
10879
10880 \series bold
10881
10882 \backslash
10883 linebreak
10884 \end_layout
10885
10886 \begin_layout Standard
10887 Wenn der Text länger ist, wird er automatisch umgebrochen.
10888 \end_layout
10889
10890 \begin_layout Standard
10891 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
10892  setzen Sie die Breite der beiden Spalten im 
10893 \family sans
10894 Tabellen-Einstellungen
10895 \family default
10896 -Dialog auf 0.5\InsetSpace \thinspace{}
10897 cm und die vertikale Ausrichtung auf zentriert.
10898 \end_layout
10899
10900 \begin_layout Standard
10901 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
10902  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
10903  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
10904  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
10905  Fügen Sie den Befehl
10906 \end_layout
10907
10908 \begin_layout Standard
10909
10910 \series bold
10911
10912 \backslash
10913 hspace{0pt}
10914 \end_layout
10915
10916 \begin_layout Standard
10917 als TeX-Code vor dem Wort ein.
10918  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
10919  Tabelle\InsetSpace ~
10920
10921 \begin_inset LatexCommand ref
10922 reference "tab:Table-with-and"
10923
10924 \end_inset
10925
10926  zeigt die Wirkungen.
10927 \end_layout
10928
10929 \begin_layout Standard
10930 \begin_inset Float table
10931 wide false
10932 sideways false
10933 status open
10934
10935 \begin_layout Standard
10936 \begin_inset Caption
10937
10938 \begin_layout Standard
10939 \begin_inset LatexCommand label
10940 name "tab:Table-with-and"
10941
10942 \end_inset
10943
10944 Tabelle ohne und mit Silbentrennung
10945 \end_layout
10946
10947 \end_inset
10948
10949
10950 \end_layout
10951
10952 \begin_layout Standard
10953 \begin_inset Tabular
10954 <lyxtabular version="3" rows="3" columns="3">
10955 <features>
10956 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10957 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10958 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10959 <row topline="true">
10960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Standard
10964 einsehrlangesZellenwort
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Standard
10973 b
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Standard
10982 c
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 </row>
10988 <row topline="true">
10989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Standard
10993 d
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Standard
11002 e
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Standard
11011 f
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 <row topline="true" bottomline="true">
11018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Standard
11022 g
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Standard
11031 h
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Standard
11040 i
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 </lyxtabular>
11047
11048 \end_inset
11049
11050
11051 \hfill
11052
11053 \begin_inset Tabular
11054 <lyxtabular version="3" rows="3" columns="3">
11055 <features>
11056 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
11057 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
11058 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
11059 <row topline="true">
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Standard
11064 \begin_inset ERT
11065 status collapsed
11066
11067 \begin_layout Standard
11068
11069
11070 \backslash
11071 hspace{0pt}
11072 \end_layout
11073
11074 \end_inset
11075
11076 einsehrlangesZellenwort
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Standard
11085 b
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Standard
11094 c
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row topline="true">
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Standard
11105 d
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Standard
11114 e
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Standard
11123 f
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 </row>
11129 <row topline="true" bottomline="true">
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Standard
11134 g
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Standard
11143 h
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Standard
11152 i
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 </row>
11158 </lyxtabular>
11159
11160 \end_inset
11161
11162
11163 \hfill
11164
11165 \begin_inset Tabular
11166 <lyxtabular version="3" rows="3" columns="3">
11167 <features>
11168 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
11169 <column alignment="center" valignment="top" leftline="true" width="0">
11170 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11171 <row topline="true">
11172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Standard
11176 ein\SpecialChar \-
11177 sehr\SpecialChar \-
11178 lan\SpecialChar \-
11179 ges\SpecialChar \-
11180 Zel\SpecialChar \-
11181 len\SpecialChar \-
11182 wort
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Standard
11191 c
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Standard
11200 d
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 <row topline="true">
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Standard
11211 d
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Standard
11220 e
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Standard
11229 f
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 </row>
11235 <row topline="true" bottomline="true">
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Standard
11240 g
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Standard
11249 h
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Standard
11258 i
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 </lyxtabular>
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \begin_layout Subsection
11277 Mehrfachspalten
11278 \begin_inset LatexCommand label
11279 name "uab:Mehrfachspalten"
11280
11281 \end_inset
11282
11283
11284 \begin_inset LatexCommand index
11285 name "Mahrfachspalten"
11286
11287 \end_inset
11288
11289
11290 \begin_inset LatexCommand index
11291 name "Tabellen ! Mahrfachspalten"
11292
11293 \end_inset
11294
11295
11296 \end_layout
11297
11298 \begin_layout Subsubsection
11299 Grundlagen
11300 \end_layout
11301
11302 \begin_layout Standard
11303 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11304  und verwenden dann den Knopf 
11305 \begin_inset Graphics
11306         filename ../../images/tabular-feature_multicolumn.png
11307         scale 70
11308         scaleBeforeRotation
11309         BoundingBox 0bp 6bp 22bp 22bp
11310
11311 \end_inset
11312
11313 in der Werkzeugleiste, das Menü 
11314 \family sans
11315 Bearbeiten\SpecialChar \menuseparator
11316 Tabelle\SpecialChar \menuseparator
11317 Mehrfachspalte
11318 \family default
11319  oder den 
11320 \family sans
11321 Tabellen-Einstellungen
11322 \family default
11323 -Dialog, in dem Sie auf der Karteikarte 
11324 \family sans
11325 Tabellen-Einstellungen
11326 \family default
11327  
11328 \family sans
11329 Mehrfachspalte
11330 \family default
11331  ankreuzen.
11332 \end_layout
11333
11334 \begin_layout Standard
11335 Mehrfachspalten haben ihre eigenen Einstellungen.
11336  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11337  Hier ist ein Beispiel, wobei 
11338 \begin_inset Quotes gld
11339 \end_inset
11340
11341 B 2
11342 \begin_inset Quotes grd
11343 \end_inset
11344
11345  keine Mehrfachzeile ist, wie in Abschnitt\InsetSpace ~
11346
11347 \begin_inset LatexCommand ref
11348 reference "uab:Mehrfachzeilen"
11349
11350 \end_inset
11351
11352  beschrieben.
11353  Es wurde nur eine Linie weggelassen:
11354 \end_layout
11355
11356 \begin_layout Standard
11357 \align center
11358 \begin_inset Tabular
11359 <lyxtabular version="3" rows="3" columns="4">
11360 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11361 <column alignment="center" valignment="top" leftline="true" width="0pt">
11362 <column alignment="center" valignment="middle" leftline="true" width="0">
11363 <column alignment="center" valignment="top" leftline="true" width="0in">
11364 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
11365 <row topline="true" bottomline="true">
11366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Standard
11370 abc
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Standard
11379 def ghi
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Standard
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Standard
11397 jkl
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 </row>
11403 <row topline="true">
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Standard
11408
11409 \family roman
11410 \series medium
11411 \shape up
11412 \size normal
11413 \emph off
11414 \bar no
11415 \noun off
11416 \color none
11417 A
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Standard
11426 B
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Standard
11435 C
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Standard
11444 D
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row topline="true" bottomline="true">
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Standard
11455 1
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Standard
11464 2
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Standard
11473 3
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Standard
11482 4
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \begin_layout Subsubsection
11496 Mehrfachspalten-Berechnungen
11497 \begin_inset LatexCommand label
11498 name "uab:Mehrfachspalten-Berechnungen"
11499
11500 \end_inset
11501
11502
11503 \begin_inset LatexCommand index
11504 name "Mahrfachspalten ! Berechnung"
11505
11506 \end_inset
11507
11508
11509 \begin_inset LatexCommand index
11510 name "Tabellen ! Mahrfachspalten ! Berechnung"
11511
11512 \end_inset
11513
11514
11515 \end_layout
11516
11517 \begin_layout Standard
11518 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11519  Zellen beachten.
11520 \end_layout
11521
11522 \begin_layout Standard
11523 \begin_inset Float table
11524 placement h
11525 wide false
11526 sideways false
11527 status open
11528
11529 \begin_layout Standard
11530 \begin_inset Caption
11531
11532 \begin_layout Standard
11533 \begin_inset LatexCommand label
11534 name "tab:Table-with-centered"
11535
11536 \end_inset
11537
11538 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11539  die halbe Breite der Mehrfachspalten-Zelle haben
11540 \begin_inset OptArg
11541 status collapsed
11542
11543 \begin_layout Standard
11544 Eine Mehrfachspalten-Tabelle
11545 \end_layout
11546
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \begin_layout Standard
11558 \align center
11559 \begin_inset Tabular
11560 <lyxtabular version="3" rows="3" columns="3">
11561 <features>
11562 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11563 <column alignment="center" valignment="middle" leftline="true" width="0">
11564 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11565 <row topline="true">
11566 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11567 \begin_inset Text
11568
11569 \begin_layout Standard
11570 Dies ist eine Mehrfach\SpecialChar \-
11571 spalten-Zelle
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Standard
11580
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Standard
11589 c
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 </row>
11595 <row topline="true">
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Standard
11600 d
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Standard
11609 e
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Standard
11618 f
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 <row topline="true" bottomline="true">
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Standard
11629 g
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Standard
11638 h
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Standard
11647 i
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 </lyxtabular>
11654
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \begin_layout Standard
11666 Um Tabelle\InsetSpace ~
11667
11668 \begin_inset LatexCommand ref
11669 reference "tab:Table-with-centered"
11670
11671 \end_inset
11672
11673  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11674  3×3-Tabelle, kreuzen im 
11675 \family sans
11676 Tabellen-Einstellungen
11677 \family default
11678 -Dialog 
11679 \family sans
11680 Mehrfachspalte
11681 \family default
11682  an, setzen die 
11683 \family sans
11684 Horizontale\InsetSpace ~
11685 Ausrichtung
11686 \family default
11687  auf 
11688 \family sans
11689 Zentriert
11690 \family default
11691  und die 
11692 \family sans
11693 Breite
11694 \family default
11695  auf 2.5\InsetSpace \thinspace{}
11696 cm.
11697  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11698  Sie die Breite der ersten Spalte auf 1.25\InsetSpace \thinspace{}
11699 cm setzen.
11700  Die zweite Spalte wird dann automatisch 1.25\InsetSpace \thinspace{}
11701 cm breit (Breite der 
11702 \family sans
11703 Mehrfachspalte
11704 \family default
11705  
11706 \begin_inset Formula $-$
11707 \end_inset
11708
11709  Breite der ersten Spalte).
11710  Dies wurde so für Tabelle\InsetSpace ~
11711
11712 \begin_inset LatexCommand ref
11713 reference "tab:Table-without-half"
11714
11715 \end_inset
11716
11717  gemacht.
11718 \end_layout
11719
11720 \begin_layout Standard
11721 \begin_inset Float table
11722 wide false
11723 sideways false
11724 status open
11725
11726 \begin_layout Standard
11727 \begin_inset Caption
11728
11729 \begin_layout Standard
11730 \begin_inset LatexCommand label
11731 name "tab:Table-without-half"
11732
11733 \end_inset
11734
11735 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11736  wie die Mehrfachspalte
11737 \begin_inset OptArg
11738 status collapsed
11739
11740 \begin_layout Standard
11741 Eine unvollkommene Mehrfachspalten-Tabelle
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \end_inset
11750
11751
11752 \end_layout
11753
11754 \begin_layout Standard
11755 \align center
11756 \begin_inset Tabular
11757 <lyxtabular version="3" rows="3" columns="3">
11758 <features>
11759 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
11760 <column alignment="center" valignment="top" leftline="true" width="0">
11761 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11762 <row topline="true" bottomline="true">
11763 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11764 \begin_inset Text
11765
11766 \begin_layout Standard
11767 Dies ist auch eine Mehr\SpecialChar \-
11768 fach\SpecialChar \-
11769 spalten-Zelle
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Standard
11778
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Standard
11787 c
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 </row>
11793 <row topline="true">
11794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Standard
11798 d
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Standard
11807 e
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Standard
11816 f
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 </row>
11822 <row topline="true" bottomline="true">
11823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Standard
11827 g
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Standard
11836 h
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Standard
11845 i
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 </row>
11851 </lyxtabular>
11852
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
11865  als die zweite ist.
11866  Das liegt daran, dass die Zellenbreite 
11867 \begin_inset Formula $W_{\mathrm{tot}}$
11868 \end_inset
11869
11870  nicht ihre definierte Breite 
11871 \begin_inset Formula $W_{g}$
11872 \end_inset
11873
11874  ist, sondern ein wenig mehr.
11875  Anhang\InsetSpace ~
11876
11877 \begin_inset LatexCommand ref
11878 reference "kap:Exläuterung-einer-Gleichung"
11879
11880 \end_inset
11881
11882  erklärt das genauer.
11883 \end_layout
11884
11885 \begin_layout Standard
11886 Wenn 
11887 \emph on
11888 n
11889 \emph default
11890  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
11891  die definierte Breite 
11892 \begin_inset Formula $W_{g\, n}$
11893 \end_inset
11894
11895  einer Spalte, deren totale Breite = 
11896 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11897 \end_inset
11898
11899  sein soll, wie folgt:
11900 \begin_inset Formula \begin{equation}
11901 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11902
11903 \end_inset
11904
11905
11906 \end_layout
11907
11908 \begin_layout Standard
11909 In unserem Falls ist 
11910 \begin_inset Formula $n=2$
11911 \end_inset
11912
11913
11914 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11915 \end_inset
11916
11917 cm, und damit wird aus Gleichung\InsetSpace ~
11918
11919 \begin_inset LatexCommand ref
11920 reference "eq:Wgn"
11921
11922 \end_inset
11923
11924  
11925 \begin_inset Formula \begin{equation}
11926 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \begin_layout Standard
11934 Damit LaTeX rechnen kann, muss das Paket 
11935 \series bold
11936 calc
11937 \series default
11938  im Vorspann geladen werden.
11939 \begin_inset LatexCommand index
11940 name "LaTeX-Pakete ! calc"
11941
11942 \end_inset
11943
11944
11945 \end_layout
11946
11947 \begin_layout Standard
11948
11949 \series bold
11950
11951 \backslash
11952 usepackage{calc}
11953 \end_layout
11954
11955 \begin_layout Standard
11956 LyX erlaubt im 
11957 \family sans
11958 Breite
11959 \family default
11960 -Feld des 
11961 \family sans
11962 Tabellen-Einstellungen
11963 \family default
11964 -Dialogs keine Berechnungen.
11965  Deshalb müssen Sie die Formel für die Breite im Feld 
11966 \family sans
11967 LaTe
11968 \begin_inset ERT
11969 status collapsed
11970
11971 \begin_layout Standard
11972
11973 {}
11974 \end_layout
11975
11976 \end_inset
11977
11978 X-Argument
11979 \family default
11980  eingeben.
11981  Hier iss ein Überblick über die Argumente:
11982 \end_layout
11983
11984 \begin_layout Itemize
11985
11986 \series bold
11987 p{Breite}
11988 \series default
11989  die Zelle bekommt eine feste 
11990 \series bold
11991 Breite
11992 \series default
11993 , und die vertikale Ausrichtung ist 
11994 \family sans
11995 Oben
11996 \end_layout
11997
11998 \begin_layout Itemize
11999
12000 \series bold
12001 m{Breite}
12002 \series default
12003  die Zelle bekommt eine feste 
12004 \series bold
12005 Breite
12006 \series default
12007 , und die vertikale Ausrichtung ist 
12008 \family sans
12009 Mitte
12010 \end_layout
12011
12012 \begin_layout Itemize
12013
12014 \series bold
12015 b{Breite}
12016 \series default
12017  die Zelle bekommt eine feste 
12018 \series bold
12019 Breite
12020 \series default
12021 , und die vertikale Ausrichtung ist 
12022 \family sans
12023 Unten
12024 \end_layout
12025
12026 \begin_layout Standard
12027 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12028  für diese Zelle überschrieben.
12029 \end_layout
12030
12031 \begin_layout Standard
12032 \begin_inset Note Greyedout
12033 status open
12034
12035 \begin_layout Standard
12036
12037 \series bold
12038 Bemerkung:
12039 \series default
12040  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12041  angezeigt.
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \begin_layout Standard
12050 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12051  der Zelle mit dem Inhalt 
12052 \begin_inset Quotes gld
12053 \end_inset
12054
12055 d
12056 \begin_inset Quotes grd
12057 \end_inset
12058
12059  der Tabelle\InsetSpace ~
12060
12061 \begin_inset LatexCommand ref
12062 reference "tab:Table-with-centered"
12063
12064 \end_inset
12065
12066  auch noch der Befehl
12067 \family typewriter
12068 \series bold
12069  
12070 \family default
12071
12072 \backslash
12073 centering
12074 \series default
12075  hinzugefügt.
12076  Das Ganze sieht dann so aus:
12077 \end_layout
12078
12079 \begin_layout Standard
12080
12081 \series bold
12082 |>{
12083 \backslash
12084 centering}m{1.25cm-6.2pt}
12085 \end_layout
12086
12087 \begin_layout Standard
12088 Der vertikale Strich 
12089 \series bold
12090
12091 \begin_inset Quotes gld
12092 \end_inset
12093
12094 |
12095 \series default
12096
12097 \begin_inset Quotes grd
12098 \end_inset
12099
12100  am Anfang zeichnet die linke Linie, und der Befehl 
12101 \series bold
12102
12103 \begin_inset Quotes gld
12104 \end_inset
12105
12106 >{ }
12107 \begin_inset Quotes grd
12108 \end_inset
12109
12110
12111 \series default
12112  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12113  der Zelle benutzt werden sollen.
12114 \end_layout
12115
12116 \begin_layout Standard
12117 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12118  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12119  für einzelne Spalten anwendet.
12120  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12121  werden:
12122 \end_layout
12123
12124 \begin_layout Standard
12125
12126 \series bold
12127 |>{
12128 \backslash
12129 centering}m{2.5cm}|
12130 \end_layout
12131
12132 \begin_layout Subsection
12133 Mehrfachzeilen
12134 \begin_inset LatexCommand label
12135 name "uab:Mehrfachzeilen"
12136
12137 \end_inset
12138
12139
12140 \begin_inset LatexCommand index
12141 name "Mehrfachzeilen"
12142
12143 \end_inset
12144
12145
12146 \begin_inset LatexCommand index
12147 name "Tabellen ! Mehrfachzeilen"
12148
12149 \end_inset
12150
12151
12152 \end_layout
12153
12154 \begin_layout Standard
12155 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12156  unterstützt, sodass etwas TeX-Code notwendig.
12157  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12158 \series bold
12159 multirow
12160 \series default
12161
12162 \begin_inset LatexCommand index
12163 name "LaTeX-Pakete ! multirow"
12164
12165 \end_inset
12166
12167  im Vorspann geladen werden:
12168 \end_layout
12169
12170 \begin_layout Standard
12171
12172 \series bold
12173
12174 \backslash
12175 usepackage{multirow}
12176 \end_layout
12177
12178 \begin_layout Standard
12179 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12180 \end_layout
12181
12182 \begin_layout Standard
12183
12184 \series bold
12185
12186 \backslash
12187 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12188 \end_layout
12189
12190 \begin_layout Standard
12191 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12192  Mehrfachspalte definiert und die obere Linie entfernt.
12193 \end_layout
12194
12195 \begin_layout Standard
12196 \align center
12197 \begin_inset ERT
12198 status collapsed
12199
12200 \begin_layout Standard
12201
12202
12203 \backslash
12204 renewcommand{
12205 \backslash
12206 multirowsetup}{
12207 \backslash
12208 centering}
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \begin_inset Tabular
12215 <lyxtabular version="3" rows="3" columns="3">
12216 <features>
12217 <column alignment="center" valignment="top" leftline="true" width="0">
12218 <column alignment="center" valignment="top" leftline="true" width="0">
12219 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12220 <row topline="true">
12221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Standard
12225 a
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Standard
12234 b
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Standard
12243 c
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 </row>
12249 <row topline="true">
12250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Standard
12254 \begin_inset ERT
12255 status collapsed
12256
12257 \begin_layout Standard
12258
12259
12260 \backslash
12261 multirow{2}{2.5cm}{
12262 \end_layout
12263
12264 \end_inset
12265
12266 Mehrfach\SpecialChar \-
12267 zeilen-Text
12268 \begin_inset ERT
12269 status collapsed
12270
12271 \begin_layout Standard
12272
12273 }
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Standard
12287 e
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Standard
12296 f
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 </row>
12302 <row topline="true" bottomline="true">
12303 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12304 \begin_inset Text
12305
12306 \begin_layout Standard
12307
12308 \end_layout
12309
12310 \end_inset
12311 </cell>
12312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12313 \begin_inset Text
12314
12315 \begin_layout Standard
12316 h
12317 \end_layout
12318
12319 \end_inset
12320 </cell>
12321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12322 \begin_inset Text
12323
12324 \begin_layout Standard
12325 i
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 </row>
12331 </lyxtabular>
12332
12333 \end_inset
12334
12335
12336 \begin_inset ERT
12337 status collapsed
12338
12339 \begin_layout Standard
12340
12341
12342 \backslash
12343 renewcommand{
12344 \backslash
12345 multirowsetup}{
12346 \backslash
12347 raggedright}
12348 \end_layout
12349
12350 \end_inset
12351
12352
12353 \end_layout
12354
12355 \begin_layout Standard
12356 In der Zelle darüber wurde dann mit dem Befehl
12357 \end_layout
12358
12359 \begin_layout Standard
12360
12361 \series bold
12362
12363 \backslash
12364 multirow{2}{2.5cm}{
12365 \end_layout
12366
12367 \begin_layout Standard
12368 als TeX-Code die Mehrfachzeile definiert.
12369  Sie besteht aus zwei Zeilen und einer Breite von 2.5\InsetSpace \thinspace{}
12370 cm.
12371  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12372  mit der Klammer 
12373 \begin_inset Quotes gld
12374 \end_inset
12375
12376
12377 \series bold
12378 }
12379 \series default
12380
12381 \begin_inset Quotes grd
12382 \end_inset
12383
12384  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12385 \end_layout
12386
12387 \begin_layout Standard
12388
12389 \series bold
12390
12391 \backslash
12392 multirow
12393 \series default
12394  richtet seinen Inhalt standardmäßig linksbündig aus.
12395  Das wurde mit dem Befehl
12396 \end_layout
12397
12398 \begin_layout Standard
12399
12400 \series bold
12401
12402 \backslash
12403 renewcommand{
12404 \backslash
12405 multirowsetup}{
12406 \backslash
12407 centering}
12408 \end_layout
12409
12410 \begin_layout Standard
12411 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12412 \end_layout
12413
12414 \begin_layout Standard
12415
12416 \series bold
12417
12418 \backslash
12419 renewcommand{
12420 \backslash
12421 multirowsetup}{
12422 \backslash
12423 raggedright}
12424 \end_layout
12425
12426 \begin_layout Standard
12427 zurückgesetzt.
12428  Für rechtsbündigen Text benutzt man 
12429 \series bold
12430
12431 \backslash
12432 raggedleft
12433 \series default
12434 .
12435 \end_layout
12436
12437 \begin_layout Section
12438 Formale Tabellen
12439 \begin_inset LatexCommand label
12440 name "abs:Formale-Tabellen"
12441
12442 \end_inset
12443
12444
12445 \begin_inset LatexCommand index
12446 name "Tabellen ! Formale"
12447
12448 \end_inset
12449
12450
12451 \end_layout
12452
12453 \begin_layout Standard
12454 Tabellen werden in Büchern oft wie Tabelle\InsetSpace ~
12455
12456 \begin_inset LatexCommand ref
12457 reference "tab:Formale-Tabelle"
12458
12459 \end_inset
12460
12461  gesetzt.
12462  Diese Tabellen werden
12463 \emph on
12464  formal
12465 \emph default
12466  genannt.
12467  Formale Tabellen bekommen Sie, wenn Sie im 
12468 \family sans
12469 Tabellen-Einstellungen
12470 \family default
12471 -Dialog auf der Karteikarte 
12472 \family sans
12473 Rahmen
12474 \family default
12475  den 
12476 \family sans
12477 Stil
12478 \family default
12479  
12480 \family sans
12481 Formal
12482 \family default
12483  ankreuzen.
12484 \end_layout
12485
12486 \begin_layout Standard
12487 \begin_inset Float table
12488 placement h
12489 wide false
12490 sideways false
12491 status open
12492
12493 \begin_layout Standard
12494 \begin_inset Caption
12495
12496 \begin_layout Standard
12497 \begin_inset LatexCommand label
12498 name "tab:Formale-Tabelle"
12499
12500 \end_inset
12501
12502 Formale Tabelle
12503 \end_layout
12504
12505 \end_inset
12506
12507
12508 \end_layout
12509
12510 \begin_layout Standard
12511 \align center
12512 \begin_inset Tabular
12513 <lyxtabular version="3" rows="8" columns="4">
12514 <features booktabs="true">
12515 <column alignment="center" valignment="top" rightline="true" width="0">
12516 <column alignment="right" valignment="top" width="0">
12517 <column alignment="right" valignment="top" width="0">
12518 <column alignment="right" valignment="top" width="0">
12519 <row topline="true">
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Standard
12524 System
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Standard
12533 Medipix
12534 \begin_inset Formula $\,$
12535 \end_inset
12536
12537 1
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Standard
12546 Medipix
12547 \begin_inset Formula $\,$
12548 \end_inset
12549
12550 2
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Standard
12559
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 </row>
12565 <row>
12566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Standard
12570 \begin_inset ERT
12571 status collapsed
12572
12573 \begin_layout Standard
12574
12575
12576 \backslash
12577 cmidrule(r){2-2}
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \begin_inset ERT
12584 status collapsed
12585
12586 \begin_layout Standard
12587
12588
12589 \backslash
12590 cmidrule(l){3-4}
12591 \end_layout
12592
12593 \end_inset
12594
12595 Detektordicke [µm]
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Standard
12604 300
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Standard
12613 300
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Standard
12622 700
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row topline="true">
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Standard
12633 Kantenwinkel [°]
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Standard
12642 3.55
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Standard
12651 2.71
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Standard
12660 7.99
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 </row>
12666 <row topspace="default">
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Standard
12671 räumliche Auflösung [µm]
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Standard
12680 4.26
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Standard
12689 10.17
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Standard
12698 10.56
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 </row>
12704 <row topspace="default">
12705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Standard
12709 MTF bei 
12710 \begin_inset Formula $f_{\mathrm{max}}$
12711 \end_inset
12712
12713
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Standard
12722 0.53
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Standard
12731 0.37
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Standard
12740 0.39
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 </row>
12746 <row topspace="default">
12747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Standard
12751 \begin_inset ERT
12752 status collapsed
12753
12754 \begin_layout Standard
12755
12756
12757 \backslash
12758 cmidrule(l{10pt}){1-1}
12759 \end_layout
12760
12761 \end_inset
12762
12763 LSF räumliche Auflösung
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Standard
12772
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Standard
12781
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Standard
12790
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 </row>
12796 <row>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Standard
12801 in µm
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Standard
12810 129.7
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Standard
12819 52.75
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Standard
12828 50.78
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 </row>
12834 <row bottomline="true">
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Standard
12839 in % der Pixelgröße
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Standard
12848 76.3
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Standard
12857 95.9
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Standard
12866 92.3
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 </row>
12872 </lyxtabular>
12873
12874 \end_inset
12875
12876
12877 \end_layout
12878
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 Abstände zu Tabellenzeilen können auf der Karteikarte 
12886 \family sans
12887 Rahmen
12888 \family default
12889  des 
12890 \family sans
12891 Tabellen-Ein\SpecialChar \-
12892 stel\SpecialChar \-
12893 lun\SpecialChar \-
12894 gen
12895 \family default
12896 -Dialogs hinzugefügt werden, wie in Abschnitt\InsetSpace ~
12897
12898 \begin_inset LatexCommand ref
12899 reference "uab:Zeilenabstand"
12900
12901 \end_inset
12902
12903  beschrieben.
12904 \end_layout
12905
12906 \begin_layout Standard
12907 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
12908  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
12909  gedruckt aber anders aus.
12910  Die erste und letzte Linie ist 0.08\InsetSpace \thinspace{}
12911 em dick, während die anderen 0.05\InsetSpace \thinspace{}
12912 em dick
12913  sind.
12914 \end_layout
12915
12916 \begin_layout Standard
12917 Die Standarddicken können im LaTeX-Vorspann geändert werden:
12918 \end_layout
12919
12920 \begin_layout Standard
12921
12922 \series bold
12923
12924 \backslash
12925 let
12926 \backslash
12927 mytoprule
12928 \backslash
12929 toprule
12930 \newline
12931
12932 \backslash
12933 renewcommand{
12934 \backslash
12935 toprule}{
12936 \backslash
12937 mytoprule[Breite]}
12938 \end_layout
12939
12940 \begin_layout Standard
12941 Dies Beispiel gilt für die oberste Linie, genannt 
12942 \series bold
12943 toprule
12944 \series default
12945 .
12946  Für die letzte müssen Sie 
12947 \series bold
12948 toprule
12949 \series default
12950  durch 
12951 \series bold
12952 bottomrule
12953 \series default
12954  ersetzen.
12955  Die Linien dazwischen heißen 
12956 \series bold
12957 midrule
12958 \series default
12959 .
12960  Für 
12961 \family sans
12962 Breite
12963 \family default
12964  können Sie alle Einheiten benutzen, die in Anhang\InsetSpace ~
12965
12966 \begin_inset LatexCommand ref
12967 reference "kap:In-LyX-verfügbare"
12968
12969 \end_inset
12970
12971  aufgelistet sind.
12972 \end_layout
12973
12974 \begin_layout Standard
12975 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
12976  eine Linie unter einer Mehrfachspalte.
12977  LyX wird intern den Befehl 
12978 \series bold
12979
12980 \backslash
12981 cmidrule
12982 \series default
12983  benutzen, um diese Linie zu drucken.
12984  Der ganze Befehl sieht so aus:
12985 \end_layout
12986
12987 \begin_layout Standard
12988
12989 \series bold
12990
12991 \backslash
12992 cmidrule[width](trim){Anfangsspalte-Endspalte}
12993 \end_layout
12994
12995 \begin_layout Standard
12996 Die 
12997 \series bold
12998
12999 \backslash
13000 cmidrule
13001 \series default
13002 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13003  benutzen.
13004  
13005 \series bold
13006
13007 \backslash
13008 cmidrule
13009 \series default
13010  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13011  erste Zelle einer Zeile einfügt.
13012  Die Linie wird dann über der Zeile gedruckt.
13013 \end_layout
13014
13015 \begin_layout Standard
13016 Der Standardwert ist 0.03\InsetSpace \thinspace{}
13017 em.
13018  Die Linie reicht von 
13019 \family typewriter
13020 Anfangsspalte
13021 \family default
13022  bis 
13023 \family typewriter
13024 End\SpecialChar \-
13025 spal\SpecialChar \-
13026 te
13027 \family default
13028 .
13029  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13030   Der optionale Parameter 
13031 \family typewriter
13032 trim
13033 \family default
13034  kann die Werte 
13035 \emph on
13036 r
13037 \emph default
13038
13039 \emph on
13040 r{Breite}
13041 \emph default
13042
13043 \emph on
13044 l
13045 \family typewriter
13046 \emph default
13047  
13048 \family default
13049 oder 
13050 \emph on
13051 l{Breite}
13052 \emph default
13053  annehmen, wobei die 
13054 \family sans
13055 Breite
13056 \family default
13057  optional ist.
13058  
13059 \emph on
13060 l{2pt}
13061 \emph default
13062  zum Beispiel bedeutet, dass die Linie links um 2\InsetSpace \thinspace{}
13063 pt gekürzt wird.
13064  Ohne Breitenangabe werden die Linien um 0.5\InsetSpace \thinspace{}
13065 em gekürzt.
13066 \end_layout
13067
13068 \begin_layout Standard
13069 \begin_inset VSpace bigskip
13070 \end_inset
13071
13072 In Tabelle\InsetSpace ~
13073
13074 \begin_inset LatexCommand ref
13075 reference "tab:Formale-Tabelle"
13076
13077 \end_inset
13078
13079  wurden die Befehle
13080 \end_layout
13081
13082 \begin_layout Standard
13083
13084 \series bold
13085
13086 \backslash
13087 cmidrule(r){2-2}
13088 \backslash
13089 cmidrule(l){3-4}
13090 \end_layout
13091
13092 \begin_layout Standard
13093 am Anfange der zweiten Zeile und
13094 \end_layout
13095
13096 \begin_layout Standard
13097
13098 \series bold
13099
13100 \backslash
13101 cmidrule(l{10pt}){1-1}
13102 \end_layout
13103
13104 \begin_layout Standard
13105 in der sechsten benutzt.
13106 \end_layout
13107
13108 \begin_layout Standard
13109 \begin_inset VSpace bigskip
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \begin_layout Standard
13116 Sie können mit 
13117 \series bold
13118
13119 \backslash
13120 cmidrule
13121 \series default
13122  auch überlappende Linien wie in Tabelle\InsetSpace ~
13123
13124 \begin_inset LatexCommand ref
13125 reference "tab:Special-booktabs-table"
13126
13127 \end_inset
13128
13129  definieren.
13130  Der Befehl ist:
13131 \end_layout
13132
13133 \begin_layout Standard
13134
13135 \series bold
13136
13137 \backslash
13138 morecmidrules
13139 \end_layout
13140
13141 \begin_layout Standard
13142 In Zeile zwei der Tabelle\InsetSpace ~
13143
13144 \begin_inset LatexCommand ref
13145 reference "tab:Special-booktabs-table"
13146
13147 \end_inset
13148
13149  wurde folgender Befehl benutzt:
13150 \end_layout
13151
13152 \begin_layout Standard
13153
13154 \series bold
13155
13156 \backslash
13157 cmidrule(r){2-2}
13158 \backslash
13159 cmidrule(l){3-4}
13160 \backslash
13161 morecmidrules
13162 \newline
13163
13164 \backslash
13165 cmidrule{2-4}
13166 \end_layout
13167
13168 \begin_layout Standard
13169 und in Zeile sechs:
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 midrule
13178 \backslash
13179 morecmidrules
13180 \backslash
13181 cmidrule{3-4}
13182 \end_layout
13183
13184 \begin_layout Standard
13185 \begin_inset VSpace bigskip
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \begin_layout Standard
13192 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13193  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13194 \end_layout
13195
13196 \begin_layout Standard
13197
13198 \series bold
13199
13200 \backslash
13201 specialrule{Dicke}{Abstand davor}{Abstand danach}
13202 \end_layout
13203
13204 \begin_layout Standard
13205 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13206 \series bold
13207 booktabs
13208 \series default
13209  
13210 \begin_inset LatexCommand cite
13211 key "booktabs"
13212
13213 \end_inset
13214
13215 .
13216 \begin_inset LatexCommand index
13217 name "LaTeX-Pakete ! booktabs"
13218
13219 \end_inset
13220
13221
13222 \end_layout
13223
13224 \begin_layout Standard
13225 \begin_inset Float table
13226 placement h
13227 wide false
13228 sideways false
13229 status open
13230
13231 \begin_layout Standard
13232 \begin_inset Caption
13233
13234 \begin_layout Standard
13235 \begin_inset LatexCommand label
13236 name "tab:Special-booktabs-table"
13237
13238 \end_inset
13239
13240 Eine spezielle formale Tabelle
13241 \end_layout
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \begin_layout Standard
13249 \align center
13250 \begin_inset Tabular
13251 <lyxtabular version="3" rows="8" columns="4">
13252 <features booktabs="true">
13253 <column alignment="center" valignment="top" width="0">
13254 <column alignment="center" valignment="top" width="0">
13255 <column alignment="right" valignment="top" width="0">
13256 <column alignment="right" valignment="top" width="0">
13257 <row topline="true">
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Standard
13262 System
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Standard
13271 Medipix\InsetSpace \thinspace{}
13272 1
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Standard
13281 Medipix\InsetSpace \thinspace{}
13282 2
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Standard
13291
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 </row>
13297 <row>
13298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Standard
13302 \begin_inset ERT
13303 status collapsed
13304
13305 \begin_layout Standard
13306
13307
13308 \backslash
13309 cmidrule(r){2-2}
13310 \end_layout
13311
13312 \end_inset
13313
13314
13315 \begin_inset ERT
13316 status collapsed
13317
13318 \begin_layout Standard
13319
13320
13321 \backslash
13322 cmidrule(l){3-4}
13323 \end_layout
13324
13325 \end_inset
13326
13327
13328 \begin_inset ERT
13329 status collapsed
13330
13331 \begin_layout Standard
13332
13333
13334 \backslash
13335 morecmidrules 
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \begin_inset ERT
13342 status collapsed
13343
13344 \begin_layout Standard
13345
13346
13347 \backslash
13348 cmidrule{2-4}
13349 \end_layout
13350
13351 \end_inset
13352
13353 Detektordicke  [µm]
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" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Standard
13371 300
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Standard
13380 700
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 </row>
13386 <row topline="true">
13387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Standard
13391 Kantenwinkel [°]
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 3,55
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Standard
13409 2,71
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Standard
13418 7,99
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 </row>
13424 <row topspace="default">
13425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Standard
13429 räumliche Auflösung [µm]
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 4,26
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Standard
13447 10,17
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Standard
13456 10,56
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 </row>
13462 <row topspace="default">
13463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Standard
13467 MTF bei 
13468 \begin_inset Formula $f_{\mathrm{max}}$
13469 \end_inset
13470
13471
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,53
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Standard
13489 0,37
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Standard
13498 0,39
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 </row>
13504 <row topline="true">
13505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Standard
13509 \begin_inset ERT
13510 status collapsed
13511
13512 \begin_layout Standard
13513
13514
13515 \backslash
13516 morecmidrules 
13517 \end_layout
13518
13519 \end_inset
13520
13521
13522 \begin_inset ERT
13523 status collapsed
13524
13525 \begin_layout Standard
13526
13527
13528 \backslash
13529 cmidrule{3-4}
13530 \end_layout
13531
13532 \end_inset
13533
13534 LSF-räumliche Auflösung
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" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Standard
13552
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Standard
13561
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 </row>
13567 <row>
13568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Standard
13572 in µm
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 129,7
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Standard
13590 52,75
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Standard
13599 50,78
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 </row>
13605 <row bottomline="true">
13606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Standard
13610 in % der Pixelgröße
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 76,3
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Standard
13628 95,9
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Standard
13637 92,3
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 </row>
13643 </lyxtabular>
13644
13645 \end_inset
13646
13647
13648 \end_layout
13649
13650 \end_inset
13651
13652
13653 \end_layout
13654
13655 \begin_layout Section
13656 Vertikale Tabellen-Ausrichtung
13657 \begin_inset LatexCommand index
13658 name "Tabellen ! Ausrichtung"
13659
13660 \end_inset
13661
13662
13663 \end_layout
13664
13665 \begin_layout Standard
13666 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13667  einer Box sein.
13668  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt\InsetSpace ~
13669
13670 \begin_inset LatexCommand ref
13671 reference "abs:Box-Dialog"
13672
13673 \end_inset
13674
13675  beschrieben.
13676 \end_layout
13677
13678 \begin_layout Standard
13679 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13680 \begin_inset Foot
13681 status collapsed
13682
13683 \begin_layout Standard
13684 Minipages werden in Abschnitt\InsetSpace ~
13685
13686 \begin_inset LatexCommand ref
13687 reference "abs:Minipage"
13688
13689 \end_inset
13690
13691  beschrieben.
13692 \end_layout
13693
13694 \end_inset
13695
13696  mit 15\InsetSpace \thinspace{}
13697 col%-Breite:
13698 \end_layout
13699
13700 \begin_layout Itemize
13701 Test 
13702 \begin_inset Box Frameless
13703 position "t"
13704 hor_pos "c"
13705 has_inner_box 1
13706 inner_pos "c"
13707 use_parbox 0
13708 width "15col%"
13709 special "none"
13710 height "1in"
13711 height_special "totalheight"
13712 status collapsed
13713
13714 \begin_layout Standard
13715 \begin_inset Tabular
13716 <lyxtabular version="3" rows="3" columns="3">
13717 <features>
13718 <column alignment="center" valignment="top" leftline="true" width="0">
13719 <column alignment="center" valignment="top" leftline="true" width="0">
13720 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13721 <row topline="true">
13722 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Standard
13726 Tabelle 1
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Standard
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Standard
13744
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 </row>
13750 <row topline="true">
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Standard
13755 b
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Standard
13764 e
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Standard
13773 h
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 </row>
13779 <row topline="true" bottomline="true">
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Standard
13784 c
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Standard
13793 f
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Standard
13802 i
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 </row>
13808 </lyxtabular>
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \end_inset
13816
13817  Test 
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Standard
13822
13823
13824 \backslash
13825 raisebox{0.85
13826 \backslash
13827 baselineskip}{
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \begin_inset Box Frameless
13834 position "t"
13835 hor_pos "c"
13836 has_inner_box 1
13837 inner_pos "c"
13838 use_parbox 0
13839 width "15col%"
13840 special "none"
13841 height "1in"
13842 height_special "totalheight"
13843 status collapsed
13844
13845 \begin_layout Standard
13846 \begin_inset Tabular
13847 <lyxtabular version="3" rows="3" columns="3">
13848 <features>
13849 <column alignment="center" valignment="top" leftline="true" width="0">
13850 <column alignment="center" valignment="top" leftline="true" width="0">
13851 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13852 <row topline="true">
13853 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Standard
13857 Tabelle 2
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Standard
13866
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Standard
13875
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 </row>
13881 <row topline="true">
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Standard
13886 b
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Standard
13895 e
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Standard
13904 h
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 </row>
13910 <row topline="true" bottomline="true">
13911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Standard
13915 c
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Standard
13924 f
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Standard
13933 i
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 </row>
13939 </lyxtabular>
13940
13941 \end_inset
13942
13943
13944 \end_layout
13945
13946 \end_inset
13947
13948
13949 \begin_inset ERT
13950 status collapsed
13951
13952 \begin_layout Standard
13953
13954 }
13955 \end_layout
13956
13957 \end_inset
13958
13959
13960 \end_layout
13961
13962 \begin_layout Itemize
13963 Test 
13964 \begin_inset Box Frameless
13965 position "c"
13966 hor_pos "c"
13967 has_inner_box 1
13968 inner_pos "c"
13969 use_parbox 0
13970 width "15col%"
13971 special "none"
13972 height "1in"
13973 height_special "totalheight"
13974 status collapsed
13975
13976 \begin_layout Standard
13977 \begin_inset Tabular
13978 <lyxtabular version="3" rows="3" columns="3">
13979 <features>
13980 <column alignment="center" valignment="top" leftline="true" width="0">
13981 <column alignment="center" valignment="top" leftline="true" width="0">
13982 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13983 <row topline="true">
13984 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Standard
13988 Tabelle 3
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Standard
13997
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Standard
14006
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 </row>
14012 <row topline="true">
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Standard
14017 b
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Standard
14026 e
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Standard
14035 h
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 </row>
14041 <row topline="true" bottomline="true">
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Standard
14046 c
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Standard
14055 f
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Standard
14064 i
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 </row>
14070 </lyxtabular>
14071
14072 \end_inset
14073
14074
14075 \end_layout
14076
14077 \end_inset
14078
14079
14080 \end_layout
14081
14082 \begin_layout Itemize
14083 Test 
14084 \begin_inset Box Frameless
14085 position "b"
14086 hor_pos "c"
14087 has_inner_box 1
14088 inner_pos "c"
14089 use_parbox 0
14090 width "15col%"
14091 special "none"
14092 height "1in"
14093 height_special "totalheight"
14094 status collapsed
14095
14096 \begin_layout Standard
14097 \begin_inset Tabular
14098 <lyxtabular version="3" rows="3" columns="3">
14099 <features>
14100 <column alignment="center" valignment="top" leftline="true" width="0">
14101 <column alignment="center" valignment="top" leftline="true" width="0">
14102 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14103 <row topline="true">
14104 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Standard
14108 Tabelle 4
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Standard
14117
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Standard
14126
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 </row>
14132 <row topline="true">
14133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Standard
14137 b
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Standard
14146 e
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14152 \begin_inset Text
14153
14154 \begin_layout Standard
14155 h
14156 \end_layout
14157
14158 \end_inset
14159 </cell>
14160 </row>
14161 <row topline="true" bottomline="true">
14162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Standard
14166 c
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Standard
14175 f
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Standard
14184 i
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 </row>
14190 </lyxtabular>
14191
14192 \end_inset
14193
14194
14195 \end_layout
14196
14197 \end_inset
14198
14199 Test 
14200 \begin_inset ERT
14201 status collapsed
14202
14203 \begin_layout Standard
14204
14205
14206 \backslash
14207 raisebox{-0.32
14208 \backslash
14209 baselineskip}{
14210 \end_layout
14211
14212 \end_inset
14213
14214
14215 \begin_inset Box Frameless
14216 position "b"
14217 hor_pos "c"
14218 has_inner_box 1
14219 inner_pos "c"
14220 use_parbox 0
14221 width "15col%"
14222 special "none"
14223 height "1in"
14224 height_special "totalheight"
14225 status collapsed
14226
14227 \begin_layout Standard
14228 \begin_inset Tabular
14229 <lyxtabular version="3" rows="3" columns="3">
14230 <features>
14231 <column alignment="center" valignment="top" leftline="true" width="0">
14232 <column alignment="center" valignment="top" leftline="true" width="0">
14233 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14234 <row topline="true">
14235 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Standard
14239 Tabelle 5
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Standard
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Standard
14257
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 </row>
14263 <row topline="true">
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Standard
14268 b
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Standard
14277 e
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Standard
14286 h
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 </row>
14292 <row topline="true" bottomline="true">
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Standard
14297 c
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Standard
14306 f
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Standard
14315 i
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 </row>
14321 </lyxtabular>
14322
14323 \end_inset
14324
14325
14326 \end_layout
14327
14328 \end_inset
14329
14330
14331 \begin_inset ERT
14332 status collapsed
14333
14334 \begin_layout Standard
14335
14336 }
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \begin_layout Standard
14345 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14346  der Textzeile nicht richtig ausgerichtet.
14347  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14348 \begin_inset Quotes gld
14349 \end_inset
14350
14351 Raisebox
14352 \begin_inset Quotes grd
14353 \end_inset
14354
14355
14356 \begin_inset Foot
14357 status collapsed
14358
14359 \begin_layout Standard
14360 Raiseboxen werden in Abschnitt\InsetSpace ~
14361
14362 \begin_inset LatexCommand ref
14363 reference "uab:Vertikale-Ausrichtung"
14364
14365 \end_inset
14366
14367  beschrieben.
14368 \end_layout
14369
14370 \end_inset
14371
14372  setzen.
14373  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14374  Befehl
14375 \end_layout
14376
14377 \begin_layout Standard
14378
14379 \series bold
14380
14381 \backslash
14382 raisebox{0.85
14383 \backslash
14384 baselineskip}{
14385 \end_layout
14386
14387 \begin_layout Standard
14388 vor der Box ausgerichtet.
14389  Hinter der Box wurde auch noch 
14390 \series bold
14391 }
14392 \series default
14393  als TeX-Code eingefügt, weil der obige Befehl mit 
14394 \series bold
14395 {
14396 \series default
14397  aufhörte.
14398  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14399 \end_layout
14400
14401 \begin_layout Standard
14402
14403 \series bold
14404
14405 \backslash
14406 raisebox{-0.32
14407 \backslash
14408 baselineskip}{
14409 \end_layout
14410
14411 \begin_layout Standard
14412 benutzt.
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset Note Greyedout
14417 status open
14418
14419 \begin_layout Standard
14420
14421 \series bold
14422 Bemerkung:
14423 \series default
14424  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14425  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14426  Der Faktor im 
14427 \series bold
14428
14429 \backslash
14430 raisebox
14431 \series default
14432 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \begin_layout Section
14441 Farbige Tabellen
14442 \begin_inset LatexCommand label
14443 name "abs:Farbige-Tabellen"
14444
14445 \end_inset
14446
14447
14448 \begin_inset LatexCommand index
14449 name "Tabellen ! farbige"
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Subsection
14457 Farbige Zellen
14458 \begin_inset LatexCommand index
14459 name "farbige !  Tabellenzellen"
14460
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \begin_layout Standard
14467 \begin_inset Float table
14468 placement h
14469 wide false
14470 sideways false
14471 status open
14472
14473 \begin_layout Standard
14474 \begin_inset Caption
14475
14476 \begin_layout Standard
14477 \begin_inset LatexCommand label
14478 name "tab:Farbige-Tabelle-ohne"
14479
14480 \end_inset
14481
14482 Farbige Tabelle, ohne Paket 
14483 \series bold
14484 colortbl
14485 \series default
14486
14487 \begin_inset OptArg
14488 status collapsed
14489
14490 \begin_layout Standard
14491 Tabelle ohne 
14492 \family typewriter
14493 colortbl
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \begin_layout Standard
14507 \align center
14508 \begin_inset Tabular
14509 <lyxtabular version="3" rows="3" columns="3">
14510 <features>
14511 <column alignment="center" valignment="top" leftline="true" width="0">
14512 <column alignment="center" valignment="top" leftline="true" width="0">
14513 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14514 <row topline="true">
14515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14516 \begin_inset Text
14517
14518 \begin_layout Standard
14519
14520 \color green
14521 a
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Standard
14530
14531 \color red
14532 b
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Standard
14541
14542 \color red
14543 c
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 </row>
14549 <row topline="true">
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Standard
14554
14555 \color green
14556 d
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Standard
14565
14566 \color blue
14567 e
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Standard
14576
14577 \color blue
14578 f
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 <row topline="true" bottomline="true">
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Standard
14589
14590 \color green
14591 g
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Standard
14600
14601 \color blue
14602 h
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Standard
14611
14612 \color blue
14613 i
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 </row>
14619 </lyxtabular>
14620
14621 \end_inset
14622
14623
14624 \end_layout
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \begin_layout Standard
14632 \begin_inset LatexCommand label
14633 name "Wenn-Sie-nur"
14634
14635 \end_inset
14636
14637 Wenn Sie nur farbigen Text
14638 \begin_inset LatexCommand index
14639 name "Farbe ! für Text"
14640
14641 \end_inset
14642
14643  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14644  auf den Werkzeugleistenknopf 
14645 \begin_inset Graphics
14646         filename ../../images/dialog-show_character.png
14647         scale 70
14648         scaleBeforeRotation
14649         BoundingBox 0bp 6bp 22bp 22bp
14650
14651 \end_inset
14652
14653  oder über das Menü 
14654 \family sans
14655 Bearbeiten\SpecialChar \menuseparator
14656 Textstil\SpecialChar \menuseparator
14657 Benutzerdefiniert
14658 \family default
14659  mit dem 
14660 \family sans
14661 Textstil
14662 \family default
14663 -Dialog wie es in Tabelle\InsetSpace ~
14664
14665 \begin_inset LatexCommand ref
14666 reference "tab:Farbige-Tabelle-ohne"
14667
14668 \end_inset
14669
14670  gemacht wurde.
14671  In anderen Fällen müssen Sie das LaTeX-Paket 
14672 \series bold
14673 colortbl
14674 \series default
14675  benutzen.
14676 \begin_inset LatexCommand index
14677 name "LaTeX-Pakete ! colortbl"
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Standard
14685 \begin_inset ERT
14686 status collapsed
14687
14688 \begin_layout Standard
14689
14690
14691 \backslash
14692 ifcolortbl
14693 \end_layout
14694
14695 \end_inset
14696
14697
14698 \begin_inset Note Note
14699 status open
14700
14701 \begin_layout Standard
14702 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
14703 \series bold
14704 colortbl
14705 \series default
14706  installiert ist.
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \begin_layout Standard
14715 Um farbige Tabellen zu erzeugen, muss 
14716 \series bold
14717 colortbl
14718 \series default
14719  im LaTeX-Vorspann geladen werden:
14720 \end_layout
14721
14722 \begin_layout Standard
14723
14724 \series bold
14725
14726 \backslash
14727 usepackage{colortbl}
14728 \end_layout
14729
14730 \begin_layout Standard
14731 Die Farbe einer Spalte ändert man dann mit dem Befehl
14732 \end_layout
14733
14734 \begin_layout Standard
14735
14736 \series bold
14737
14738 \backslash
14739 columncolor{Farbname}
14740 \end_layout
14741
14742 \begin_layout Standard
14743 innerhalb des Befehls 
14744 \series bold
14745 >{}
14746 \series default
14747 .
14748  Mehr über den Befehl 
14749 \series bold
14750 >{}
14751 \series default
14752  finden Sie im Abschnitt\InsetSpace ~
14753
14754 \begin_inset LatexCommand ref
14755 reference "uab:Mehrfachspalten-Berechnungen"
14756
14757 \end_inset
14758
14759 .
14760 \end_layout
14761
14762 \begin_layout Standard
14763 Folgende Farbnamen sind vordefiniert:
14764 \end_layout
14765
14766 \begin_layout Standard
14767
14768 \family sans
14769 red
14770 \family default
14771
14772 \family sans
14773 green
14774 \family default
14775
14776 \family sans
14777 yellow
14778 \family default
14779
14780 \family sans
14781 blue
14782 \family default
14783
14784 \family sans
14785 cyan
14786 \family default
14787
14788 \family sans
14789 magenta
14790 \family default
14791
14792 \family sans
14793 black
14794 \family default
14795  und 
14796 \family sans
14797 white
14798 \newline
14799 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
14800 \family default
14801 und
14802 \family sans
14803  weiß)
14804 \end_layout
14805
14806 \begin_layout Standard
14807 \begin_inset VSpace medskip
14808 \end_inset
14809
14810
14811 \end_layout
14812
14813 \begin_layout Standard
14814 Sie können auch eigene Farben definieren:
14815 \end_layout
14816
14817 \begin_layout Standard
14818
14819 \series bold
14820
14821 \backslash
14822 definecolor{Farbname}{Farbmodell}{Farbwerte}
14823 \end_layout
14824
14825 \begin_layout Standard
14826 Das Farbmodell kann eins der folgenden sein:
14827 \end_layout
14828
14829 \begin_layout Labeling
14830 \labelwidthstring 00.00.0000
14831 cmyk: cyan, magenta, yellow, black
14832 \end_layout
14833
14834 \begin_layout Labeling
14835 \labelwidthstring 00.00.0000
14836 rgb: red, green blue
14837 \end_layout
14838
14839 \begin_layout Labeling
14840 \labelwidthstring 00.00.0000
14841 gray: gray
14842 \end_layout
14843
14844 \begin_layout Standard
14845 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
14846  die die entsprechende Farbe für das Farbmodell beschreiben.
14847 \end_layout
14848
14849 \begin_layout Standard
14850 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
14851 \emph on
14852
14853 \begin_inset Quotes gld
14854 \end_inset
14855
14856 dunkelgruen
14857 \emph default
14858
14859 \begin_inset Quotes grd
14860 \end_inset
14861
14862  und 
14863 \begin_inset Quotes gld
14864 \end_inset
14865
14866
14867 \emph on
14868 hellgrau
14869 \emph default
14870
14871 \begin_inset Quotes grd
14872 \end_inset
14873
14874  folgendermaßen definieren:
14875 \end_layout
14876
14877 \begin_layout Standard
14878
14879 \series bold
14880
14881 \backslash
14882 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
14883 \end_layout
14884
14885 \begin_layout Standard
14886
14887 \series bold
14888
14889 \backslash
14890 definecolor{hellgrau}{gray}{0.8}
14891 \end_layout
14892
14893 \begin_layout Standard
14894 \begin_inset VSpace medskip
14895 \end_inset
14896
14897
14898 \end_layout
14899
14900 \begin_layout Standard
14901 Linien werden mit dem Befehl
14902 \end_layout
14903
14904 \begin_layout Standard
14905
14906 \series bold
14907
14908 \backslash
14909 rowcolor{Farbname}
14910 \end_layout
14911
14912 \begin_layout Standard
14913 gefärbt, Zellen mit dem Befehl
14914 \end_layout
14915
14916 \begin_layout Standard
14917
14918 \series bold
14919
14920 \backslash
14921 cellcolor{Farbname}
14922 \end_layout
14923
14924 \begin_layout Standard
14925 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
14926 \end_layout
14927
14928 \begin_layout Standard
14929 Um nur Text zu färben, machen Sie es wie 
14930 \begin_inset LatexCommand vpageref
14931 reference "Wenn-Sie-nur"
14932
14933 \end_inset
14934
14935  beschrieben.
14936  Wenn die Zelle aber TeX-Code zum Färben enthält, 
14937 \emph on
14938 markieren Sie nur den Text
14939 \emph default
14940 , sonst werden die ERTs LaTeX-Fehler erzeugen.
14941 \end_layout
14942
14943 \begin_layout Standard
14944 \begin_inset Note Greyedout
14945 status open
14946
14947 \begin_layout Standard
14948
14949 \series bold
14950 Achtung:
14951 \series default
14952  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \begin_layout Standard
14961 \begin_inset VSpace medskip
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \begin_layout Standard
14968 Die Tabelle\InsetSpace ~
14969
14970 \begin_inset LatexCommand ref
14971 reference "tab:Table-colored-using"
14972
14973 \end_inset
14974
14975  wurde folgendermaßen erstellt: die erste Spalte soll 
14976 \emph on
14977
14978 \begin_inset Quotes gld
14979 \end_inset
14980
14981 dunkelgruen
14982 \emph default
14983
14984 \begin_inset Quotes grd
14985 \end_inset
14986
14987  werden, also müssen Sie ins 
14988 \family sans
14989 LaTe
14990 \begin_inset ERT
14991 status collapsed
14992
14993 \begin_layout Standard
14994
14995 {}
14996 \end_layout
14997
14998 \end_inset
14999
15000 X-Argument
15001 \family default
15002  der Zellen der ersten Spalte den Befehl
15003 \end_layout
15004
15005 \begin_layout Standard
15006
15007 \series bold
15008 >{
15009 \backslash
15010 columncolor{dunkelgruen}
15011 \backslash
15012 centering}c
15013 \end_layout
15014
15015 \begin_layout Standard
15016 schreiben.
15017  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15018 \end_layout
15019
15020 \begin_layout Standard
15021
15022 \series bold
15023
15024 \backslash
15025 rowcolow{cyan}
15026 \end_layout
15027
15028 \begin_layout Standard
15029 in die erste Zelle der ersten Zeile eingefügt.
15030  Diese Farbe ersetzt die Spaltenfarbe.
15031  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15032  wird mit folgendem Befehl erreicht:
15033 \end_layout
15034
15035 \begin_layout Standard
15036
15037 \series bold
15038
15039 \backslash
15040 cellcolor{magenta}
15041 \end_layout
15042
15043 \begin_layout Standard
15044 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15045 \family sans
15046 Textstil
15047 \family default
15048 -Dialog.
15049 \end_layout
15050
15051 \begin_layout Standard
15052 \begin_inset Float table
15053 placement h
15054 wide false
15055 sideways false
15056 status open
15057
15058 \begin_layout Standard
15059 \begin_inset Caption
15060
15061 \begin_layout Standard
15062 \begin_inset LatexCommand label
15063 name "tab:Table-colored-using"
15064
15065 \end_inset
15066
15067 Eine mit dem Paket 
15068 \series bold
15069 colortbl
15070 \series default
15071  gefärbte Tabelle
15072 \begin_inset OptArg
15073 status collapsed
15074
15075 \begin_layout Standard
15076 Tabelle mit 
15077 \family typewriter
15078 colortbl
15079 \end_layout
15080
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \begin_layout Standard
15092 \align center
15093 \begin_inset Tabular
15094 <lyxtabular version="3" rows="3" columns="3">
15095 <features>
15096 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15097 <column alignment="center" valignment="top" width="0">
15098 <column alignment="center" valignment="top" width="0">
15099 <row>
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Standard
15104 \begin_inset ERT
15105 status collapsed
15106
15107 \begin_layout Standard
15108
15109
15110 \backslash
15111 rowcolor{cyan}
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \color magenta
15118 a
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Standard
15127
15128 \color red
15129 b
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Standard
15138
15139 \color red
15140 c
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 </row>
15146 <row>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Standard
15151
15152 \color yellow
15153 d
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Standard
15162
15163 \color blue
15164 e
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Standard
15173
15174 \color blue
15175 f
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 </row>
15181 <row>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Standard
15186
15187 \color yellow
15188 g
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Standard
15197
15198 \color blue
15199 h
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Standard
15208 \begin_inset ERT
15209 status collapsed
15210
15211 \begin_layout Standard
15212
15213
15214 \backslash
15215 cellcolor{magenta}
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \color green
15222 i
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 </row>
15228 </lyxtabular>
15229
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \begin_layout Standard
15241 \begin_inset ERT
15242 status collapsed
15243
15244 \begin_layout Standard
15245
15246
15247 \backslash
15248 else
15249 \end_layout
15250
15251 \end_inset
15252
15253
15254 \begin_inset Note Note
15255 status open
15256
15257 \begin_layout Standard
15258 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15259 \series bold
15260 colortbl
15261 \series default
15262  nicht installiert ist:
15263 \end_layout
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \begin_layout Standard
15271 Sie müssen das LaTeX-Paket 
15272 \series bold
15273 colortbl
15274 \series default
15275  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15276 \end_layout
15277
15278 \begin_layout Standard
15279 \begin_inset ERT
15280 status collapsed
15281
15282 \begin_layout Standard
15283
15284
15285 \backslash
15286 fi
15287 \end_layout
15288
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \begin_layout Subsection
15295 Farbige Linien
15296 \begin_inset LatexCommand index
15297 name "farbige !  Tabellenlinien"
15298
15299 \end_inset
15300
15301
15302 \end_layout
15303
15304 \begin_layout Standard
15305 Wie in Abschnitt\InsetSpace ~
15306
15307 \begin_inset LatexCommand ref
15308 reference "uab:Liniendicke"
15309
15310 \end_inset
15311
15312  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15313 \series bold
15314
15315 \backslash
15316 arrayrulewidth
15317 \series default
15318  definiert werden.
15319  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5\InsetSpace \thinspace{}
15320 pt gesetzt.
15321 \begin_inset ERT
15322 status collapsed
15323
15324 \begin_layout Standard
15325
15326
15327 \backslash
15328 setlength{
15329 \backslash
15330 arrayrulewidth}{1.5pt}
15331 \end_layout
15332
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \begin_layout Standard
15339 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15340 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt\InsetSpace ~
15341
15342 \begin_inset LatexCommand ref
15343 reference "uab:Angepasste-Zellen/Spaltenformat"
15344
15345 \end_inset
15346
15347  definiert:
15348 \end_layout
15349
15350 \begin_layout Standard
15351
15352 \series bold
15353
15354 \backslash
15355 newcolumntype{W}{!{
15356 \backslash
15357 color{green}
15358 \backslash
15359 vline}}
15360 \end_layout
15361
15362 \begin_layout Standard
15363 In Tabelle\InsetSpace ~
15364
15365 \begin_inset LatexCommand ref
15366 reference "tab:Tabelle-mit-farbigen-vert"
15367
15368 \end_inset
15369
15370  wurde das LaTeX-Argument 
15371 \series bold
15372 WcW
15373 \series default
15374  für die letzte und 
15375 \series bold
15376 Wc
15377 \series default
15378  für die anderen Spalten benutzt.
15379 \end_layout
15380
15381 \begin_layout Standard
15382 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15383 \end_layout
15384
15385 \begin_layout Standard
15386 \begin_inset Float table
15387 placement h
15388 wide false
15389 sideways false
15390 status open
15391
15392 \begin_layout Standard
15393 \begin_inset Caption
15394
15395 \begin_layout Standard
15396 \begin_inset LatexCommand label
15397 name "tab:Tabelle-mit-farbigen-vert"
15398
15399 \end_inset
15400
15401 Tabelle mit farbigen vertikalen Linien
15402 \end_layout
15403
15404 \end_inset
15405
15406
15407 \end_layout
15408
15409 \begin_layout Standard
15410 \align center
15411 \begin_inset Tabular
15412 <lyxtabular version="3" rows="3" columns="3">
15413 <features>
15414 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15415 <column alignment="center" valignment="top" width="0" special="Wc">
15416 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15417 <row topline="true">
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Standard
15422 sd
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Standard
15431
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Standard
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 </row>
15446 <row topline="true">
15447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Standard
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Standard
15460 sd
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Standard
15469
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 </row>
15475 <row topline="true" bottomline="true">
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Standard
15480
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Standard
15489
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Standard
15498 sd
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 </row>
15504 </lyxtabular>
15505
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \begin_layout Standard
15517 \begin_inset VSpace bigskip
15518 \end_inset
15519
15520 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle\InsetSpace ~
15521
15522 \begin_inset LatexCommand ref
15523 reference "tab:Tabelle-mit-farbigen-horiz"
15524
15525 \end_inset
15526
15527 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15528  einfügen:
15529 \end_layout
15530
15531 \begin_layout Standard
15532
15533 \series bold
15534
15535 \backslash
15536 let
15537 \backslash
15538 myHlineC
15539 \backslash
15540 hline
15541 \newline
15542
15543 \backslash
15544 renewcommand{
15545 \backslash
15546 hline}
15547 \newline
15548
15549 \begin_inset ERT
15550 status collapsed
15551
15552 \begin_layout Standard
15553
15554
15555 \backslash
15556 hphantom{ }
15557 \end_layout
15558
15559 \end_inset
15560
15561 {
15562 \backslash
15563 arrayrulecolor{red}
15564 \backslash
15565 myHlineC
15566 \backslash
15567 arrayrulecolor{black}}
15568 \end_layout
15569
15570 \begin_layout Standard
15571 \begin_inset ERT
15572 status collapsed
15573
15574 \begin_layout Standard
15575
15576
15577 \backslash
15578 let
15579 \backslash
15580 myHlineC
15581 \backslash
15582 hline
15583 \end_layout
15584
15585 \begin_layout Standard
15586
15587
15588 \backslash
15589 renewcommand{
15590 \backslash
15591 hline}
15592 \end_layout
15593
15594 \begin_layout Standard
15595
15596  {
15597 \backslash
15598 arrayrulecolor{red}
15599 \backslash
15600 myHlineC
15601 \backslash
15602 arrayrulecolor{black}}
15603 \end_layout
15604
15605 \end_inset
15606
15607
15608 \begin_inset Float table
15609 wide false
15610 sideways false
15611 status open
15612
15613 \begin_layout Standard
15614 \begin_inset Caption
15615
15616 \begin_layout Standard
15617 \begin_inset LatexCommand label
15618 name "tab:Tabelle-mit-farbigen-horiz"
15619
15620 \end_inset
15621
15622 Tabelle mit farbigen horizontalen Linien
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 \align center
15632 \begin_inset Tabular
15633 <lyxtabular version="3" rows="3" columns="3">
15634 <features>
15635 <column alignment="center" valignment="top" leftline="true" width="0">
15636 <column alignment="center" valignment="top" leftline="true" width="0">
15637 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15638 <row topline="true">
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Standard
15643 sd
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Standard
15652
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Standard
15661
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 <row topline="true">
15668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Standard
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Standard
15681 sd
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Standard
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row topline="true" bottomline="true">
15697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Standard
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Standard
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Standard
15719 sd
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 </lyxtabular>
15726
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \begin_layout Standard
15738 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
15739  als TeX-Code hinter der Tabelle einfügen:
15740 \end_layout
15741
15742 \begin_layout Standard
15743
15744 \series bold
15745
15746 \backslash
15747 renewcommand{
15748 \backslash
15749 hline}{
15750 \backslash
15751 myHlineC}
15752 \end_layout
15753
15754 \begin_layout Standard
15755 Tabelle\InsetSpace ~
15756
15757 \begin_inset LatexCommand ref
15758 reference "tab:Table-with-colored"
15759
15760 \end_inset
15761
15762  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
15763 \end_layout
15764
15765 \begin_layout Standard
15766 \begin_inset Float table
15767 placement h
15768 wide false
15769 sideways false
15770 status open
15771
15772 \begin_layout Standard
15773 \begin_inset Caption
15774
15775 \begin_layout Standard
15776 \begin_inset LatexCommand label
15777 name "tab:Table-with-colored"
15778
15779 \end_inset
15780
15781 Tabelle mit farbigen Linien
15782 \end_layout
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \align center
15791 \begin_inset Tabular
15792 <lyxtabular version="3" rows="3" columns="3">
15793 <features>
15794 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15795 <column alignment="center" valignment="top" width="0" special="Wc">
15796 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15797 <row topline="true">
15798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Standard
15802 sd
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Standard
15811
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Standard
15820
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 </row>
15826 <row topline="true">
15827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Standard
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Standard
15840 sd
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Standard
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 </row>
15855 <row topline="true" bottomline="true" topspace="default">
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Standard
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Standard
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Standard
15878 sd
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 </row>
15884 </lyxtabular>
15885
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \end_inset
15892
15893
15894 \end_layout
15895
15896 \begin_layout Standard
15897 \begin_inset ERT
15898 status collapsed
15899
15900 \begin_layout Standard
15901
15902
15903 \backslash
15904 renewcommand{
15905 \backslash
15906 hline}{
15907 \backslash
15908 myHlineC}
15909 \end_layout
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset ERT
15918 status collapsed
15919
15920 \begin_layout Standard
15921
15922
15923 \backslash
15924 setlength{
15925 \backslash
15926 arrayrulewidth}{0.4pt}
15927 \end_layout
15928
15929 \end_inset
15930
15931
15932 \begin_inset Note Note
15933 status collapsed
15934
15935 \begin_layout Standard
15936 setzt die Liniendicke wieder auf ihren Standardwert zurück
15937 \end_layout
15938
15939 \end_inset
15940
15941
15942 \end_layout
15943
15944 \begin_layout Section
15945 Tabellen-Anpassung
15946 \begin_inset LatexCommand index
15947 name "Tabellen ! Anpassung"
15948
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \begin_layout Subsection
15955 Zeilenabstand
15956 \begin_inset LatexCommand label
15957 name "uab:Zeilenabstand"
15958
15959 \end_inset
15960
15961
15962 \begin_inset LatexCommand index
15963 name "Tabellen ! Zeilenabstand"
15964
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \begin_layout Standard
15971 Auf der Karteikarte 
15972 \family sans
15973 Rahmen
15974 \family default
15975  des 
15976 \family sans
15977 Tabellen-Einstellungen
15978 \family default
15979 -Dialogs können Sie 
15980 \family sans
15981 zusätzliche\InsetSpace ~
15982 Abstände
15983 \family default
15984  einfügen.
15985  Dabei haben Sie drei Möglichkeiten:
15986 \end_layout
15987
15988 \begin_layout Description
15989 Oberhalb\InsetSpace ~
15990 der\InsetSpace ~
15991 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
15992  Bei einer formalen Tabelle
15993 \begin_inset Foot
15994 status collapsed
15995
15996 \begin_layout Standard
15997 Formale Tabellen wurden in Abschnitt\InsetSpace ~
15998
15999 \begin_inset LatexCommand ref
16000 reference "abs:Formale-Tabellen"
16001
16002 \end_inset
16003
16004  beschrieben.
16005 \end_layout
16006
16007 \end_inset
16008
16009  fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16010 em Leerraum ein.
16011  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16012 \begin_inset VSpace medskip
16013 \end_inset
16014
16015
16016 \newline
16017
16018 \begin_inset ERT
16019 status collapsed
16020
16021 \begin_layout Standard
16022
16023
16024 \backslash
16025 hspace*{0pt}
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \hfill
16032
16033 \begin_inset Tabular
16034 <lyxtabular version="3" rows="3" columns="1">
16035 <features>
16036 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16037 <row topline="true">
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Standard
16042 A
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row topline="true" topspace="3mm">
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Standard
16053 3\InsetSpace \thinspace{}
16054 mm Leerraum oberhalb der Zeile
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 </row>
16060 <row topline="true" bottomline="true">
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Standard
16065 C
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 </lyxtabular>
16072
16073 \end_inset
16074
16075
16076 \hfill
16077
16078 \begin_inset ERT
16079 status collapsed
16080
16081 \begin_layout Standard
16082
16083
16084 \backslash
16085 hspace*{0pt}
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \begin_inset VSpace medskip
16092 \end_inset
16093
16094
16095 \newline
16096 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16097 n Linien verwenden.
16098 \end_layout
16099
16100 \begin_layout Description
16101 Unterhalb\InsetSpace ~
16102 der\InsetSpace ~
16103 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum
16104  ein.
16105  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16106 em Leerraum ein.
16107  Bei normalen Tabellen ist der Standardwert 2\InsetSpace \thinspace{}
16108 pt.
16109 \end_layout
16110
16111 \begin_layout Description
16112 Zwischen\InsetSpace ~
16113 den\InsetSpace ~
16114 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16115  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16116 em Leerraum ein.
16117  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16118 \begin_inset VSpace medskip
16119 \end_inset
16120
16121
16122 \newline
16123
16124 \begin_inset ERT
16125 status collapsed
16126
16127 \begin_layout Standard
16128
16129
16130 \backslash
16131 hspace*{0pt}
16132 \end_layout
16133
16134 \end_inset
16135
16136
16137 \hfill
16138
16139 \begin_inset Tabular
16140 <lyxtabular version="3" rows="3" columns="1">
16141 <features>
16142 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16143 <row topline="true">
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Standard
16148 A
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 </row>
16154 <row topline="true" interlinespace="3mm">
16155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Standard
16159 \begin_inset Formula $\downarrow$
16160 \end_inset
16161
16162  3\InsetSpace \thinspace{}
16163 mm Leerraum zwischen den Zeilen 
16164 \begin_inset Formula $\downarrow$
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 </row>
16173 <row topline="true" bottomline="true">
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Standard
16178 \begin_inset Formula $\uparrow$
16179 \end_inset
16180
16181  3\InsetSpace \thinspace{}
16182 mm Leerraum zwischen den Zeilen 
16183 \begin_inset Formula $\uparrow$
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 </lyxtabular>
16193
16194 \end_inset
16195
16196
16197 \hfill
16198
16199 \begin_inset ERT
16200 status collapsed
16201
16202 \begin_layout Standard
16203
16204
16205 \backslash
16206 hspace*{0pt}
16207 \end_layout
16208
16209 \end_inset
16210
16211
16212 \begin_inset VSpace medskip
16213 \end_inset
16214
16215
16216 \newline
16217 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16218 n Linien verwenden.
16219 \end_layout
16220
16221 \begin_layout Standard
16222 \begin_inset VSpace bigskip
16223 \end_inset
16224
16225 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16226  Befehlen im LaTeX-Vorspann machen:
16227 \end_layout
16228
16229 \begin_layout Standard
16230
16231 \series bold
16232
16233 \backslash
16234 @ifundef\SpecialChar \textcompwordmark{}
16235 ined{extrarowheight}
16236 \newline
16237
16238 \begin_inset ERT
16239 status collapsed
16240
16241 \begin_layout Standard
16242
16243
16244 \backslash
16245 hphantom{ }
16246 \end_layout
16247
16248 \end_inset
16249
16250 {
16251 \backslash
16252 usepackage{array}}{}
16253 \newline
16254
16255 \backslash
16256 setlength{
16257 \backslash
16258 extrarowheight}{Höhe}
16259 \end_layout
16260
16261 \begin_layout Standard
16262 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16263  ausgerichtet sind.
16264  (Das Paket 
16265 \series bold
16266 array
16267 \series default
16268  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16269  verwenden.
16270  Der Befehl 
16271 \series bold
16272
16273 \backslash
16274 @ifundef\SpecialChar \textcompwordmark{}
16275 ined
16276 \series default
16277  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16278 \end_layout
16279
16280 \begin_layout Subsection
16281 Besondere Zellenausrichtung
16282 \begin_inset LatexCommand index
16283 name "Tabellen ! Zellenausrichtung"
16284
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \begin_layout Standard
16291 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16292  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle\InsetSpace ~
16293
16294 \begin_inset LatexCommand ref
16295 reference "tab:Tabellenzellen-sind-auf"
16296
16297 \end_inset
16298
16299 .
16300 \end_layout
16301
16302 \begin_layout Standard
16303 \begin_inset Float table
16304 placement h
16305 wide false
16306 sideways false
16307 status open
16308
16309 \begin_layout Standard
16310 \begin_inset Caption
16311
16312 \begin_layout Standard
16313 \begin_inset LatexCommand label
16314 name "tab:Tabellenzellen-sind-auf"
16315
16316 \end_inset
16317
16318 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16319 \end_layout
16320
16321 \end_inset
16322
16323
16324 \end_layout
16325
16326 \begin_layout Standard
16327 \align center
16328 \begin_inset Tabular
16329 <lyxtabular version="3" rows="4" columns="2">
16330 <features>
16331 <column alignment="right" valignment="top" width="0">
16332 <column alignment="left" valignment="top" width="0" special="@{}l">
16333 <row bottomline="true">
16334 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Standard
16338 Überschrift
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Standard
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Standard
16358 12.
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Standard
16367 6
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 </row>
16373 <row>
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Standard
16378 0.
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Standard
16387 68
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 </row>
16393 <row>
16394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Standard
16398 -123.
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Standard
16407 0
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 </row>
16413 </lyxtabular>
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \end_inset
16421
16422
16423 \end_layout
16424
16425 \begin_layout Standard
16426 Diese Tabelle wurde als 4×2 Tabelle erstellt.
16427  Die Überschrift ist eine zentrierte Mehrfachspalte.
16428  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
16429  der Zahlen einschließlich Dezimalpunkt.
16430  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
16431  der Zahlen.
16432   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
16433 \family sans
16434 LaTe
16435 \begin_inset ERT
16436 status collapsed
16437
16438 \begin_layout Standard
16439
16440 {}
16441 \end_layout
16442
16443 \end_inset
16444
16445 X-Argument
16446 \family default
16447  für die zweite Spalte folgendes eingefügt:
16448 \end_layout
16449
16450 \begin_layout Standard
16451
16452 \series bold
16453 @{}l
16454 \end_layout
16455
16456 \begin_layout Standard
16457 Tabelle\InsetSpace ~
16458
16459 \begin_inset LatexCommand ref
16460 reference "tab:Verschiedene-Ausrichtungen"
16461
16462 \end_inset
16463
16464  zeigt einige Ausrichtungen.
16465  Für die Ausrichtung der Relationen müssen Sie den 
16466 \family sans
16467 Mittleren\InsetSpace ~
16468 Abstand
16469 \family default
16470  aus der 
16471 \family sans
16472 Mathe-Werkzeugleiste
16473 \family default
16474  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
16475  rechts vom Relationszeichen zu bekommen.
16476 \end_layout
16477
16478 \begin_layout Standard
16479
16480 \color black
16481 \begin_inset Float table
16482 placement h
16483 wide false
16484 sideways false
16485 status open
16486
16487 \begin_layout Standard
16488
16489 \color black
16490 \begin_inset Caption
16491
16492 \begin_layout Standard
16493
16494 \color black
16495 \begin_inset LatexCommand label
16496 name "tab:Verschiedene-Ausrichtungen"
16497
16498 \end_inset
16499
16500
16501 \color inherit
16502 Verschiedene Ausrichtungen
16503 \end_layout
16504
16505 \end_inset
16506
16507
16508 \end_layout
16509
16510 \begin_layout Standard
16511 \align center
16512
16513 \color black
16514 \begin_inset Tabular
16515 <lyxtabular version="3" rows="4" columns="6">
16516 <features>
16517 <column alignment="right" valignment="top" width="0">
16518 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16519 <column alignment="right" valignment="top" width="0">
16520 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16521 <column alignment="right" valignment="top" width="0">
16522 <column alignment="left" valignment="top" width="0" special="@{}l">
16523 <row bottomline="true">
16524 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Standard
16528 Einheiten
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Standard
16537
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Standard
16546 Exponenten
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Standard
16555
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Standard
16564 Relationen
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Standard
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
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 12×
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Standard
16595
16596 \color black
16597 24\InsetSpace \thinspace{}
16598
16599 \color inherit
16600 Flaschen
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Standard
16609
16610 \color black
16611 \begin_inset Formula $10\cdot$
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Standard
16623
16624 \color black
16625 \begin_inset Formula $10^{\mbox{-}17}$
16626 \end_inset
16627
16628
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Standard
16637
16638 \color black
16639 \begin_inset Formula $\Gamma(t)\propto$
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Standard
16651
16652 \color black
16653 \begin_inset Formula $\:\Upsilon(t)$
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Standard
16667
16668 \color black
16669 1024×
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Standard
16678
16679 \color black
16680 768\InsetSpace \thinspace{}
16681 Pixel
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Standard
16690
16691 \color black
16692 \begin_inset Formula $5.78\cdot$
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Standard
16704
16705 \color black
16706 \begin_inset Formula $10^{7}$
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Standard
16718
16719 \color black
16720 \begin_inset Formula $A\ne$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Standard
16732
16733 \color black
16734 \begin_inset Formula $\: B_{\mathrm{red}}$
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Standard
16748
16749 \color black
16750 32×
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Standard
16759
16760 \color black
16761 6\InsetSpace \thinspace{}
16762 cm
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Standard
16771
16772 \color black
16773 -
16774 \begin_inset Formula $33.5\cdot$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Standard
16786
16787 \color black
16788 \begin_inset Formula $10^{4}$
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Standard
16800
16801 \color black
16802 \begin_inset Formula $\sin(\alpha)\ge$
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Standard
16814
16815 \color black
16816 \begin_inset Formula $\:\sin(\beta)$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 </lyxtabular>
16826
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \begin_layout Standard
16838 \begin_inset VSpace bigskip
16839 \end_inset
16840
16841 Es gibt auch noch das LaTeX-Paket 
16842 \series bold
16843 dcolumn
16844 \series default
16845
16846 \begin_inset LatexCommand index
16847 name "LaTeX-Pakete ! dcolumn"
16848
16849 \end_inset
16850
16851  mit dem man Zellen ausrichten kann.
16852  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
16853  in den Zellen.
16854  Die erste Spalte von Tabelle\InsetSpace ~
16855
16856 \begin_inset LatexCommand ref
16857 reference "tab:Verschiedene-Ausrichtungen"
16858
16859 \end_inset
16860
16861  wird mit 
16862 \family typewriter
16863 dcolumn
16864 \family default
16865  wie die erste Spalte von Tabelle\InsetSpace ~
16866
16867 \begin_inset LatexCommand ref
16868 reference "tab:Ausrichtung-mit-dem"
16869
16870 \end_inset
16871
16872  aussehen und nur mit ein paar Tricks wie erwartet.
16873  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle\InsetSpace ~
16874
16875 \begin_inset LatexCommand ref
16876 reference "tab:Verschiedene-Ausrichtungen"
16877
16878 \end_inset
16879
16880  ist mit 
16881 \series bold
16882 dcolumn
16883 \series default
16884  nicht möglich.
16885 \end_layout
16886
16887 \begin_layout Standard
16888 \begin_inset Float table
16889 placement h
16890 wide false
16891 sideways false
16892 status open
16893
16894 \begin_layout Standard
16895 \begin_inset Caption
16896
16897 \begin_layout Standard
16898 \begin_inset LatexCommand label
16899 name "tab:Ausrichtung-mit-dem"
16900
16901 \end_inset
16902
16903 Ausrichtung mit dem LaTeX-Paket 
16904 \series bold
16905 dcolumn
16906 \series default
16907 .
16908  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
16909  bekommen.
16910 \begin_inset OptArg
16911 status collapsed
16912
16913 \begin_layout Standard
16914 Ausrichtung mit dem LaTeX-Paket 
16915 \series bold
16916 dcolumn
16917 \end_layout
16918
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \begin_layout Standard
16930 \align center
16931 \begin_inset Tabular
16932 <lyxtabular version="3" rows="4" columns="3">
16933 <features>
16934 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}|">
16935 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}|">
16936 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
16937 <row bottomline="true">
16938 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Standard
16942 Einheiten
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Standard
16951 Einheiten
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Standard
16960 Einheiten
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 <row>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Standard
16971 12x24\InsetSpace \thinspace{}
16972
16973 \begin_inset Formula $\mbox{Flaschen}$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Standard
16985 12x24\InsetSpace \thinspace{}
16986
16987 \begin_inset Formula $\mbox{Flaschen}$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Standard
16999 12
17000 \begin_inset ERT
17001 status collapsed
17002
17003 \begin_layout Standard
17004
17005
17006 \backslash
17007 times 
17008 \end_layout
17009
17010 \end_inset
17011
17012 24~
17013 \begin_inset Formula $\mbox{Flaschen}$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Standard
17027 1024x768\InsetSpace \thinspace{}
17028
17029 \begin_inset Formula $\mbox{Pixel}$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Standard
17041 1024x768\InsetSpace \thinspace{}
17042
17043 \begin_inset Formula $\mbox{Pixel}$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Standard
17055 1024
17056 \begin_inset ERT
17057 status collapsed
17058
17059 \begin_layout Standard
17060
17061
17062 \backslash
17063 times 
17064 \end_layout
17065
17066 \end_inset
17067
17068 768~
17069 \begin_inset Formula $\mbox{Pixel}$
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Standard
17083 32x6\InsetSpace \thinspace{}
17084
17085 \begin_inset Formula $\mbox{cm}$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Standard
17097 32x6\InsetSpace \thinspace{}
17098
17099 \begin_inset Formula $\mbox{cm}$
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Standard
17111 32
17112 \begin_inset ERT
17113 status collapsed
17114
17115 \begin_layout Standard
17116
17117
17118 \backslash
17119 times 
17120 \end_layout
17121
17122 \end_inset
17123
17124 6~
17125 \begin_inset Formula $\mbox{cm}$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 </lyxtabular>
17135
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \begin_layout Subsection
17147 Angepasste Zellen/Spaltenformat
17148 \begin_inset LatexCommand label
17149 name "uab:Angepasste-Zellen/Spaltenformat"
17150
17151 \end_inset
17152
17153
17154 \begin_inset LatexCommand index
17155 name "Tabellen ! Spaltenformat"
17156
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \begin_layout Standard
17163 Wenn man wie in Abschnitt\InsetSpace ~
17164
17165 \begin_inset LatexCommand ref
17166 reference "uab:Mehrfachspalten-Berechnungen"
17167
17168 \end_inset
17169
17170  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17171  Tabellen mit Mehrfachspalten sehr lästig.
17172  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17173 en definieren:
17174 \end_layout
17175
17176 \begin_layout Standard
17177
17178 \series bold
17179
17180 \backslash
17181 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17182 \end_layout
17183
17184 \begin_layout Standard
17185 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17186 \emph on
17187 b
17188 \emph default
17189
17190 \emph on
17191 c
17192 \emph default
17193
17194 \emph on
17195 l
17196 \emph default
17197
17198 \emph on
17199 m
17200 \emph default
17201
17202 \emph on
17203 p
17204 \emph default
17205  oder 
17206 \emph on
17207 r
17208 \emph default
17209 , weil diese vordefiniert sind.
17210  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17211 \end_layout
17212
17213 \begin_layout Standard
17214 \begin_inset VSpace medskip
17215 \end_inset
17216
17217
17218 \end_layout
17219
17220 \begin_layout Standard
17221 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17222  Breite könnte das Format so aussehen:
17223 \end_layout
17224
17225 \begin_layout Standard
17226
17227 \series bold
17228
17229 \backslash
17230 newcolumntype{M}[1]{>{
17231 \backslash
17232 centering
17233 \backslash
17234 hspace{0pt}}m{#1}}
17235 \end_layout
17236
17237 \begin_layout Standard
17238 wobei 
17239 \series bold
17240
17241 \backslash
17242 hspace{0pt}
17243 \series default
17244  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17245  Abschnitt\InsetSpace ~
17246
17247 \begin_inset LatexCommand ref
17248 reference "uab:Mehrfache-Zeilen-in"
17249
17250 \end_inset
17251
17252  beschrieben.
17253  Jetzt können Sie mit
17254 \end_layout
17255
17256 \begin_layout Standard
17257
17258 \series bold
17259 M{Breite}
17260 \end_layout
17261
17262 \begin_layout Standard
17263 im 
17264 \family sans
17265 LaTeX-Argument
17266 \family default
17267  im 
17268 \family sans
17269 Tabellen-Einstellungen
17270 \family default
17271 -Dialog eine Mehrfachspalten definieren.
17272 \end_layout
17273
17274 \begin_layout Standard
17275 \begin_inset VSpace bigskip
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Standard
17282 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17283  Format definieren:
17284 \end_layout
17285
17286 \begin_layout Standard
17287
17288 \series bold
17289
17290 \backslash
17291 newcolumntype{S}[2]{>{
17292 \backslash
17293 centering
17294 \backslash
17295 hspace{0pt}}
17296 \newline
17297
17298 \begin_inset ERT
17299 status collapsed
17300
17301 \begin_layout Standard
17302
17303
17304 \backslash
17305 phantom{
17306 \end_layout
17307
17308 \end_inset
17309
17310
17311 \backslash
17312 newcolumntype
17313 \begin_inset ERT
17314 status collapsed
17315
17316 \begin_layout Standard
17317
17318 }
17319 \end_layout
17320
17321 \end_inset
17322
17323 m{(#1+(2
17324 \backslash
17325 tabcolsep+
17326 \backslash
17327 arrayrulewidth)*(1-#2))/#2}}
17328 \end_layout
17329
17330 \begin_layout Standard
17331 Diese Format benutzt Gleichung\InsetSpace ~
17332
17333 \begin_inset LatexCommand ref
17334 reference "eq:Wgn"
17335
17336 \end_inset
17337
17338 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17339  breit ist.
17340 \end_layout
17341
17342 \begin_layout Standard
17343 Jetzt können Sie im 
17344 \family sans
17345 LaTeX-Argument
17346 \family default
17347  im 
17348 \family sans
17349 Tabellen-Einstellungen
17350 \family default
17351 -Dialog folgendes einfügen:
17352 \end_layout
17353
17354 \begin_layout Standard
17355
17356 \series bold
17357 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17358 \end_layout
17359
17360 \begin_layout Standard
17361 \begin_inset VSpace bigskip
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \begin_layout Standard
17368 Für farbige Spalten können Sie folgendes einfügen:
17369 \end_layout
17370
17371 \begin_layout Standard
17372
17373 \series bold
17374
17375 \backslash
17376 newcolumntype{K}[1]{>{
17377 \backslash
17378 columncolor{#1}
17379 \backslash
17380 hspace{0pt}}c}
17381 \end_layout
17382
17383 \begin_layout Standard
17384 Das 
17385 \begin_inset Quotes gld
17386 \end_inset
17387
17388 c
17389 \begin_inset Quotes grd
17390 \end_inset
17391
17392  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
17393  zentriert ist.
17394  Jetzt können Sie als 
17395 \family sans
17396 LaTeX-Argument
17397 \family default
17398  folgendes einfügen:
17399 \end_layout
17400
17401 \begin_layout Standard
17402
17403 \series bold
17404 K{Farbname}
17405 \end_layout
17406
17407 \begin_layout Standard
17408 \begin_inset VSpace bigskip
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \begin_layout Standard
17415 Für Tabelle\InsetSpace ~
17416
17417 \begin_inset LatexCommand ref
17418 reference "tab:Tabelle-mit-benutzerdefinierte"
17419
17420 \end_inset
17421
17422  wurden folgende 
17423 \family sans
17424 LaTeX-Argumente
17425 \family default
17426  benutzt:
17427 \end_layout
17428
17429 \begin_layout Standard
17430
17431 \series bold
17432 M{2.5cm}
17433 \end_layout
17434
17435 \begin_layout Standard
17436 für die erste Spalte und die Mehrfachspalte,
17437 \end_layout
17438
17439 \begin_layout Standard
17440
17441 \series bold
17442 K{red}
17443 \end_layout
17444
17445 \begin_layout Standard
17446 für die letzte Spalte und
17447 \end_layout
17448
17449 \begin_layout Standard
17450
17451 \series bold
17452 S{2.5cm}{2}
17453 \end_layout
17454
17455 \begin_layout Standard
17456 für die Spalten in der zweiten Mehrfachspalte.
17457 \end_layout
17458
17459 \begin_layout Standard
17460 \begin_inset Float table
17461 placement h
17462 wide false
17463 sideways false
17464 status open
17465
17466 \begin_layout Standard
17467 \begin_inset Caption
17468
17469 \begin_layout Standard
17470 \begin_inset LatexCommand label
17471 name "tab:Tabelle-mit-benutzerdefinierte"
17472
17473 \end_inset
17474
17475 Tabelle mit benutzerdefinierte Formaten
17476 \end_layout
17477
17478 \end_inset
17479
17480
17481 \end_layout
17482
17483 \begin_layout Standard
17484 \align center
17485 \begin_inset Tabular
17486 <lyxtabular version="3" rows="3" columns="4">
17487 <features>
17488 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
17489 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
17490 <column alignment="center" valignment="middle" leftline="true" width="0">
17491 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
17492 <row topline="true">
17493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Standard
17497 einsehrlangesWort
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
17503 \begin_inset Text
17504
17505 \begin_layout Standard
17506 Mehrfachspalte mit mehreren Zeilen
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Standard
17515
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Standard
17524 c
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 </row>
17530 <row topline="true">
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Standard
17535 d
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Standard
17544 e
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Standard
17553 f
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Standard
17562 g
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row topline="true" bottomline="true">
17569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Standard
17573 h
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Standard
17582 i
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Standard
17591 j
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Standard
17600 k
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 </row>
17606 </lyxtabular>
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \begin_layout Subsection
17619 Liniendicke
17620 \begin_inset LatexCommand label
17621 name "uab:Liniendicke"
17622
17623 \end_inset
17624
17625
17626 \begin_inset LatexCommand index
17627 name "Tabellen  ! Linien ! -dicke"
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \begin_layout Standard
17635 Die Liniendicke für alle Linien einer Tabelle kann mit 
17636 \series bold
17637
17638 \backslash
17639 arrayrulewidth
17640 \series default
17641  eingestellt werden.
17642  Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17643 pt, wie in Tabelle\InsetSpace ~
17644
17645 \begin_inset LatexCommand ref
17646 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
17647
17648 \end_inset
17649
17650  zu bekommen, geben Sie den Befehl
17651 \end_layout
17652
17653 \begin_layout Standard
17654
17655 \series bold
17656
17657 \backslash
17658 setlength{
17659 \backslash
17660 arrayrulewidth}{1.5pt}
17661 \end_layout
17662
17663 \begin_layout Standard
17664 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
17665  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
17666  Mit
17667 \end_layout
17668
17669 \begin_layout Standard
17670
17671 \series bold
17672
17673 \backslash
17674 setlength{
17675 \backslash
17676 arrayrulewidth}{0.4pt}
17677 \end_layout
17678
17679 \begin_layout Standard
17680 bekommen Sie wieder die Standarddicke.
17681 \end_layout
17682
17683 \begin_layout Standard
17684 \begin_inset ERT
17685 status collapsed
17686
17687 \begin_layout Standard
17688
17689
17690 \backslash
17691 setlength{
17692 \backslash
17693 arrayrulewidth}{1.5pt}
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \begin_inset Float table
17700 placement H
17701 wide false
17702 sideways false
17703 status open
17704
17705 \begin_layout Standard
17706 \begin_inset Caption
17707
17708 \begin_layout Standard
17709 \begin_inset LatexCommand label
17710 name "tab:Tabelle-mit-1.5pt-Liniendicke"
17711
17712 \end_inset
17713
17714 Tabelle mit 1.5\InsetSpace \thinspace{}
17715 pt Liniendicke
17716 \end_layout
17717
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \begin_layout Standard
17724 \align center
17725 \begin_inset Tabular
17726 <lyxtabular version="3" rows="3" columns="3">
17727 <features>
17728 <column alignment="center" valignment="top" leftline="true" width="0">
17729 <column alignment="center" valignment="top" leftline="true" width="0">
17730 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17731 <row topline="true">
17732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Standard
17736 sd
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Standard
17745
17746 \end_layout
17747
17748 \end_inset
17749 </cell>
17750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Standard
17754
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 </row>
17760 <row topline="true">
17761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Standard
17765
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Standard
17774 sd
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Standard
17783
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 </row>
17789 <row topline="true" bottomline="true">
17790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Standard
17794
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Standard
17803
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Standard
17812 sd
17813 \end_layout
17814
17815 \end_inset
17816 </cell>
17817 </row>
17818 </lyxtabular>
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \end_inset
17826
17827
17828 \begin_inset ERT
17829 status collapsed
17830
17831 \begin_layout Standard
17832
17833
17834 \backslash
17835 setlength{
17836 \backslash
17837 arrayrulewidth}{0.4pt}
17838 \end_layout
17839
17840 \end_inset
17841
17842
17843 \end_layout
17844
17845 \begin_layout Standard
17846 \begin_inset VSpace bigskip
17847 \end_inset
17848
17849 Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17850 pt nur für horizontale Linien zu bekommen, wie
17851  in Tabelle\InsetSpace ~
17852
17853 \begin_inset LatexCommand ref
17854 reference "tab:Tabelle-mit-1.5pt-horiz"
17855
17856 \end_inset
17857
17858 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
17859  einfügen:
17860 \end_layout
17861
17862 \begin_layout Standard
17863
17864 \series bold
17865
17866 \backslash
17867 let
17868 \backslash
17869 myHline
17870 \backslash
17871 hline
17872 \newline
17873
17874 \backslash
17875 renewcommand{
17876 \backslash
17877 hline}
17878 \newline
17879  {
17880 \backslash
17881 noalign{
17882 \backslash
17883 global
17884 \backslash
17885 arrayrulewidth 1.5pt}
17886 \newline
17887  
17888 \backslash
17889 myHline
17890 \backslash
17891 noalign{
17892 \backslash
17893 global
17894 \backslash
17895 arrayrulewidth 0.4pt}}
17896 \end_layout
17897
17898 \begin_layout Standard
17899 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
17900  der (Gleit\SpecialChar \-
17901 objekt-)Tabelle zurück:
17902 \end_layout
17903
17904 \begin_layout Standard
17905
17906 \series bold
17907
17908 \backslash
17909 renewcommand{
17910 \backslash
17911 hline}{
17912 \backslash
17913 myHline}
17914 \end_layout
17915
17916 \begin_layout Standard
17917 \begin_inset ERT
17918 status collapsed
17919
17920 \begin_layout Standard
17921
17922
17923 \backslash
17924 let
17925 \backslash
17926 myHline
17927 \backslash
17928 hline
17929 \end_layout
17930
17931 \begin_layout Standard
17932
17933
17934 \backslash
17935 renewcommand{
17936 \backslash
17937 hline}
17938 \end_layout
17939
17940 \begin_layout Standard
17941
17942  {
17943 \backslash
17944 noalign{
17945 \backslash
17946 global
17947 \backslash
17948 arrayrulewidth 1.5pt}
17949 \end_layout
17950
17951 \begin_layout Standard
17952
17953   
17954 \backslash
17955 myHline
17956 \backslash
17957 noalign{
17958 \backslash
17959 global
17960 \backslash
17961 arrayrulewidth 0.4pt}}
17962 \end_layout
17963
17964 \end_inset
17965
17966
17967 \begin_inset Float table
17968 placement h
17969 wide false
17970 sideways false
17971 status open
17972
17973 \begin_layout Standard
17974 \begin_inset Caption
17975
17976 \begin_layout Standard
17977 \begin_inset LatexCommand label
17978 name "tab:Tabelle-mit-1.5pt-horiz"
17979
17980 \end_inset
17981
17982 Tabelle mit 1.5\InsetSpace \thinspace{}
17983 pt dicken horizontalen Linien
17984 \end_layout
17985
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \begin_layout Standard
17992 \align center
17993 \begin_inset Tabular
17994 <lyxtabular version="3" rows="3" columns="3">
17995 <features>
17996 <column alignment="center" valignment="top" leftline="true" width="0">
17997 <column alignment="center" valignment="top" leftline="true" width="0">
17998 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17999 <row topline="true">
18000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Standard
18004 sd
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Standard
18013
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Standard
18022
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 </row>
18028 <row topline="true">
18029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Standard
18033
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Standard
18042 sd
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Standard
18051
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 </row>
18057 <row topline="true" bottomline="true">
18058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Standard
18062
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Standard
18071
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Standard
18080 sd
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 </lyxtabular>
18087
18088 \end_inset
18089
18090
18091 \end_layout
18092
18093 \end_inset
18094
18095
18096 \begin_inset ERT
18097 status collapsed
18098
18099 \begin_layout Standard
18100
18101
18102 \backslash
18103 renewcommand{
18104 \backslash
18105 hline}{
18106 \backslash
18107 myHline}
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Standard
18116 \begin_inset VSpace bigskip
18117 \end_inset
18118
18119 Um die Liniendicke von 1.5\InsetSpace \thinspace{}
18120 pt nur für vertikale Linien zu bekommen, müssen
18121  Sie im LaTeX-Vorspann folgendes Spaltenformat entsprechend der Beschreibung
18122  in Abschnitt\InsetSpace ~
18123
18124 \begin_inset LatexCommand ref
18125 reference "uab:Angepasste-Zellen/Spaltenformat"
18126
18127 \end_inset
18128
18129 definieren:
18130 \end_layout
18131
18132 \begin_layout Standard
18133
18134 \series bold
18135
18136 \backslash
18137 newcolumntype{V}{!{
18138 \backslash
18139 vrule width 1.5pt}}
18140 \end_layout
18141
18142 \begin_layout Standard
18143 In Tabelle\InsetSpace ~
18144
18145 \begin_inset LatexCommand ref
18146 reference "tab:Tabelle-mit-1.5pt-vert"
18147
18148 \end_inset
18149
18150  wurde das 
18151 \family sans
18152 LaTe
18153 \begin_inset ERT
18154 status collapsed
18155
18156 \begin_layout Standard
18157
18158 {}
18159 \end_layout
18160
18161 \end_inset
18162
18163 X-Argument
18164 \family default
18165 \series bold
18166  VcV
18167 \series default
18168  für die letzte Spalte und
18169 \series bold
18170  Vc
18171 \series default
18172  für die anderen benutzt.
18173 \end_layout
18174
18175 \begin_layout Standard
18176 \begin_inset Float table
18177 placement H
18178 wide false
18179 sideways false
18180 status open
18181
18182 \begin_layout Standard
18183 \begin_inset Caption
18184
18185 \begin_layout Standard
18186 \begin_inset LatexCommand label
18187 name "tab:Tabelle-mit-1.5pt-vert"
18188
18189 \end_inset
18190
18191 Tabelle mit 1.5\InsetSpace \thinspace{}
18192 pt dicken vertikalen Linien
18193 \end_layout
18194
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \begin_layout Standard
18201 \align center
18202 \begin_inset Tabular
18203 <lyxtabular version="3" rows="3" columns="3">
18204 <features>
18205 <column alignment="center" valignment="top" width="0" special="Vc">
18206 <column alignment="center" valignment="top" width="0" special="Vc">
18207 <column alignment="center" valignment="top" width="0" special="VcV">
18208 <row topline="true">
18209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Standard
18213 sd
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Standard
18222
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Standard
18231
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 </row>
18237 <row topline="true">
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Standard
18242
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Standard
18251 sd
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Standard
18260
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 <row topline="true" bottomline="true">
18267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Standard
18271
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Standard
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Standard
18289 sd
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 </row>
18295 </lyxtabular>
18296
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \begin_layout Subsection
18308 Gestrichelte Linien
18309 \begin_inset LatexCommand index
18310 name "Tabellen  ! Linien ! gestrichelte "
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset ERT
18319 status collapsed
18320
18321 \begin_layout Standard
18322
18323
18324 \backslash
18325 ifarydshln
18326 \end_layout
18327
18328 \end_inset
18329
18330
18331 \begin_inset Note Note
18332 status open
18333
18334 \begin_layout Standard
18335 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
18336 \series bold
18337 arydshln
18338 \series default
18339  installiert ist.
18340 \end_layout
18341
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \begin_layout Standard
18348 \begin_inset Float table
18349 placement h
18350 wide false
18351 sideways false
18352 status open
18353
18354 \begin_layout Standard
18355 \begin_inset Caption
18356
18357 \begin_layout Standard
18358 \begin_inset LatexCommand label
18359 name "tab:Tabelle-mit-gestrichelten"
18360
18361 \end_inset
18362
18363 Tabelle mit gestrichelten Linien
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 \align center
18373 \begin_inset Tabular
18374 <lyxtabular version="3" rows="5" columns="5">
18375 <features>
18376 <column alignment="center" valignment="top" leftline="true" width="0">
18377 <column alignment="center" valignment="top" leftline="true" width="0">
18378 <column alignment="center" valignment="top" width="0" special=":c">
18379 <column alignment="center" valignment="top" leftline="true" width="0">
18380 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18381 <row topline="true" bottomline="true">
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Standard
18386 a
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Standard
18395 b
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Standard
18404 c
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Standard
18413 d
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Standard
18422 e
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 </row>
18428 <row topline="true">
18429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Standard
18433 f
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Standard
18442 g
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18448 \begin_inset Text
18449
18450 \begin_layout Standard
18451 h
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Standard
18460 i
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Standard
18469 j
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 </row>
18475 <row>
18476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Standard
18480 \begin_inset ERT
18481 status collapsed
18482
18483 \begin_layout Standard
18484
18485
18486 \backslash
18487 hdashline 
18488 \end_layout
18489
18490 \end_inset
18491
18492 k
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Standard
18501 l
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Standard
18510 m
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Standard
18519 n
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Standard
18528 o
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 </row>
18534 <row topline="true">
18535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Standard
18539 \begin_inset ERT
18540 status collapsed
18541
18542 \begin_layout Standard
18543
18544
18545 \backslash
18546 cdashline{4-5}
18547 \end_layout
18548
18549 \end_inset
18550
18551 p
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Standard
18560 q
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
18566 \begin_inset Text
18567
18568 \begin_layout Standard
18569 r
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
18575 \begin_inset Text
18576
18577 \begin_layout Standard
18578 s
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Standard
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 </row>
18593 <row topline="true" bottomline="true">
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Standard
18598 t
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Standard
18607 u
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Standard
18616 v
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Standard
18625 w
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Standard
18634 x
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 </row>
18640 </lyxtabular>
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \begin_layout Standard
18653 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
18654  TeX-Code benutzen.
18655  Zunächst müssen Sie das LaTeX-Paket 
18656 \series bold
18657 arydshln
18658 \series default
18659
18660 \begin_inset LatexCommand index
18661 name "LaTeX-Pakete ! arydshln"
18662
18663 \end_inset
18664
18665  im LaTeX-Vorspann geladen werden:
18666 \end_layout
18667
18668 \begin_layout Standard
18669
18670 \series bold
18671
18672 \backslash
18673 usepackage{arydshln}
18674 \end_layout
18675
18676 \begin_layout Standard
18677 Um senkrechte Linien zu stricheln, müssen Sie im 
18678 \family sans
18679 LaTe
18680 \begin_inset ERT
18681 status collapsed
18682
18683 \begin_layout Standard
18684
18685 {}
18686 \end_layout
18687
18688 \end_inset
18689
18690 X-Argument
18691 \family default
18692  des 
18693 \family sans
18694 Tabellen-Einstellungen
18695 \family default
18696 -Dialogs 
18697 \begin_inset Quotes gld
18698 \end_inset
18699
18700 :
18701 \begin_inset Quotes grd
18702 \end_inset
18703
18704 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
18705 \end_layout
18706
18707 \begin_layout Standard
18708 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
18709 \end_layout
18710
18711 \begin_layout Standard
18712
18713 \series bold
18714
18715 \backslash
18716 hdashline
18717 \end_layout
18718
18719 \begin_layout Standard
18720 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
18721 \end_layout
18722
18723 \begin_layout Standard
18724 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
18725 \end_layout
18726
18727 \begin_layout Standard
18728
18729 \series bold
18730
18731 \backslash
18732 cdashline{Anfangsspalte-Endspalte}
18733 \end_layout
18734
18735 \begin_layout Standard
18736 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
18737  Wenn Sie z.\InsetSpace \thinspace{}
18738 B.
18739  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
18740  gestrichelte Linie haben, fügen Sie diesen Befehl
18741 \end_layout
18742
18743 \begin_layout Standard
18744
18745 \series bold
18746
18747 \backslash
18748 cdashline{2-4}
18749 \end_layout
18750
18751 \begin_layout Standard
18752 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
18753 \end_layout
18754
18755 \begin_layout Standard
18756 \begin_inset VSpace bigskip
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763 In Tabelle\InsetSpace ~
18764
18765 \begin_inset LatexCommand ref
18766 reference "tab:Tabelle-mit-gestrichelten"
18767
18768 \end_inset
18769
18770  wurde der dritten Spalte der Befehl
18771 \series bold
18772  
18773 \series default
18774
18775 \begin_inset Quotes gld
18776 \end_inset
18777
18778
18779 \series bold
18780 :c
18781 \begin_inset Quotes grd
18782 \end_inset
18783
18784
18785 \series default
18786  benutzt.
18787  Der Befehl 
18788 \series bold
18789
18790 \backslash
18791 hdashline
18792 \series default
18793  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
18794 \newline
18795  
18796 \series bold
18797
18798 \backslash
18799 cdashline{4-5} 
18800 \series default
18801 wurde in die erste Zelle der vierten Zeile eingefügt.
18802 \end_layout
18803
18804 \begin_layout Standard
18805 \begin_inset Note Greyedout
18806 status open
18807
18808 \begin_layout Standard
18809
18810 \series bold
18811 Bemerkung:
18812 \series default
18813  Das LaTeX-Paket 
18814 \series bold
18815 arydshln
18816 \series default
18817  ist nicht kompatibel dem LaTeX-Paket 
18818 \series bold
18819 colortbl
18820 \series default
18821
18822 \begin_inset LatexCommand index
18823 name "LaTeX-Pakete ! colortbl"
18824
18825 \end_inset
18826
18827 , das für die farbigen Tabellen in Abschnitt\InsetSpace ~
18828
18829 \begin_inset LatexCommand ref
18830 reference "abs:Farbige-Tabellen"
18831
18832 \end_inset
18833
18834  benutzt wurde.
18835  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \begin_layout Standard
18844 \begin_inset ERT
18845 status collapsed
18846
18847 \begin_layout Standard
18848
18849
18850 \backslash
18851 else
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \begin_inset Note Note
18858 status open
18859
18860 \begin_layout Standard
18861 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18862 \series bold
18863 arydshln
18864 \series default
18865  nicht installiert ist:
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \begin_layout Standard
18874 Sie müssen das LaTeX-Paket 
18875 \series bold
18876 arydshln
18877 \series default
18878  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18879 \end_layout
18880
18881 \begin_layout Standard
18882 \begin_inset ERT
18883 status collapsed
18884
18885 \begin_layout Standard
18886
18887
18888 \backslash
18889 fi
18890 \end_layout
18891
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \begin_layout Chapter
18898 Gleitobjekte
18899 \begin_inset LatexCommand label
18900 name "kap:Gleitobjekte"
18901
18902 \end_inset
18903
18904
18905 \begin_inset LatexCommand index
18906 name "Gleitobjekte"
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Section
18914 Einleitung
18915 \begin_inset LatexCommand label
18916 name "abs:Gleitobjekte-Einleitung"
18917
18918 \end_inset
18919
18920
18921 \begin_inset LatexCommand index
18922 name "Gleitobjekte ! Einleitung"
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
18931  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
18932  der beste Platz ist.
18933  
18934 \family sans
18935 Fußnoten
18936 \family default
18937  und 
18938 \family sans
18939 Randnotizen
18940 \family default
18941  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
18942  wenn auf ihrer Seite schon zu viele sind.
18943 \end_layout
18944
18945 \begin_layout Standard
18946 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
18947  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
18948  um weiße Flächen und Seiten ohne Text zu vermeiden.
18949  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
18950  kann im Text auf ein Gleitobjekt verwiesen werden.
18951  Gleitobjekte sind deshalb nummeriert.
18952  Querverweise werden in Abschnitt\InsetSpace ~
18953
18954 \begin_inset LatexCommand ref
18955 reference "abs:Auf-Gleitobjekte-verweisen"
18956
18957 \end_inset
18958
18959  beschrieben.
18960 \end_layout
18961
18962 \begin_layout Standard
18963 Ein Gleitobjekt wird mit 
18964 \family sans
18965 Einfügen\SpecialChar \menuseparator
18966 Gleitobjekt\SpecialChar \menuseparator
18967 Algorithmus/Abbildung/Ta\SpecialChar \-
18968 belle/Um\SpecialChar \-
18969 flos\SpecialChar \-
18970 se\SpecialChar \-
18971 nes\InsetSpace ~
18972 Gleitobjekt
18973 \family default
18974  eingefügt.
18975  Für Abbildungen oder Tabellen können Sie auch auf 
18976 \begin_inset Graphics
18977         filename ../../images/float-insert_figure.png
18978         scale 70
18979         scaleBeforeRotation
18980         BoundingBox 0bp 6bp 22bp 22bp
18981
18982 \end_inset
18983
18984  oder 
18985 \begin_inset Graphics
18986         filename ../../images/float-insert_table.png
18987         scale 70
18988         scaleBeforeRotation
18989         BoundingBox 0bp 6bp 22bp 22bp
18990
18991 \end_inset
18992
18993  klicken.
18994  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
18995  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
18996  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
18997  #:).
18998  Statt # sehen Sie die von LyX vergebene Nummer.
18999  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19000  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19001  eingefügt.
19002  In Abschnitt\InsetSpace ~
19003 \InsetSpace ~
19004
19005 \begin_inset LatexCommand ref
19006 reference "abs:Titel-Platzierung"
19007
19008 \end_inset
19009
19010  finden Sie mehr über die Platzierung des Titels.
19011  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19012  auch wieder geöffnet.
19013  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19014 \begin_inset Graphics
19015         filename clipart/GleitobjektQt4.png
19016         scale 70
19017         scaleBeforeRotation
19018         BoundingBox 0bp 6bp 128bp 22bp
19019
19020 \end_inset
19021
19022  -- ein graues Kästchen mit roter Beschriftung.
19023 \end_layout
19024
19025 \begin_layout Standard
19026 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19027  Gleitobjekte in einem eigenen Absatz einzufügen.
19028 \end_layout
19029
19030 \begin_layout Standard
19031 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19032  indem Sie sie markieren und dann auf 
19033 \begin_inset Graphics
19034         filename ../../images/float-insert_figure.png
19035         scale 70
19036         scaleBeforeRotation
19037         BoundingBox 0bp 6bp 22bp 22bp
19038
19039 \end_inset
19040
19041  oder 
19042 \begin_inset Graphics
19043         filename ../../images/float-insert_table.png
19044         scale 70
19045         scaleBeforeRotation
19046         BoundingBox 0bp 6bp 22bp 22bp
19047
19048 \end_inset
19049
19050  klicken.
19051 \end_layout
19052
19053 \begin_layout Section
19054 Gleitobjekt-Typen
19055 \begin_inset LatexCommand index
19056 name "Gleitobjekte ! Typen"
19057
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \begin_layout Standard
19064 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt\InsetSpace ~
19065
19066 \begin_inset LatexCommand ref
19067 reference "abs:Gleitende-Abbildungen"
19068
19069 \end_inset
19070
19071  und 
19072 \begin_inset LatexCommand ref
19073 reference "abs:Gleitende-Tabellen"
19074
19075 \end_inset
19076
19077  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
19078 \end_layout
19079
19080 \begin_layout Subsection
19081 Gleitobjekt-Algorithmen
19082 \begin_inset LatexCommand index
19083 name "Gleitobjekte ! Algorithmen"
19084
19085 \end_inset
19086
19087
19088 \begin_inset LatexCommand label
19089 name "uab:Gleitobjekt-Algorithmen"
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Standard
19097 \begin_inset Float algorithm
19098 placement h
19099 wide false
19100 sideways false
19101 status open
19102
19103 \begin_layout Standard
19104 \begin_inset Caption
19105
19106 \begin_layout Standard
19107 \begin_inset LatexCommand label
19108 name "alg:Ein-Gleitobjekt-Algorithmus"
19109
19110 \end_inset
19111
19112 Ein Gleitobjekt-Algorithmus 
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \begin_layout LyX-Code
19121 for I in 1..N loop
19122 \newline
19123  Sum:= Sum + A(I); /*Kommentar*/
19124 \newline
19125 end loop
19126 \begin_inset VSpace -4mm
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Standard
19138 Dieser Typ wird mit 
19139 \family sans
19140 Einfügen\SpecialChar \menuseparator
19141 Gleitobjekt\SpecialChar \menuseparator
19142 Algorithmus
19143 \family default
19144  eingefügt.
19145  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19146  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19147  Eine mögliche Absatz-Umgebung hier für ist 
19148 \family sans
19149 LyX-Code
19150 \family default
19151 , beschrieben im 
19152 \emph on
19153 Benutzerhandbuch
19154 \emph default
19155 .
19156  In Algorithmus\InsetSpace ~
19157
19158 \begin_inset LatexCommand ref
19159 reference "alg:Ein-Gleitobjekt-Algorithmus"
19160
19161 \end_inset
19162
19163  wurden am Ende -0.4\InsetSpace \thinspace{}
19164 cm vertikaler Abstand eingefügt, damit die untere Linie
19165  direkt unter der letzten Zeile gedruckt wird.
19166 \end_layout
19167
19168 \begin_layout Standard
19169 Die Marke 
19170 \emph on
19171 Algorithmus
19172 \emph default
19173  wird nicht automatisch in die druckbare Version übernommen, sondern das
19174  englische Wort 
19175 \emph on
19176 Algorithm
19177 \emph default
19178  verwendet.
19179  Soll
19180 \emph on
19181  Algorithmus
19182 \emph default
19183  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19184 \end_layout
19185
19186 \begin_layout Standard
19187
19188 \series bold
19189
19190 \backslash
19191 floatname{algorithm}{Algorithmus}
19192 \end_layout
19193
19194 \begin_layout Description
19195
19196 \series bold
19197 Bemerkung:
19198 \series default
19199  Wenn Sie das LaTeX-Paket 
19200 \series bold
19201 hyperref
19202 \series default
19203
19204 \begin_inset LatexCommand index
19205 name "LaTeX-Pakete ! hyperref"
19206
19207 \end_inset
19208
19209  benutzen, um in PDF-Dateien auf Gleitobjekte zu verweisen, muss es im LaTeX-Vor
19210 spann vor der Definition der Gleitobjekte geladen werden.
19211  Weil LyX Gleitobjekt-Definitionen automatisch vor den editierbaren Teil
19212  des LaTeX-Vorspanns schreibt, müssen Sie 
19213 \emph on
19214 nach
19215 \emph default
19216  dem Laden von 
19217 \series bold
19218 hyperref
19219 \series default
19220  folgende Befehle einfügen:
19221 \begin_inset VSpace defskip
19222 \end_inset
19223
19224
19225 \series bold
19226
19227 \newline
19228
19229 \backslash
19230 newfloat{Xalgorithm}{tbp}{loa}
19231 \newline
19232
19233 \backslash
19234 floatname{Xalgorithm}{Ihr\InsetSpace ~
19235 Name}
19236 \newline
19237
19238 \backslash
19239 newcommand{
19240 \backslash
19241 theHalgorithm}{
19242 \backslash
19243 theHXalgorithm}
19244 \newline
19245
19246 \backslash
19247 renewenvironment{algorithm}[1][tbp]
19248 \newline
19249
19250 \begin_inset ERT
19251 status collapsed
19252
19253 \begin_layout Standard
19254
19255
19256 \backslash
19257 hphantom{ }
19258 \end_layout
19259
19260 \end_inset
19261
19262 {
19263 \backslash
19264 begin{Xalgorithm}[#1]}{
19265 \backslash
19266 end{Xalgorithm}}
19267 \series default
19268
19269 \begin_inset VSpace defskip
19270 \end_inset
19271
19272
19273 \newline
19274 Um das Algorithmenverzeichnis einzufügen, kann in diesem Fall nicht das
19275  Menü 
19276 \family sans
19277 Einfügen\SpecialChar \menuseparator
19278 Liste\InsetSpace \thinspace{}
19279 /\InsetSpace \thinspace{}
19280 Inhaltsverzeichnis\SpecialChar \menuseparator
19281 Algorithmenverzeichnis
19282 \family default
19283  nicht verwendet werden.
19284  Stattdessen wird dieser Befehl als TeX-Code eingefügt:
19285 \newline
19286
19287 \series bold
19288
19289 \backslash
19290 listof{Xalgorithm}{Algorithmenverzeichnis}
19291 \series default
19292
19293 \begin_inset Note Note
19294 status collapsed
19295
19296 \begin_layout Standard
19297 wird am Ende dieses Dokuments verwendet
19298 \end_layout
19299
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \begin_layout Standard
19306 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19307  nach dem Schema 
19308 \begin_inset Quotes gld
19309 \end_inset
19310
19311 Kapitelnummer.Algorithmusnummer
19312 \begin_inset Quotes grd
19313 \end_inset
19314
19315  nummeriert.
19316  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19317  einfügen:
19318 \end_layout
19319
19320 \begin_layout Standard
19321
19322 \series bold
19323
19324 \backslash
19325 numberwithin{algorithm}{chapter}
19326 \end_layout
19327
19328 \begin_layout Standard
19329 Wenn Sie 
19330 \series bold
19331 hyperref
19332 \series default
19333  benutzen, heißt der Befehl
19334 \end_layout
19335
19336 \begin_layout Standard
19337
19338 \series bold
19339
19340 \backslash
19341 numberwithin{Xalgorithm}{chapter}
19342 \end_layout
19343
19344 \begin_layout Standard
19345 Um 
19346 \series bold
19347
19348 \backslash
19349 numberwithin
19350 \series default
19351  benutzen zu können, muss in den 
19352 \family sans
19353 Mathe\InsetSpace ~
19354 Optionen
19355 \family default
19356  der 
19357 \family sans
19358 Dokument-Einstellungen
19359 \family default
19360  
19361 \family sans
19362 AMS\InsetSpace ~
19363 Mathe\InsetSpace ~
19364 Paket
19365 \family default
19366 \InsetSpace ~
19367
19368 \family sans
19369 verwenden
19370 \family default
19371  angekreuzt sein.
19372 \end_layout
19373
19374 \begin_layout Subsection
19375 Textumflossenes [Gleit]Objekt
19376 \begin_inset LatexCommand label
19377 name "uab:Textumflossenes-[Gleit]Objekt"
19378
19379 \end_inset
19380
19381
19382 \begin_inset LatexCommand index
19383 name "Gleitobjekte ! textumflossene"
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \begin_layout Standard
19391 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
19392  werden, wo sie definiert wurden.
19393  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
19394 \emph on
19395 fließen
19396 \emph default
19397  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
19398  übrig lässt.
19399  Er wird mit dem Befehl 
19400 \begin_inset Wrap figure
19401 placement l
19402 width "40col%"
19403 status open
19404
19405 \begin_layout Standard
19406 \begin_inset Graphics
19407         filename ../clipart/mobius.eps
19408         display color
19409         width 40col%
19410         scaleBeforeRotation
19411         rotateOrigin center
19412
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \begin_layout Standard
19419 \begin_inset Caption
19420
19421 \begin_layout Standard
19422 \begin_inset LatexCommand label
19423 name "abb:This-is-a"
19424
19425 \end_inset
19426
19427 Dies ist eine umflossene Gleitobjekt-Abbildung
19428 \begin_inset VSpace medskip
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \end_inset
19440
19441  
19442 \family sans
19443 Einfügen \SpecialChar \menuseparator
19444  Gleitobjekt \SpecialChar \menuseparator
19445  Umflossenes\InsetSpace \space{}
19446 Gleit\SpecialChar \-
19447 ob\SpecialChar \-
19448 jekt
19449 \family default
19450  eingefügt, wenn das LaTeX-Paket 
19451 \series bold
19452 f\SpecialChar \textcompwordmark{}
19453 loatf\SpecialChar \textcompwordmark{}
19454 lt
19455 \series default
19456
19457 \begin_inset LatexCommand index
19458 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
19459
19460 \end_inset
19461
19462  installiert ist.
19463 \begin_inset Foot
19464 status collapsed
19465
19466 \begin_layout Standard
19467 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
19468 \emph on
19469 LaTeX\InsetSpace ~
19470 Konfiguration
19471 \emph default
19472  beschrieben.
19473 \end_layout
19474
19475 \end_inset
19476
19477  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
19478 klick auf
19479  das 
19480 \family sans
19481 Umflossenes\InsetSpace ~
19482 Gleitobjekt
19483 \family default
19484 -Kästchen ändern.
19485  Abbildung\InsetSpace ~
19486
19487 \begin_inset LatexCommand ref
19488 reference "abb:This-is-a"
19489
19490 \end_inset
19491
19492  ist zum Beispiel ein textumflossenes Objekt, das 40% der Spaltenbreite
19493  einnimmt.
19494 \begin_inset Foot
19495 status collapsed
19496
19497 \begin_layout Standard
19498 Die benutzbaren Einheiten werden in Anhang\InsetSpace ~
19499
19500 \begin_inset LatexCommand ref
19501 reference "kap:In-LyX-verfügbare"
19502
19503 \end_inset
19504
19505  beschrieben.
19506 \end_layout
19507
19508 \end_inset
19509
19510  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
19511  umgebenden Test zu trennen.
19512 \end_layout
19513
19514 \begin_layout Standard
19515 Mit dem LaTeX-Paket 
19516 \series bold
19517 f\SpecialChar \textcompwordmark{}
19518 loatf\SpecialChar \textcompwordmark{}
19519 lt
19520 \series default
19521  können auch textumflossene Tabellen erstellt werden, aber LyX unterstützt
19522  das (noch) nicht.
19523  In der 
19524 \series bold
19525 f\SpecialChar \textcompwordmark{}
19526 loatf\SpecialChar \textcompwordmark{}
19527 lt
19528 \series default
19529 -Dokumentation
19530 \begin_inset LatexCommand cite
19531 key "floatflt"
19532
19533 \end_inset
19534
19535  wird beschrieben, wie es geht.
19536  Wenn Sie es mit LyX machen, wird der Titel mit 
19537 \emph on
19538 Abbildung
19539 \emph default
19540  anfangen.
19541 \end_layout
19542
19543 \begin_layout Standard
19544 \begin_inset Note Greyedout
19545 status open
19546
19547 \begin_layout Standard
19548
19549 \series bold
19550 Bemerkung:
19551 \series default
19552  Textumflossene Objekte sind sehr 
19553 \emph on
19554 zerbrechlich
19555 \emph default
19556 .
19557  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
19558  dass sie gar nicht oder über anderen Text gedruckt wird.
19559 \end_layout
19560
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \begin_layout Standard
19567
19568 \series bold
19569 Weitere
19570 \series default
19571  
19572 \series bold
19573 Bemerkungen
19574 \series default
19575 :
19576 \end_layout
19577
19578 \begin_layout Itemize
19579 Textumflossene Objekte
19580 \end_layout
19581
19582 \begin_deeper
19583 \begin_layout Itemize
19584 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
19585  werden.
19586  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
19587  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
19588  erfolgen wird.
19589 \end_layout
19590
19591 \begin_layout Itemize
19592 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
19593  werden oder darin.
19594 \end_layout
19595
19596 \begin_layout Itemize
19597 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
19598  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
19599 \end_layout
19600
19601 \begin_layout Itemize
19602 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
19603 \end_layout
19604
19605 \end_deeper
19606 \begin_layout Itemize
19607 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
19608  unmittelbar auf die Abbildung folgt, eingerückt.
19609  Das können Sie mit dem TeX-Code-Befehl 
19610 \series bold
19611
19612 \backslash
19613 hspace*{-1em}
19614 \series default
19615  direkt vor dem Text korrigieren.
19616  
19617 \family typewriter
19618 1\InsetSpace \thinspace{}
19619 em
19620 \family default
19621  entspricht der Standardeinrückung.
19622 \end_layout
19623
19624 \begin_layout Itemize
19625 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
19626  behandelt.
19627 \end_layout
19628
19629 \begin_layout Itemize
19630 Der Text, der um die Abbildung herumfließt, sollte zwischen 
19631 \series bold
19632
19633 \backslash
19634 begin{slop\SpecialChar \-
19635 py\SpecialChar \-
19636 par}
19637 \series default
19638  und 
19639 \series bold
19640
19641 \backslash
19642 end{sloppypar}
19643 \series default
19644  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
19645 \end_layout
19646
19647 \begin_layout Itemize
19648 Es gibt für textumflossene Objekte noch andere LaTeX-Pakete: 
19649 \series bold
19650 picins
19651 \series default
19652
19653 \begin_inset LatexCommand index
19654 name "LaTeX-Pakete ! picins"
19655
19656 \end_inset
19657
19658 ,
19659 \family typewriter
19660  
19661 \family default
19662 \series bold
19663 picinpar
19664 \series default
19665
19666 \begin_inset LatexCommand index
19667 name "LaTeX-Pakete ! picinpar"
19668
19669 \end_inset
19670
19671 ,
19672 \family typewriter
19673  
19674 \family default
19675 \series bold
19676 wrapfig
19677 \series default
19678
19679 \begin_inset LatexCommand index
19680 name "LaTeX-Pakete ! wrapfig"
19681
19682 \end_inset
19683
19684 , aber sie werden von LyX (noch) nicht unterstützt.
19685  Diese Pakete machen in etwa das gleiche wie 
19686 \series bold
19687 floatflt
19688 \series default
19689
19690 \begin_inset LatexCommand index
19691 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
19692
19693 \end_inset
19694
19695 .
19696 \end_layout
19697
19698 \begin_layout Section
19699 Gleitobjekt-Nummerierung
19700 \begin_inset LatexCommand label
19701 name "abs:Gleitobjekt-Nummerierung"
19702
19703 \end_inset
19704
19705
19706 \begin_inset LatexCommand index
19707 name "Gleitobjekte ! Nummerierung"
19708
19709 \end_inset
19710
19711
19712 \end_layout
19713
19714 \begin_layout Standard
19715 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
19716  nummeriert oder nach dem Schema 
19717 \begin_inset Quotes gld
19718 \end_inset
19719
19720 Kapitelnummer.Gleitobjektnummer
19721 \begin_inset Quotes grd
19722 \end_inset
19723
19724  oder 
19725 \begin_inset Quotes gld
19726 \end_inset
19727
19728 Abschnittsnummer.Gleitobjektnummer
19729 \begin_inset Quotes grd
19730 \end_inset
19731
19732 .
19733  Das hängt von der Dokumentklasse ab.
19734 \end_layout
19735
19736 \begin_layout Standard
19737 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
19738  in den LaTeX-Vorspann einfügen:
19739 \end_layout
19740
19741 \begin_layout Standard
19742
19743 \series bold
19744
19745 \backslash
19746 renewcommand{
19747 \backslash
19748 thetable}{
19749 \backslash
19750 roman{table}}
19751 \end_layout
19752
19753 \begin_layout Standard
19754
19755 \series bold
19756
19757 \backslash
19758 thetable
19759 \series default
19760  ist der Befehl, der die Tabellennummer druckt.
19761  Für Abbildungen ist das 
19762 \series bold
19763
19764 \backslash
19765 thefigure
19766 \series default
19767 .
19768  Der Befehl 
19769 \series bold
19770
19771 \backslash
19772 roman
19773 \series default
19774  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
19775 \end_layout
19776
19777 \begin_layout Standard
19778 Um das Numerierungsschema zum Beispiel auf 
19779 \begin_inset Quotes gld
19780 \end_inset
19781
19782 Unterabschnittsnummer.Num\SpecialChar \-
19783 mer
19784 \begin_inset Quotes grd
19785 \end_inset
19786
19787  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
19788 \end_layout
19789
19790 \begin_layout Standard
19791
19792 \series bold
19793
19794 \backslash
19795 numberwithin{table}{subsection}
19796 \end_layout
19797
19798 \begin_layout Standard
19799 Um den Befehl 
19800 \series bold
19801
19802 \backslash
19803 numberwithin
19804 \series default
19805  zu können, müssen Sie in den 
19806 \family sans
19807 Mathe\InsetSpace ~
19808 Optionen
19809 \family default
19810  der 
19811 \family sans
19812 Dokument-Einstellungen
19813 \family default
19814  
19815 \family sans
19816 AMS\InsetSpace ~
19817 Mathe\InsetSpace ~
19818 Paket
19819 \family default
19820 \InsetSpace ~
19821
19822 \family sans
19823 verwenden
19824 \family default
19825  ankreuzen.
19826 \end_layout
19827
19828 \begin_layout Standard
19829 Sehen Sie sich bitte auch Abschnitt\InsetSpace ~
19830
19831 \begin_inset LatexCommand ref
19832 reference "uab:Fußnoten-Nummerierung"
19833
19834 \end_inset
19835
19836  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
19837 \end_layout
19838
19839 \begin_layout Section
19840 Auf Gleitobjekte verweisen
19841 \begin_inset LatexCommand label
19842 name "abs:Auf-Gleitobjekte-verweisen"
19843
19844 \end_inset
19845
19846
19847 \begin_inset LatexCommand index
19848 name "Gleitobjekte ! Querverweise"
19849
19850 \end_inset
19851
19852
19853 \begin_inset LatexCommand index
19854 name "Querverweise"
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \begin_layout Standard
19862 Zunächst müssen Sie mit 
19863 \family sans
19864 Einfügen\SpecialChar \menuseparator
19865 Marke
19866 \family default
19867  oder einen Klick auf 
19868 \begin_inset Graphics
19869         filename ../../images/label-insert.png
19870         scale 85
19871         scaleBeforeRotation
19872
19873 \end_inset
19874
19875  eine Marke im Titel einfügen.
19876  Im 
19877 \family sans
19878 Marke
19879 \family default
19880 -Dialog schreiben Sie einen Text in das Feld 
19881 \family sans
19882 Marke
19883 \family default
19884  oder übernehmen den vorgeschlagenen.
19885  Die Marke sieht in LyX dann so aus:
19886 \newline
19887
19888 \begin_inset Graphics
19889         filename clipart/Marke.png
19890         lyxscale 80
19891         scale 50
19892         scaleBeforeRotation
19893         BoundingBox 0bp 6bp 76bp 23bp
19894
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \begin_layout Standard
19901 Die Marke wird als Anker und Name für den Querverweis benutzt.
19902  Mit 
19903 \family sans
19904 Einfügen\SpecialChar \menuseparator
19905 Querverweis
19906 \family default
19907  oder einen Klick auf 
19908 \begin_inset Graphics
19909         filename ../../images/dialog-show-new-inset_ref.png
19910         scale 85
19911         scaleBeforeRotation
19912
19913 \end_inset
19914
19915  können Sie dann auf die Marke verweisen.
19916  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
19917  angezeigt:
19918 \newline
19919
19920 \begin_inset Graphics
19921         filename clipart/Querverweis.png
19922         lyxscale 80
19923         scale 50
19924         scaleBeforeRotation
19925         BoundingBox 0bp 6bp 76bp 23bp
19926
19927 \end_inset
19928
19929
19930 \newline
19931  Mehr zu Querverweisen finden Sie im 
19932 \emph on
19933 Benutzerhandbuch
19934 \emph default
19935 .
19936 \end_layout
19937
19938 \begin_layout Standard
19939 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
19940  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
19941  durch einen Zeilenumbruch getrennt werden können.
19942 \end_layout
19943
19944 \begin_layout Standard
19945 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
19946  LyX passt die Querverweise automatisch an.
19947 \end_layout
19948
19949 \begin_layout Standard
19950 Ein Klick auf den Schalter 
19951 \family sans
19952 Gehe\InsetSpace ~
19953 zur\InsetSpace ~
19954 Marke
19955 \family default
19956  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
19957  Der Text der Schaltfläche heißt jetzt 
19958 \family sans
19959 Gehe\InsetSpace ~
19960 zurück
19961 \family default
19962  und ein Klick darauf macht genau dies.
19963   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
19964  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
19965  Dann ist auch kein 
19966 \family sans
19967 Gehe\InsetSpace ~
19968 zurück
19969 \family default
19970  möglich.
19971 \end_layout
19972
19973 \begin_layout Subsection
19974 Querverweis-Formate
19975 \begin_inset LatexCommand label
19976 name "uab:Querverweis-Formate"
19977
19978 \end_inset
19979
19980
19981 \begin_inset LatexCommand index
19982 name "Querverweise ! Formate"
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \begin_layout Standard
19990 Es gibt sechs verschiedene Querverweisstile:
19991 \end_layout
19992
19993 \begin_layout Description
19994 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
19995  
19996 \begin_inset LatexCommand ref
19997 reference "abb:Zwei-Teilabbildungen"
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \begin_layout Description
20005 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20006  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20007  verwendet wird, speziell wenn der Name 
20008 \begin_inset Quotes gld
20009 \end_inset
20010
20011 Gleichung
20012 \begin_inset Quotes grd
20013 \end_inset
20014
20015  weggelassen wird: 
20016 \begin_inset LatexCommand eqref
20017 reference "eq:Wgn"
20018
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \begin_layout Description
20025 <Seite>: druckt die Seitennummer: Seite\InsetSpace ~
20026
20027 \begin_inset LatexCommand pageref
20028 reference "abb:Zwei-Teilabbildungen"
20029
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \begin_layout Description
20036 auf\InsetSpace ~
20037 Seite\InsetSpace ~
20038 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
20039 \begin_inset LatexCommand vpageref
20040 reference "abb:Zwei-Teilabbildungen"
20041
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \begin_layout Description
20048 <Querverweis>\InsetSpace ~
20049 auf\InsetSpace ~
20050 Seite\InsetSpace ~
20051 <Seite>: druckt die Nummer der Gleitumgebung, den Text
20052  "auf Seite", und die Seitennummer: 
20053 \begin_inset LatexCommand vref
20054 reference "abb:Zwei-Teilabbildungen"
20055
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \begin_layout Description
20062 Formatierter\InsetSpace ~
20063 Querverweis: druckt ein selbst definiertes Querverweisformat
20064 \newline
20065
20066 \begin_inset Note Greyedout
20067 status open
20068
20069 \begin_layout Standard
20070
20071 \series bold
20072 Bemerkung:
20073 \series default
20074  Dies ist nur möglich, wenn das LaTeX-Paket 
20075 \series bold
20076 prettyref
20077 \series default
20078  installiert ist.
20079 \end_layout
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \begin_layout Standard
20087 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20088  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
20089  Seite befindet.
20090  Stattdessen wird der Text 
20091 \begin_inset Quotes gld
20092 \end_inset
20093
20094 auf dieser Seite
20095 \begin_inset Quotes grd
20096 \end_inset
20097
20098  gedruckt.
20099 \end_layout
20100
20101 \begin_layout Standard
20102 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20103  automatisch von LaTeX berechnet.
20104  Die Stile können im Feld 
20105 \family sans
20106 Format
20107 \family default
20108  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
20109  einen Querverweis klicken.
20110 \end_layout
20111
20112 \begin_layout Subsection
20113 Auf Teilabbildungen verweisen
20114 \begin_inset LatexCommand label
20115 name "uab:Auf-Teilabbildungen-verweisen"
20116
20117 \end_inset
20118
20119
20120 \begin_inset LatexCommand index
20121 name "Querverweise ! auf Teilabbildungen"
20122
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \begin_layout Standard
20129 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
20130  Die Marke erzeugen Sie mit dem Befehl
20131 \end_layout
20132
20133 \begin_layout Standard
20134
20135 \series bold
20136
20137 \backslash
20138 label{abb:IhrMarkenName}
20139 \end_layout
20140
20141 \begin_layout Standard
20142 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
20143  Als Querverweis benutzen Sie dann den Befehl
20144 \end_layout
20145
20146 \begin_layout Standard
20147
20148 \series bold
20149
20150 \backslash
20151 ref{abb:IhrMarkenName}
20152 \end_layout
20153
20154 \begin_layout Standard
20155 Hier ist ein Querverweis auf Teilabbildung\InsetSpace ~
20156
20157 \begin_inset ERT
20158 status collapsed
20159
20160 \begin_layout Standard
20161
20162
20163 \backslash
20164 ref{abb:Platypus}
20165 \end_layout
20166
20167 \end_inset
20168
20169 .
20170 \end_layout
20171
20172 \begin_layout Subsection
20173 Automatische Querverweis-Namen
20174 \begin_inset LatexCommand index
20175 name "Querverweise ! Automatische Namen "
20176
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \begin_layout Standard
20183 Das LaTeX-Paket 
20184 \series bold
20185 hyperref
20186 \series default
20187
20188 \begin_inset LatexCommand index
20189 name "LaTeX-Pakete ! hyperref"
20190
20191 \end_inset
20192
20193  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20194  Gleitobjekts automatisch enthalten (oder Textteile wie 
20195 \emph on
20196 Abschnitt
20197 \emph default
20198 ).
20199  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20200  Um diese Funktion benutzen zu können, müssen Sie 
20201 \series bold
20202 hyperref
20203 \series default
20204  in den LaTeX-Vorspann wie folgt einfügen:
20205 \end_layout
20206
20207 \begin_layout Standard
20208
20209 \series bold
20210
20211 \backslash
20212 usepackage[pdfborder={0 0 0}]{hyperref}
20213 \newline
20214
20215 \backslash
20216 AtBeginDocument{
20217 \backslash
20218 renewcommand{
20219 \backslash
20220 ref}[1]{
20221 \backslash
20222 mbox{
20223 \backslash
20224 autoref{#1}}}}
20225 \end_layout
20226
20227 \begin_layout Standard
20228
20229 \series bold
20230 hyperref
20231 \series default
20232  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Do\SpecialChar \-
20233 ku\SpecialChar \-
20234 men\SpecialChar \-
20235 ten
20236  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
20237  einen Link klicken, und die angeklickte Stelle wird gezeigt.
20238  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20239  sich der Cursor.
20240 \end_layout
20241
20242 \begin_layout Standard
20243 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
20244 n.
20245  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20246  für die Benutzung von 
20247 \series bold
20248 hyperref
20249 \series default
20250  sehen.
20251  In der 
20252 \series bold
20253 hyperref
20254 \series default
20255 -Dokumentation 
20256 \begin_inset LatexCommand cite
20257 key "hyperref"
20258
20259 \end_inset
20260
20261  finden Sie mehr darüber.
20262 \end_layout
20263
20264 \begin_layout Standard
20265 \begin_inset Note Greyedout
20266 status open
20267
20268 \begin_layout Standard
20269
20270 \series bold
20271 Bemerkung:
20272 \series default
20273  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20274  als Querverweisstil 
20275 \family sans
20276 Formatierter\InsetSpace ~
20277 Querverweis
20278 \family default
20279  benutzen.
20280 \end_layout
20281
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \begin_layout Subsection
20288 Querverweis-Position
20289 \begin_inset LatexCommand label
20290 name "uab:Querverweis-Position"
20291
20292 \end_inset
20293
20294
20295 \begin_inset LatexCommand index
20296 name "Querverweise !  Position"
20297
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \begin_layout Standard
20304 Wenn Sie 
20305 \series bold
20306 hyperref
20307 \series default
20308  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
20309  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
20310  und Sie werden das Bild ohne Rollen nicht sehen.
20311  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
20312  ist.
20313  Wenn Sie das  LaTeX-Paket 
20314 \series bold
20315 hypcap
20316 \series default
20317
20318 \begin_inset LatexCommand index
20319 name "LaTeX-Pakete ! hypcap"
20320
20321 \end_inset
20322
20323 , das Teil des LaTeX-Pakets 
20324 \series bold
20325 oberdiek
20326 \series default
20327
20328 \begin_inset LatexCommand index
20329 name "LaTeX-Pakete ! oberdiek"
20330
20331 \end_inset
20332
20333  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
20334  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
20335 \series bold
20336 hypcap
20337 \series default
20338  zunächst in den LaTeX-Vorspann laden:
20339 \end_layout
20340
20341 \begin_layout Standard
20342
20343 \series bold
20344
20345 \backslash
20346 usepackage[f\SpecialChar \textcompwordmark{}
20347 igure]{hypcap}
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Sie können 
20352 \series bold
20353 hypcap
20354 \series default
20355  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
20356  nicht empfohlen.
20357  Weitere Informationen finden Sie im
20358 \series bold
20359  hypcap
20360 \series default
20361 -Handbuch 
20362 \begin_inset LatexCommand cite
20363 key "hypcap"
20364
20365 \end_inset
20366
20367 .
20368 \end_layout
20369
20370 \begin_layout Standard
20371 \begin_inset Note Greyedout
20372 status open
20373
20374 \begin_layout Standard
20375
20376 \series bold
20377 Bemerkung 1:
20378 \series default
20379  
20380 \series bold
20381 hypcap
20382 \series default
20383  muss nach 
20384 \series bold
20385 hyperref
20386 \series default
20387  geladen werden.
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 \begin_inset Note Greyedout
20397 status open
20398
20399 \begin_layout Standard
20400
20401 \series bold
20402 Bemerkung 2:
20403 \series default
20404  
20405 \series medium
20406 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
20407  zu Teilabbildungen.
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Section
20416 Gleitobjekt-Platzierung
20417 \begin_inset LatexCommand label
20418 name "abs:Gleitobjekt-Platzierung"
20419
20420 \end_inset
20421
20422
20423 \begin_inset LatexCommand index
20424 name "Gleitobjekte ! Plazierung"
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Standard
20432 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
20433 \family sans
20434 Gleitobjekt-Einstellungen
20435 \family default
20436 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
20437  können.
20438 \newline
20439 Die Option 
20440 \family sans
20441 Spalten\InsetSpace ~
20442 überspannen
20443 \family default
20444  ist nur bei zweispaltigen Dokumenten sinnvoll.
20445  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
20446 \newline
20447 Die
20448  Option 
20449 \family sans
20450 Seitwärts\InsetSpace ~
20451 drehen
20452 \family default
20453  ist in Abschnitt 
20454 \begin_inset LatexCommand ref
20455 reference "abs:Gedrehte-Gleitobjekte"
20456
20457 \end_inset
20458
20459  beschrieben.
20460 \end_layout
20461
20462 \begin_layout Standard
20463 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
20464  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
20465  Sie die Option 
20466 \family sans
20467 Standard-Platzierung\InsetSpace ~
20468 verwenden
20469 \family default
20470  nicht verwenden:
20471 \end_layout
20472
20473 \begin_layout Description
20474 Hier\InsetSpace ~
20475 wenn\InsetSpace ~
20476 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt
20477  wurde.
20478 \end_layout
20479
20480 \begin_layout Description
20481 Anfang\InsetSpace ~
20482 der\InsetSpace ~
20483 Seite
20484 \family sans
20485  
20486 \family default
20487 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
20488  Gleitobjekte, die maximal 70\InsetSpace \thinspace{}
20489 % einer Seite benötigen, dürfen oben platziert
20490  werden.
20491  Dies kann durch die Variable 
20492 \series bold
20493
20494 \backslash
20495 topfraction
20496 \series default
20497  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
20498 \end_layout
20499
20500 \begin_deeper
20501 \begin_layout Standard
20502
20503 \series bold
20504
20505 \backslash
20506 renewcommand{
20507 \backslash
20508 topfraction}{0.9}
20509 \family typewriter
20510 \series default
20511  
20512 \end_layout
20513
20514 \end_deeper
20515 \begin_layout Description
20516 Ende\InsetSpace ~
20517 der\InsetSpace ~
20518 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
20519  Gleitobjekte, die maximal 30\InsetSpace \thinspace{}
20520 % einer Seite benötigen, dürfen unten platziert
20521  werden.
20522  Dies kann durch die Variable 
20523 \series bold
20524
20525 \backslash
20526 bottomfraction
20527 \series default
20528  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
20529 \end_layout
20530
20531 \begin_deeper
20532 \begin_layout Standard
20533
20534 \series bold
20535
20536 \backslash
20537 renewcommand{
20538 \backslash
20539 bottomfraction}{0.5}
20540 \end_layout
20541
20542 \begin_layout Standard
20543 die oftmals zu kleine untere Grenze auf 50\InsetSpace \thinspace{}
20544 %.
20545 \end_layout
20546
20547 \end_deeper
20548 \begin_layout Description
20549 Seite\InsetSpace ~
20550 mit\InsetSpace ~
20551 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu
20552  platzieren.
20553  Nur wenn mehr als 50\InsetSpace \thinspace{}
20554 % einer Seite von Gleitobjekten belegt wird, wird eine
20555  neue Seite für weitere Gleitobjekte bereitgestellt.
20556  Dies kann durch die Variable 
20557 \series bold
20558
20559 \backslash
20560 floatpagefraction 
20561 \series default
20562 im LaTeX-Vorspann überschrieben werden.
20563 \end_layout
20564
20565 \begin_layout Standard
20566 Die Reihenfolge der obigen Optionen wird 
20567 \emph on
20568 immer
20569 \emph default
20570  von LaTeX verwendet.
20571  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
20572  versuchen 
20573 \family sans
20574 Hier\InsetSpace \space{}
20575 wenn\InsetSpace \space{}
20576 möglich
20577 \family default
20578 , dann 
20579 \family sans
20580 Anfang\InsetSpace ~
20581 der\InsetSpace ~
20582 Seite
20583 \family default
20584  und dann die anderen Optionen zu anzuwenden.
20585  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
20586  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
20587  Reihenfolge.
20588  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
20589 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
20590 \end_layout
20591
20592 \begin_layout Standard
20593 Die Option 
20594 \family sans
20595 Hier,\InsetSpace ~
20596 auf\InsetSpace ~
20597 jeden\InsetSpace ~
20598 Fall
20599 \family default
20600  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
20601  fast druckreif ist.
20602  Denn mit der Option kann das Objekt nicht mehr 
20603 \emph on
20604 gleiten
20605 \emph default
20606 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
20607  oftmals zerstört.
20608 \end_layout
20609
20610 \begin_layout Standard
20611 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
20612  immer von Text eines bestimmten Paragraphen umgeben sind.
20613 \begin_inset VSpace bigskip
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \begin_layout Standard
20620 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
20621 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
20622  das Gleitobjekt sei Teil des vorherigen Abschnitts.
20623  Das kann mit dem LaTeX-Befehl
20624 \series bold
20625  
20626 \backslash
20627 suppressfloats
20628 \series default
20629  verhindert werden.
20630  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
20631  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
20632  gesetzt wird.
20633  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
20634 \end_layout
20635
20636 \begin_layout Standard
20637
20638 \series bold
20639
20640 \backslash
20641 let
20642 \backslash
20643 meinAbschnitt
20644 \backslash
20645 section
20646 \newline
20647
20648 \backslash
20649 renewcommand{
20650 \backslash
20651 section}{
20652 \backslash
20653 suppressfloats[t]
20654 \backslash
20655 meinAbschnitt}
20656 \end_layout
20657
20658 \begin_layout Standard
20659 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
20660  Unterabschnitten festlegen.
20661  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
20662  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
20663 \end_layout
20664
20665 \begin_layout Standard
20666 Es gibt auch noch das LaTeX-Paket 
20667 \series bold
20668 f\SpecialChar \textcompwordmark{}
20669 lafter
20670 \series default
20671
20672 \begin_inset LatexCommand index
20673 name "LaTeX-Pakete ! flafter"
20674
20675 \end_inset
20676
20677  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
20678  gedruckt wird.
20679 \end_layout
20680
20681 \begin_layout Standard
20682 \begin_inset VSpace bigskip
20683 \end_inset
20684
20685 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
20686  Dafür gibt es das LaTeX-Paket 
20687 \series bold
20688 endfloat
20689 \series default
20690
20691 \begin_inset LatexCommand index
20692 name "LaTeX-Pakete ! endf\\/loat"
20693
20694 \end_inset
20695
20696 .
20697  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
20698  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
20699  
20700 \family sans
20701
20702 \begin_inset Quotes gld
20703 \end_inset
20704
20705 [Abbildung\InsetSpace ~
20706 3.2 ist ungefähr hier.]
20707 \family default
20708
20709 \begin_inset Quotes grd
20710 \end_inset
20711
20712  finden.
20713  Das 
20714 \series bold
20715 endfloat
20716 \series default
20717 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
20718 \end_layout
20719
20720 \begin_layout Standard
20721
20722 \series bold
20723
20724 \backslash
20725 usepackage[Optionen]{endfloat}
20726 \end_layout
20727
20728 \begin_layout Standard
20729 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
20730  Tabellen-Abschnitt, die Sie in der 
20731 \series bold
20732 endfloat
20733 \series default
20734 -Dokumentation 
20735 \begin_inset LatexCommand cite
20736 key "endfloat"
20737
20738 \end_inset
20739
20740  nachlesen können.
20741 \newline
20742
20743 \begin_inset Note Greyedout
20744 status open
20745
20746 \begin_layout Standard
20747
20748 \series bold
20749 Bemerkung\InsetSpace ~
20750 1: endfloat
20751 \series default
20752  übersetzt den Hinweistext nicht automatisch.
20753  Abschnitt\InsetSpace ~
20754 4 in 
20755 \begin_inset LatexCommand cite
20756 key "endfloat"
20757
20758 \end_inset
20759
20760  beschreibt, wie es geht.
20761 \end_layout
20762
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \begin_layout Standard
20769 \begin_inset Note Greyedout
20770 status open
20771
20772 \begin_layout Standard
20773
20774 \series bold
20775 Bemerkung\InsetSpace ~
20776 2: 
20777 \series default
20778 Die aktuelle Version von 
20779 \series bold
20780 endfloat
20781 \series default
20782  hat einen Fehler, wenn die Überschrift ein 
20783 \begin_inset Quotes gld
20784 \end_inset
20785
20786 ß
20787 \begin_inset Quotes grd
20788 \end_inset
20789
20790  enthält.
20791  Sie müssen stattdessen den Befehl 
20792 \series bold
20793
20794 \backslash
20795 ss
20796 \series default
20797  als TeX-Code benutzen.
20798 \end_layout
20799
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \begin_layout Standard
20806 \begin_inset VSpace bigskip
20807 \end_inset
20808
20809 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
20810 hern wie 
20811 \begin_inset LatexCommand cite
20812 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
20813
20814 \end_inset
20815
20816 .
20817 \end_layout
20818
20819 \begin_layout Section
20820 Gedrehte Gleitobjekte
20821 \begin_inset LatexCommand label
20822 name "abs:Gedrehte-Gleitobjekte"
20823
20824 \end_inset
20825
20826
20827 \begin_inset LatexCommand index
20828 name "Gleitobjekte ! drehen"
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
20837 t drehen.
20838  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
20839  und die Option 
20840 \family sans
20841 Seitwärts\InsetSpace ~
20842 drehen
20843 \family default
20844  wählen.
20845 \end_layout
20846
20847 \begin_layout Standard
20848 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
20849  zweispaltigen Dokumenten) gedruckt.
20850  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
20851  werden können.
20852  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
20853  Option 
20854 \series bold
20855 figuresleft
20856 \series default
20857  oder 
20858 \series bold
20859 figuresright
20860 \series default
20861  zu den Dokumentklassen-Optionen hinzu.
20862 \end_layout
20863
20864 \begin_layout Standard
20865 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
20866  Tabelle\InsetSpace ~
20867
20868 \begin_inset LatexCommand ref
20869 reference "tab:Gedrehte-Tabelle"
20870
20871 \end_inset
20872
20873  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
20874 \end_layout
20875
20876 \begin_layout Standard
20877 \begin_inset Note Greyedout
20878 status open
20879
20880 \begin_layout Standard
20881
20882 \series bold
20883 Bemerkung:
20884 \series default
20885  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
20886 \end_layout
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \begin_layout Standard
20894 \begin_inset Float table
20895 wide false
20896 sideways true
20897 status open
20898
20899 \begin_layout Standard
20900 \begin_inset Caption
20901
20902 \begin_layout Standard
20903 \begin_inset LatexCommand label
20904 name "tab:Gedrehte-Tabelle"
20905
20906 \end_inset
20907
20908 Gedrehte Tabelle
20909 \end_layout
20910
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \begin_layout Standard
20917 \align center
20918 \begin_inset Tabular
20919 <lyxtabular version="3" rows="1" columns="5">
20920 <features>
20921 <column alignment="center" valignment="top" leftline="true" width="0">
20922 <column alignment="center" valignment="top" leftline="true" width="0">
20923 <column alignment="center" valignment="top" leftline="true" width="0">
20924 <column alignment="center" valignment="top" leftline="true" width="0">
20925 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20926 <row topline="true" bottomline="true">
20927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Standard
20931 Test
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Standard
20940 b
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Standard
20949 c
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Standard
20958 d
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Standard
20967 e
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 </lyxtabular>
20974
20975 \end_inset
20976
20977
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \begin_layout Section
20986 Beschriftungs-Formatierung
20987 \begin_inset LatexCommand label
20988 name "abs:Titel-Formatierung"
20989
20990 \end_inset
20991
20992
20993 \begin_inset LatexCommand index
20994 name "Gleitobjekte ! Beschriftung ! Formatierung"
20995
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Standard
21002
21003 \family sans
21004 Legende
21005 \family default
21006  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
21007  In LyX sehen Titel so aus:  
21008 \family sans
21009
21010 \begin_inset Quotes gld
21011 \end_inset
21012
21013 Abbildung xyz:
21014 \family default
21015
21016 \begin_inset Quotes grd
21017 \end_inset
21018
21019 , gefolgt vom Beschriftungstext, wobei 
21020 \family sans
21021 xyz
21022 \family default
21023  die von LyX vergebene Nummer ist.
21024  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
21025  gedruckt.
21026  Dies ist nicht immer brauchbar.
21027 \end_layout
21028
21029 \begin_layout Standard
21030 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
21031  
21032 \series bold
21033 caption
21034 \series default
21035
21036 \begin_inset LatexCommand index
21037 name "LaTeX-Pakete ! caption"
21038
21039 \end_inset
21040
21041  in den LaTeX-Vorspann laden:
21042 \end_layout
21043
21044 \begin_layout Standard
21045
21046 \series bold
21047
21048 \backslash
21049 usepackage[Format-Definition]{caption}
21050 \end_layout
21051
21052 \begin_layout Standard
21053 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
21054  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
21055 \end_layout
21056
21057 \begin_layout Standard
21058
21059 \series bold
21060
21061 \backslash
21062 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21063 \end_layout
21064
21065 \begin_layout Standard
21066 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
21067  definieren.
21068  Dazu laden Sie das 
21069 \series bold
21070 caption
21071 \series default
21072 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
21073  dem Befehl
21074 \end_layout
21075
21076 \begin_layout Standard
21077
21078 \series bold
21079
21080 \backslash
21081 captionsetup[Gleitobjekt-Typ]{Format-Definition}
21082 \end_layout
21083
21084 \begin_layout Standard
21085 Für Abbildung\InsetSpace ~
21086
21087 \begin_inset LatexCommand ref
21088 reference "abb:Langer-Abb-Titel"
21089
21090 \end_inset
21091
21092  und Tabelle\InsetSpace ~
21093
21094 \begin_inset LatexCommand ref
21095 reference "tab:Langer-Tab-Titel"
21096
21097 \end_inset
21098
21099  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
21100  werden:
21101 \end_layout
21102
21103 \begin_layout Standard
21104
21105 \series bold
21106
21107 \backslash
21108 usepackage[tableposition=top]{caption}
21109 \newline
21110
21111 \backslash
21112 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21113 \newline
21114
21115 \begin_inset ERT
21116 status collapsed
21117
21118 \begin_layout Standard
21119
21120
21121 \backslash
21122 hphantom{
21123 \backslash
21124
21125 \backslash
21126 captionsetup[figure]
21127 \backslash
21128 {}
21129 \end_layout
21130
21131 \end_inset
21132
21133  labelsep=period}
21134 \newline
21135
21136 \backslash
21137 captionsetup[table]{labelfont={bf,sf}}
21138 \end_layout
21139
21140 \begin_layout Standard
21141 \begin_inset Note Greyedout
21142 status open
21143
21144 \begin_layout Standard
21145
21146 \series bold
21147 Bemerkung:
21148 \series default
21149  Die Option 
21150 \series bold
21151 tableposition=top
21152 \series default
21153  hat keine Auswirkung wenn eine 
21154 \series bold
21155 koma-script
21156 \series default
21157
21158 \begin_inset LatexCommand index
21159 name "LaTeX-Pakete ! koma-script"
21160
21161 \end_inset
21162
21163 -Dokumentklasse verwendet wird.
21164  Hier muss die Option 
21165 \series bold
21166 tablecaptionabove
21167 \series default
21168  benutzt werden.
21169 \end_layout
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Standard
21177 Weitere Informationen über das Paket
21178 \series bold
21179  caption
21180 \series default
21181  finden Sie in seiner Dokumentation 
21182 \begin_inset LatexCommand cite
21183 key "caption,caption-de"
21184
21185 \end_inset
21186
21187 .
21188 \end_layout
21189
21190 \begin_layout Standard
21191 Wenn Sie den Namen von 
21192 \begin_inset Quotes gld
21193 \end_inset
21194
21195 Abbildung
21196 \begin_inset Quotes grd
21197 \end_inset
21198
21199  auf 
21200 \begin_inset Quotes gld
21201 \end_inset
21202
21203 Bild
21204 \begin_inset Quotes grd
21205 \end_inset
21206
21207  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
21208 \end_layout
21209
21210 \begin_layout Standard
21211
21212 \series bold
21213
21214 \backslash
21215 renewcommand{
21216 \backslash
21217 fnum@figure}{Bild~
21218 \backslash
21219 thefigure}
21220 \end_layout
21221
21222 \begin_layout Standard
21223 wobei 
21224 \series bold
21225
21226 \backslash
21227 thefigure
21228 \series default
21229  die Bildnummer einsetzt und
21230 \series bold
21231  ~
21232 \series default
21233  ein geschütztes Leerzeichen ist.
21234 \end_layout
21235
21236 \begin_layout Standard
21237 \begin_inset VSpace bigskip
21238 \end_inset
21239
21240 Wenn Sie eine 
21241 \series bold
21242 koma-script
21243 \series default
21244
21245 \begin_inset LatexCommand index
21246 name "LaTeX-Pakete ! koma-script"
21247
21248 \end_inset
21249
21250 -Dokumentklasse (
21251 \family sans
21252 article (koma-script)
21253 \family default
21254
21255 \family sans
21256 book (koma-script)
21257 \family default
21258
21259 \family sans
21260 letter (koma-script)
21261 \family default
21262  oder 
21263 \family sans
21264 report (koma-script)
21265 \family default
21266 ) benutzen, können Sie anstatt des 
21267 \series bold
21268 caption
21269 \series default
21270 -Paketes den eingebauten Befehl 
21271 \series bold
21272
21273 \backslash
21274 setkomafont
21275 \series default
21276  von 
21277 \series bold
21278 koma-script
21279 \series default
21280  benutzen.
21281  Der Befehl
21282 \end_layout
21283
21284 \begin_layout Standard
21285
21286 \series bold
21287
21288 \backslash
21289 setkomafont{captionlabel}{
21290 \backslash
21291 bfseries}
21292 \end_layout
21293
21294 \begin_layout Standard
21295 im LaTeX-Vorspann druckt den Namen fett.
21296 \end_layout
21297
21298 \begin_layout Standard
21299 Weitere Informationen über 
21300 \series bold
21301
21302 \backslash
21303 setkomafont
21304 \series default
21305  finden Sie in der 
21306 \series bold
21307 koma-script
21308 \series default
21309 -Do\SpecialChar \-
21310 ku\SpecialChar \-
21311 men\SpecialChar \-
21312 ta\SpecialChar \-
21313 tion 
21314 \begin_inset LatexCommand cite
21315 key "koma-script,koma-script-de"
21316
21317 \end_inset
21318
21319 .
21320 \end_layout
21321
21322 \begin_layout Standard
21323 \begin_inset ERT
21324 status collapsed
21325
21326 \begin_layout Standard
21327
21328
21329 \backslash
21330 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21331 }
21332 \end_layout
21333
21334 \end_inset
21335
21336
21337 \begin_inset Note Note
21338 status open
21339
21340 \begin_layout Standard
21341 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
21342 \end_layout
21343
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \begin_layout Standard
21350 \begin_inset Float figure
21351 placement !p
21352 wide false
21353 sideways false
21354 status open
21355
21356 \begin_layout Standard
21357 \align center
21358 \begin_inset Graphics
21359         filename ../clipart/mobius.eps
21360         lyxscale 50
21361         scale 50
21362         scaleBeforeRotation
21363
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \begin_layout Standard
21370 \begin_inset Caption
21371
21372 \begin_layout Standard
21373 \begin_inset LatexCommand label
21374 name "abb:Langer-Abb-Titel"
21375
21376 \end_inset
21377
21378 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
21379  ist, um das andere Beschriftungsformat zu zeigen.
21380  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
21381 \begin_inset OptArg
21382 status collapsed
21383
21384 \begin_layout Standard
21385 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
21386  ist.
21387 \end_layout
21388
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \begin_layout Standard
21405 \begin_inset ERT
21406 status collapsed
21407
21408 \begin_layout Standard
21409
21410
21411 \backslash
21412 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21413 on}
21414 \end_layout
21415
21416 \end_inset
21417
21418
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset Float table
21423 placement !p
21424 wide false
21425 sideways false
21426 status open
21427
21428 \begin_layout Standard
21429 \begin_inset Caption
21430
21431 \begin_layout Standard
21432 \begin_inset LatexCommand label
21433 name "tab:Langer-Tab-Titel"
21434
21435 \end_inset
21436
21437 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
21438  ist, um das andere Beschriftungsformat zu zeigen.
21439  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
21440  benutzt.
21441 \begin_inset OptArg
21442 status collapsed
21443
21444 \begin_layout Standard
21445 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
21446  ist.
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \begin_layout Standard
21460 \align center
21461 \begin_inset Tabular
21462 <lyxtabular version="3" rows="1" columns="5">
21463 <features>
21464 <column alignment="center" valignment="top" leftline="true" width="0">
21465 <column alignment="center" valignment="top" leftline="true" width="0">
21466 <column alignment="center" valignment="top" leftline="true" width="0">
21467 <column alignment="center" valignment="top" leftline="true" width="0">
21468 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
21469 <row topline="true" bottomline="true">
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Standard
21474 a
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Standard
21483 b
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Standard
21492 c
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Standard
21501 d
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Standard
21510 e
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 </lyxtabular>
21517
21518 \end_inset
21519
21520
21521 \end_layout
21522
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \begin_layout Section
21529 Beschriftungs-Platzierung
21530 \begin_inset LatexCommand label
21531 name "abs:Titel-Platzierung"
21532
21533 \end_inset
21534
21535
21536 \begin_inset LatexCommand index
21537 name "Gleitobjekte ! Beschriftung ! Platzierung"
21538
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \begin_layout Standard
21545 Normalerweise werden die Beschriftungen wie folgt platziert:
21546 \end_layout
21547
21548 \begin_layout Description
21549 Abbildung: darunter
21550 \end_layout
21551
21552 \begin_layout Description
21553 Tabelle: darüber
21554 \end_layout
21555
21556 \begin_layout Standard
21557 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
21558  Das heißt wenn Sie eine der Dokument-Klassen 
21559 \family sans
21560 article
21561 \family default
21562
21563 \family sans
21564 book
21565 \family default
21566
21567 \family sans
21568 letter
21569 \family default
21570  oder 
21571 \family sans
21572 report
21573 \family default
21574  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
21575  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
21576 \series bold
21577 caption
21578 \series default
21579  im LaTeX-Vorspann folgendes:
21580 \begin_inset Foot
21581 status collapsed
21582
21583 \begin_layout Standard
21584 In Abschnitt\InsetSpace ~
21585
21586 \begin_inset LatexCommand ref
21587 reference "abs:Titel-Formatierung"
21588
21589 \end_inset
21590
21591  steht mehr über das Paket 
21592 \series bold
21593 caption
21594 \series default
21595 .
21596 \end_layout
21597
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \begin_layout Standard
21604
21605 \series bold
21606 tableposition=top
21607 \end_layout
21608
21609 \begin_layout Standard
21610 Wenn Sie eine 
21611 \series bold
21612 koma-script
21613 \series default
21614
21615 \begin_inset LatexCommand index
21616 name "LaTeX-Pakete ! koma-script"
21617
21618 \end_inset
21619
21620 -Dokumentklasse (
21621 \family sans
21622 article (koma-script)
21623 \family default
21624
21625 \family sans
21626 book (koma-script)
21627 \family default
21628
21629 \family sans
21630 letter (koma-script)
21631 \family default
21632  oder 
21633 \family sans
21634 report (koma-script)
21635 \family default
21636 ) benutzen, können Sie alternativ zum 
21637 \series bold
21638 caption
21639 \series default
21640 -Paket die Option 
21641 \series bold
21642 tablecaptionabove
21643 \series default
21644  benutzen.
21645 \end_layout
21646
21647 \begin_layout Standard
21648 \begin_inset VSpace bigskip
21649 \end_inset
21650
21651 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
21652  Das bewirkt das LaTeX-Paket 
21653 \series bold
21654 sidecap
21655 \series default
21656
21657 \begin_inset LatexCommand index
21658 name "LaTeX-Pakete ! sidecap"
21659
21660 \end_inset
21661
21662 , das so in den LaTeX-Vorspann geladen wird:
21663 \end_layout
21664
21665 \begin_layout Standard
21666
21667 \series bold
21668
21669 \backslash
21670 usepackage[Option]{sidecap}
21671 \end_layout
21672
21673 \begin_layout Standard
21674 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
21675  Mit 
21676 \series bold
21677 innercaption
21678 \series default
21679  wird die Beschriftung innen gedruckt.
21680  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
21681  
21682 \series bold
21683 rightcaption
21684 \series default
21685  oder 
21686 \series bold
21687 leftcaption
21688 \series default
21689 .
21690 \end_layout
21691
21692 \begin_layout Standard
21693 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
21694  in den LaTeX-Vorspann schreiben:
21695 \end_layout
21696
21697 \begin_layout Standard
21698
21699 \lyxline
21700
21701 \end_layout
21702
21703 \begin_layout Standard
21704
21705 \series bold
21706
21707 \backslash
21708 newcommand{
21709 \backslash
21710 TabBesBeg}{%
21711 \newline
21712
21713 \begin_inset ERT
21714 status collapsed
21715
21716 \begin_layout Standard
21717
21718
21719 \backslash
21720 hphantom{ }
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \backslash
21727 let
21728 \backslash
21729 MyTable
21730 \backslash
21731 table
21732 \newline
21733
21734 \begin_inset ERT
21735 status collapsed
21736
21737 \begin_layout Standard
21738
21739
21740 \backslash
21741 hphantom{ }
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \backslash
21748 let
21749 \backslash
21750 MyEndtable
21751 \backslash
21752 endtable
21753 \newline
21754
21755 \begin_inset ERT
21756 status collapsed
21757
21758 \begin_layout Standard
21759
21760
21761 \backslash
21762 hphantom{ }
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \backslash
21769 renewenvironment{table}{
21770 \backslash
21771 begin{SCtable}}{
21772 \backslash
21773 end{SCtable}}}
21774 \end_layout
21775
21776 \begin_layout Standard
21777
21778 \series bold
21779
21780 \backslash
21781 newcommand{
21782 \backslash
21783 TabBesEnd}{%
21784 \newline
21785
21786 \begin_inset ERT
21787 status collapsed
21788
21789 \begin_layout Standard
21790
21791
21792 \backslash
21793 hphantom{ }
21794 \end_layout
21795
21796 \end_inset
21797
21798
21799 \backslash
21800 let
21801 \backslash
21802 table
21803 \backslash
21804 MyTable
21805 \newline
21806
21807 \begin_inset ERT
21808 status collapsed
21809
21810 \begin_layout Standard
21811
21812
21813 \backslash
21814 hphantom{ }
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \backslash
21821 let
21822 \backslash
21823 endtable
21824 \backslash
21825 MyEndtable
21826 \end_layout
21827
21828 \begin_layout Standard
21829
21830 \series bold
21831
21832 \backslash
21833 newcommand{
21834 \backslash
21835 FigBesBeg}{%
21836 \newline
21837
21838 \begin_inset ERT
21839 status collapsed
21840
21841 \begin_layout Standard
21842
21843
21844 \backslash
21845 hphantom{ }
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \backslash
21852 let
21853 \backslash
21854 MyFigure
21855 \backslash
21856 f\SpecialChar \textcompwordmark{}
21857 igure
21858 \newline
21859
21860 \begin_inset ERT
21861 status collapsed
21862
21863 \begin_layout Standard
21864
21865
21866 \backslash
21867 hphantom{ }
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \backslash
21874 let
21875 \backslash
21876 MyEndf\SpecialChar \textcompwordmark{}
21877 igure
21878 \backslash
21879 endf\SpecialChar \textcompwordmark{}
21880 igure
21881 \newline
21882
21883 \begin_inset ERT
21884 status collapsed
21885
21886 \begin_layout Standard
21887
21888
21889 \backslash
21890 hphantom{ }
21891 \end_layout
21892
21893 \end_inset
21894
21895
21896 \backslash
21897 renewenvironment{f\SpecialChar \textcompwordmark{}
21898 igure}{
21899 \backslash
21900 begin{SCf\SpecialChar \textcompwordmark{}
21901 igure}}{
21902 \backslash
21903 end{SCf\SpecialChar \textcompwordmark{}
21904 igure}}}
21905 \end_layout
21906
21907 \begin_layout Standard
21908
21909 \series bold
21910
21911 \backslash
21912 newcommand{
21913 \backslash
21914 FigBesEnd}{%
21915 \newline
21916
21917 \begin_inset ERT
21918 status collapsed
21919
21920 \begin_layout Standard
21921
21922
21923 \backslash
21924 hphantom{ }
21925 \end_layout
21926
21927 \end_inset
21928
21929
21930 \backslash
21931 let
21932 \backslash
21933 f\SpecialChar \textcompwordmark{}
21934 igure
21935 \backslash
21936 MyFigure
21937 \newline
21938
21939 \begin_inset ERT
21940 status collapsed
21941
21942 \begin_layout Standard
21943
21944
21945 \backslash
21946 hphantom{ }
21947 \end_layout
21948
21949 \end_inset
21950
21951
21952 \backslash
21953 let
21954 \backslash
21955 endf\SpecialChar \textcompwordmark{}
21956 igure
21957 \backslash
21958 MyEndf\SpecialChar \textcompwordmark{}
21959 igure}
21960 \series default
21961
21962 \lyxline
21963
21964 \end_layout
21965
21966 \begin_layout Standard
21967 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
21968 ungen seitlich gedruckt werden.
21969  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
21970 \end_layout
21971
21972 \begin_layout Standard
21973
21974 \series bold
21975
21976 \backslash
21977 FigBesBeg
21978 \end_layout
21979
21980 \begin_layout Standard
21981 als TeX-Code vor und
21982 \end_layout
21983
21984 \begin_layout Standard
21985
21986 \series bold
21987
21988 \backslash
21989 FigBesEnd
21990 \end_layout
21991
21992 \begin_layout Standard
21993 hinter das Gleitobjekt.
21994  Bei Gleitobjekt-Tabellen heißen die Befehle
21995 \end_layout
21996
21997 \begin_layout Standard
21998
21999 \series bold
22000
22001 \backslash
22002 TabBesBeg
22003 \series default
22004  und 
22005 \series bold
22006
22007 \backslash
22008 TabBesEnd
22009 \series default
22010 .
22011 \end_layout
22012
22013 \begin_layout Standard
22014 Abbildung\InsetSpace ~
22015
22016 \begin_inset LatexCommand ref
22017 reference "abb:Beschriftung-neben"
22018
22019 \end_inset
22020
22021  und Tabelle\InsetSpace ~
22022
22023 \begin_inset LatexCommand ref
22024 reference "tab:cap-beside-tab"
22025
22026 \end_inset
22027
22028  sind Beispiele für seitliche Beschriftungen.
22029 \end_layout
22030
22031 \begin_layout Standard
22032 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
22033  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
22034  der Abbildung.
22035  Das kann man mit dem Befehl
22036 \end_layout
22037
22038 \begin_layout Standard
22039
22040 \series bold
22041
22042 \backslash
22043 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
22044 \end_layout
22045
22046 \begin_layout Standard
22047 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
22048  Der Gleitobjekt-Typ ist entweder 
22049 \family sans
22050 figure
22051 \family default
22052  oder 
22053 \family sans
22054 table
22055 \family default
22056 , die
22057 \family sans
22058  
22059 \family default
22060 Platzierung ist 
22061 \family typewriter
22062 t
22063 \family default
22064  für oben, 
22065 \family typewriter
22066 c
22067 \family default
22068  für zentriert oder 
22069 \family typewriter
22070 b
22071 \family default
22072  für unten.
22073  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
22074  lautet der Befehl
22075 \end_layout
22076
22077 \begin_layout Standard
22078
22079 \series bold
22080
22081 \backslash
22082 sidecaptionvpos{figure}{c}
22083 \end_layout
22084
22085 \begin_layout Standard
22086 Das wurde in Abbildung\InsetSpace ~
22087
22088 \begin_inset LatexCommand ref
22089 reference "abb:cap-beside-fig-2"
22090
22091 \end_inset
22092
22093  benutzt.
22094 \end_layout
22095
22096 \begin_layout Standard
22097 \begin_inset VSpace medskip
22098 \end_inset
22099
22100 Weitere Informationen über das Paket
22101 \series bold
22102  sidecap
22103 \series default
22104  finden Sie in seiner Dokumentation 
22105 \begin_inset LatexCommand cite
22106 key "sidecap"
22107
22108 \end_inset
22109
22110 .
22111 \end_layout
22112
22113 \begin_layout Standard
22114 \begin_inset Note Greyedout
22115 status open
22116
22117 \begin_layout Standard
22118
22119 \series bold
22120 Bemerkung:
22121 \series default
22122  Das LaTeX-Paket 
22123 \series bold
22124 hypcap
22125 \series default
22126
22127 \begin_inset LatexCommand index
22128 name "LaTeX-Pakete ! hypcap"
22129
22130 \end_inset
22131
22132  das in Abschnitt\InsetSpace ~
22133
22134 \begin_inset LatexCommand ref
22135 reference "uab:Querverweis-Position"
22136
22137 \end_inset
22138
22139  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
22140  Beschriftungen.
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \begin_layout Standard
22149 \begin_inset ERT
22150 status collapsed
22151
22152 \begin_layout Standard
22153
22154
22155 \backslash
22156 FigBesBeg 
22157 \end_layout
22158
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \begin_layout Standard
22165 \begin_inset Float figure
22166 wide false
22167 sideways false
22168 status open
22169
22170 \begin_layout Standard
22171 \begin_inset Graphics
22172         filename ../clipart/escher-lsd.eps
22173         scale 75
22174         scaleBeforeRotation
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Standard
22182 \begin_inset Caption
22183
22184 \begin_layout Standard
22185 \begin_inset LatexCommand label
22186 name "abb:Beschriftung-neben"
22187
22188 \end_inset
22189
22190 Dies ist eine Beschriftung neben einer Abbildung.
22191 \end_layout
22192
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \begin_layout Standard
22204 \begin_inset ERT
22205 status collapsed
22206
22207 \begin_layout Standard
22208
22209
22210 \backslash
22211 TabBesBeg 
22212 \end_layout
22213
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \begin_layout Standard
22220 \begin_inset Float table
22221 wide false
22222 sideways false
22223 status open
22224
22225 \begin_layout Standard
22226 \begin_inset Caption
22227
22228 \begin_layout Standard
22229 \begin_inset LatexCommand label
22230 name "tab:cap-beside-tab"
22231
22232 \end_inset
22233
22234 Dies ist eine Beschriftung neben einer Tabelle.
22235 \end_layout
22236
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \begin_layout Standard
22243 \begin_inset Tabular
22244 <lyxtabular version="3" rows="4" columns="5">
22245 <features>
22246 <column alignment="center" valignment="top" leftline="true" width="0">
22247 <column alignment="center" valignment="top" leftline="true" width="0">
22248 <column alignment="center" valignment="top" leftline="true" width="0">
22249 <column alignment="center" valignment="top" leftline="true" width="0">
22250 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22251 <row topline="true">
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Standard
22256 a
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Standard
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Standard
22274 b
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Standard
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Standard
22292 c
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 </row>
22298 <row topline="true">
22299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Standard
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Standard
22312 d
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Standard
22321
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Standard
22330 e
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Standard
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 </row>
22345 <row topline="true">
22346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Standard
22350 f
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Standard
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Standard
22368 g
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Standard
22377
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Standard
22386 h
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 </row>
22392 <row topline="true" bottomline="true">
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Standard
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Standard
22406 i
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Standard
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Standard
22424 j
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Standard
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 </lyxtabular>
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \begin_layout Standard
22452 \begin_inset ERT
22453 status collapsed
22454
22455 \begin_layout Standard
22456
22457
22458 \backslash
22459 TabBesEnd
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \begin_layout Standard
22468 \begin_inset ERT
22469 status collapsed
22470
22471 \begin_layout Standard
22472
22473
22474 \backslash
22475 sidecaptionvpos{figure}{c}
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \begin_inset Float figure
22482 wide false
22483 sideways false
22484 status open
22485
22486 \begin_layout Standard
22487 \begin_inset Graphics
22488         filename ../clipart/escher-lsd.eps
22489         scale 75
22490         scaleBeforeRotation
22491
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \begin_layout Standard
22498 \begin_inset Caption
22499
22500 \begin_layout Standard
22501 \begin_inset LatexCommand label
22502 name "abb:cap-beside-fig-2"
22503
22504 \end_inset
22505
22506 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
22507 \end_layout
22508
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \begin_layout Standard
22520 \begin_inset ERT
22521 status collapsed
22522
22523 \begin_layout Standard
22524
22525
22526 \backslash
22527 FigBesEnd
22528 \end_layout
22529
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \begin_layout Section
22536 Gleitobjekt-Verzeichnisse
22537 \begin_inset LatexCommand label
22538 name "abs:Gleitobjekt-Verzeichnisse"
22539
22540 \end_inset
22541
22542
22543 \begin_inset LatexCommand index
22544 name "Gleitobjekte ! Verzeichnisse"
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Standard
22552 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
22553  Sie können mit den Untermenüs von 
22554 \family sans
22555 Einfügen\SpecialChar \menuseparator
22556 Liste\InsetSpace ~
22557 /\InsetSpace ~
22558 Inhaltsverzeichnis
22559 \family default
22560  eingefügt werden.
22561 \end_layout
22562
22563 \begin_layout Standard
22564 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
22565  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
22566 \end_layout
22567
22568 \begin_layout Standard
22569 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
22570  und ein Tabellen-Verzeichnis.
22571 \end_layout
22572
22573 \begin_layout Chapter
22574 Notizen
22575 \end_layout
22576
22577 \begin_layout Section
22578 LyX-Notizen
22579 \begin_inset LatexCommand label
22580 name "abs:LyX-Notizen"
22581
22582 \end_inset
22583
22584
22585 \begin_inset LatexCommand index
22586 name "Notizen ! LyX-Notizen"
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Standard
22594 Notizen werden mit einem Klick auf 
22595 \begin_inset Graphics
22596         filename ../../images/note-insert.png
22597         scale 85
22598         scaleBeforeRotation
22599         BoundingBox 0bp 6bp 22bp 22bp
22600
22601 \end_inset
22602
22603  oder 
22604 \family sans
22605 Einfügen\SpecialChar \menuseparator
22606 Notiz
22607 \family default
22608  eingefügt.
22609  Es gibt drei Arten:
22610 \end_layout
22611
22612 \begin_layout Description
22613 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
22614  Eine 
22615 \family sans
22616 LyX-Notiz
22617 \family default
22618  sieht so aus:
22619 \newline
22620
22621 \newline
22622
22623 \begin_inset Graphics
22624         filename clipart/LyXNotizQt4.png
22625         display none
22626         scale 60
22627         scaleBeforeRotation
22628
22629 \end_inset
22630
22631  
22632 \begin_inset Note Note
22633 status open
22634
22635 \begin_layout Standard
22636 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Description
22645 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
22646 men\SpecialChar \-
22647 tar,
22648  wenn Sie das Dokument nach LaTeX exportieren (
22649 \family sans
22650 Datei\SpecialChar \menuseparator
22651 Ex\SpecialChar \-
22652 por\SpecialChar \-
22653 tie\SpecialChar \-
22654 ren\SpecialChar \menuseparator
22655 LaTe
22656 \begin_inset ERT
22657 status collapsed
22658
22659 \begin_layout Standard
22660
22661 {}
22662 \end_layout
22663
22664 \end_inset
22665
22666 X (pdflatex) / (plain)
22667 \family default
22668 .
22669  Ein Kommentar sieht so aus:
22670 \newline
22671
22672 \newline
22673
22674 \begin_inset Graphics
22675         filename clipart/KommentarQt4.png
22676         display none
22677         scale 60
22678         scaleBeforeRotation
22679
22680 \end_inset
22681
22682  
22683 \begin_inset Note Comment
22684 status open
22685
22686 \begin_layout Standard
22687 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
22688 \end_layout
22689
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \begin_layout Description
22696 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
22697 \newline
22698
22699 \newline
22700
22701 \begin_inset Graphics
22702         filename clipart/GrauschriftNotizQt4.png
22703         display none
22704         scale 60
22705         scaleBeforeRotation
22706
22707 \end_inset
22708
22709
22710 \newline
22711
22712 \begin_inset ERT
22713 status collapsed
22714
22715 \begin_layout Standard
22716
22717
22718 \backslash
22719 renewenvironment{lyxgreyedout}
22720 \end_layout
22721
22722 \begin_layout Standard
22723
22724 {
22725 \backslash
22726 textcolor[gray]{0.4}
22727 \backslash
22728 bgroup}{
22729 \backslash
22730 egroup}
22731 \end_layout
22732
22733 \end_inset
22734
22735
22736 \begin_inset Note Greyedout
22737 status open
22738
22739 \begin_layout Standard
22740 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
22741 \begin_inset Foot
22742 status open
22743
22744 \begin_layout Standard
22745 Dies ist eine Fußnote in einer Grauschrift-Notiz.
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \begin_inset ERT
22757 status collapsed
22758
22759 \begin_layout Standard
22760
22761
22762 \backslash
22763 renewenvironment{lyxgreyedout}
22764 \end_layout
22765
22766 \begin_layout Standard
22767
22768 {
22769 \backslash
22770 textcolor{blue}
22771 \backslash
22772 bgroup}{
22773 \backslash
22774 egroup}
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \begin_inset Note Note
22781 status collapsed
22782
22783 \begin_layout Standard
22784 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
22785  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
22786  definiert wurden.
22787  
22788 \end_layout
22789
22790 \end_inset
22791
22792
22793 \newline
22794
22795 \newline
22796 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
22797  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
22798 \end_layout
22799
22800 \begin_layout Description
22801 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
22802 \newline
22803
22804 \newline
22805
22806 \begin_inset Graphics
22807         filename clipart/GerahmteNotizQt4.png
22808         display none
22809         scale 60
22810         scaleBeforeRotation
22811
22812 \end_inset
22813
22814
22815 \begin_inset Note Framed
22816 status open
22817
22818 \begin_layout Standard
22819 Dies ist eine Notiz, die gerahmt gedruckt wird.
22820 \end_layout
22821
22822 \end_inset
22823
22824 Im Gegensatz zu gerahmten Boxen
22825 \begin_inset Foot
22826 status open
22827
22828 \begin_layout Standard
22829 Gerahmte Boxen werden in Abschnitt\InsetSpace ~
22830
22831 \begin_inset LatexCommand ref
22832 reference "abs:Gerahmte-Boxen"
22833
22834 \end_inset
22835
22836  beschrieben.
22837 \end_layout
22838
22839 \end_inset
22840
22841  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
22842  Notiz ist ein Absatz für sich.
22843  
22844 \end_layout
22845
22846 \begin_layout Description
22847 Schattiert: Diese Notiz müsste eigentlich 
22848 \family sans
22849 farbig
22850 \family default
22851  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
22852 \family sans
22853 Werkzeuge\SpecialChar \menuseparator
22854 Einstellungen\SpecialChar \menuseparator
22855 Farben\SpecialChar \menuseparator
22856 Schat\SpecialChar \-
22857 tier\SpecialChar \-
22858 te\InsetSpace \space{}
22859 Box
22860 \family default
22861  definiert ist, und sieht so aus:
22862 \newline
22863
22864 \newline
22865
22866 \begin_inset Graphics
22867         filename clipart/SchattierteNotizQt4.png
22868         display none
22869         scale 60
22870         scaleBeforeRotation
22871
22872 \end_inset
22873
22874
22875 \begin_inset Note Shaded
22876 status open
22877
22878 \begin_layout Standard
22879 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
22880 \end_layout
22881
22882 \end_inset
22883
22884 Im Gegensatz zu farbigen Boxen
22885 \begin_inset Foot
22886 status collapsed
22887
22888 \begin_layout Standard
22889 Farbige Boxen werden in Abschnitt\InsetSpace ~
22890
22891 \begin_inset LatexCommand ref
22892 reference "abs:Farbige-Boxen"
22893
22894 \end_inset
22895
22896  beschrieben.
22897 \end_layout
22898
22899 \end_inset
22900
22901  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
22902  die Notiz ist ein Absatz für sich.
22903 \end_layout
22904
22905 \begin_layout Standard
22906 \begin_inset VSpace bigskip
22907 \end_inset
22908
22909 Wenn Sie auf den Werzeugleistenknopf 
22910 \begin_inset Graphics
22911         filename ../../images/note-insert.png
22912         scale 85
22913         scaleBeforeRotation
22914         BoundingBox 0bp 6bp 22bp 22bp
22915
22916 \end_inset
22917
22918  klicken, wird zunächst eine 
22919 \family sans
22920 LyX-Notiz
22921 \family default
22922  eingefügt.
22923  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
22924  anderen Möglichkeiten auswählen.
22925  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
22926  Sie ihn und klicken dann auf den Werzeugleistenknopf.
22927  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace Taste, wenn
22928  der Cursor am Beginn der Notiz ist oder die Entfernen Taste, wenn der Cursor
22929  am Ende der Notiz ist.
22930 \end_layout
22931
22932 \begin_layout Standard
22933 \begin_inset VSpace bigskip
22934 \end_inset
22935
22936 Die Textfarbe der 
22937 \family sans
22938 Grauschrift
22939 \family default
22940 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
22941 \end_layout
22942
22943 \begin_layout Standard
22944
22945 \series bold
22946
22947 \backslash
22948 renewenvironment{lyxgreyedout}
22949 \newline
22950
22951 \begin_inset ERT
22952 status collapsed
22953
22954 \begin_layout Standard
22955
22956
22957 \backslash
22958 hphantom{ }
22959 \end_layout
22960
22961 \end_inset
22962
22963 {
22964 \backslash
22965 textcolor{color}
22966 \backslash
22967 bgroup}{
22968 \backslash
22969 egroup}
22970 \end_layout
22971
22972 \begin_layout Standard
22973 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
22974
22975 \begin_inset LatexCommand ref
22976 reference "abs:Farbige-Tabellen"
22977
22978 \end_inset
22979
22980  beschrieben.
22981  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
22982 \end_layout
22983
22984 \begin_layout Standard
22985 \begin_inset VSpace bigskip
22986 \end_inset
22987
22988 Der Textstil von 
22989 \family sans
22990 Eingerahmt
22991 \family default
22992  und 
22993 \family sans
22994 Schattiert
22995 \family default
22996  kann im 
22997 \family sans
22998 Textstil
22999 \family default
23000  Dialog eingestellt werden.
23001 \end_layout
23002
23003 \begin_layout Standard
23004 Die Standard-Rahmenbreite für 
23005 \family sans
23006 Eingerahmt
23007 \family default
23008  ist 0.4\InsetSpace \thinspace{}
23009 pt; sie kann mit 
23010 \series bold
23011
23012 \backslash
23013 FrameRule
23014 \series default
23015  geändert werden.
23016  Der Standard-Abstand zwischen Rahmen und Text ist 9\InsetSpace \thinspace{}
23017 pt; er kann mit 
23018 \series bold
23019
23020 \backslash
23021 FrameSep
23022 \series default
23023  geändert werden.
23024  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
23025  als TeX-Code geändert:
23026 \end_layout
23027
23028 \begin_layout Standard
23029
23030 \series bold
23031
23032 \backslash
23033 FrameRule 5pt 
23034 \backslash
23035 FrameSep 0.5cm
23036 \end_layout
23037
23038 \begin_layout Standard
23039 \begin_inset ERT
23040 status collapsed
23041
23042 \begin_layout Standard
23043
23044
23045 \backslash
23046 FrameRule 5pt 
23047 \backslash
23048 FrameSep 0.5cm
23049 \end_layout
23050
23051 \end_inset
23052
23053
23054 \begin_inset Note Framed
23055 status open
23056
23057 \begin_layout Standard
23058 Dies ist Text in einem anderen Rahmen.
23059 \end_layout
23060
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \begin_layout Standard
23067 \begin_inset ERT
23068 status collapsed
23069
23070 \begin_layout Standard
23071
23072
23073 \backslash
23074 FrameRule 0.4pt 
23075 \backslash
23076 FrameSep 9pt
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout Standard
23085 \begin_inset VSpace bigskip
23086 \end_inset
23087
23088 Für 
23089 \family sans
23090 Schattiert
23091 \family default
23092  beträgt der Abstand zwischen Rand und Text 3\InsetSpace \thinspace{}
23093 pt; er kann mit 
23094 \series bold
23095
23096 \backslash
23097 fboxsep
23098 \series default
23099  geändert werden.
23100  Die Standard-Hintergrundfarbe ist rot und kann mit 
23101 \series bold
23102
23103 \backslash
23104 definecolor{shadebox}
23105 \series default
23106  oder 
23107 \family sans
23108 Werkzeuge\SpecialChar \menuseparator
23109 Einstellungen\SpecialChar \menuseparator
23110 Farben\SpecialChar \menuseparator
23111 Schattierte\InsetSpace ~
23112 Box
23113 \family default
23114  geändert werden.
23115  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
23116
23117 \begin_inset LatexCommand ref
23118 reference "abs:Farbige-Tabellen"
23119
23120 \end_inset
23121
23122  beschrieben
23123 \begin_inset Foot
23124 status collapsed
23125
23126 \begin_layout Standard
23127
23128 \series bold
23129
23130 \backslash
23131 definecolor
23132 \series default
23133  benötigt LaTeX-Paket 
23134 \series bold
23135 color
23136 \series default
23137
23138 \begin_inset LatexCommand index
23139 name "LaTeX-Pakete ! color"
23140
23141 \end_inset
23142
23143  im LaTeX-Vorspann, siehe Abschnitt\InsetSpace ~
23144
23145 \begin_inset LatexCommand ref
23146 reference "abs:Farbige-Boxen"
23147
23148 \end_inset
23149
23150 .
23151 \end_layout
23152
23153 \end_inset
23154
23155 .
23156 \end_layout
23157
23158 \begin_layout Standard
23159 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
23160 \end_layout
23161
23162 \begin_layout Standard
23163
23164 \series bold
23165
23166 \backslash
23167 fboxsep 0.5cm
23168 \newline
23169
23170 \backslash
23171 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23172 \end_layout
23173
23174 \begin_layout Standard
23175 \begin_inset ERT
23176 status collapsed
23177
23178 \begin_layout Standard
23179
23180
23181 \backslash
23182 fboxsep 0.5cm
23183 \end_layout
23184
23185 \end_inset
23186
23187
23188 \begin_inset ERT
23189 status collapsed
23190
23191 \begin_layout Standard
23192
23193
23194 \backslash
23195 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23196 \end_layout
23197
23198 \end_inset
23199
23200
23201 \begin_inset Note Shaded
23202 status open
23203
23204 \begin_layout Standard
23205
23206 \color yellow
23207 Dies ist gelber Text auf dunkelgrünem Hintergrund.
23208 \end_layout
23209
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \begin_layout Standard
23216 \begin_inset ERT
23217 status collapsed
23218
23219 \begin_layout Standard
23220
23221
23222 \backslash
23223 fboxsep 3pt
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \begin_inset ERT
23230 status collapsed
23231
23232 \begin_layout Standard
23233
23234
23235 \backslash
23236 definecolor{shadecolor}{rgb}{1,0,0}
23237 \end_layout
23238
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \begin_layout Section
23245 Fußnoten
23246 \begin_inset LatexCommand label
23247 name "abs:Fußnoten"
23248
23249 \end_inset
23250
23251
23252 \begin_inset LatexCommand index
23253 name "Notizen ! Fußnoten"
23254
23255 \end_inset
23256
23257
23258 \begin_inset LatexCommand index
23259 name "Fußnoten"
23260
23261 \end_inset
23262
23263
23264 \end_layout
23265
23266 \begin_layout Standard
23267 Zu dem, was bereits im 
23268 \emph on
23269 Benutzerhandbuch
23270 \emph default
23271  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
23272 \color black
23273
23274 \begin_inset Foot
23275 status open
23276
23277 \begin_layout Standard
23278
23279 \color black
23280 \begin_inset LatexCommand label
23281 name "fuss:Fußnoten-Beispiel"
23282
23283 \end_inset
23284
23285 Dies ist eine Fußnote.
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \begin_layout Standard
23294 \begin_inset ERT
23295 status collapsed
23296
23297 \begin_layout Standard
23298
23299
23300 \backslash
23301 newcounter{MyRepeatFoot}
23302 \end_layout
23303
23304 \begin_layout Standard
23305
23306
23307 \backslash
23308 setcounter{MyRepeatFoot}{
23309 \backslash
23310 thefootnote}
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \begin_layout Standard
23319 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
23320  wurde, eine hochgestellte Zahl.
23321  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
23322  hochgestellt dem Text vorangeht.
23323  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
23324  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
23325  werden.
23326 \end_layout
23327
23328 \begin_layout Standard
23329 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
23330  der Fußnote eine Marke eingefügt wurde.
23331  Dies ist ein Querverweis auf Fußnote\InsetSpace ~
23332
23333 \begin_inset LatexCommand ref
23334 reference "fuss:Fußnoten-Beispiel"
23335
23336 \end_inset
23337
23338 .
23339 \end_layout
23340
23341 \begin_layout Standard
23342 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
23343  siehe Abschnitt\InsetSpace ~
23344
23345 \begin_inset LatexCommand ref
23346 reference "abs:Minipage"
23347
23348 \end_inset
23349
23350 .
23351  Fußnoten in langen Tabellen wurden bereits in Abschnitt\InsetSpace ~
23352
23353 \begin_inset LatexCommand ref
23354 reference "uab:Fußnoten-in-langen"
23355
23356 \end_inset
23357
23358  beschrieben.
23359 \end_layout
23360
23361 \begin_layout Standard
23362 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
23363  TeX-Code-Befehl 
23364 \series bold
23365
23366 \backslash
23367 footnotemark[Nummer]
23368 \series default
23369  benutzen.
23370  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
23371  mal gedruckt wird.
23372 \end_layout
23373
23374 \begin_layout Standard
23375 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
23376  sie speichern, nachdem Sie die Fußnote eingefügt haben.
23377  Hinter Fußnote\InsetSpace ~
23378
23379 \begin_inset LatexCommand ref
23380 reference "fuss:Fußnoten-Beispiel"
23381
23382 \end_inset
23383
23384  wurde das mit folgenden TeX-Code-Befehlen gemacht:
23385 \end_layout
23386
23387 \begin_layout Standard
23388
23389 \series bold
23390
23391 \backslash
23392 newcounter{MyRepeatFoot}
23393 \newline
23394
23395 \backslash
23396 setcounter{MyRepeatFoot}{
23397 \backslash
23398 thefootnote}
23399 \end_layout
23400
23401 \begin_layout Standard
23402 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
23403 \end_layout
23404
23405 \begin_layout Standard
23406
23407 \series bold
23408
23409 \backslash
23410 footnotemark[
23411 \backslash
23412 theMyRepeatFoot]
23413 \end_layout
23414
23415 \begin_layout Standard
23416 Hier ist ein Beispiel für eine Fußnotenmarke:
23417 \family roman
23418 \series medium
23419 \bar no
23420
23421 \begin_inset ERT
23422 status collapsed
23423
23424 \begin_layout Standard
23425
23426
23427 \backslash
23428 footnotemark[
23429 \backslash
23430 theMyRepeatFoot]
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \begin_layout Subsection
23439 Fußnoten-Nummerierung
23440 \begin_inset LatexCommand label
23441 name "uab:Fußnoten-Nummerierung"
23442
23443 \end_inset
23444
23445
23446 \begin_inset LatexCommand index
23447 name "Fußnoten ! Nummerierung"
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 Um Fußnoten nach jedem Abschnitt
23456 \family roman
23457  auf 1 zurückzusetzen, 
23458 \family default
23459 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23460 \end_layout
23461
23462 \begin_layout Standard
23463
23464 \series bold
23465
23466 \backslash
23467 @addtoreset{footnote}{section}
23468 \end_layout
23469
23470 \begin_layout Standard
23471 \begin_inset VSpace bigskip
23472 \end_inset
23473
23474 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
23475  Zahlen:
23476 \end_layout
23477
23478 \begin_layout Standard
23479
23480 \series bold
23481
23482 \backslash
23483 renewcommand{
23484 \backslash
23485 thefootnote}{
23486 \backslash
23487 roman{footnote}}
23488 \end_layout
23489
23490 \begin_layout Standard
23491 \begin_inset ERT
23492 status collapsed
23493
23494 \begin_layout Standard
23495
23496
23497 \backslash
23498 renewcommand{
23499 \backslash
23500 thefootnote}{
23501 \backslash
23502 roman{footnote}}
23503 \end_layout
23504
23505 \end_inset
23506
23507  Hier ist ein Beispiel für solch eine Fußnote:
23508 \begin_inset Foot
23509 status open
23510
23511 \begin_layout Standard
23512 Dies ist eine Fußnote mit kleinen römischen Zahlen
23513 \end_layout
23514
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \begin_layout Standard
23521 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
23522  Sie in obigem Befehl 
23523 \series bold
23524
23525 \backslash
23526 roman
23527 \series default
23528  durch 
23529 \series bold
23530
23531 \backslash
23532 Roman
23533 \series default
23534 .
23535  Um Fußnoten mit großen oder kleinen Buchstaben zu 
23536 \begin_inset Quotes gld
23537 \end_inset
23538
23539 nummerieren
23540 \begin_inset Quotes grd
23541 \end_inset
23542
23543 , verwenden Sie die Befehle 
23544 \series bold
23545
23546 \backslash
23547 Alph
23548 \series default
23549  bzw.\InsetSpace ~
23550
23551 \series bold
23552
23553 \backslash
23554 alph
23555 \series default
23556 .
23557  Für die 
23558 \begin_inset Quotes gld
23559 \end_inset
23560
23561 Nummerierung
23562 \begin_inset Quotes grd
23563 \end_inset
23564
23565  mit Symbolen steht der Befehl 
23566 \series bold
23567
23568 \backslash
23569 fnsymbol
23570 \series default
23571  zur Verfügung.
23572 \end_layout
23573
23574 \begin_layout Standard
23575 \begin_inset Note Greyedout
23576 status open
23577
23578 \begin_layout Standard
23579
23580 \series bold
23581 Bemerkung 1:
23582 \series default
23583  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
23584  
23585 \emph on
23586 ein
23587 \emph default
23588  Buchstabe verwendet wird.
23589 \end_layout
23590
23591 \end_inset
23592
23593
23594 \newline
23595
23596 \begin_inset Note Greyedout
23597 status open
23598
23599 \begin_layout Standard
23600
23601 \series bold
23602 Bemerkung 2:
23603 \series default
23604  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
23605 \end_layout
23606
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \begin_layout Standard
23613 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
23614 \series bold
23615
23616 \backslash
23617 arabic
23618 \series default
23619  anstelle von 
23620 \series bold
23621
23622 \backslash
23623 roman
23624 \series default
23625  in obigem Befehl.
23626 \begin_inset ERT
23627 status collapsed
23628
23629 \begin_layout Standard
23630
23631
23632 \backslash
23633 renewcommand{
23634 \backslash
23635 thefootnote}{
23636 \backslash
23637 arabic{footnote}}
23638 \end_layout
23639
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \begin_layout Standard
23646 \begin_inset VSpace bigskip
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \begin_layout Standard
23653 Wenn Sie wollen, dass Fußnoten nach dem Schema 
23654 \begin_inset Quotes gld
23655 \end_inset
23656
23657 Kapitel.Fußnote
23658 \begin_inset Quotes grd
23659 \end_inset
23660
23661  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23662 \end_layout
23663
23664 \begin_layout Standard
23665
23666 \series bold
23667
23668 \backslash
23669 numberwithin{footnote}{chapter}
23670 \end_layout
23671
23672 \begin_layout Standard
23673 Um 
23674 \series bold
23675
23676 \backslash
23677 numberwithin
23678 \series default
23679  benutzen zu können, muss in den 
23680 \family sans
23681 Mathe\InsetSpace ~
23682 Optionen
23683 \family default
23684  der 
23685 \family sans
23686 Dokument-Einstellungen
23687 \family default
23688  
23689 \family sans
23690 AMS\InsetSpace ~
23691 Mathe\InsetSpace ~
23692 Paket
23693 \family default
23694 \InsetSpace ~
23695
23696 \family sans
23697 verwenden
23698 \family default
23699  angekreuzt sein.
23700 \begin_inset ERT
23701 status collapsed
23702
23703 \begin_layout Standard
23704
23705
23706 \backslash
23707 numberwithin{footnote}{chapter}
23708 \end_layout
23709
23710 \end_inset
23711
23712  Hier ist ein Beispiel für solch eine Fußnote.
23713 \series bold
23714
23715 \begin_inset Foot
23716 status open
23717
23718 \begin_layout Standard
23719 Dies ist eine Fußnote nach dem Schema 
23720 \begin_inset Quotes gld
23721 \end_inset
23722
23723 Kapitel.Fußnote
23724 \begin_inset Quotes grd
23725 \end_inset
23726
23727 .
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \series default
23734
23735 \begin_inset ERT
23736 status collapsed
23737
23738 \begin_layout Standard
23739
23740
23741 \backslash
23742 numberwithin{footnote}{part}
23743 \end_layout
23744
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \begin_layout Standard
23751 \begin_inset Note Greyedout
23752 status open
23753
23754 \begin_layout Standard
23755
23756 \series bold
23757 Bemerkung:
23758 \series default
23759  
23760 \series bold
23761
23762 \backslash
23763 numberwithin
23764 \series default
23765  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
23766  werden überschrieben.
23767 \end_layout
23768
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \begin_layout Standard
23775 Um also z.\InsetSpace \thinspace{}
23776 B.
23777  das Schema 
23778 \begin_inset Quotes gld
23779 \end_inset
23780
23781 Kapitel.
23782 \backslash
23783 Roman{footnote}
23784 \begin_inset Quotes grd
23785 \end_inset
23786
23787  zu erhalten, muss dieser Befehl anstelle von 
23788 \series bold
23789
23790 \backslash
23791 numberwithin
23792 \series default
23793  verwendet werden:
23794 \end_layout
23795
23796 \begin_layout Standard
23797
23798 \series bold
23799
23800 \backslash
23801 renewcommand{
23802 \backslash
23803 thefootnote}{
23804 \backslash
23805 thechapter.
23806 \backslash
23807 Roman{footnote}}
23808 \end_layout
23809
23810 \begin_layout Subsection
23811 Fußnoten-Platzierung
23812 \begin_inset LatexCommand index
23813 name "Fußnoten ! Platzierung"
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Standard
23821 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
23822  ohne Zwischenraum am Ende der Seite gedruckt.
23823  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
23824  LaTeX-Vorspann 1.5\InsetSpace \thinspace{}
23825 mm Zwischenraum einfügen:
23826 \end_layout
23827
23828 \begin_layout Standard
23829
23830 \series bold
23831
23832 \backslash
23833 let
23834 \backslash
23835 myFoot
23836 \backslash
23837 footnote
23838 \newline
23839
23840 \backslash
23841 renewcommand{
23842 \backslash
23843 footnote}[1]{
23844 \backslash
23845 myFoot{#1
23846 \backslash
23847 vspace{1.5mm}}}
23848 \end_layout
23849
23850 \begin_layout Standard
23851 \begin_inset VSpace bigskip
23852 \end_inset
23853
23854 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
23855  Spalte gedruckt, Abbildung\InsetSpace ~
23856
23857 \begin_inset LatexCommand ref
23858 reference "abb:Standard-Fußnoten-Platzierung-in"
23859
23860 \end_inset
23861
23862 .
23863  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
23864  in Abbildung\InsetSpace ~
23865
23866 \begin_inset LatexCommand ref
23867 reference "abb:Fußnoten-Platzierung-in-einem"
23868
23869 \end_inset
23870
23871 , müssen Sie das LaTeX-Paket 
23872 \series bold
23873 ftnright
23874 \series default
23875
23876 \begin_inset LatexCommand index
23877 name "LaTeX-Pakete ! ftnright"
23878
23879 \end_inset
23880
23881  mit folgendem Befehl im LaTeX-Vorspann einfügen:
23882 \end_layout
23883
23884 \begin_layout Standard
23885
23886 \series bold
23887
23888 \backslash
23889 usepackage{ftnright}
23890 \end_layout
23891
23892 \begin_layout Standard
23893 \begin_inset Float figure
23894 placement !h
23895 wide false
23896 sideways false
23897 status collapsed
23898
23899 \begin_layout Standard
23900 \begin_inset ERT
23901 status collapsed
23902
23903 \begin_layout Standard
23904
23905
23906 \backslash
23907 framebox{
23908 \end_layout
23909
23910 \end_inset
23911
23912
23913 \begin_inset Graphics
23914         filename ../clipart/without_fntright.pdf
23915         width 100col%
23916         scaleBeforeRotation
23917
23918 \end_inset
23919
23920
23921 \begin_inset ERT
23922 status collapsed
23923
23924 \begin_layout Standard
23925
23926 }
23927 \end_layout
23928
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \begin_layout Standard
23935 \begin_inset Caption
23936
23937 \begin_layout Standard
23938 \begin_inset LatexCommand label
23939 name "abb:Standard-Fußnoten-Platzierung-in"
23940
23941 \end_inset
23942
23943 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
23944 \begin_inset OptArg
23945 status collapsed
23946
23947 \begin_layout Standard
23948 Standard Fußnoten-Platzierung in einem zweisp.
23949  Dokument
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Standard
23968 \begin_inset Float figure
23969 placement !h
23970 wide false
23971 sideways false
23972 status collapsed
23973
23974 \begin_layout Standard
23975 \begin_inset ERT
23976 status collapsed
23977
23978 \begin_layout Standard
23979
23980
23981 \backslash
23982 framebox{
23983 \end_layout
23984
23985 \end_inset
23986
23987
23988 \begin_inset Graphics
23989         filename ../clipart/with_fntright.pdf
23990         width 100col%
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:Fußnoten-Platzierung-in-einem"
24015
24016 \end_inset
24017
24018 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
24019  
24020 \series bold
24021 ftnright
24022 \series default
24023 .
24024 \begin_inset OptArg
24025 status collapsed
24026
24027 \begin_layout Standard
24028 Fußnoten-Platzierung mit 
24029 \family typewriter
24030 ftnright
24031 \end_layout
24032
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \end_inset
24044
24045
24046 \end_layout
24047
24048 \begin_layout Standard
24049 \begin_inset VSpace bigskip
24050 \end_inset
24051
24052 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
24053  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung\InsetSpace ~
24054
24055 \begin_inset LatexCommand ref
24056 reference "abb:endnotes----Die"
24057
24058 \end_inset
24059
24060  gedruckt.
24061  Man nennt sie dann 
24062 \emph on
24063 Endnoten
24064 \emph default
24065 .
24066  Um das zu erreichen müssen Sie das LaTeX-Paket 
24067 \series bold
24068 endnotes
24069 \series default
24070
24071 \begin_inset LatexCommand index
24072 name "LaTeX-Pakete ! endnotes"
24073
24074 \end_inset
24075
24076  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
24077 \end_layout
24078
24079 \begin_layout Standard
24080
24081 \series bold
24082
24083 \backslash
24084 usepackage{endnotes}
24085 \newline
24086
24087 \backslash
24088 let
24089 \backslash
24090 footnote
24091 \backslash
24092 endnote
24093 \end_layout
24094
24095 \begin_layout Standard
24096 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
24097 \series bold
24098  
24099 \backslash
24100 theendnotes
24101 \series default
24102  am Ende des Abschnitts oder Kapitels ein.
24103 \end_layout
24104
24105 \begin_layout Standard
24106 \begin_inset Float figure
24107 wide false
24108 sideways false
24109 status collapsed
24110
24111 \begin_layout Standard
24112 \align center
24113 \begin_inset ERT
24114 status collapsed
24115
24116 \begin_layout Standard
24117
24118
24119 \backslash
24120 framebox{
24121 \end_layout
24122
24123 \end_inset
24124
24125
24126 \begin_inset Graphics
24127         filename ../clipart/endnotes.pdf
24128         scaleBeforeRotation
24129
24130 \end_inset
24131
24132
24133 \begin_inset ERT
24134 status collapsed
24135
24136 \begin_layout Standard
24137
24138 }
24139 \end_layout
24140
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \begin_layout Standard
24147 \begin_inset Caption
24148
24149 \begin_layout Standard
24150 \begin_inset LatexCommand label
24151 name "abb:endnotes----Die"
24152
24153 \end_inset
24154
24155
24156 \series bold
24157 endnotes
24158 \series default
24159  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
24160  gedruckt.
24161 \begin_inset OptArg
24162 status collapsed
24163
24164 \begin_layout Standard
24165 \begin_inset LatexCommand label
24166 name "abb:endnotes----Die"
24167
24168 \end_inset
24169
24170
24171 \series bold
24172 endnotes
24173 \series default
24174  -- Die Fußnoten werden am Ende gedruckt
24175 \end_layout
24176
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \end_inset
24183
24184
24185 \end_layout
24186
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \begin_layout Standard
24193 \begin_inset VSpace medskip
24194 \end_inset
24195
24196 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
24197 ache übersetzt.
24198  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
24199 \begin_inset Quotes gld
24200 \end_inset
24201
24202 Notes 
24203 \begin_inset Quotes grd
24204 \end_inset
24205
24206 in 
24207 \begin_inset Quotes gld
24208 \end_inset
24209
24210 Anmerkungen
24211 \begin_inset Quotes grd
24212 \end_inset
24213
24214 :
24215 \end_layout
24216
24217 \begin_layout Standard
24218
24219 \series bold
24220
24221 \backslash
24222 renewcommand{
24223 \backslash
24224 notesname}{Anmerkungen}
24225 \end_layout
24226
24227 \begin_layout Standard
24228 \begin_inset VSpace medskip
24229 \end_inset
24230
24231 Wenn Sie in den Befehlen von Abschnitt\InsetSpace ~
24232
24233 \begin_inset LatexCommand ref
24234 reference "uab:Fußnoten-Nummerierung"
24235
24236 \end_inset
24237
24238  
24239 \series bold
24240
24241 \backslash
24242 thefootnote
24243 \series default
24244  durch 
24245 \series bold
24246
24247 \backslash
24248 theendnote
24249 \series default
24250  ersetzen, können Sie die Nummerierung von Endnoten ändern.
24251  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
24252 \series bold
24253
24254 \backslash
24255 @addtoreset
24256 \series default
24257  wie in Abschnitt\InsetSpace \space{}
24258
24259 \begin_inset LatexCommand ref
24260 reference "uab:Fußnoten-Nummerierung"
24261
24262 \end_inset
24263
24264  beschrieben und ersetzen 
24265 \series bold
24266 footnote
24267 \series default
24268  durch 
24269 \series bold
24270 endnote
24271 \series default
24272 .
24273 \end_layout
24274
24275 \begin_layout Standard
24276 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
24277  
24278 \series bold
24279
24280 \backslash
24281 endnotemark[Nummer]
24282 \series default
24283  ähnlich wie 
24284 \series bold
24285
24286 \backslash
24287 footnotemark
24288 \series default
24289  Abschnitt\InsetSpace ~
24290
24291 \begin_inset LatexCommand ref
24292 reference "abs:Fußnoten"
24293
24294 \end_inset
24295
24296 .
24297 \end_layout
24298
24299 \begin_layout Standard
24300 \begin_inset VSpace bigskip
24301 \end_inset
24302
24303 Mit dem LaTeX-Paket 
24304 \series bold
24305 footmisc
24306 \series default
24307
24308 \begin_inset LatexCommand index
24309 name "LaTeX-Pakete ! footmisc"
24310
24311 \end_inset
24312
24313  (
24314 \begin_inset LatexCommand cite
24315 key "footmisc"
24316
24317 \end_inset
24318
24319 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
24320 \end_layout
24321
24322 \begin_layout Standard
24323 In LaTeX-Büchern, 
24324 \begin_inset LatexCommand cite
24325 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
24326
24327 \end_inset
24328
24329 , finden Sie weiteres zu Fußnoten.
24330 \end_layout
24331
24332 \begin_layout Section
24333 Randnotizen
24334 \begin_inset LatexCommand index
24335 name "Randnotizen"
24336
24337 \end_inset
24338
24339
24340 \begin_inset LatexCommand index
24341 name "Notizen ! Randnotizen"
24342
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \begin_layout Standard
24349 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
24350  Sie fügen sie mit einem Klick auf den Schalter 
24351 \begin_inset Graphics
24352         filename ../../images/marginalnote-insert.png
24353         scale 70
24354         scaleBeforeRotation
24355         BoundingBox 0bp 0bp 22bp 22bp
24356
24357 \end_inset
24358
24359  oder über 
24360 \family sans
24361 Einfügen\SpecialChar \menuseparator
24362 Randnotiz
24363 \family default
24364  ein.
24365  Ein graues Kästchen mit der Aufschrift 
24366 \begin_inset Quotes gld
24367 \end_inset
24368
24369 Rand
24370 \begin_inset Quotes grd
24371 \end_inset
24372
24373  erscheint
24374 \family roman
24375 \series medium
24376 , und dort, wo der Cursor steht, können Sie Text eingeben.
24377 \end_layout
24378
24379 \begin_layout Standard
24380 Hier am Rand sehen Sie eine Randnotiz.
24381 \begin_inset Marginal
24382 status open
24383
24384 \begin_layout Standard
24385 Dies ist eine Randnotiz.
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \begin_layout Standard
24394 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
24395  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
24396  Seiten und rechts auf den ungeraden.
24397  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
24398  wird und umgekehrt.
24399  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
24400  wurde.
24401 \end_layout
24402
24403 \begin_layout Standard
24404 \begin_inset VSpace bigskip
24405 \end_inset
24406
24407 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
24408 \end_layout
24409
24410 \begin_layout Standard
24411
24412 \series bold
24413
24414 \backslash
24415 reversemarginpar
24416 \end_layout
24417
24418 \begin_layout Standard
24419 als TeX-Code vor einer Randnotiz ein.
24420  Das gilt dann für alle folgenden Randnotizen.
24421 \begin_inset ERT
24422 status collapsed
24423
24424 \begin_layout Standard
24425
24426
24427 \backslash
24428 reversemarginpar 
24429 \end_layout
24430
24431 \end_inset
24432
24433
24434 \begin_inset Marginal
24435 status open
24436
24437 \begin_layout Standard
24438 Hier ist ein Beispiel im inneren Rand.
24439 \end_layout
24440
24441 \end_inset
24442
24443
24444 \newline
24445
24446 \begin_inset Note Greyedout
24447 status open
24448
24449 \begin_layout Standard
24450  
24451 \series bold
24452 Achtung:
24453 \series default
24454  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
24455 \end_layout
24456
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \begin_layout Standard
24463 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
24464 \end_layout
24465
24466 \begin_layout Standard
24467
24468 \series bold
24469
24470 \backslash
24471 normalmarginpar
24472 \end_layout
24473
24474 \begin_layout Standard
24475 als TeX-Code ein.
24476 \begin_inset ERT
24477 status collapsed
24478
24479 \begin_layout Standard
24480
24481
24482 \backslash
24483 normalmarginpar 
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \begin_inset Note Greyedout
24490 status open
24491
24492 \begin_layout Standard
24493
24494 \series bold
24495 Achtung:
24496 \series default
24497  Der Befehl wird missachtet, wenn er im selben Absatz wie 
24498 \series bold
24499
24500 \backslash
24501 reversemarginpar
24502 \series default
24503  verwendet wird.
24504 \end_layout
24505
24506 \end_inset
24507
24508
24509 \end_layout
24510
24511 \begin_layout Standard
24512 \begin_inset VSpace bigskip
24513 \end_inset
24514
24515 Ähnlich wie in Abschnitt\InsetSpace ~
24516
24517 \begin_inset LatexCommand ref
24518 reference "uab:Mehrfache-Zeilen-in"
24519
24520 \end_inset
24521
24522  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
24523  erste Wort der Randnotiz sind.
24524  Um das zu vermeiden, können Sie den Befehl
24525 \end_layout
24526
24527 \begin_layout Standard
24528
24529 \series bold
24530
24531 \backslash
24532 hspace{0pt}
24533 \end_layout
24534
24535 \begin_layout Standard
24536 als TeX-Code vor das Wort setzen, so wie hier:
24537 \begin_inset Marginal
24538 status open
24539
24540 \begin_layout Standard
24541 \begin_inset ERT
24542 status collapsed
24543
24544 \begin_layout Standard
24545
24546
24547 \backslash
24548 hspace{0pt}
24549 \end_layout
24550
24551 \end_inset
24552
24553
24554 \family roman
24555 \series medium
24556 EinSehrLangesWort am Anfang, das umgebrochen wird.
24557 \end_layout
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Standard
24565 \begin_inset VSpace bigskip
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \begin_layout Standard
24572 \begin_inset Note Greyedout
24573 status open
24574
24575 \begin_layout Standard
24576
24577 \series bold
24578 Bemerkung:
24579 \series default
24580  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
24581  verwendet werden.
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \begin_layout Standard
24590 \begin_inset VSpace bigskip
24591 \end_inset
24592
24593
24594 \end_layout
24595
24596 \begin_layout Standard
24597 \begin_inset ERT
24598 status collapsed
24599
24600 \begin_layout Standard
24601
24602
24603 \backslash
24604 ifmarginnote
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \begin_inset Note Note
24611 status open
24612
24613 \begin_layout Standard
24614 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
24615 \series bold
24616 marginnote
24617 \series default
24618  installiert ist.
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
24628 \series bold
24629 marginnote
24630 \series default
24631
24632 \begin_inset LatexCommand index
24633 name "LaTeX-Pakete ! marginnote"
24634
24635 \end_inset
24636
24637  verwendet wird.
24638  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
24639  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
24640  des Pakets 
24641 \series bold
24642 marginnote
24643 \series default
24644  für Randnotizen verwendet wird:
24645 \end_layout
24646
24647 \begin_layout Standard
24648
24649 \series bold
24650
24651 \backslash
24652 usepackage{marginnote}
24653 \newline
24654
24655 \backslash
24656 let
24657 \backslash
24658 marginpar
24659 \backslash
24660 marginnote
24661 \end_layout
24662
24663 \begin_layout Standard
24664 Dies wird auch in diesem Dokument verwendet, denn 
24665 \series bold
24666 marginnote
24667 \series default
24668  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
24669  für Randnotizen angeben.
24670  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
24671 n sind zu dicht beieinander sind.
24672  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
24673  Schema
24674 \end_layout
24675
24676 \begin_layout Standard
24677
24678 \series bold
24679 [Versatz]
24680 \end_layout
24681
24682 \begin_layout Standard
24683 angegeben.
24684  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle\InsetSpace ~
24685
24686 \begin_inset LatexCommand ref
24687 reference "tab:Maßeinheiten"
24688
24689 \end_inset
24690
24691  aufgelistet sind.
24692  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
24693  nach unten.
24694  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5\InsetSpace \thinspace{}
24695 cm mit dem TeX-Code-Befeh
24696 l  
24697 \begin_inset Quotes gld
24698 \end_inset
24699
24700
24701 \series bold
24702 [-1.5cm]
24703 \series default
24704
24705 \begin_inset Quotes grd
24706 \end_inset
24707
24708  nach oben versetzt
24709 \begin_inset Marginal
24710 status open
24711
24712 \begin_layout Standard
24713 Diese Randnotiz ist 1.5\InsetSpace \thinspace{}
24714 cm von ihrer Originalposition nach oben versetzt.
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \begin_inset ERT
24721 status collapsed
24722
24723 \begin_layout Standard
24724
24725 [-1.5cm]
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Standard
24734 \begin_inset VSpace medskip
24735 \end_inset
24736
24737 Mit 
24738 \series bold
24739 marginnote
24740 \series default
24741  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
24742  Zum Beispiel setzen die Befehle
24743 \end_layout
24744
24745 \begin_layout Standard
24746
24747 \series bold
24748
24749 \backslash
24750 renewcommand*{
24751 \backslash
24752 raggedleftmarginnote}{
24753 \backslash
24754 centering}
24755 \newline
24756
24757 \backslash
24758 renewcommand*{
24759 \backslash
24760 raggedrightmarginnote}{
24761 \backslash
24762 centering}
24763 \end_layout
24764
24765 \begin_layout Standard
24766 die Ausrichtung auf zentriert.
24767  
24768 \series bold
24769
24770 \backslash
24771 raggedleftmarginnote
24772 \series default
24773  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
24774  
24775 \begin_inset ERT
24776 status collapsed
24777
24778 \begin_layout Standard
24779
24780
24781 \backslash
24782 renewcommand*{
24783 \backslash
24784 raggedleftmarginnote}{
24785 \backslash
24786 centering}
24787 \end_layout
24788
24789 \begin_layout Standard
24790
24791
24792 \backslash
24793 renewcommand*{
24794 \backslash
24795 raggedrightmarginnote}{
24796 \backslash
24797 centering}
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \begin_inset Marginal
24804 status open
24805
24806 \begin_layout Standard
24807 Der Text dieser Randnotiz ist zentriert ausgerichtet.
24808 \end_layout
24809
24810 \end_inset
24811
24812  Die Voreinstellung ist
24813 \end_layout
24814
24815 \begin_layout Standard
24816
24817 \series bold
24818
24819 \backslash
24820 renewcommand*{
24821 \backslash
24822 raggedleftmarginnote}{
24823 \backslash
24824 raggedleft}
24825 \newline
24826
24827 \backslash
24828 renewcommand*{
24829 \backslash
24830 raggedrightmarginnote}{
24831 \backslash
24832 raggedright}
24833 \series default
24834
24835 \begin_inset ERT
24836 status collapsed
24837
24838 \begin_layout Standard
24839
24840
24841 \backslash
24842 renewcommand*{
24843 \backslash
24844 raggedleftmarginnote}{
24845 \backslash
24846 raggedleft}
24847 \end_layout
24848
24849 \begin_layout Standard
24850
24851
24852 \backslash
24853 renewcommand*{
24854 \backslash
24855 raggedrightmarginnote}{
24856 \backslash
24857 raggedright}
24858 \end_layout
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Standard
24866 \begin_inset VSpace medskip
24867 \end_inset
24868
24869 Für weitere Fähigkeiten des Pakets 
24870 \series bold
24871 marginnote
24872 \series default
24873  sei auf dessen Dokumentation verwiesen 
24874 \begin_inset LatexCommand cite
24875 key "marginnote"
24876
24877 \end_inset
24878
24879 .
24880 \end_layout
24881
24882 \begin_layout Standard
24883 \begin_inset VSpace bigskip
24884 \end_inset
24885
24886 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
24887  geändert werden.
24888  Um z.\InsetSpace \thinspace{}
24889 B.
24890  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
24891  und fettgedruckten Text 
24892 \begin_inset Quotes eld
24893 \end_inset
24894
24895
24896 \family sans
24897 \series bold
24898 \bar under
24899 Achtung!
24900 \family default
24901 \series default
24902 \bar default
24903
24904 \begin_inset Quotes erd
24905 \end_inset
24906
24907  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
24908 \end_layout
24909
24910 \begin_layout Standard
24911
24912 \series bold
24913
24914 \backslash
24915 let
24916 \backslash
24917 myMarginpar
24918 \backslash
24919 marginpar
24920 \newline
24921
24922 \backslash
24923 renewcommand{
24924 \backslash
24925 marginpar}[1]{
24926 \backslash
24927 myMarginpar{%
24928 \newline
24929
24930 \begin_inset ERT
24931 status collapsed
24932
24933 \begin_layout Standard
24934
24935
24936 \backslash
24937 hphantom{ }
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \backslash
24944 hspace{0pt}
24945 \backslash
24946 textsf{
24947 \backslash
24948 textbf{
24949 \backslash
24950 underbar{Achtung!}}}%
24951 \newline
24952
24953 \begin_inset ERT
24954 status collapsed
24955
24956 \begin_layout Standard
24957
24958
24959 \backslash
24960 hphantom{ }
24961 \end_layout
24962
24963 \end_inset
24964
24965
24966 \backslash
24967 vspace{1.5mm}
24968 \backslash
24969
24970 \backslash
24971 #1}}
24972 \end_layout
24973
24974 \begin_layout Standard
24975 \begin_inset ERT
24976 status collapsed
24977
24978 \begin_layout Standard
24979
24980
24981 \backslash
24982 let
24983 \backslash
24984 myMarginpar
24985 \backslash
24986 marginpar
24987 \end_layout
24988
24989 \begin_layout Standard
24990
24991
24992 \backslash
24993 renewcommand{
24994 \backslash
24995 marginpar}[1]{
24996 \backslash
24997 myMarginpar{%
24998 \end_layout
24999
25000 \begin_layout Standard
25001
25002    
25003 \backslash
25004 textsf{
25005 \backslash
25006 textbf{
25007 \backslash
25008 underbar{Achtung!}}}%
25009 \end_layout
25010
25011 \begin_layout Standard
25012
25013    
25014 \backslash
25015 vspace{1.5mm}
25016 \backslash
25017
25018 \backslash
25019 #1}}
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \begin_inset Marginal
25026 status open
25027
25028 \begin_layout Standard
25029 Dies ist eine Randnotiz mit einer definierten Überschrift.
25030 \end_layout
25031
25032 \end_inset
25033
25034
25035 \begin_inset ERT
25036 status collapsed
25037
25038 \begin_layout Standard
25039
25040 [-1.5cm]
25041 \end_layout
25042
25043 \end_inset
25044
25045
25046 \begin_inset ERT
25047 status collapsed
25048
25049 \begin_layout Standard
25050
25051
25052 \backslash
25053 renewcommand{
25054 \backslash
25055 marginpar}[1]{
25056 \backslash
25057 myMarginpar{#1}}
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \begin_inset Note Note
25064 status open
25065
25066 \begin_layout Standard
25067 Das Format wurde nur für dieses Beispiel geändert.
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \begin_layout Standard
25076 \begin_inset ERT
25077 status collapsed
25078
25079 \begin_layout Standard
25080
25081
25082 \backslash
25083 else
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \begin_inset Note Note
25090 status open
25091
25092 \begin_layout Standard
25093 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
25094 \series bold
25095 marginnote
25096 \series default
25097  nicht installiert ist:
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Standard
25106 Das LaTeX-Paket 
25107 \series bold
25108 marginnote
25109 \series default
25110  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
25111 \end_layout
25112
25113 \begin_layout Standard
25114 \begin_inset ERT
25115 status collapsed
25116
25117 \begin_layout Standard
25118
25119
25120 \backslash
25121 fi
25122 \end_layout
25123
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \begin_layout Chapter
25130 Boxen
25131 \end_layout
25132
25133 \begin_layout Section
25134 Einleitung
25135 \begin_inset LatexCommand index
25136 name "Boxen ! Einleitung"
25137
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \begin_layout Standard
25144 Boxen werden benutzt, um einen Textblock zu formatieren.
25145  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
25146  siehe Abschnitt\InsetSpace ~
25147
25148 \begin_inset LatexCommand ref
25149 reference "abs:Minipage"
25150
25151 \end_inset
25152
25153 , um Text zu umranden, siehe Abschnitt\InsetSpace ~
25154
25155 \begin_inset LatexCommand ref
25156 reference "abs:Gerahmte-Boxen"
25157
25158 \end_inset
25159
25160 , um Silbentrennung zu verhindern, siehe Abschnitt\InsetSpace ~
25161
25162 \begin_inset LatexCommand ref
25163 reference "abs:Silbentrennung-unterbinden"
25164
25165 \end_inset
25166
25167 , um Text senkrecht auszurichten, siehe Abschnitt\InsetSpace ~
25168
25169 \begin_inset LatexCommand ref
25170 reference "uab:Vertikale-Ausrichtung"
25171
25172 \end_inset
25173
25174  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt\InsetSpace ~
25175
25176 \begin_inset LatexCommand ref
25177 reference "abs:Farbige-Boxen"
25178
25179 \end_inset
25180
25181 .
25182 \end_layout
25183
25184 \begin_layout Standard
25185 Boxen werden mit 
25186 \family sans
25187 Einfügen\SpecialChar \menuseparator
25188 Box
25189 \family default
25190  oder dem Schalter 
25191 \begin_inset Graphics
25192         filename ../../images/box-insert.png
25193         scale 85
25194         scaleBeforeRotation
25195
25196 \end_inset
25197
25198  eingefügt.
25199  Ein graues Kästchen mit der Aufschrift 
25200 \begin_inset Quotes gld
25201 \end_inset
25202
25203 Box (Minipage)
25204 \begin_inset Quotes grd
25205 \end_inset
25206
25207  erscheint: 
25208 \begin_inset Graphics
25209         filename clipart/StandardBoxQt4.png
25210         lyxscale 80
25211         scale 60
25212         scaleBeforeRotation
25213
25214 \end_inset
25215
25216 .
25217  Mit einem Rechts\SpecialChar \-
25218 klick auf das graue Kästchen kann der Typ spezifiziert
25219  werden.
25220  Das Dialogfenster bietet bei 
25221 \family sans
25222 Innere\InsetSpace ~
25223 Box
25224 \family default
25225  die Typen 
25226 \family sans
25227 Parbox
25228 \family default
25229  und 
25230 \family sans
25231 Minipage
25232 \family default
25233  an.
25234  
25235 \family sans
25236 Minipage
25237 \family default
25238  ist die Standard-Einstellung für neue Boxen und in Abschnitt\InsetSpace ~
25239
25240 \begin_inset LatexCommand ref
25241 reference "abs:Minipage"
25242
25243 \end_inset
25244
25245  beschrieben, 
25246 \family sans
25247 Parbox
25248 \family default
25249  in Abschnitt\InsetSpace ~
25250
25251 \begin_inset LatexCommand ref
25252 reference "abs:Parbox"
25253
25254 \end_inset
25255
25256 .
25257 \end_layout
25258
25259 \begin_layout Standard
25260 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
25261  wie auf Gleitobjekte und Fußnoten.
25262 \end_layout
25263
25264 \begin_layout Standard
25265 \begin_inset Note Greyedout
25266 status open
25267
25268 \begin_layout Standard
25269
25270 \series bold
25271 Bemerkung\InsetSpace ~
25272 1:
25273 \series default
25274  Boxen dürfen in 
25275 \family sans
25276 List-
25277 \family default
25278  oder 
25279 \family sans
25280 Beschreibung-
25281 \family default
25282 Umgebungen nicht verwendet werden.
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \end_layout
25289
25290 \begin_layout Standard
25291 \begin_inset Note Greyedout
25292 status open
25293
25294 \begin_layout Standard
25295
25296 \series bold
25297 Bemerkung\InsetSpace ~
25298 2:
25299 \series default
25300  Boxen ohne 
25301 \family sans
25302 Innere\InsetSpace ~
25303 Box
25304 \family default
25305  und ohne Rahmen werden in Abschnitt\InsetSpace ~
25306
25307 \begin_inset LatexCommand ref
25308 reference "abs:Silbentrennung-unterbinden"
25309
25310 \end_inset
25311
25312  beschrieben.
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \begin_layout Section
25321 Das Box-Einstellungen-Fenster
25322 \begin_inset LatexCommand label
25323 name "abs:Box-Dialog"
25324
25325 \end_inset
25326
25327
25328 \begin_inset LatexCommand index
25329 name "Boxen ! Box-Dialog-Fenster"
25330
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \begin_layout Subsection
25337 Box-Größe
25338 \end_layout
25339
25340 \begin_layout Standard
25341 Im 
25342 \family sans
25343 Box-Einstellungen
25344 \family default
25345 -Fenster können Sie die Größe der Box mit 
25346 \family sans
25347 Breite
25348 \family default
25349  und 
25350 \family sans
25351 Höhe 
25352 \family default
25353 festlegen.
25354  Die verfügbaren Einheiten werden in Tabelle\InsetSpace ~
25355
25356 \begin_inset LatexCommand ref
25357 reference "tab:Maßeinheiten"
25358
25359 \end_inset
25360
25361 aufgelistet.
25362  Das Feld
25363 \family sans
25364  Höhe
25365 \family default
25366  bietet die folgenden zusätzlichen Größen:
25367 \end_layout
25368
25369 \begin_layout Description
25370 Tiefe Dies ist die reine Text-
25371 \begin_inset Quotes gld
25372 \end_inset
25373
25374 Höhe
25375 \begin_inset Quotes grd
25376 \end_inset
25377
25378 .
25379  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
25380 \newline
25381
25382 \newline
25383
25384 \newline
25385
25386 \begin_inset Box Boxed
25387 position "c"
25388 hor_pos "c"
25389 has_inner_box 1
25390 inner_pos "c"
25391 use_parbox 0
25392 width "12col%"
25393 special "none"
25394 height "1in"
25395 height_special "depth"
25396 status collapsed
25397
25398 \begin_layout Standard
25399 \align center
25400 Box-Höhe = 1\InsetSpace \thinspace{}
25401 Tiefe
25402 \end_layout
25403
25404 \end_inset
25405
25406
25407 \newline
25408
25409 \newline
25410
25411 \end_layout
25412
25413 \begin_layout Description
25414 Höhe Dies ist die Texthöhe innerhalb der Box.
25415  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
25416  Texthöhe setzen: 
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 "2in"
25426 height_special "height"
25427 status collapsed
25428
25429 \begin_layout Standard
25430 \align center
25431 Boxhöhe = 2\InsetSpace \thinspace{}
25432 Höhe
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \end_layout
25439
25440 \begin_layout Description
25441 Gesamthöhe Dies ist Höhe\InsetSpace \thinspace{}
25442 +\InsetSpace \thinspace{}
25443 Tiefe: 
25444 \begin_inset Box Boxed
25445 position "c"
25446 hor_pos "c"
25447 has_inner_box 1
25448 inner_pos "c"
25449 use_parbox 0
25450 width "20col%"
25451 special "none"
25452 height "1in"
25453 height_special "totalheight"
25454 status collapsed
25455
25456 \begin_layout Standard
25457 \align center
25458 Boxhöhe = 1\InsetSpace \thinspace{}
25459 Gesamthöhe
25460 \end_layout
25461
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \begin_layout Description
25468 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
25469 \begin_inset Box Boxed
25470 position "c"
25471 hor_pos "c"
25472 has_inner_box 1
25473 inner_pos "c"
25474 use_parbox 0
25475 width "12col%"
25476 special "none"
25477 height "1in"
25478 height_special "width"
25479 status collapsed
25480
25481 \begin_layout Standard
25482 \align center
25483 Boxhöhe = 1\InsetSpace \thinspace{}
25484 Breite
25485 \end_layout
25486
25487 \end_inset
25488
25489
25490 \end_layout
25491
25492 \begin_layout Subsection
25493 Ausrichtung
25494 \begin_inset LatexCommand index
25495 name "Boxen ! Ausrichtung"
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \begin_layout Standard
25503 Wenn Sie eine 
25504 \family sans
25505 Innere\InsetSpace ~
25506 Box
25507 \family default
25508  gewählt haben, kann die Box mit folgenden Werten für 
25509 \family sans
25510 Box
25511 \family default
25512  senkrecht ausgerichtet werden:
25513 \end_layout
25514
25515 \begin_layout Description
25516 Oben Dies ist ein Beispieltext.
25517  
25518 \begin_inset Box Boxed
25519 position "t"
25520 hor_pos "c"
25521 has_inner_box 1
25522 inner_pos "c"
25523 use_parbox 0
25524 width "20col%"
25525 special "none"
25526 height "1in"
25527 height_special "totalheight"
25528 status collapsed
25529
25530 \begin_layout Standard
25531 \align center
25532 Die Ober\SpecialChar \-
25533 kante der Box ist in der Zeile.
25534 \end_layout
25535
25536 \end_inset
25537
25538  Dies ist ein Beispieltext.
25539 \end_layout
25540
25541 \begin_layout Description
25542 Mitte Dies ist ein Beispieltext.
25543  
25544 \begin_inset Box Boxed
25545 position "c"
25546 hor_pos "c"
25547 has_inner_box 1
25548 inner_pos "c"
25549 use_parbox 0
25550 width "20col%"
25551 special "none"
25552 height "1in"
25553 height_special "totalheight"
25554 status collapsed
25555
25556 \begin_layout Standard
25557 \align center
25558 Die Mitte der Box ist in der Zeile.
25559 \end_layout
25560
25561 \end_inset
25562
25563  Dies ist ein Beispieltext.
25564 \end_layout
25565
25566 \begin_layout Description
25567 Unten Dies ist ein Beispieltext.
25568  
25569 \begin_inset Box Boxed
25570 position "b"
25571 hor_pos "c"
25572 has_inner_box 1
25573 inner_pos "c"
25574 use_parbox 0
25575 width "20col%"
25576 special "none"
25577 height "1in"
25578 height_special "totalheight"
25579 status collapsed
25580
25581 \begin_layout Standard
25582 \align center
25583 Die Unter\SpecialChar \-
25584 kante der Box ist in der Zeile.
25585 \end_layout
25586
25587 \end_inset
25588
25589  Dies ist ein Beispieltext.
25590 \end_layout
25591
25592 \begin_layout Standard
25593 Eine Box kann mit dem Dialog 
25594 \family sans
25595 Absatz-Einstellungen
25596 \family default
25597  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
25598 \end_layout
25599
25600 \begin_layout Standard
25601 \begin_inset VSpace bigskip
25602 \end_inset
25603
25604 Wenn Sie eine 
25605 \family sans
25606 Innere\InsetSpace ~
25607 Box
25608 \family default
25609  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
25610 \family sans
25611 Inhalt
25612 \family default
25613  senkrecht ausgerichtet werden:
25614 \end_layout
25615
25616 \begin_layout Description
25617 Oben Dies ist ein Beispieltext.
25618  
25619 \begin_inset Box Boxed
25620 position "c"
25621 hor_pos "c"
25622 has_inner_box 1
25623 inner_pos "t"
25624 use_parbox 0
25625 width "20col%"
25626 special "none"
25627 height "1.5in"
25628 height_special "totalheight"
25629 status collapsed
25630
25631 \begin_layout Standard
25632 \align center
25633 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
25634 \end_layout
25635
25636 \end_inset
25637
25638  Dies ist ein Beispieltext.
25639 \end_layout
25640
25641 \begin_layout Description
25642 Mitte Dies ist ein Beispieltext.
25643  
25644 \begin_inset Box Boxed
25645 position "c"
25646 hor_pos "c"
25647 has_inner_box 1
25648 inner_pos "c"
25649 use_parbox 0
25650 width "20col%"
25651 special "none"
25652 height "1.5in"
25653 height_special "totalheight"
25654 status collapsed
25655
25656 \begin_layout Standard
25657 \align center
25658 Der Boxinhalt ist zentriert ausgerichtet.
25659 \end_layout
25660
25661 \end_inset
25662
25663  Dies ist ein Beispieltext.
25664 \end_layout
25665
25666 \begin_layout Description
25667 Unten Dies ist ein Beispieltext.
25668  
25669 \begin_inset Box Boxed
25670 position "c"
25671 hor_pos "c"
25672 has_inner_box 1
25673 inner_pos "b"
25674 use_parbox 0
25675 width "20col%"
25676 special "none"
25677 height "1.5in"
25678 height_special "totalheight"
25679 status collapsed
25680
25681 \begin_layout Standard
25682 \align center
25683 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
25684 \end_layout
25685
25686 \end_inset
25687
25688  Dies ist ein Beispieltext.
25689 \end_layout
25690
25691 \begin_layout Description
25692 Dehnen Dies ist ein Beispieltext.
25693  
25694 \begin_inset Box Boxed
25695 position "c"
25696 hor_pos "c"
25697 has_inner_box 1
25698 inner_pos "s"
25699 use_parbox 0
25700 width "20col%"
25701 special "none"
25702 height "1in"
25703 height_special "totalheight"
25704 status collapsed
25705
25706 \begin_layout Standard
25707 \align center
25708 Der Boxinhalt
25709 \end_layout
25710
25711 \begin_layout Standard
25712 \align center
25713 ist über die
25714 \end_layout
25715
25716 \begin_layout Standard
25717 \align center
25718 Boxhöhe
25719 \end_layout
25720
25721 \begin_layout Standard
25722 \align center
25723 gleichmäßig verteilt.
25724 \end_layout
25725
25726 \end_inset
25727
25728  Dies ist ein Beispieltext.
25729 \end_layout
25730
25731 \begin_layout Standard
25732 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
25733  besteht.
25734  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
25735 \end_layout
25736
25737 \begin_layout Standard
25738 Ein Boxinhalt kann mit dem Dialog 
25739 \family sans
25740 Absatz-Einstellungen
25741 \family default
25742  waagerecht ausgerichtet werden, wenn Sie eine
25743 \family sans
25744  Innere\InsetSpace ~
25745 Box
25746 \family default
25747  gewählt haben.
25748 \end_layout
25749
25750 \begin_layout Standard
25751 \align center
25752 \begin_inset Box Boxed
25753 position "c"
25754 hor_pos "c"
25755 has_inner_box 1
25756 inner_pos "s"
25757 use_parbox 0
25758 width "30col%"
25759 special "none"
25760 height "1.25in"
25761 height_special "totalheight"
25762 status collapsed
25763
25764 \begin_layout Standard
25765 \align left
25766 Hier ist jede Zeile
25767 \end_layout
25768
25769 \begin_layout Standard
25770 \align center
25771 anders
25772 \end_layout
25773
25774 \begin_layout Standard
25775 \align right
25776 ausgerichtet.
25777 \end_layout
25778
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Standard
25785 Wenn Sie keine
25786 \family sans
25787  Innere\InsetSpace ~
25788 Box
25789 \family default
25790  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
25791 \family sans
25792 Box-Einstellungen-
25793 \family default
25794 Dialog ausrichten
25795 \end_layout
25796
25797 \begin_layout Standard
25798 \align center
25799 \begin_inset Box Boxed
25800 position "c"
25801 hor_pos "s"
25802 has_inner_box 0
25803 inner_pos "s"
25804 use_parbox 0
25805 width "90col%"
25806 special "none"
25807 height "1.25in"
25808 height_special "totalheight"
25809 status collapsed
25810
25811 \begin_layout Standard
25812 \align left
25813 Dieser Boxinhalt wurde horizontal gedehnt.
25814 \end_layout
25815
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \begin_layout Section
25822 Gerahmte Boxen
25823 \begin_inset LatexCommand label
25824 name "abs:Gerahmte-Boxen"
25825
25826 \end_inset
25827
25828
25829 \begin_inset LatexCommand index
25830 name "Boxen ! gerahmte"
25831
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \begin_layout Standard
25838 Mit dem 
25839 \family sans
25840 Box-Einstellungen-
25841 \family default
25842 Dialog können Sie bei 
25843 \family sans
25844 Verzierung
25845 \family default
25846  die Art des Rahmens auswählen:
25847 \end_layout
25848
25849 \begin_layout Description
25850 Rechteckige\InsetSpace ~
25851 Box Um die Box wird ein rechteckiger Rahmen gezogen.
25852  Die Rahmendicke wird durch 
25853 \series bold
25854
25855 \backslash
25856 fboxrule
25857 \series default
25858  festgelegt.
25859  
25860 \begin_inset Box Boxed
25861 position "c"
25862 hor_pos "c"
25863 has_inner_box 1
25864 inner_pos "c"
25865 use_parbox 0
25866 width "21col%"
25867 special "none"
25868 height "1in"
25869 height_special "totalheight"
25870 status collapsed
25871
25872 \begin_layout Standard
25873
25874 \series medium
25875 Rechteckige\InsetSpace ~
25876 Box
25877 \end_layout
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Description
25885 Ovale\InsetSpace ~
25886 Box,\InsetSpace ~
25887 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die
25888  Box.
25889  Die Rahmendicke ist 0.4\InsetSpace \thinspace{}
25890 pt.
25891  
25892 \begin_inset Box ovalbox
25893 position "c"
25894 hor_pos "c"
25895 has_inner_box 1
25896 inner_pos "c"
25897 use_parbox 0
25898 width "20col%"
25899 special "none"
25900 height "1in"
25901 height_special "totalheight"
25902 status collapsed
25903
25904 \begin_layout Standard
25905 Ovale\InsetSpace ~
25906 Box,\InsetSpace ~
25907 dünn
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \begin_layout Description
25916 Ovale\InsetSpace ~
25917 Box,\InsetSpace ~
25918 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die
25919  Box.
25920  Die Rahmendicke ist 0.8\InsetSpace \thinspace{}
25921 pt.
25922  
25923 \begin_inset Box Ovalbox
25924 position "c"
25925 hor_pos "c"
25926 has_inner_box 1
25927 inner_pos "c"
25928 use_parbox 0
25929 width "20col%"
25930 special "none"
25931 height "1in"
25932 height_special "totalheight"
25933 status collapsed
25934
25935 \begin_layout Standard
25936 Ovale\InsetSpace ~
25937 Box,\InsetSpace ~
25938 dick
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \begin_layout Description
25947 Schattierte\InsetSpace ~
25948 Box Zeichnet einen Rahmen mit Schatten um die Box.
25949  Die Rahmendicke wird durch 
25950 \series bold
25951
25952 \backslash
25953 fboxrule
25954 \series default
25955  festgelegt, der Schatten ist 4\InsetSpace \thinspace{}
25956 pt breit.
25957 \newline
25958
25959 \begin_inset Box Shadowbox
25960 position "c"
25961 hor_pos "c"
25962 has_inner_box 1
25963 inner_pos "c"
25964 use_parbox 0
25965 width "20col%"
25966 special "none"
25967 height "1in"
25968 height_special "totalheight"
25969 status collapsed
25970
25971 \begin_layout Standard
25972 Schattierte\InsetSpace ~
25973 Box
25974 \end_layout
25975
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \begin_layout Description
25982 Doppelt\InsetSpace ~
25983 gerahmte\InsetSpace ~
25984 Box Zeichnet einen doppelten Rahmen um die Box Der innere
25985  Rahmen ist 0.75\InsetSpace \thinspace{}
25986
25987 \series bold
25988
25989 \backslash
25990 fboxrule
25991 \series default
25992  breit, der äußere 1.5\InsetSpace \thinspace{}
25993
25994 \series bold
25995
25996 \backslash
25997 fboxrule
25998 \series default
25999 , der Zwischenraum 1.5\InsetSpace \thinspace{}
26000
26001 \series bold
26002
26003 \backslash
26004 fboxrule
26005 \series default
26006 \InsetSpace \thinspace{}
26007 +\InsetSpace \thinspace{}
26008 0.5\InsetSpace \thinspace{}
26009 pt.
26010  
26011 \begin_inset Box Doublebox
26012 position "c"
26013 hor_pos "c"
26014 has_inner_box 1
26015 inner_pos "c"
26016 use_parbox 0
26017 width "20col%"
26018 special "none"
26019 height "1in"
26020 height_special "totalheight"
26021 status collapsed
26022
26023 \begin_layout Standard
26024 Doppelt\InsetSpace ~
26025 gerahmte\InsetSpace ~
26026 Box
26027 \end_layout
26028
26029 \end_inset
26030
26031
26032 \end_layout
26033
26034 \begin_layout Standard
26035 \begin_inset VSpace bigskip
26036 \end_inset
26037
26038 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
26039  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
26040 \series bold
26041 fancybox
26042 \series default
26043
26044 \begin_inset LatexCommand index
26045 name "LaTeX-Pakete ! fancybox"
26046
26047 \end_inset
26048
26049  installiert sein.
26050 \end_layout
26051
26052 \begin_layout Standard
26053 \begin_inset VSpace bigskip
26054 \end_inset
26055
26056 Der Standardwert für 
26057 \series bold
26058
26059 \backslash
26060 fboxrule
26061 \series default
26062  ist 0.4\InsetSpace \thinspace{}
26063 pt.
26064  Mit dem folgenden TeX-Code-Befehl kann er auf 2\InsetSpace \thinspace{}
26065 pt gesetzt werden:
26066 \end_layout
26067
26068 \begin_layout Standard
26069
26070 \series bold
26071
26072 \backslash
26073 setlength{
26074 \backslash
26075 fboxrule}{2pt}
26076 \end_layout
26077
26078 \begin_layout Standard
26079 \begin_inset ERT
26080 status collapsed
26081
26082 \begin_layout Standard
26083
26084
26085 \backslash
26086 setlength{
26087 \backslash
26088 fboxrule}{2pt}
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \begin_inset Box Boxed
26095 position "c"
26096 hor_pos "c"
26097 has_inner_box 1
26098 inner_pos "c"
26099 use_parbox 0
26100 width "30col%"
26101 special "none"
26102 height "1in"
26103 height_special "totalheight"
26104 status collapsed
26105
26106 \begin_layout Standard
26107 \align center
26108 Rechteckige Box mit einer Rahmenbreite von 2\InsetSpace \thinspace{}
26109 pt
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \begin_inset ERT
26116 status collapsed
26117
26118 \begin_layout Standard
26119
26120
26121 \backslash
26122 setlength{
26123 \backslash
26124 fboxrule}{0.4pt}
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \begin_layout Standard
26133 \noindent
26134 \begin_inset VSpace bigskip
26135 \end_inset
26136
26137 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3\InsetSpace \thinspace{}
26138 pt.
26139  Sie können das ändern, indem Sie den Wert von 
26140 \series bold
26141
26142 \backslash
26143 fboxsep
26144 \series default
26145  mit einem TeX-Code-Befehl ändern:
26146 \end_layout
26147
26148 \begin_layout Standard
26149
26150 \series bold
26151
26152 \backslash
26153 setlength{
26154 \backslash
26155 fboxsep}{10pt}
26156 \end_layout
26157
26158 \begin_layout Standard
26159 setzt den Wert auf 10\InsetSpace \thinspace{}
26160 pt, wie in der folgenden Box:
26161 \end_layout
26162
26163 \begin_layout Standard
26164 \begin_inset ERT
26165 status collapsed
26166
26167 \begin_layout Standard
26168
26169
26170 \backslash
26171 setlength{
26172 \backslash
26173 fboxsep}{10pt}
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \begin_inset Box Boxed
26180 position "c"
26181 hor_pos "c"
26182 has_inner_box 1
26183 inner_pos "c"
26184 use_parbox 0
26185 width "25col%"
26186 special "none"
26187 height "1in"
26188 height_special "totalheight"
26189 status collapsed
26190
26191 \begin_layout Standard
26192 \align center
26193 Rechteckige Box mit 
26194 \series bold
26195
26196 \backslash
26197 fboxsep
26198 \series default
26199 \InsetSpace \thinspace{}
26200 =\InsetSpace \thinspace{}
26201 10\InsetSpace \thinspace{}
26202 pt
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \begin_inset ERT
26209 status collapsed
26210
26211 \begin_layout Standard
26212
26213
26214 \backslash
26215 setlength{
26216 \backslash
26217 fboxsep}{3pt}
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \begin_layout Standard
26226 \noindent
26227 \begin_inset VSpace bigskip
26228 \end_inset
26229
26230 Der Durchmesser der abgerundeten Ecken kann mit 
26231 \series bold
26232
26233 \backslash
26234 cornersize
26235 \series default
26236  gesetzt werden.
26237  Der TeX-Code-Befehl
26238 \end_layout
26239
26240 \begin_layout Standard
26241
26242 \series bold
26243
26244 \backslash
26245 cornersize*{1cm}
26246 \end_layout
26247
26248 \begin_layout Standard
26249 setzt den Durchmesser auf 1\InsetSpace \thinspace{}
26250 cm.
26251  Der TeX-Code-Befehl
26252 \end_layout
26253
26254 \begin_layout Standard
26255
26256 \series bold
26257
26258 \backslash
26259 cornersize{num}
26260 \end_layout
26261
26262 \begin_layout Standard
26263 setzt den Durchmesser auf 
26264 \family sans
26265 num\InsetSpace \thinspace{}
26266 ×\InsetSpace \thinspace{}
26267 Minimum(Breite der Box, Höhe der Box)
26268 \family default
26269 .
26270  Der Standardwert ist 
26271 \series bold
26272
26273 \backslash
26274 cornersize{0.5}
26275 \series default
26276 .
26277 \end_layout
26278
26279 \begin_layout Standard
26280 \begin_inset ERT
26281 status collapsed
26282
26283 \begin_layout Standard
26284
26285
26286 \backslash
26287 cornersize*{1.5cm}
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \begin_inset Box Ovalbox
26294 position "c"
26295 hor_pos "c"
26296 has_inner_box 1
26297 inner_pos "c"
26298 use_parbox 0
26299 width "30col%"
26300 special "none"
26301 height "1in"
26302 height_special "totalheight"
26303 status collapsed
26304
26305 \begin_layout Standard
26306 \align center
26307 Ovale Box, dicker Rand, mit 
26308 \series bold
26309
26310 \backslash
26311 cornersize
26312 \series default
26313 \InsetSpace \thinspace{}
26314 =\InsetSpace \thinspace{}
26315 1.5\InsetSpace \thinspace{}
26316 cm
26317 \end_layout
26318
26319 \end_inset
26320
26321
26322 \begin_inset ERT
26323 status collapsed
26324
26325 \begin_layout Standard
26326
26327
26328 \backslash
26329 cornersize{0.5}
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \begin_layout Standard
26338 \noindent
26339 \begin_inset VSpace bigskip
26340 \end_inset
26341
26342 Die Breite des Schattens wird mit 
26343 \series bold
26344
26345 \backslash
26346 shadowsize
26347 \series default
26348  festgelegt.
26349  Mit dem TeX-Code-Befehl
26350 \end_layout
26351
26352 \begin_layout Standard
26353
26354 \series bold
26355
26356 \backslash
26357 setlength{
26358 \backslash
26359 shadowsize}{2pt}
26360 \end_layout
26361
26362 \begin_layout Standard
26363 wird er für die folgende Box auf 2\InsetSpace \thinspace{}
26364 pt festgelegt.
26365 \end_layout
26366
26367 \begin_layout Standard
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Standard
26372
26373
26374 \backslash
26375 setlength{
26376 \backslash
26377 shadowsize}{2pt}
26378 \end_layout
26379
26380 \end_inset
26381
26382
26383 \begin_inset Box Shadowbox
26384 position "c"
26385 hor_pos "c"
26386 has_inner_box 1
26387 inner_pos "c"
26388 use_parbox 0
26389 width "25col%"
26390 special "none"
26391 height "1in"
26392 height_special "totalheight"
26393 status collapsed
26394
26395 \begin_layout Standard
26396 \align center
26397 Schattierte Box mit 
26398 \series bold
26399
26400 \backslash
26401 shadowsize
26402 \series default
26403 \InsetSpace \thinspace{}
26404 =\InsetSpace \thinspace{}
26405 2\InsetSpace \thinspace{}
26406 pt
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Standard
26416
26417
26418 \backslash
26419 setlength{
26420 \backslash
26421 shadowsize}{4pt}
26422 \end_layout
26423
26424 \end_inset
26425
26426
26427 \end_layout
26428
26429 \begin_layout Standard
26430 \noindent
26431 \begin_inset VSpace bigskip
26432 \end_inset
26433
26434 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
26435  folgen.
26436 \end_layout
26437
26438 \begin_layout Section
26439 Minipage
26440 \begin_inset LatexCommand label
26441 name "abs:Minipage"
26442
26443 \end_inset
26444
26445
26446 \begin_inset LatexCommand index
26447 name "Boxen ! Minipage"
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Standard
26455 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
26456  deshalb unter anderem eigene Fußnoten haben.
26457 \end_layout
26458
26459 \begin_layout Standard
26460 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
26461 \end_layout
26462
26463 \begin_layout Standard
26464 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
26465  Ihre Breite ist 45 Spaltenbreite\InsetSpace ~
26466 %, und sie sind durch einen 
26467 \family sans
26468 HFill
26469 \family default
26470  getrennt (
26471 \family sans
26472 Einfügen\SpecialChar \menuseparator
26473 Formatierung\SpecialChar \menuseparator
26474 Variabler\InsetSpace ~
26475 horiz.\InsetSpace ~
26476 Abstand
26477 \family default
26478 ).
26479 \end_layout
26480
26481 \begin_layout Standard
26482 \noindent
26483 \begin_inset Box Frameless
26484 position "t"
26485 hor_pos "c"
26486 has_inner_box 1
26487 inner_pos "c"
26488 use_parbox 0
26489 width "45col%"
26490 special "none"
26491 height "1in"
26492 height_special "totalheight"
26493 status open
26494
26495 \begin_layout Standard
26496 Dies ist ein deutscher Text.
26497  Dies ist ein deutscher Text.
26498  Dies ist ein deutscher Text.
26499  Dies ist ein deutscher Text.
26500  Dies ist ein deutscher Text.
26501  Dies ist ein deutscher Text.
26502  Dies ist ein deutscher Text.
26503  Dies ist ein deutscher Text.
26504  Dies ist ein deutscher Text.
26505  Dies ist ein deutscher Text.
26506  Dies ist ein deutscher Text.
26507  Dies ist ein deutscher Text.
26508  Dies ist ein deutscher Text
26509 \begin_inset Foot
26510 status open
26511
26512 \begin_layout Standard
26513 Dies ist eine deutsche Fußnote.
26514 \end_layout
26515
26516 \end_inset
26517
26518 .
26519  Dies ist ein deutscher Text.
26520  Dies ist ein deutscher Text.
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \hfill
26527
26528 \begin_inset Box Frameless
26529 position "t"
26530 hor_pos "c"
26531 has_inner_box 1
26532 inner_pos "c"
26533 use_parbox 0
26534 width "45col%"
26535 special "none"
26536 height "1in"
26537 height_special "totalheight"
26538 status open
26539
26540 \begin_layout Standard
26541
26542 \lang english
26543 This is an English Text.
26544  This is an English Text.
26545  This is an English Text.
26546  This is an English Text.
26547  This is an English Text.
26548  This is an English Text.
26549  This is an English Text.
26550  This is an English Text.
26551  This is an English Text.
26552  This is an English Text.
26553  This is an English Text.
26554  This is an English Text.
26555  This is an English Text.
26556  This is an English Text.
26557  This is an English Text.
26558  This is an English Text.
26559 \begin_inset Foot
26560 status collapsed
26561
26562 \begin_layout Standard
26563
26564 \lang english
26565 This is an English footnote.
26566 \end_layout
26567
26568 \end_inset
26569
26570  This is an English Text.
26571  
26572 \end_layout
26573
26574 \end_inset
26575
26576
26577 \end_layout
26578
26579 \begin_layout Standard
26580 \noindent
26581 \begin_inset VSpace bigskip
26582 \end_inset
26583
26584 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
26585  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
26586  auf der die Tabelle gedruckt wird: 
26587 \begin_inset Tabular
26588 <lyxtabular version="3" rows="3" columns="4">
26589 <features>
26590 <column alignment="center" valignment="top" leftline="true" width="0pt">
26591 <column alignment="center" valignment="top" leftline="true" width="0pt">
26592 <column alignment="center" valignment="top" leftline="true" width="0pt">
26593 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26594 <row topline="true">
26595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Standard
26599 1
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Standard
26608 2
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Standard
26617 3
26618 \begin_inset Foot
26619 status collapsed
26620
26621 \begin_layout Standard
26622 Dies ist eine Fußnote in einer Tabelle.
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Standard
26636 4
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 </row>
26642 <row topline="true">
26643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Standard
26647 a
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Standard
26656 b
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Standard
26665 c
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Standard
26674 d
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row topline="true" bottomline="true">
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Standard
26685 e
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Standard
26694 f
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Standard
26703 g
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Standard
26712 h
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 </row>
26718 </lyxtabular>
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Standard
26726 \noindent
26727 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
26728  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
26729  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
26730  außerhalb.
26731 \end_layout
26732
26733 \begin_layout Standard
26734 \align center
26735 \begin_inset Box Frameless
26736 position "t"
26737 hor_pos "c"
26738 has_inner_box 1
26739 inner_pos "c"
26740 use_parbox 0
26741 width "30col%"
26742 special "none"
26743 height "1in"
26744 height_special "totalheight"
26745 status open
26746
26747 \begin_layout Standard
26748 \align center
26749 \begin_inset Tabular
26750 <lyxtabular version="3" rows="3" columns="4">
26751 <features>
26752 <column alignment="center" valignment="top" leftline="true" width="0pt">
26753 <column alignment="center" valignment="top" leftline="true" width="0pt">
26754 <column alignment="center" valignment="top" leftline="true" width="0pt">
26755 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26756 <row topline="true">
26757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Standard
26761 1
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Standard
26770 2
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Standard
26779 3
26780 \begin_inset Foot
26781 status collapsed
26782
26783 \begin_layout Standard
26784 Dies ist eine Fußnote in einer Tabelle.
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Standard
26798 4
26799 \end_layout
26800
26801 \end_inset
26802 </cell>
26803 </row>
26804 <row topline="true">
26805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26806 \begin_inset Text
26807
26808 \begin_layout Standard
26809 a
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26815 \begin_inset Text
26816
26817 \begin_layout Standard
26818 b
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26824 \begin_inset Text
26825
26826 \begin_layout Standard
26827 c
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Standard
26836 d
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 </row>
26842 <row topline="true" bottomline="true">
26843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26844 \begin_inset Text
26845
26846 \begin_layout Standard
26847 e
26848 \end_layout
26849
26850 \end_inset
26851 </cell>
26852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26853 \begin_inset Text
26854
26855 \begin_layout Standard
26856 f
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Standard
26865 g
26866 \end_layout
26867
26868 \end_inset
26869 </cell>
26870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Standard
26874 h
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 </row>
26880 </lyxtabular>
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \begin_layout Standard
26893 \begin_inset VSpace bigskip
26894 \end_inset
26895
26896 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
26897  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
26898  Absätze nicht eingerückt werden, obwohl Sie das in 
26899 \family sans
26900 Dokument
26901 \family default
26902 \SpecialChar \menuseparator
26903
26904 \family sans
26905 Einstellun\SpecialChar \-
26906 gen\SpecialChar \menuseparator
26907 Textformat
26908 \family default
26909  festgelegt haben.
26910  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
26911  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
26912  
26913 \series bold
26914
26915 \backslash
26916 hspace*{1em}
26917 \series default
26918 .
26919 \end_layout
26920
26921 \begin_layout Standard
26922 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
26923  zu verpassen, siehe Abschnitt\InsetSpace ~
26924
26925 \begin_inset LatexCommand ref
26926 reference "uab:Farbe-für-Absätze"
26927
26928 \end_inset
26929
26930 .
26931 \end_layout
26932
26933 \begin_layout Standard
26934 \begin_inset Note Greyedout
26935 status open
26936
26937 \begin_layout Standard
26938
26939 \series bold
26940 Bemerkung:
26941 \series default
26942  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
26943  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
26944 \end_layout
26945
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \begin_layout Section
26952 Parbox
26953 \begin_inset LatexCommand label
26954 name "abs:Parbox"
26955
26956 \end_inset
26957
26958
26959 \begin_inset LatexCommand index
26960 name "Boxen ! Parbox"
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \begin_layout Standard
26968 Parbox ist eine Abkürzung für 
26969 \begin_inset Quotes gld
26970 \end_inset
26971
26972 paragraph box
26973 \begin_inset Quotes grd
26974 \end_inset
26975
26976 , was Absatzbox bedeutet.
26977  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
26978  Parboxen einige Einschränkungen.
26979  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
26980  gedruckt.:
26981 \end_layout
26982
26983 \begin_layout Standard
26984 \align center
26985 \begin_inset Box Frameless
26986 position "t"
26987 hor_pos "c"
26988 has_inner_box 1
26989 inner_pos "t"
26990 use_parbox 1
26991 width "33col%"
26992 special "none"
26993 height "1in"
26994 height_special "totalheight"
26995 status collapsed
26996
26997 \begin_layout Standard
26998 Dies ist Text in einer Parbox.
26999  Dies ist Text in einer Parbox.
27000 \end_layout
27001
27002 \begin_layout Standard
27003 Diese Fußnote wird nicht gedruckt:
27004 \begin_inset Foot
27005 status collapsed
27006
27007 \begin_layout Standard
27008 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \begin_layout Standard
27022 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
27023  und Theoreme enthalten.
27024 \end_layout
27025
27026 \begin_layout Section
27027 Boxen für Worte und Buchstaben
27028 \begin_inset LatexCommand index
27029 name "Boxen ! für Buchstaben"
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \begin_layout Subsection
27037 Silbentrennung unterbinden 
27038 \begin_inset LatexCommand label
27039 name "abs:Silbentrennung-unterbinden"
27040
27041 \end_inset
27042
27043
27044 \begin_inset LatexCommand index
27045 name "Boxen ! zur Vermeidung von Silbentrennung"
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Standard
27053 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
27054 \newline
27055 Hier
27056  ist ein Beispiel: 
27057 \end_layout
27058
27059 \begin_layout Standard
27060 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
27061 \begin_inset Quotes gld
27062 \end_inset
27063
27064 einsehrsehrsehrlangeswort
27065 \begin_inset Quotes grd
27066 \end_inset
27067
27068 .
27069 \end_layout
27070
27071 \begin_layout Standard
27072 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
27073  soll, den TeX-Code-Befehl
27074 \end_layout
27075
27076 \begin_layout Standard
27077
27078 \series bold
27079
27080 \backslash
27081 mbox{
27082 \end_layout
27083
27084 \begin_layout Standard
27085 ein TeX-Code, Hinter dem Wort fügen Sie 
27086 \series bold
27087
27088 \begin_inset Quotes gld
27089 \end_inset
27090
27091 }
27092 \series default
27093
27094 \begin_inset Quotes grd
27095 \end_inset
27096
27097  als TeX-Code ein.
27098  Hier ist das Ergebnis:
27099 \end_layout
27100
27101 \begin_layout Standard
27102 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
27103 \begin_inset ERT
27104 status collapsed
27105
27106 \begin_layout Standard
27107
27108
27109 \backslash
27110 mbox{
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \begin_inset Quotes gld
27117 \end_inset
27118
27119 einsehrsehrsehrlangeswort
27120 \begin_inset Quotes grd
27121 \end_inset
27122
27123
27124 \begin_inset ERT
27125 status collapsed
27126
27127 \begin_layout Standard
27128
27129 }
27130 \end_layout
27131
27132 \end_inset
27133
27134 .
27135 \end_layout
27136
27137 \begin_layout Standard
27138 Alternativ dazu kann man auch den Befehl 
27139 \begin_inset Quotes gld
27140 \end_inset
27141
27142
27143 \series bold
27144
27145 \backslash
27146 -
27147 \series default
27148
27149 \begin_inset Quotes grd
27150 \end_inset
27151
27152  als TeX-Code direkt vor das Wort setzen:
27153 \end_layout
27154
27155 \begin_layout Standard
27156 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
27157 \begin_inset Quotes gld
27158 \end_inset
27159
27160
27161 \begin_inset ERT
27162 status collapsed
27163
27164 \begin_layout Standard
27165
27166
27167 \backslash
27168 -
27169 \end_layout
27170
27171 \end_inset
27172
27173 einsehrsehrsehrlangeswort
27174 \begin_inset Quotes grd
27175 \end_inset
27176
27177 .
27178 \end_layout
27179
27180 \begin_layout Standard
27181 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
27182  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
27183 \series bold
27184 Strg-Eingabe
27185 \series default
27186 ) einfügen: 
27187 \end_layout
27188
27189 \begin_layout Standard
27190 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
27191 \newline
27192
27193 \begin_inset ERT
27194 status collapsed
27195
27196 \begin_layout Standard
27197
27198
27199 \backslash
27200 mbox{
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \begin_inset Quotes gld
27207 \end_inset
27208
27209 einsehrsehrsehrlangeswort
27210 \begin_inset Quotes grd
27211 \end_inset
27212
27213
27214 \begin_inset ERT
27215 status collapsed
27216
27217 \begin_layout Standard
27218
27219 }
27220 \end_layout
27221
27222 \end_inset
27223
27224 .
27225 \end_layout
27226
27227 \begin_layout Subsection
27228 Vertikale Ausrichtung
27229 \begin_inset LatexCommand label
27230 name "uab:Vertikale-Ausrichtung"
27231
27232 \end_inset
27233
27234
27235 \begin_inset LatexCommand index
27236 name "Boxen ! für Vertikale Ausrichtung"
27237
27238 \end_inset
27239
27240
27241 \begin_inset LatexCommand index
27242 name "Boxen ! raisebox"
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \begin_layout Standard
27250 Mit dem LaTeX-Befehl 
27251 \series bold
27252
27253 \backslash
27254 raisebox
27255 \series default
27256  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
27257 n Textes ausrichten.
27258  
27259 \series bold
27260
27261 \backslash
27262 raisebox
27263 \series default
27264  wird folgendermaßen benutzt:
27265 \end_layout
27266
27267 \begin_layout Standard
27268
27269 \series bold
27270
27271 \backslash
27272 raisebox{Verschiebung}[oben][unten]{Text}
27273 \end_layout
27274
27275 \begin_layout Standard
27276 Positive Werte für Verschiebung
27277 \series bold
27278  
27279 \series default
27280 verschieben die Box nach oben, negative nach unten.
27281  Die beiden optionalen Parameter 
27282 \family typewriter
27283 oben
27284 \family default
27285  und 
27286 \family typewriter
27287 unten
27288 \family default
27289  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
27290  hinausgeht, wenn sie nicht verschoben ist.
27291 \end_layout
27292
27293 \begin_layout Standard
27294 Um zum Beispiel das Wort 
27295 \begin_inset Quotes gld
27296 \end_inset
27297
27298 provokant
27299 \begin_inset Quotes grd
27300 \end_inset
27301
27302  mit seinem 
27303 \begin_inset Quotes gld
27304 \end_inset
27305
27306 niedrigsten
27307 \begin_inset Quotes grd
27308 \end_inset
27309
27310  Buchstaben 
27311 \begin_inset Quotes gld
27312 \end_inset
27313
27314 p
27315 \begin_inset Quotes grd
27316 \end_inset
27317
27318  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
27319 \end_layout
27320
27321 \begin_layout Standard
27322
27323 \series bold
27324
27325 \backslash
27326 raisebox{
27327 \backslash
27328 depth}{
27329 \end_layout
27330
27331 \begin_layout Standard
27332 vor dem Wort einfügen und 
27333 \begin_inset Quotes gld
27334 \end_inset
27335
27336
27337 \series bold
27338 }
27339 \series default
27340
27341 \begin_inset Quotes grd
27342 \end_inset
27343
27344  als TeX-Code dahinter:
27345 \end_layout
27346
27347 \begin_layout Standard
27348 Dies ist eine Zeile, in der das Wort 
27349 \begin_inset ERT
27350 status collapsed
27351
27352 \begin_layout Standard
27353
27354
27355 \backslash
27356 raisebox{
27357 \backslash
27358 depth}{
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \begin_inset Quotes gld
27365 \end_inset
27366
27367 provokant
27368 \begin_inset Quotes grd
27369 \end_inset
27370
27371
27372 \begin_inset ERT
27373 status collapsed
27374
27375 \begin_layout Standard
27376
27377 }
27378 \end_layout
27379
27380 \end_inset
27381
27382  nach oben verschoben wurde.
27383 \end_layout
27384
27385 \begin_layout Standard
27386 \begin_inset VSpace bigskip
27387 \end_inset
27388
27389 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
27390  gedehnt:
27391 \end_layout
27392
27393 \begin_layout Standard
27394 Dies ist eine Zeile, in der das Wort 
27395 \begin_inset ERT
27396 status collapsed
27397
27398 \begin_layout Standard
27399
27400
27401 \backslash
27402 raisebox{-
27403 \backslash
27404 depth}{
27405 \end_layout
27406
27407 \end_inset
27408
27409
27410 \begin_inset Quotes gld
27411 \end_inset
27412
27413 provokant
27414 \begin_inset Quotes grd
27415 \end_inset
27416
27417
27418 \begin_inset ERT
27419 status collapsed
27420
27421 \begin_layout Standard
27422
27423 }
27424 \end_layout
27425
27426 \end_inset
27427
27428  nach unten verschoben wurde.
27429 \end_layout
27430
27431 \begin_layout Standard
27432 Dies ist eine Zeile, in der das Wort 
27433 \begin_inset ERT
27434 status collapsed
27435
27436 \begin_layout Standard
27437
27438
27439 \backslash
27440 raisebox{0.5cm}{
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \begin_inset Quotes gld
27447 \end_inset
27448
27449 testen
27450 \begin_inset Quotes grd
27451 \end_inset
27452
27453
27454 \begin_inset ERT
27455 status collapsed
27456
27457 \begin_layout Standard
27458
27459 }
27460 \end_layout
27461
27462 \end_inset
27463
27464  um 0.5\InsetSpace \thinspace{}
27465 cm nach oben verschoben wurde.
27466 \end_layout
27467
27468 \begin_layout Standard
27469 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
27470 \end_layout
27471
27472 \begin_layout Standard
27473
27474 \series bold
27475
27476 \backslash
27477 raisebox{-
27478 \backslash
27479 depth}[0pt]{
27480 \end_layout
27481
27482 \begin_layout Standard
27483 Dies ist eine Zeile, in der das Wort 
27484 \begin_inset ERT
27485 status collapsed
27486
27487 \begin_layout Standard
27488
27489
27490 \backslash
27491 raisebox{-
27492 \backslash
27493 depth}[0pt]{
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \begin_inset Quotes gld
27500 \end_inset
27501
27502 provokant
27503 \begin_inset Quotes grd
27504 \end_inset
27505
27506
27507 \begin_inset ERT
27508 status collapsed
27509
27510 \begin_layout Standard
27511
27512 }
27513 \end_layout
27514
27515 \end_inset
27516
27517  nach unten verschoben wurde.
27518 \end_layout
27519
27520 \begin_layout Standard
27521 Dies ist eine Zeile, in der das Wort 
27522 \begin_inset ERT
27523 status collapsed
27524
27525 \begin_layout Standard
27526
27527
27528 \backslash
27529 raisebox{0.5cm}[0pt]{
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \begin_inset Quotes gld
27536 \end_inset
27537
27538 testen
27539 \begin_inset Quotes grd
27540 \end_inset
27541
27542
27543 \begin_inset ERT
27544 status collapsed
27545
27546 \begin_layout Standard
27547
27548 }
27549 \end_layout
27550
27551 \end_inset
27552
27553  um 0.5\InsetSpace \thinspace{}
27554 cm nach oben verschoben wurde.
27555  Jetzt überschneiden sich die verschobenen Worte.
27556 \end_layout
27557
27558 \begin_layout Section
27559 Farbige Boxen
27560 \begin_inset LatexCommand label
27561 name "abs:Farbige-Boxen"
27562
27563 \end_inset
27564
27565
27566 \begin_inset LatexCommand index
27567 name "Boxen ! farbige"
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \begin_layout Subsection
27575 Text-Hintergrundfarbe
27576 \begin_inset LatexCommand index
27577 name "Farbe ! für Text-Hintergrund"
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
27586  sogenannten 
27587 \begin_inset Quotes gld
27588 \end_inset
27589
27590 colorbox
27591 \begin_inset Quotes grd
27592 \end_inset
27593
27594  stehen.
27595  Dafür muss das LaTeX-Paket 
27596 \series bold
27597 color
27598 \series default
27599
27600 \begin_inset LatexCommand index
27601 name "LaTeX-Pakete ! color"
27602
27603 \end_inset
27604
27605  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
27606 \end_layout
27607
27608 \begin_layout Standard
27609
27610 \series bold
27611
27612 \backslash
27613 @ifundef\SpecialChar \textcompwordmark{}
27614 ined{textcolor}
27615 \newline
27616
27617 \begin_inset ERT
27618 status collapsed
27619
27620 \begin_layout Standard
27621
27622
27623 \backslash
27624 hphantom{ }
27625 \end_layout
27626
27627 \end_inset
27628
27629 {
27630 \backslash
27631 usepackage{color}}{}
27632 \end_layout
27633
27634 \begin_layout Standard
27635 Wenn Sie Text einfärben, lädt LyX das Paket 
27636 \series bold
27637 color
27638 \series default
27639  automatisch.
27640 \begin_inset Foot
27641 status collapsed
27642
27643 \begin_layout Standard
27644 Der Befehl 
27645 \series bold
27646
27647 \backslash
27648 @ifundef\SpecialChar \textcompwordmark{}
27649 ined
27650 \series default
27651  vermeidet, dass es in diesem Fall doppelt geladen wird.
27652 \end_layout
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Standard
27660 \begin_inset VSpace medskip
27661 \end_inset
27662
27663 Colorboxen werden mit dem Befehl 
27664 \series bold
27665
27666 \backslash
27667 colorbox
27668 \series default
27669  erzeugt:
27670 \end_layout
27671
27672 \begin_layout Standard
27673
27674 \series bold
27675
27676 \backslash
27677 colorbox{Farbe}{Boxinhalt}
27678 \end_layout
27679
27680 \begin_layout Standard
27681 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
27682  Boxen sein.
27683 \end_layout
27684
27685 \begin_layout Standard
27686 Die folgenden Farben sind vordefiniert (
27687 \begin_inset Graphics
27688         filename ../../images/dialog-show_character.png
27689         scale 70
27690         scaleBeforeRotation
27691         BoundingBox 0bp 0bp 22bp 22bp
27692
27693 \end_inset
27694
27695 \SpecialChar \menuseparator
27696
27697 \family sans
27698 Farbe
27699 \family default
27700 ):
27701 \family sans
27702  schwarz
27703 \family default
27704
27705 \family sans
27706 wei
27707 \family default
27708 ß, 
27709 \family sans
27710 rot
27711 \family default
27712 \series bold
27713 ,
27714 \series default
27715  
27716 \family sans
27717 grün
27718 \family default
27719
27720 \family sans
27721 blau
27722 \family default
27723
27724 \family sans
27725 türkis
27726 \family default
27727
27728 \family sans
27729 purpurrot
27730 \family default
27731  und 
27732 \family sans
27733 gelb
27734 \family default
27735 .
27736 \end_layout
27737
27738 \begin_layout Standard
27739 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt\InsetSpace ~
27740
27741 \begin_inset LatexCommand ref
27742 reference "abs:Farbige-Tabellen"
27743
27744 \end_inset
27745
27746  beschrieben.
27747 \end_layout
27748
27749 \begin_layout Standard
27750 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
27751  den TeX-Code-Befehl
27752 \end_layout
27753
27754 \begin_layout Standard
27755
27756 \series bold
27757
27758 \backslash
27759 colorbox{red}{
27760 \end_layout
27761
27762 \begin_layout Standard
27763 vor dem Wort ein.
27764  Hinter dem Wort fügen Sie 
27765 \series bold
27766
27767 \begin_inset Quotes gld
27768 \end_inset
27769
27770 }
27771 \series default
27772
27773 \begin_inset Quotes grd
27774 \end_inset
27775
27776  als TeX-Code ein.
27777  Hier ist das Ergebnis:
27778 \end_layout
27779
27780 \begin_layout Standard
27781 In dieser Zeile hat 
27782 \begin_inset ERT
27783 status collapsed
27784
27785 \begin_layout Standard
27786
27787
27788 \backslash
27789 colorbox{red}{
27790 \end_layout
27791
27792 \end_inset
27793
27794 Achtung!
27795 \begin_inset ERT
27796 status collapsed
27797
27798 \begin_layout Standard
27799
27800 }
27801 \end_layout
27802
27803 \end_inset
27804
27805  einen roten Hintergrund.
27806 \end_layout
27807
27808 \begin_layout Standard
27809 \begin_inset VSpace bigskip
27810 \end_inset
27811
27812 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
27813  
27814 \series bold
27815
27816 \backslash
27817 fcolorbox
27818 \series default
27819  verwenden:
27820 \end_layout
27821
27822 \begin_layout Standard
27823
27824 \series bold
27825
27826 \backslash
27827 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
27828 \end_layout
27829
27830 \begin_layout Standard
27831
27832 \series bold
27833
27834 \backslash
27835 fcolorbox
27836 \series default
27837  ist eine Erweiterung von 
27838 \series bold
27839
27840 \backslash
27841 colorbox
27842 \series default
27843 .
27844  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
27845  
27846 \series bold
27847
27848 \backslash
27849 fboxrule
27850 \series default
27851  und 
27852 \series bold
27853
27854 \backslash
27855 fboxsep
27856 \series default
27857  gesteuert werden, wie in Abschnitt\InsetSpace ~
27858
27859 \begin_inset LatexCommand ref
27860 reference "abs:Gerahmte-Boxen"
27861
27862 \end_inset
27863
27864  beschrieben.
27865 \end_layout
27866
27867 \begin_layout Standard
27868 Für das folgende Beispiel wurde der Befehl
27869 \end_layout
27870
27871 \begin_layout Standard
27872
27873 \series bold
27874
27875 \backslash
27876 fcolorbox{cyan}{magenta}{
27877 \end_layout
27878
27879 \begin_layout Standard
27880 benutzt.
27881  Hier wurden die Rahmendicke und der Abstand auf 1\InsetSpace \thinspace{}
27882 mm gesetzt:
27883 \newline
27884
27885 \begin_inset ERT
27886 status collapsed
27887
27888 \begin_layout Standard
27889
27890
27891 \backslash
27892 fboxrule 1mm 
27893 \backslash
27894 fboxsep 1mm
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \begin_inset ERT
27901 status collapsed
27902
27903 \begin_layout Standard
27904
27905
27906 \backslash
27907 fcolorbox{cyan}{green}{
27908 \end_layout
27909
27910 \end_inset
27911
27912 Dies ist Text in einer farbigen, gerahmten Box.
27913 \begin_inset ERT
27914 status collapsed
27915
27916 \begin_layout Standard
27917
27918 }
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Standard
27927 \begin_inset VSpace bigskip
27928 \end_inset
27929
27930 Natürlich gibt es auch farbigen Text in einer Colorbox:
27931 \newline
27932
27933 \begin_inset ERT
27934 status collapsed
27935
27936 \begin_layout Standard
27937
27938
27939 \backslash
27940 fcolorbox{cyan}{green}{
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \color yellow
27947 Dies ist farbiger Text in einer farbigen, gerahmten Box.
27948 \color none
27949
27950 \begin_inset ERT
27951 status collapsed
27952
27953 \begin_layout Standard
27954
27955 }
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \begin_inset ERT
27962 status collapsed
27963
27964 \begin_layout Standard
27965
27966
27967 \backslash
27968 fboxrule 0.4pt 
27969 \backslash
27970 fboxsep 3pt
27971 \end_layout
27972
27973 \end_inset
27974
27975
27976 \end_layout
27977
27978 \begin_layout Standard
27979 \begin_inset VSpace bigskip
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Standard
27986 \begin_inset Note Greyedout
27987 status open
27988
27989 \begin_layout Standard
27990 \noindent
27991
27992 \series bold
27993 Bemerkung:
27994 \series default
27995  Text in Colorboxen kann nicht umgebrochen werden.
27996  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
27997  wie im folgenden beschrieben.
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Subsection
28006 Farbe für Absätze
28007 \begin_inset LatexCommand label
28008 name "uab:Farbe-für-Absätze"
28009
28010 \end_inset
28011
28012
28013 \begin_inset LatexCommand index
28014 name "Farbe ! für Absätze"
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Standard
28022 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
28023  den Text in eine Minipage stellen.
28024  Vor der Minipage fügen Sie den TeX-Code-Befehl
28025 \end_layout
28026
28027 \begin_layout Standard
28028
28029 \series bold
28030
28031 \backslash
28032 colorbox{color}{
28033 \end_layout
28034
28035 \begin_layout Standard
28036 ein.
28037  Hinter der Minipage fügen Sie 
28038 \series bold
28039
28040 \begin_inset Quotes gld
28041 \end_inset
28042
28043 }
28044 \series default
28045
28046 \begin_inset Quotes grd
28047 \end_inset
28048
28049  als TeX-Code ein.
28050 \end_layout
28051
28052 \begin_layout Standard
28053 \begin_inset ERT
28054 status collapsed
28055
28056 \begin_layout Standard
28057
28058
28059 \backslash
28060 colorbox{hellgrau}{
28061 \end_layout
28062
28063 \end_inset
28064
28065
28066 \begin_inset Box Frameless
28067 position "t"
28068 hor_pos "c"
28069 has_inner_box 1
28070 inner_pos "t"
28071 use_parbox 0
28072 width "100col%"
28073 special "none"
28074 height "1in"
28075 height_special "totalheight"
28076 status collapsed
28077
28078 \begin_layout Standard
28079 Dies ist Text mit einer Hintergrundfarbe.
28080  Dies ist Text mit einer Hintergrundfarbe.
28081 \end_layout
28082
28083 \begin_layout Standard
28084 Der Text kann Fußnoten
28085 \begin_inset Foot
28086 status open
28087
28088 \begin_layout Standard
28089 Eine weitere Fußnote
28090 \end_layout
28091
28092 \end_inset
28093
28094  und Tabellen und Abbildungen enthalten.
28095 \end_layout
28096
28097 \begin_layout Standard
28098 \align center
28099 \begin_inset Tabular
28100 <lyxtabular version="3" rows="3" columns="3">
28101 <features>
28102 <column alignment="center" valignment="top" leftline="true" width="0">
28103 <column alignment="center" valignment="top" leftline="true" width="0">
28104 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28105 <row topline="true">
28106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Standard
28110 a
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Standard
28119 !
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Standard
28128 3
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 </row>
28134 <row topline="true">
28135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28136 \begin_inset Text
28137
28138 \begin_layout Standard
28139 <
28140 \end_layout
28141
28142 \end_inset
28143 </cell>
28144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28145 \begin_inset Text
28146
28147 \begin_layout Standard
28148 b2
28149 \begin_inset Quotes erd
28150 \end_inset
28151
28152 |
28153 \end_layout
28154
28155 \end_inset
28156 </cell>
28157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28158 \begin_inset Text
28159
28160 \begin_layout Standard
28161 >
28162 \end_layout
28163
28164 \end_inset
28165 </cell>
28166 </row>
28167 <row topline="true" bottomline="true">
28168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28169 \begin_inset Text
28170
28171 \begin_layout Standard
28172 1
28173 \end_layout
28174
28175 \end_inset
28176 </cell>
28177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28178 \begin_inset Text
28179
28180 \begin_layout Standard
28181 §
28182 \end_layout
28183
28184 \end_inset
28185 </cell>
28186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28187 \begin_inset Text
28188
28189 \begin_layout Standard
28190 c
28191 \end_layout
28192
28193 \end_inset
28194 </cell>
28195 </row>
28196 </lyxtabular>
28197
28198 \end_inset
28199
28200
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \begin_inset ERT
28207 status collapsed
28208
28209 \begin_layout Standard
28210
28211 }
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Section
28220 Rotierte und skalierte Boxen
28221 \end_layout
28222
28223 \begin_layout Standard
28224 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
28225 \series bold
28226 graphicx
28227 \series default
28228
28229 \begin_inset LatexCommand index
28230 name "LaTeX-Pakete ! graphicx"
28231
28232 \end_inset
28233
28234  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
28235 \end_layout
28236
28237 \begin_layout Standard
28238
28239 \series bold
28240
28241 \backslash
28242 @ifundefined{rotatebox}
28243 \newline
28244
28245 \begin_inset ERT
28246 status collapsed
28247
28248 \begin_layout Standard
28249
28250
28251 \backslash
28252 hphantom{ }
28253 \end_layout
28254
28255 \end_inset
28256
28257 {
28258 \backslash
28259 usepackage{graphicx}}{}
28260 \end_layout
28261
28262 \begin_layout Standard
28263 \begin_inset Note Greyedout
28264 status open
28265
28266 \begin_layout Standard
28267
28268 \series bold
28269 Bemerkung:
28270 \series default
28271  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
28272  darstellen.
28273  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \begin_layout Standard
28282 \begin_inset Note Greyedout
28283 status open
28284
28285 \begin_layout Standard
28286
28287 \series bold
28288 Bemerkung:
28289 \series default
28290  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \begin_layout Subsection
28299 Rotierte Boxen
28300 \begin_inset LatexCommand index
28301 name "Boxen ! rotierte"
28302
28303 \end_inset
28304
28305
28306 \begin_inset LatexCommand index
28307 name "Rotiertes Material"
28308
28309 \end_inset
28310
28311
28312 \begin_inset LatexCommand index
28313 name "Abbildungen ! rotierte"
28314
28315 \end_inset
28316
28317
28318 \begin_inset LatexCommand index
28319 name "Tabellen ! rotierte"
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Standard
28327 Um Text zu drehen, verwendet man den Befehl 
28328 \series bold
28329
28330 \backslash
28331 rotatebox
28332 \series default
28333  im TeX-Code nach folgendem Schema:
28334 \end_layout
28335
28336 \begin_layout Standard
28337
28338 \series bold
28339
28340 \backslash
28341 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
28342 \end_layout
28343
28344 \begin_layout Standard
28345 Der Drehpunkt wird mit 
28346 \series bold
28347 origin=Position
28348 \series default
28349  angegeben.
28350  Folgende Positionen sind möglich: 
28351 \emph on
28352 c
28353 \emph default
28354  (mittig), 
28355 \emph on
28356 l
28357 \emph default
28358  (links), 
28359 \emph on
28360 r
28361 \emph default
28362  (rechts), 
28363 \emph on
28364 b
28365 \emph default
28366  (unten), 
28367 \emph on
28368 t
28369 \emph default
28370  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
28371  Z.\InsetSpace \thinspace{}
28372 B.
28373  bedeutet 
28374 \emph on
28375 lt
28376 \emph default
28377 , dass sich der Drehpunkt links oben befindet.
28378  Wird kein Drehpunkt angegeben, wird die Position 
28379 \emph on
28380 l
28381 \emph default
28382  verwendet.
28383  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
28384  Gedreht wird gegen den Uhrzeigersinn.
28385 \end_layout
28386
28387 \begin_layout Standard
28388 Im folgenden Beispiel wurde vor dem Text der Befehl 
28389 \series bold
28390
28391 \backslash
28392 rotatebox[origin=c]{60}{
28393 \series default
28394  im TeX-Modus eingegeben.
28395  Nach dem Text wurde die schließende Klammer 
28396 \series bold
28397 }
28398 \series default
28399  wiederum im TeX-Modus eingegeben.
28400 \end_layout
28401
28402 \begin_layout Standard
28403 Dies ist eine Zeile 
28404 \begin_inset ERT
28405 status collapsed
28406
28407 \begin_layout Standard
28408
28409
28410 \backslash
28411 rotatebox[origin=c]{60}{
28412 \end_layout
28413
28414 \end_inset
28415
28416 mit rotiertem
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Standard
28421
28422 }
28423 \end_layout
28424
28425 \end_inset
28426
28427  Text.
28428 \end_layout
28429
28430 \begin_layout Standard
28431 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
28432 \end_layout
28433
28434 \begin_layout Standard
28435 Dies ist eine Zeile 
28436 \begin_inset ERT
28437 status collapsed
28438
28439 \begin_layout Standard
28440
28441
28442 \backslash
28443 rotatebox[origin=r]{-60}{
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \begin_inset Box Doublebox
28450 position "c"
28451 hor_pos "c"
28452 has_inner_box 0
28453 inner_pos "c"
28454 use_parbox 0
28455 width "1in"
28456 special "width"
28457 height "1in"
28458 height_special "totalheight"
28459 status collapsed
28460
28461 \begin_layout Standard
28462 mit rotiertem
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Standard
28472
28473 }
28474 \end_layout
28475
28476 \end_inset
28477
28478  umrandeten Text 
28479 \begin_inset ERT
28480 status collapsed
28481
28482 \begin_layout Standard
28483
28484
28485 \backslash
28486 rotatebox[origin=lb]{60}{
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28493 \end_inset
28494
28495
28496 \begin_inset ERT
28497 status collapsed
28498
28499 \begin_layout Standard
28500
28501 }
28502 \end_layout
28503
28504 \end_inset
28505
28506  und einer Formel.
28507 \end_layout
28508
28509 \begin_layout Standard
28510 oder ein Bild oder Tabelle:
28511 \end_layout
28512
28513 \begin_layout Standard
28514 Dies ist eine Zeile 
28515 \begin_inset ERT
28516 status collapsed
28517
28518 \begin_layout Standard
28519
28520
28521 \backslash
28522 rotatebox[origin=lb]{90}{
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \begin_inset Graphics
28529         filename ../clipart/platypus.eps
28530         lyxscale 50
28531         width 25col%
28532
28533 \end_inset
28534
28535
28536 \begin_inset ERT
28537 status collapsed
28538
28539 \begin_layout Standard
28540
28541 }
28542 \end_layout
28543
28544 \end_inset
28545
28546  mit einem rotierten Bild 
28547 \begin_inset ERT
28548 status collapsed
28549
28550 \begin_layout Standard
28551
28552
28553 \backslash
28554 rotatebox[origin=l]{-90}{
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \begin_inset Tabular
28561 <lyxtabular version="3" rows="2" columns="2">
28562 <features>
28563 <column alignment="center" valignment="top" leftline="true" width="0">
28564 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28565 <row topline="true">
28566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Standard
28570 q
28571 \end_layout
28572
28573 \end_inset
28574 </cell>
28575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28576 \begin_inset Text
28577
28578 \begin_layout Standard
28579 w
28580 \end_layout
28581
28582 \end_inset
28583 </cell>
28584 </row>
28585 <row topline="true" bottomline="true">
28586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Standard
28590 e
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28596 \begin_inset Text
28597
28598 \begin_layout Standard
28599 r
28600 \end_layout
28601
28602 \end_inset
28603 </cell>
28604 </row>
28605 </lyxtabular>
28606
28607 \end_inset
28608
28609
28610 \begin_inset ERT
28611 status collapsed
28612
28613 \begin_layout Standard
28614
28615 }
28616 \end_layout
28617
28618 \end_inset
28619
28620  und Tabelle.
28621 \end_layout
28622
28623 \begin_layout Subsection
28624 Skalierte Boxen
28625 \begin_inset LatexCommand index
28626 name "Boxen ! skalierte"
28627
28628 \end_inset
28629
28630
28631 \begin_inset LatexCommand index
28632 name "Skaliertes Material"
28633
28634 \end_inset
28635
28636
28637 \begin_inset LatexCommand index
28638 name "Abbildungen ! skalierte"
28639
28640 \end_inset
28641
28642
28643 \begin_inset LatexCommand index
28644 name "Tabellen ! skalierte"
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \begin_layout Standard
28652 Um Text zu skalieren, kann man die Befehle 
28653 \series bold
28654
28655 \backslash
28656 scalebox
28657 \series default
28658  und 
28659 \series bold
28660
28661 \backslash
28662 resizebox
28663 \series default
28664  im TeX-Modus verwenden.
28665 \end_layout
28666
28667 \begin_layout Standard
28668
28669 \series bold
28670
28671 \backslash
28672 scalebox
28673 \series default
28674  wird nach folgendem Schema verwendet:
28675 \end_layout
28676
28677 \begin_layout Standard
28678
28679 \series bold
28680
28681 \backslash
28682 scalebox{horizontal}[vertikal]{Boxinhalt}
28683 \end_layout
28684
28685 \begin_layout Standard
28686 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
28687  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
28688  verwendet.
28689 \end_layout
28690
28691 \begin_layout Standard
28692 Z.\InsetSpace \thinspace{}
28693 B.
28694  ergibt der Befehl 
28695 \series bold
28696
28697 \backslash
28698 scalebox{2}{Hallo}
28699 \series default
28700  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
28701 \begin_inset ERT
28702 status collapsed
28703
28704 \begin_layout Standard
28705
28706
28707 \backslash
28708 scalebox{2}{
28709 \end_layout
28710
28711 \end_inset
28712
28713 Hallo
28714 \begin_inset ERT
28715 status collapsed
28716
28717 \begin_layout Standard
28718
28719 }
28720 \end_layout
28721
28722 \end_inset
28723
28724 .
28725 \end_layout
28726
28727 \begin_layout Standard
28728
28729 \series bold
28730
28731 \backslash
28732 scalebox{2}[1]{Hallo}
28733 \series default
28734  verzerrt hingegen das 
28735 \begin_inset ERT
28736 status collapsed
28737
28738 \begin_layout Standard
28739
28740
28741 \backslash
28742 scalebox{2}[1]{
28743 \end_layout
28744
28745 \end_inset
28746
28747 Hallo
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Standard
28752
28753 }
28754 \end_layout
28755
28756 \end_inset
28757
28758 .
28759 \end_layout
28760
28761 \begin_layout Standard
28762 Die Skalierungsfaktoren dürfen auch negativ sein.
28763  In diesem Fall wird der Boxinhalt gespiegelt.
28764 \end_layout
28765
28766 \begin_layout Standard
28767 Daher lässt sich mit dem Befehl 
28768 \series bold
28769
28770 \backslash
28771 scalebox{-1}[1]{Hallo}
28772 \series default
28773  Spiegelschrift erstellen: 
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Standard
28778
28779
28780 \backslash
28781 scalebox{-1}[1]{
28782 \end_layout
28783
28784 \end_inset
28785
28786 Hallo
28787 \begin_inset ERT
28788 status collapsed
28789
28790 \begin_layout Standard
28791
28792 }
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \begin_layout Standard
28801
28802 \series bold
28803
28804 \backslash
28805 scalebox{1}[-1]{Hallo}
28806 \series default
28807  spiegelt das 
28808 \begin_inset ERT
28809 status collapsed
28810
28811 \begin_layout Standard
28812
28813
28814 \backslash
28815 scalebox{1}[-1]{
28816 \end_layout
28817
28818 \end_inset
28819
28820 Hallo
28821 \begin_inset ERT
28822 status collapsed
28823
28824 \begin_layout Standard
28825
28826 }
28827 \end_layout
28828
28829 \end_inset
28830
28831  an der Grundlinie.
28832 \end_layout
28833
28834 \begin_layout Standard
28835 Zu 
28836 \series bold
28837
28838 \backslash
28839 scalebox{-1}[1]{Boxinhalt}
28840 \series default
28841  gibt es den äquivalenten Befehl
28842 \newline
28843
28844 \series bold
28845
28846 \backslash
28847 ref\SpecialChar \textcompwordmark{}
28848 lectbox{Boxinhalt}
28849 \series default
28850 .
28851 \end_layout
28852
28853 \begin_layout Standard
28854 \begin_inset VSpace bigskip
28855 \end_inset
28856
28857
28858 \series bold
28859
28860 \backslash
28861 resizebox
28862 \series default
28863  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
28864  Breite zu skalieren.
28865  Das Befehlsschema ist folgendes:
28866 \end_layout
28867
28868 \begin_layout Standard
28869
28870 \series bold
28871
28872 \backslash
28873 resizebox{Breite}{Höhe}{Boxinhalt}
28874 \end_layout
28875
28876 \begin_layout Standard
28877 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
28878 \series bold
28879 !
28880 \series default
28881  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
28882  wird.
28883 \end_layout
28884
28885 \begin_layout Standard
28886 Der Befehl 
28887 \series bold
28888
28889 \backslash
28890 resizebox{2cm}{1cm}{Hallo}
28891 \series default
28892  ergibt: 
28893 \begin_inset ERT
28894 status collapsed
28895
28896 \begin_layout Standard
28897
28898
28899 \backslash
28900 resizebox{2cm}{1cm}{
28901 \end_layout
28902
28903 \end_inset
28904
28905 Hallo
28906 \begin_inset ERT
28907 status collapsed
28908
28909 \begin_layout Standard
28910
28911 }
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \newline
28918 Der Befehl 
28919 \series bold
28920
28921 \backslash
28922 resizebox{2cm}{!}{Hallo}
28923 \series default
28924  ergibt: 
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Standard
28929
28930
28931 \backslash
28932 resizebox{2cm}{!}{
28933 \end_layout
28934
28935 \end_inset
28936
28937 Hallo
28938 \begin_inset ERT
28939 status collapsed
28940
28941 \begin_layout Standard
28942
28943 }
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \end_layout
28950
28951 \begin_layout Standard
28952 \begin_inset VSpace bigskip
28953 \end_inset
28954
28955
28956 \begin_inset Note Greyedout
28957 status open
28958
28959 \begin_layout Standard
28960
28961 \series bold
28962 Bemerkung:
28963 \series default
28964  Wurde in Argumenten von 
28965 \series bold
28966
28967 \backslash
28968 scalebox
28969 \series default
28970  oder 
28971 \series bold
28972
28973 \backslash
28974 resizebox
28975 \series default
28976  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
28977  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
28978  werden.
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \begin_layout Standard
28987 \begin_inset VSpace bigskip
28988 \end_inset
28989
28990
28991 \end_layout
28992
28993 \begin_layout Standard
28994 Alle Boxen können beliebig miteinander kombiniert werden.
28995  So ergibt z.\InsetSpace \thinspace{}
28996 B.
28997  der Befehl
28998 \newline
28999
29000 \series bold
29001
29002 \backslash
29003 rotatebox[origin=c]{-45}{
29004 \backslash
29005 resizebox{2cm}{!}{
29006 \backslash
29007 reflectbox{Hallo}}}
29008 \series default
29009 :
29010 \end_layout
29011
29012 \begin_layout Standard
29013 \align center
29014 \begin_inset ERT
29015 status collapsed
29016
29017 \begin_layout Standard
29018
29019
29020 \backslash
29021 rotatebox[origin=c]{-45}{
29022 \backslash
29023 resizebox{2cm}{!}{
29024 \backslash
29025 reflectbox{
29026 \end_layout
29027
29028 \end_inset
29029
29030 Hallo
29031 \begin_inset ERT
29032 status collapsed
29033
29034 \begin_layout Standard
29035
29036 }}}
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Standard
29045 \noindent
29046 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
29047 \end_layout
29048
29049 \begin_layout Standard
29050 \align center
29051 \begin_inset ERT
29052 status collapsed
29053
29054 \begin_layout Standard
29055
29056
29057 \backslash
29058 rotatebox[origin=c]{-30}{
29059 \backslash
29060 resizebox{2cm}{!}{
29061 \backslash
29062 reflectbox{
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \begin_inset Graphics
29069         filename ../clipart/platypus.eps
29070         lyxscale 50
29071         width 25col%
29072
29073 \end_inset
29074
29075
29076 \begin_inset ERT
29077 status collapsed
29078
29079 \begin_layout Standard
29080
29081 }}}
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \begin_inset ERT
29088 status collapsed
29089
29090 \begin_layout Standard
29091
29092
29093 \backslash
29094 rotatebox[origin=c]{-45}{
29095 \backslash
29096 resizebox{2cm}{!}{
29097 \backslash
29098 reflectbox{
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \begin_inset Tabular
29105 <lyxtabular version="3" rows="2" columns="2">
29106 <features>
29107 <column alignment="center" valignment="top" leftline="true" width="0">
29108 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29109 <row topline="true">
29110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29111 \begin_inset Text
29112
29113 \begin_layout Standard
29114 q
29115 \end_layout
29116
29117 \end_inset
29118 </cell>
29119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29120 \begin_inset Text
29121
29122 \begin_layout Standard
29123 w
29124 \end_layout
29125
29126 \end_inset
29127 </cell>
29128 </row>
29129 <row topline="true" bottomline="true">
29130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29131 \begin_inset Text
29132
29133 \begin_layout Standard
29134 e
29135 \end_layout
29136
29137 \end_inset
29138 </cell>
29139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29140 \begin_inset Text
29141
29142 \begin_layout Standard
29143 r
29144 \end_layout
29145
29146 \end_inset
29147 </cell>
29148 </row>
29149 </lyxtabular>
29150
29151 \end_inset
29152
29153
29154 \begin_inset ERT
29155 status collapsed
29156
29157 \begin_layout Standard
29158
29159 }}}
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \begin_inset ERT
29166 status collapsed
29167
29168 \begin_layout Standard
29169
29170
29171 \backslash
29172 rotatebox[origin=c]{-45}{
29173 \backslash
29174 resizebox{2cm}{!}{
29175 \backslash
29176 reflectbox{
29177 \end_layout
29178
29179 \end_inset
29180
29181
29182 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29183 \end_inset
29184
29185
29186 \begin_inset ERT
29187 status collapsed
29188
29189 \begin_layout Standard
29190
29191 }}}
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Standard
29200 Hat man den globalen Formelstil 
29201 \series bold
29202 fleqn
29203 \series default
29204
29205 \begin_inset Foot
29206 status collapsed
29207
29208 \begin_layout Standard
29209 Wenn 
29210 \begin_inset Quotes gld
29211 \end_inset
29212
29213 fleqn
29214 \begin_inset Quotes grd
29215 \end_inset
29216
29217  zu den Dokumentklassen-Optionen hinzugefügt wurde.
29218 \end_layout
29219
29220 \end_inset
29221
29222  gewählt, kann man auch abgesetzte Formeln skalieren.
29223 \end_layout
29224
29225 \begin_layout Section
29226 URL (Uniform Resource Locator)
29227 \begin_inset LatexCommand index
29228 name "URL"
29229
29230 \end_inset
29231
29232
29233 \end_layout
29234
29235 \begin_layout Standard
29236 Internet- oder Email-Adressen können mit 
29237 \begin_inset Graphics
29238         filename ../../images/url-insert.png
29239         scale 70
29240         scaleBeforeRotation
29241         BoundingBox 0bp 0bp 22bp 22bp
29242
29243 \end_inset
29244
29245  oder
29246 \family sans
29247  Einfügen\SpecialChar \menuseparator
29248 URL
29249 \family default
29250  eingefügt werden.
29251  Das Dialogfenster 
29252 \family sans
29253 URL
29254 \family default
29255  hat zwei Felder: 
29256 \family sans
29257 URL
29258 \family default
29259  für die Adresse und 
29260 \family sans
29261 Name
29262 \family default
29263  für die URL-Beschreibung, die vor der URL gedruckt wird.
29264 \end_layout
29265
29266 \begin_layout Standard
29267 Hier ist ein Beispiel: 
29268 \begin_inset LatexCommand url
29269 name "LyX-Homepage:"
29270 target "http://www.lyx.org"
29271
29272 \end_inset
29273
29274 .
29275 \end_layout
29276
29277 \begin_layout Standard
29278 Die Option 
29279 \family sans
29280 Hyperlink
29281 \family default
29282 \InsetSpace ~
29283
29284 \family sans
29285 erzeugen
29286 \family default
29287  bewirkt nichts.
29288  Dieses Relikt wird mit der nächsten LyX-Version beseitigt.
29289 \end_layout
29290
29291 \begin_layout Standard
29292 Das Aussehen des Textes können Sie nicht ändern.
29293  Der Text im 
29294 \family sans
29295 Name
29296 \family default
29297 -Feld wird so gedruckt wie der Text Ihres Dokumentes und der Text 
29298 \family sans
29299 des URL
29300 \family default
29301 -Feldes im Stil 
29302 \family sans
29303
29304 \begin_inset Quotes gld
29305 \end_inset
29306
29307 Schreibmaschine
29308 \family default
29309
29310 \begin_inset Quotes grd
29311 \end_inset
29312
29313 .
29314 \end_layout
29315
29316 \begin_layout Standard
29317 Wenn Sie das LaTeX-Paket 
29318 \series bold
29319 hyperref
29320 \series default
29321
29322 \begin_inset LatexCommand index
29323 name "LaTeX-Pakete ! hyperref"
29324
29325 \end_inset
29326
29327  benutzen, um Querverweise in der Druckvorschau zu verlinken, werden die
29328  URLs automatisch zu anklickbaren Hyperlinks in DVI- und PDF-Vorschau.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 \begin_inset Note Greyedout
29333 status open
29334
29335 \begin_layout Standard
29336
29337 \series bold
29338 Bemerkung:
29339 \series default
29340  Wenn Sie die folgenden Buchstaben benutzen wollen, müssen Sie mit einem
29341  vorangestellten 
29342 \begin_inset Quotes gld
29343 \end_inset
29344
29345
29346 \backslash
29347
29348 \begin_inset Quotes grd
29349 \end_inset
29350
29351  eingeben: 
29352 \begin_inset Quotes gld
29353 \end_inset
29354
29355
29356 \backslash
29357 %
29358 \begin_inset Quotes grd
29359 \end_inset
29360
29361
29362 \begin_inset Quotes gld
29363 \end_inset
29364
29365
29366 \backslash
29367 #
29368 \begin_inset Quotes grd
29369 \end_inset
29370
29371
29372 \begin_inset Quotes gld
29373 \end_inset
29374
29375
29376 \backslash
29377 ^
29378 \begin_inset Quotes grd
29379 \end_inset
29380
29381 .
29382  URLs dürfen nicht mit einem 
29383 \begin_inset Quotes gld
29384 \end_inset
29385
29386
29387 \backslash
29388
29389 \begin_inset Quotes grd
29390 \end_inset
29391
29392  aufhören.
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \begin_layout Standard
29401 Um wirkliche Hyperlinks zu erzeugen, ohne gezwungen zu sein, die Link-Adresse
29402  im Text angeben zu müssen, können Sie den TeX-Code-Befehl
29403 \end_layout
29404
29405 \begin_layout Standard
29406
29407 \series bold
29408
29409 \backslash
29410 href{Linkadresse}{Linktext}
29411 \end_layout
29412
29413 \begin_layout Standard
29414 benutzen.
29415  Um z.\InsetSpace \thinspace{}
29416 B.
29417  einen Link auf LyXs Webseite zu setzen, schreiben Sie den TeX-Code-Befehl
29418 \end_layout
29419
29420 \begin_layout Standard
29421
29422 \series bold
29423
29424 \backslash
29425 href{http://www.lyx.org}{
29426 \end_layout
29427
29428 \begin_layout Standard
29429 Danach fügen Sie den Linktext 
29430 \begin_inset Quotes gld
29431 \end_inset
29432
29433 LyX-Homepage
29434 \begin_inset Quotes grd
29435 \end_inset
29436
29437  als normalen Text ein, gefolgt von einer schließenden geschweiften Klammer
29438  
29439 \begin_inset Quotes gld
29440 \end_inset
29441
29442
29443 \series bold
29444 }
29445 \series default
29446
29447 \begin_inset Quotes grd
29448 \end_inset
29449
29450  als TeX-Code.
29451  Dies ist das Ergebnis:
29452 \newline
29453
29454 \begin_inset ERT
29455 status collapsed
29456
29457 \begin_layout Standard
29458
29459
29460 \backslash
29461 href{http://www.lyx.org}{
29462 \end_layout
29463
29464 \end_inset
29465
29466 LyX-Homepage
29467 \begin_inset ERT
29468 status collapsed
29469
29470 \begin_layout Standard
29471
29472 }
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Standard
29481 Für Email-Adressen setzen Sie 
29482 \family sans
29483
29484 \begin_inset Quotes gld
29485 \end_inset
29486
29487 mailto:
29488 \family default
29489
29490 \begin_inset Quotes grd
29491 \end_inset
29492
29493  vor die Adresse:
29494 \newline
29495 Email an 
29496 \begin_inset ERT
29497 status collapsed
29498
29499 \begin_layout Standard
29500
29501
29502 \backslash
29503 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
29504 \end_layout
29505
29506 \end_inset
29507
29508 lyx-docs Mailing-Liste
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Standard
29513
29514 }
29515 \end_layout
29516
29517 \end_inset
29518
29519 .
29520 \end_layout
29521
29522 \begin_layout Standard
29523 Wenn Sie 
29524 \series bold
29525
29526 \backslash
29527 href
29528 \series default
29529  anstatt LyXs URL-Box benutzen, hat das den Vorteil, dass Sie einen eigenen
29530  Textstil definieren können.
29531  Sie können dann auch Trennhilfen und manuelle Zeilenumbrüche setzen, damit
29532  lange Texte richtig umgebrochen werden.
29533  Des Weiteren können Sie mit einer Option in 
29534 \series bold
29535 hyperref
29536 \series default
29537 s
29538 \series bold
29539  
29540 \series default
29541 Ladebefehl denselben Stil für alle Hyperlinks definieren und die oben erwähnten
29542  Einschränkungen gelten nicht für 
29543 \series bold
29544
29545 \backslash
29546 href
29547 \series default
29548 .
29549 \end_layout
29550
29551 \begin_layout Chapter
29552 Externe Dateien
29553 \begin_inset LatexCommand index
29554 name "Dateien ! externe"
29555
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \begin_layout Standard
29562 Mit 
29563 \family sans
29564 Einfügen\SpecialChar \menuseparator
29565 Datei
29566 \family default
29567  können Sie fremdes Material in Ihr Dokument einsetzen.
29568  Das kann folgendes sein:
29569 \end_layout
29570
29571 \begin_layout Description
29572 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
29573  eingefügt.
29574 \end_layout
29575
29576 \begin_layout Description
29577 Einfacher\InsetSpace ~
29578 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz
29579  in Ihr Dokument eingefügt.
29580 \end_layout
29581
29582 \begin_layout Description
29583 Einfacher\InsetSpace ~
29584 Text,\InsetSpace ~
29585 Zeilen\InsetSpace ~
29586 verbinden Ein Text-Dokument; Zeilen werden so eingefügt,
29587  wie sie sind.
29588  Leerzeilen trennen die Absätze.
29589 \end_layout
29590
29591 \begin_layout Description
29592 Externes\InsetSpace ~
29593 Material Dateien in verschiedenen Formaten.
29594 \end_layout
29595
29596 \begin_layout Description
29597 Unterdokument LyX- oder LaTeX-Dokumente.
29598 \end_layout
29599
29600 \begin_layout Section
29601 Externes Material
29602 \begin_inset LatexCommand index
29603 name "Externes Material"
29604
29605 \end_inset
29606
29607
29608 \end_layout
29609
29610 \begin_layout Standard
29611 Mit 
29612 \family sans
29613 Einfügen\SpecialChar \menuseparator
29614 Datei\SpecialChar \menuseparator
29615  Externes Material
29616 \family default
29617  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
29618  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
29619  weil LyX sich darum kümmert.
29620  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
29621  eingefügt werden können.
29622 \end_layout
29623
29624 \begin_layout Standard
29625 Zur Zeit können Sie folgende Dateitypen (
29626 \family sans
29627 Vorlagen
29628 \family default
29629 ) benutzen:
29630 \end_layout
29631
29632 \begin_layout Description
29633 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Standard
29638
29639
29640 \backslash
29641 href{http://en.wikipedia.org/wiki/XBoard}{
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \series bold
29648 XBoard
29649 \series default
29650
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Standard
29655
29656 }
29657 \end_layout
29658
29659 \end_inset
29660
29661  erzeugt wurden.
29662 \end_layout
29663
29664 \begin_layout Description
29665 Datum fügt ein Datum mit dem Format 
29666 \emph on
29667 Tag-Monat-Jahr
29668 \emph default
29669  ein.
29670  Hier ist ein Beispiel: 
29671 \begin_inset External
29672         template Date
29673         filename .
29674
29675 \end_inset
29676
29677 .
29678 \newline
29679 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
29680  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
29681  Menü 
29682 \family sans
29683 Einfügen\SpecialChar \menuseparator
29684 Datum
29685 \family default
29686  und mit dem LaTeX-Befehl 
29687 \series bold
29688
29689 \backslash
29690 today
29691 \series default
29692 .
29693  Die verschiedenen Methoden werden in Tabelle\InsetSpace ~
29694
29695 \begin_inset LatexCommand ref
29696 reference "tab:Vergleich-der-Datums-Eingaben"
29697
29698 \end_inset
29699
29700  verglichen.
29701 \end_layout
29702
29703 \begin_layout Description
29704 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
29705 \begin_inset ERT
29706 status collapsed
29707
29708 \begin_layout Standard
29709
29710
29711 \backslash
29712 href{http://en.wikipedia.org/wiki/LilyPond}{
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \series bold
29719 LilyPond
29720 \series default
29721
29722 \begin_inset ERT
29723 status collapsed
29724
29725 \begin_layout Standard
29726
29727 }
29728 \end_layout
29729
29730 \end_inset
29731
29732  schreiben.
29733 \end_layout
29734
29735 \begin_layout Description
29736 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
29737  Fast alle bekannten Bildformate werden unterstützt.
29738  Die Bilddateien können im Dialogfenster 
29739 \family sans
29740 Externes\InsetSpace ~
29741 Material
29742 \family default
29743  genauso behandelt werden wie die mit dem normalen 
29744 \family sans
29745 Grafik
29746 \family default
29747 -Dialog eingefügten, siehe Abschnitt\InsetSpace ~
29748
29749 \begin_inset LatexCommand ref
29750 reference "abs:Grafik-Dialog"
29751
29752 \end_inset
29753
29754 .
29755  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
29756  und EPS-Bilder werden nicht unterstützt.
29757 \end_layout
29758
29759 \begin_layout Description
29760 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
29761 \begin_inset ERT
29762 status collapsed
29763
29764 \begin_layout Standard
29765
29766
29767 \backslash
29768 href{http://en.wikipedia.org/wiki/Xfig}{
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \series bold
29775 Xfig
29776 \series default
29777
29778 \begin_inset ERT
29779 status collapsed
29780
29781 \begin_layout Standard
29782
29783 }
29784 \end_layout
29785
29786 \end_inset
29787
29788  erzeugt wurden.
29789 \end_layout
29790
29791 \begin_layout Standard
29792 \begin_inset Float table
29793 placement h
29794 wide false
29795 sideways false
29796 status open
29797
29798 \begin_layout Standard
29799 \begin_inset Caption
29800
29801 \begin_layout Standard
29802 \begin_inset LatexCommand label
29803 name "tab:Vergleich-der-Datums-Eingaben"
29804
29805 \end_inset
29806
29807 Vergleich der Datums-Eingaben
29808 \end_layout
29809
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \begin_layout Standard
29816 \align center
29817 \begin_inset Tabular
29818 <lyxtabular version="3" rows="4" columns="4">
29819 <features>
29820 <column alignment="center" valignment="top" leftline="true" width="0">
29821 <column alignment="center" valignment="top" leftline="true" width="0">
29822 <column alignment="center" valignment="top" leftline="true" width="0">
29823 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29824 <row topline="true">
29825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29826 \begin_inset Text
29827
29828 \begin_layout Standard
29829 Dokumentformat
29830 \end_layout
29831
29832 \end_inset
29833 </cell>
29834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29835 \begin_inset Text
29836
29837 \begin_layout Standard
29838
29839 \family sans
29840 Externes Material\SpecialChar \menuseparator
29841 Datum
29842 \end_layout
29843
29844 \end_inset
29845 </cell>
29846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29847 \begin_inset Text
29848
29849 \begin_layout Standard
29850
29851 \family sans
29852 Einfügen\SpecialChar \menuseparator
29853 Datum
29854 \end_layout
29855
29856 \end_inset
29857 </cell>
29858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29859 \begin_inset Text
29860
29861 \begin_layout Standard
29862 Befehl 
29863 \series bold
29864
29865 \backslash
29866 today
29867 \end_layout
29868
29869 \end_inset
29870 </cell>
29871 </row>
29872 <row topline="true">
29873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29874 \begin_inset Text
29875
29876 \begin_layout Standard
29877 LyX
29878 \end_layout
29879
29880 \end_inset
29881 </cell>
29882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29883 \begin_inset Text
29884
29885 \begin_layout Standard
29886 als Box
29887 \end_layout
29888
29889 \end_inset
29890 </cell>
29891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Standard
29895 als Datum
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Standard
29904 als TeX-Code-Befehl
29905 \end_layout
29906
29907 \end_inset
29908 </cell>
29909 </row>
29910 <row topline="true">
29911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29912 \begin_inset Text
29913
29914 \begin_layout Standard
29915 LaTeX
29916 \end_layout
29917
29918 \end_inset
29919 </cell>
29920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29921 \begin_inset Text
29922
29923 \begin_layout Standard
29924 als Datum
29925 \end_layout
29926
29927 \end_inset
29928 </cell>
29929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29930 \begin_inset Text
29931
29932 \begin_layout Standard
29933 als Datum
29934 \end_layout
29935
29936 \end_inset
29937 </cell>
29938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29939 \begin_inset Text
29940
29941 \begin_layout Standard
29942 als Befehl
29943 \end_layout
29944
29945 \end_inset
29946 </cell>
29947 </row>
29948 <row topline="true" bottomline="true">
29949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29950 \begin_inset Text
29951
29952 \begin_layout Standard
29953 DVI, PDF, PS
29954 \end_layout
29955
29956 \end_inset
29957 </cell>
29958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29959 \begin_inset Text
29960
29961 \begin_layout Standard
29962 als Datum
29963 \end_layout
29964
29965 \end_inset
29966 </cell>
29967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29968 \begin_inset Text
29969
29970 \begin_layout Standard
29971 als Datum
29972 \end_layout
29973
29974 \end_inset
29975 </cell>
29976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29977 \begin_inset Text
29978
29979 \begin_layout Standard
29980 als Datum
29981 \end_layout
29982
29983 \end_inset
29984 </cell>
29985 </row>
29986 </lyxtabular>
29987
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \end_layout
29997
29998 \begin_layout Standard
29999 Wenn Sie im Dialogfenster
30000 \family sans
30001  Externes\InsetSpace ~
30002 Material 
30003 \family default
30004 in der Karteikarte
30005 \family sans
30006  Datei
30007 \family default
30008  die Option 
30009 \family sans
30010 Entwurf
30011 \family default
30012  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
30013 \end_layout
30014
30015 \begin_layout Standard
30016 LyX kann externes Material entweder als Box wie hier: 
30017 \begin_inset Graphics
30018         filename clipart/ExternesMaterialQt4.png
30019         lyxscale 80
30020         scale 60
30021         scaleBeforeRotation
30022
30023 \end_inset
30024
30025  oder als Bild darstellen.
30026  Das hängt davon ab, ob Sie im Dialogfenster
30027 \family sans
30028  Externes\InsetSpace ~
30029 Material 
30030 \family default
30031 in der Karteikarte 
30032 \family sans
30033 LyX-Ansicht
30034 \family default
30035  die Option 
30036 \family sans
30037 in\InsetSpace ~
30038 LyX\InsetSpace ~
30039 anzeigen
30040 \family default
30041  gewählt haben oder nicht.
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Im LyX-Handbuch 
30046 \family sans
30047 \emph on
30048 Anpassung
30049 \family default
30050 \emph default
30051  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
30052 \end_layout
30053
30054 \begin_layout Section
30055 Unterdokumente
30056 \begin_inset LatexCommand label
30057 name "abs:Unterdokumente"
30058
30059 \end_inset
30060
30061
30062 \begin_inset LatexCommand index
30063 name "Unterdokument"
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
30072  oder Abschnitten bestehen.
30073  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
30074  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
30075 \end_layout
30076
30077 \begin_layout Standard
30078 Unterdokumente werden in LyX als Box angezeigt: 
30079 \begin_inset Graphics
30080         filename clipart/UnterdokumentQt4.png
30081         lyxscale 80
30082         scale 60
30083         scaleBeforeRotation
30084
30085 \end_inset
30086
30087 .
30088  Sie werden über
30089 \family sans
30090  Einfügen\SpecialChar \menuseparator
30091 Datei\SpecialChar \menuseparator
30092 Unterdokument
30093 \family default
30094  eingebunden, was das Dialogfenster
30095 \family sans
30096  Unterdokument
30097 \family default
30098  öffnet.
30099  Für 
30100 \family sans
30101 die Art\InsetSpace ~
30102 der\InsetSpace ~
30103 Einbindung
30104 \family default
30105  gibt es dort vier Möglichkeiten:
30106 \end_layout
30107
30108 \begin_layout Description
30109 Include Sie können LyX- und LaTeX-Dokumente einbinden.
30110  Wenn Sie im Dialogfenster
30111 \family sans
30112  Unterdokument
30113 \family default
30114  auf 
30115 \family sans
30116 Öffnen
30117 \family default
30118  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
30119  und sie können es editieren.
30120 \newline
30121
30122 \end_layout
30123
30124 \begin_layout Standard
30125 Hier wird ein Unterdokument
30126 \family sans
30127  
30128 \family default
30129 per 
30130 \family sans
30131 Include
30132 \family default
30133  eingebunden: 
30134 \begin_inset Include \include{DummyDocument1.lyx}
30135 preview false
30136
30137 \end_inset
30138
30139 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
30140  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
30141  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
30142 s.
30143  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt\InsetSpace ~
30144
30145 \begin_inset LatexCommand ref
30146 reference "uab:Externer-Unterabschnitt-1"
30147
30148 \end_inset
30149
30150 .
30151 \end_layout
30152
30153 \begin_layout Standard
30154 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
30155  wird benutzt.
30156  Unterdokumente, die per 
30157 \family sans
30158 Include
30159 \family default
30160  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
30161  und enden mit einem Seitenumbruch.
30162 \end_layout
30163
30164 \begin_layout Standard
30165 Mit dem LaTeX-Befehl 
30166 \series bold
30167
30168 \backslash
30169 includeonly 
30170 \series default
30171 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
30172  erstellt werden soll.
30173  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
30174  sehen wollen, und es geht schneller.
30175  
30176 \series bold
30177
30178 \backslash
30179 includeonly
30180 \series default
30181  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
30182  Im folgenden Beispiel:
30183 \end_layout
30184
30185 \begin_layout Standard
30186
30187 \series bold
30188
30189 \backslash
30190 includeonly{Kapitel1,Kapitel5}
30191 \end_layout
30192
30193 \begin_layout Standard
30194 werden nur die Dateien 
30195 \begin_inset Quotes gld
30196 \end_inset
30197
30198 Kapitel1.lyx
30199 \begin_inset Quotes grd
30200 \end_inset
30201
30202  (oder 
30203 \begin_inset Quotes gld
30204 \end_inset
30205
30206 Kapitel1.tex
30207 \begin_inset Quotes grd
30208 \end_inset
30209
30210 ) und 
30211 \begin_inset Quotes gld
30212 \end_inset
30213
30214 Kapitel5.lyx
30215 \begin_inset Quotes grd
30216 \end_inset
30217
30218
30219 \series bold
30220  
30221 \series default
30222 eingebunden.
30223 \end_layout
30224
30225 \begin_layout Standard
30226 \begin_inset Note Greyedout
30227 status open
30228
30229 \begin_layout Standard
30230
30231 \series bold
30232 Bemerkung:
30233 \series default
30234  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
30235  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
30236  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
30237  Ergebnissen führen wird.
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \end_layout
30244
30245 \begin_layout Description
30246 Input Diese Methode ist 
30247 \family sans
30248 Include
30249 \family default
30250  sehr ähnlich mit folgenden Unterschieden:
30251 \end_layout
30252
30253 \begin_deeper
30254 \begin_layout Itemize
30255 Unterdokumente, die per 
30256 \family sans
30257 Input
30258 \family default
30259  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
30260  Seite und enden NICHT mit einem Seitenumbruch.
30261 \end_layout
30262
30263 \begin_layout Itemize
30264 Unterdokumente, die per 
30265 \family sans
30266 Input
30267 \family default
30268  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
30269 \family sans
30270  Unterdokument Vorschau\InsetSpace ~
30271 anzeigen
30272 \family default
30273  angekreuzt wurde und in den LyX-
30274 \family sans
30275 Einstellungen\SpecialChar \menuseparator
30276 Aussehen\InsetSpace ~
30277 &\InsetSpace ~
30278 Handhabung\SpecialChar \menuseparator
30279 Grafik Sofortige\InsetSpace ~
30280 Vorschau
30281 \family default
30282  auf 
30283 \family sans
30284 An
30285 \family default
30286  gesetzt wurde.
30287  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
30288  aus.
30289 \end_layout
30290
30291 \begin_layout Itemize
30292 Der LaTeX-Befehl 
30293 \series bold
30294
30295 \backslash
30296 includeonly
30297 \series default
30298  kann nicht benutzt werden.
30299 \end_layout
30300
30301 \end_deeper
30302 \begin_layout Standard
30303 Hier ist ein Unterdokument, das mit
30304 \family sans
30305  Input
30306 \family default
30307  eingebunden wurde: 
30308 \begin_inset Include \input{DummyDocument2.lyx}
30309 preview false
30310
30311 \end_inset
30312
30313 .
30314 \end_layout
30315
30316 \begin_layout Description
30317 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
30318   In der Druckvorschau wird für den Text der Stil 
30319 \family typewriter
30320 Schreibmaschine
30321 \family default
30322  verwendet.
30323  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
30324  Wenn Sie im Dialogfenster
30325 \family sans
30326  Unterdokument Leerzeichen\InsetSpace ~
30327 bei\InsetSpace ~
30328 der\InsetSpace ~
30329 Ausgabe\InsetSpace ~
30330 kennzeichnen 
30331 \family default
30332 ankreuzen, wird in der Druckvorschau das Zeichen 
30333 \begin_inset Quotes gld
30334 \end_inset
30335
30336
30337 \begin_inset ERT
30338 status collapsed
30339
30340 \begin_layout Standard
30341
30342
30343 \backslash
30344 textvisiblespace 
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \begin_inset Quotes grd
30351 \end_inset
30352
30353  für jedes Leerzeichen eingefügt.
30354 \newline
30355 Im Gegensatz zu 
30356 \family sans
30357 Einfügen\SpecialChar \menuseparator
30358 Datei\SpecialChar \menuseparator
30359 Einfacher\InsetSpace ~
30360 Text
30361 \family default
30362  wird bei 
30363 \family sans
30364 Unformatiert
30365 \family default
30366  der Dateiinhalt in LyX nicht dargestellt.
30367 \end_layout
30368
30369 \begin_layout Standard
30370 Hier ist ein Unterdokument, das mit
30371 \family sans
30372  Unformatiert
30373 \family default
30374  eingebunden wurde: 
30375 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
30376 preview false
30377
30378 \end_inset
30379
30380
30381 \begin_inset VSpace bigskip
30382 \end_inset
30383
30384 Hier ist ein Unterdokument, das mit
30385 \family sans
30386  Unformatiert
30387 \family default
30388  eingebunden wurde und
30389 \family sans
30390  Leerzeichen\InsetSpace ~
30391 bei\InsetSpace ~
30392 der\InsetSpace ~
30393 Ausgabe\InsetSpace ~
30394 kennzeichnen
30395 \family default
30396  angekreuzt hat: 
30397 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
30398 preview false
30399
30400 \end_inset
30401
30402
30403 \end_layout
30404
30405 \begin_layout Standard
30406 \begin_inset VSpace bigskip
30407 \end_inset
30408
30409
30410 \end_layout
30411
30412 \begin_layout Standard
30413 \begin_inset Note Greyedout
30414 status open
30415
30416 \begin_layout Standard
30417
30418 \series bold
30419 Bemerkung:
30420 \series default
30421  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
30422  
30423 \family sans
30424 Unformatiert
30425 \family default
30426  eingebunden werden, am Zeilenende nicht umgebrochen.
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Description
30435 Listing Dieser Typ wird in Kapitel\InsetSpace ~
30436
30437 \begin_inset LatexCommand ref
30438 reference "kap:Programm-Code-Listen"
30439
30440 \end_inset
30441
30442  beschrieben.
30443 \end_layout
30444
30445 \begin_layout Standard
30446 \begin_inset Note Greyedout
30447 status open
30448
30449 \begin_layout Standard
30450
30451 \series bold
30452 Bemerkung:
30453 \series default
30454  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
30455  das zu LaTeX-Problemen führen.
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \end_layout
30462
30463 \begin_layout Chapter
30464 Programm-Code-Listen
30465 \begin_inset LatexCommand label
30466 name "kap:Programm-Code-Listen"
30467
30468 \end_inset
30469
30470
30471 \begin_inset LatexCommand index
30472 name "Listen"
30473
30474 \end_inset
30475
30476
30477 \begin_inset LatexCommand index
30478 name "Programm-Code"
30479
30480 \end_inset
30481
30482
30483 \end_layout
30484
30485 \begin_layout Standard
30486 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
30487 \family sans
30488 Einfügen\SpecialChar \menuseparator
30489 Pro\SpecialChar \-
30490 gramm\SpecialChar \-
30491 listing
30492 \family default
30493  verwenden.
30494  Das LaTeX-Paket 
30495 \series bold
30496 listings
30497 \series default
30498
30499 \begin_inset LatexCommand index
30500 name "LaTeX-Pakete ! listings"
30501
30502 \end_inset
30503
30504  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
30505 \end_layout
30506
30507 \begin_layout Standard
30508 Ein Rechtsklick auf das 
30509 \family sans
30510 Listing
30511 \family default
30512 -Kästchen öffnet das Dialogfenster 
30513 \family sans
30514 Programm\SpecialChar \-
30515 listing-Einstellungen
30516 \family default
30517 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
30518 \end_layout
30519
30520 \begin_layout Standard
30521 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
30522  Die 
30523 \family sans
30524 Platzierung
30525 \family default
30526 -Option 
30527 \family sans
30528 Eingebettetes\InsetSpace ~
30529 Listing
30530 \family default
30531  druckt das Listing in der Zeile wie hier: 
30532 \begin_inset listings
30533 lstparams "language={C++}"
30534 inline true
30535 status open
30536
30537 \begin_layout Standard
30538
30539 int a=5;
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \newline
30546 Die Option 
30547 \family sans
30548 Gleitobjekt
30549 \family default
30550  erzeugt ein Listing-Gleitobjekt, dessen 
30551 \family sans
30552 Platzierung 
30553 \family default
30554 Sie mit 
30555 \family sans
30556 h
30557 \family default
30558
30559 \family sans
30560 t
30561 \family default
30562
30563 \family sans
30564 b
30565 \family default
30566  und 
30567 \family sans
30568 p
30569 \family default
30570 , analog zu den in Abschnitt\InsetSpace ~
30571
30572 \begin_inset LatexCommand ref
30573 reference "abs:Gleitobjekt-Platzierung"
30574
30575 \end_inset
30576
30577  beschriebenen Platzierungsoptionen festlegen können.
30578  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
30579  hintereinander angegeben, z.\InsetSpace \thinspace{}
30580 B.
30581  
30582 \begin_inset Quotes gld
30583 \end_inset
30584
30585
30586 \family sans
30587 htbp
30588 \family default
30589
30590 \begin_inset Quotes grd
30591 \end_inset
30592
30593 .
30594  Die Option 
30595 \begin_inset Quotes eld
30596 \end_inset
30597
30598 h
30599 \begin_inset Quotes erd
30600 \end_inset
30601
30602  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
30603  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
30604 \end_layout
30605
30606 \begin_layout Standard
30607 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
30608  zu verweisen: Listing\InsetSpace ~
30609
30610 \begin_inset LatexCommand ref
30611 reference "lst:Gleitendes-Programm-Listing"
30612
30613 \end_inset
30614
30615 .
30616 \end_layout
30617
30618 \begin_layout Standard
30619 \begin_inset listings
30620 lstparams "language=Python"
30621 inline false
30622 status open
30623
30624 \begin_layout Standard
30625
30626 \begin_inset Caption
30627
30628 \begin_layout Standard
30629 \begin_inset LatexCommand label
30630 name "lst:Gleitendes-Programm-Listing"
30631
30632 \end_inset
30633
30634 Gleitendes Programm-Listing
30635 \end_layout
30636
30637 \end_inset
30638
30639 # Gleitendes Programm-Listing
30640 \end_layout
30641
30642 \begin_layout Standard
30643
30644 def func(param):
30645 \end_layout
30646
30647 \begin_layout Standard
30648
30649     'Dies ist eine Python-Funktion'
30650 \end_layout
30651
30652 \begin_layout Standard
30653
30654     pass
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 Wenn Sie eine Programmier-
30664 \family sans
30665 Sprache
30666 \family default
30667  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
30668  gedruckt, wie 
30669 \emph on
30670 #
30671 \emph default
30672
30673 \emph on
30674 def
30675 \emph default
30676  und 
30677 \emph on
30678 pass
30679 \emph default
30680  in Listing\InsetSpace ~
30681
30682 \begin_inset LatexCommand ref
30683 reference "lst:Gleitendes-Programm-Listing"
30684
30685 \end_inset
30686
30687 .
30688 \end_layout
30689
30690 \begin_layout Standard
30691 \begin_inset Note Greyedout
30692 status open
30693
30694 \begin_layout Standard
30695
30696 \series bold
30697 Bemerkung:
30698 \series default
30699  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
30700 \family typewriter
30701 Schreib\SpecialChar \-
30702 maschine
30703 \family default
30704  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
30705 h keine fett gedruckten Buchstaben.
30706  Wählen Sie in diesem Fall eine andere Schrift für 
30707 \family typewriter
30708 Schreibmaschine
30709 \family default
30710  im Menü 
30711 \family sans
30712 Dokument\SpecialChar \menuseparator
30713 Einstellungen\SpecialChar \menuseparator
30714 Schriften
30715 \family default
30716 .
30717  (Die Schriften 
30718 \emph on
30719 LuxiMono, BeraMono
30720 \emph default
30721  and 
30722 \emph on
30723 Courier
30724 \emph default
30725  enthalten fett gedruckte Buchstaben.)
30726 \end_layout
30727
30728 \end_inset
30729
30730
30731 \end_layout
30732
30733 \begin_layout Standard
30734 Im Abschnitt 
30735 \family sans
30736 Zeilennummerierung
30737 \family default
30738  des Dialog 
30739 \family sans
30740 Programm\SpecialChar \-
30741 listing-Einstellungen
30742 \family default
30743 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
30744  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
30745  werden soll und die 
30746 \family sans
30747 Schriftgröße
30748 \family default
30749  der Nummerierung.
30750 \end_layout
30751
30752 \begin_layout Standard
30753 Im Abschnitt 
30754 \family sans
30755 Bereich
30756 \family default
30757  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
30758  Im Abschnitt 
30759 \family sans
30760 Stil
30761 \family default
30762  legen Sie fest, wie die Liste ausgedruckt werden soll.
30763  Die Option 
30764 \family sans
30765 Erweiterte\InsetSpace ~
30766 Zeichentabelle
30767 \family default
30768  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
30769 \end_layout
30770
30771 \begin_layout Standard
30772 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
30773  Sprache 
30774 \begin_inset Quotes gld
30775 \end_inset
30776
30777 Python
30778 \begin_inset Quotes grd
30779 \end_inset
30780
30781 , den Optionen 
30782 \family sans
30783 Erweiterte\InsetSpace ~
30784 Zeichentabelle
30785 \family default
30786  und 
30787 \family sans
30788 Leerzeichen\InsetSpace ~
30789 als\InsetSpace ~
30790 Symbol
30791 \family default
30792  und Bereich 3\InsetSpace \thinspace{}
30793 -\InsetSpace \thinspace{}
30794 8:
30795 \end_layout
30796
30797 \begin_layout Standard
30798 \begin_inset listings
30799 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
30800 inline false
30801 status open
30802
30803 \begin_layout Standard
30804
30805 def func(param):
30806 \end_layout
30807
30808 \begin_layout Standard
30809
30810     'Dies ist eine Python-Funktion'
30811 \end_layout
30812
30813 \begin_layout Standard
30814
30815     pass
30816 \end_layout
30817
30818 \begin_layout Standard
30819
30820 def func(param):
30821 \end_layout
30822
30823 \begin_layout Standard
30824
30825 'Sonderzeichen: Tschüß'
30826 \end_layout
30827
30828 \begin_layout Standard
30829
30830 pass
30831 \end_layout
30832
30833 \begin_layout Standard
30834
30835 def func(param):
30836 \end_layout
30837
30838 \begin_layout Standard
30839
30840 'Dies ist eine Python-Funktion'
30841 \end_layout
30842
30843 \begin_layout Standard
30844
30845 pass
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 \noindent
30855 \begin_inset Note Greyedout
30856 status open
30857
30858 \begin_layout Standard
30859
30860 \series bold
30861 Bemerkung:
30862 \series default
30863  Wegen eines Fehlers im 
30864 \series bold
30865 listings
30866 \series default
30867  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
30868  verschoben.
30869  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
30870  Liste nummeriert werden.
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \end_layout
30877
30878 \begin_layout Standard
30879 \begin_inset VSpace bigskip
30880 \end_inset
30881
30882
30883 \end_layout
30884
30885 \begin_layout Standard
30886 \noindent
30887 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
30888  Das machen Sie mit
30889 \family sans
30890  Einfügen\SpecialChar \menuseparator
30891 Datei\SpecialChar \menuseparator
30892 Unterdokument
30893 \family default
30894  und der 
30895 \family sans
30896 Art\InsetSpace ~
30897 der\InsetSpace ~
30898 Einbindung
30899 \family default
30900  
30901 \family sans
30902 Listing
30903 \family default
30904 .
30905 \begin_inset Foot
30906 status collapsed
30907
30908 \begin_layout Standard
30909 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt\InsetSpace ~
30910
30911 \begin_inset LatexCommand ref
30912 reference "abs:Unterdokumente"
30913
30914 \end_inset
30915
30916  beschrieben.
30917 \end_layout
30918
30919 \end_inset
30920
30921  Im Dialogfenster
30922 \family sans
30923  Unterdokument
30924 \family default
30925  können Sie die Listing-Parameters unter 
30926 \family sans
30927 Weitere\InsetSpace ~
30928 Parameter
30929 \family default
30930  eingeben.
30931  Wenn Sie dort ein Fragezeichen 
30932 \begin_inset Quotes gld
30933 \end_inset
30934
30935 ?
30936 \begin_inset Quotes grd
30937 \end_inset
30938
30939  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
30940 det.
30941 \end_layout
30942
30943 \begin_layout Standard
30944 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
30945  Text ins Feld 
30946 \family sans
30947 Marke
30948 \family default
30949 , auf die dann wie üblich verwiesen werden kann.
30950 \end_layout
30951
30952 \begin_layout Standard
30953 Listing\InsetSpace ~
30954
30955 \begin_inset LatexCommand ref
30956 reference "lst:Datei-Listing"
30957
30958 \end_inset
30959
30960  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10\InsetSpace \thinspace{}
30961 -\InsetSpace \thinspace{}
30962 15
30963  gedruckt werden.
30964 \end_layout
30965
30966 \begin_layout Standard
30967 \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]
30968 preview false
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \begin_inset VSpace bigskip
30977 \end_inset
30978
30979
30980 \end_layout
30981
30982 \begin_layout Standard
30983 \noindent
30984 Dokumentweite Listing-Eigenschaften können in
30985 \family sans
30986  Dokument\SpecialChar \menuseparator
30987 Einstellungen\SpecialChar \menuseparator
30988 Text\SpecialChar \-
30989 for\SpecialChar \-
30990 mat\SpecialChar \menuseparator
30991 Listing-Einstellungen
30992 \family default
30993  festgelegt werden.
30994  Auch dort bekommt man durch Eingabe eines Fragezeichens 
30995 \begin_inset Quotes gld
30996 \end_inset
30997
30998 ?
30999 \begin_inset Quotes grd
31000 \end_inset
31001
31002  links davon eine Liste aller möglichen Parameter.
31003 \end_layout
31004
31005 \begin_layout Standard
31006 Weitere Informationen über das 
31007 \series bold
31008 listings
31009 \series default
31010 -Paket finden Sie in 
31011 \begin_inset LatexCommand cite
31012 key "listings"
31013
31014 \end_inset
31015
31016 .
31017 \newpage
31018
31019 \end_layout
31020
31021 \begin_layout Chapter
31022 \start_of_appendix
31023 In LyX verfügbare Maßeinheiten
31024 \begin_inset LatexCommand label
31025 name "kap:In-LyX-verfügbare"
31026
31027 \end_inset
31028
31029
31030 \begin_inset LatexCommand index
31031 name "Einheiten"
31032
31033 \end_inset
31034
31035
31036 \end_layout
31037
31038 \begin_layout Standard
31039 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
31040  Tabelle\InsetSpace ~
31041
31042 \begin_inset LatexCommand ref
31043 reference "tab:Maßeinheiten"
31044
31045 \end_inset
31046
31047  alle in LyX verfügbaren Maßeinheiten.
31048 \end_layout
31049
31050 \begin_layout Standard
31051 \begin_inset Float table
31052 placement h
31053 wide false
31054 sideways false
31055 status open
31056
31057 \begin_layout Standard
31058 \begin_inset Caption
31059
31060 \begin_layout Standard
31061 \begin_inset LatexCommand label
31062 name "tab:Maßeinheiten"
31063
31064 \end_inset
31065
31066 Maßeinheiten
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \begin_layout Standard
31075 \begin_inset VSpace medskip
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 \align center
31083 \begin_inset Tabular
31084 <lyxtabular version="3" rows="20" columns="2">
31085 <features>
31086 <column alignment="center" valignment="top" leftline="true" width="0">
31087 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
31088 <row topline="true" bottomline="true">
31089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31090 \begin_inset Text
31091
31092 \begin_layout Standard
31093
31094 \series bold
31095 Maßeinheit
31096 \end_layout
31097
31098 \end_inset
31099 </cell>
31100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31101 \begin_inset Text
31102
31103 \begin_layout Standard
31104
31105 \series bold
31106 Name/Beschreibung
31107 \end_layout
31108
31109 \end_inset
31110 </cell>
31111 </row>
31112 <row topline="true">
31113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31114 \begin_inset Text
31115
31116 \begin_layout Standard
31117 mm
31118 \end_layout
31119
31120 \end_inset
31121 </cell>
31122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31123 \begin_inset Text
31124
31125 \begin_layout Standard
31126 Millimeter
31127 \end_layout
31128
31129 \end_inset
31130 </cell>
31131 </row>
31132 <row topline="true">
31133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31134 \begin_inset Text
31135
31136 \begin_layout Standard
31137 cm
31138 \end_layout
31139
31140 \end_inset
31141 </cell>
31142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31143 \begin_inset Text
31144
31145 \begin_layout Standard
31146 Zentimeter
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 </row>
31152 <row topline="true">
31153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31154 \begin_inset Text
31155
31156 \begin_layout Standard
31157 in
31158 \end_layout
31159
31160 \end_inset
31161 </cell>
31162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31163 \begin_inset Text
31164
31165 \begin_layout Standard
31166 Zoll (1\InsetSpace \thinspace{}
31167 in = 2.54\InsetSpace \thinspace{}
31168 cm
31169 \end_layout
31170
31171 \end_inset
31172 </cell>
31173 </row>
31174 <row topline="true">
31175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31176 \begin_inset Text
31177
31178 \begin_layout Standard
31179 pt
31180 \end_layout
31181
31182 \end_inset
31183 </cell>
31184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31185 \begin_inset Text
31186
31187 \begin_layout Standard
31188 Punkt (72.27\InsetSpace \thinspace{}
31189 pt = 1\InsetSpace \thinspace{}
31190 in)
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 </row>
31196 <row topline="true">
31197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Standard
31201 pc
31202 \end_layout
31203
31204 \end_inset
31205 </cell>
31206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Standard
31210 Pica (1\InsetSpace \thinspace{}
31211 pc = 12\InsetSpace \thinspace{}
31212 pt)
31213 \end_layout
31214
31215 \end_inset
31216 </cell>
31217 </row>
31218 <row topline="true">
31219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31220 \begin_inset Text
31221
31222 \begin_layout Standard
31223 sp
31224 \end_layout
31225
31226 \end_inset
31227 </cell>
31228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31229 \begin_inset Text
31230
31231 \begin_layout Standard
31232 skalierter Punkt (65536\InsetSpace \thinspace{}
31233 sp = 1\InsetSpace \thinspace{}
31234 pt)
31235 \end_layout
31236
31237 \end_inset
31238 </cell>
31239 </row>
31240 <row topline="true">
31241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31242 \begin_inset Text
31243
31244 \begin_layout Standard
31245 bp
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31251 \begin_inset Text
31252
31253 \begin_layout Standard
31254 großer Punkt (72\InsetSpace \thinspace{}
31255 bp = 1\InsetSpace \thinspace{}
31256 in)
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 </row>
31262 <row topline="true">
31263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31264 \begin_inset Text
31265
31266 \begin_layout Standard
31267 dd
31268 \end_layout
31269
31270 \end_inset
31271 </cell>
31272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31273 \begin_inset Text
31274
31275 \begin_layout Standard
31276 Didot (1\InsetSpace \thinspace{}
31277 dd 
31278 \begin_inset Formula $\approx$
31279 \end_inset
31280
31281  0,376\InsetSpace \thinspace{}
31282 mm)
31283 \end_layout
31284
31285 \end_inset
31286 </cell>
31287 </row>
31288 <row topline="true">
31289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31290 \begin_inset Text
31291
31292 \begin_layout Standard
31293 cc
31294 \end_layout
31295
31296 \end_inset
31297 </cell>
31298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31299 \begin_inset Text
31300
31301 \begin_layout Standard
31302 Cicero (1\InsetSpace \thinspace{}
31303 cc = 12\InsetSpace \thinspace{}
31304 dd)
31305 \end_layout
31306
31307 \end_inset
31308 </cell>
31309 </row>
31310 <row topline="true">
31311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31312 \begin_inset Text
31313
31314 \begin_layout Standard
31315 Skalierung%
31316 \end_layout
31317
31318 \end_inset
31319 </cell>
31320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31321 \begin_inset Text
31322
31323 \begin_layout Standard
31324 % der originalen Bildbreite
31325 \end_layout
31326
31327 \end_inset
31328 </cell>
31329 </row>
31330 <row topline="true">
31331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31332 \begin_inset Text
31333
31334 \begin_layout Standard
31335 Textbreite %
31336 \end_layout
31337
31338 \end_inset
31339 </cell>
31340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31341 \begin_inset Text
31342
31343 \begin_layout Standard
31344 % der Textbreite
31345 \end_layout
31346
31347 \end_inset
31348 </cell>
31349 </row>
31350 <row topline="true">
31351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31352 \begin_inset Text
31353
31354 \begin_layout Standard
31355 Spaltenbreite %
31356 \end_layout
31357
31358 \end_inset
31359 </cell>
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Standard
31364 % der Spaltenbreite
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 </row>
31370 <row topline="true">
31371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31372 \begin_inset Text
31373
31374 \begin_layout Standard
31375 Seitenbreite %
31376 \end_layout
31377
31378 \end_inset
31379 </cell>
31380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Standard
31384 % der Seitenbreite
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 </row>
31390 <row topline="true">
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31392 \begin_inset Text
31393
31394 \begin_layout Standard
31395 Zeilenbreite %
31396 \end_layout
31397
31398 \end_inset
31399 </cell>
31400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31401 \begin_inset Text
31402
31403 \begin_layout Standard
31404 % der Zeilenbreite
31405 \end_layout
31406
31407 \end_inset
31408 </cell>
31409 </row>
31410 <row topline="true">
31411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31412 \begin_inset Text
31413
31414 \begin_layout Standard
31415 Texthöhe %
31416 \end_layout
31417
31418 \end_inset
31419 </cell>
31420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31421 \begin_inset Text
31422
31423 \begin_layout Standard
31424 % der Texthöhe
31425 \end_layout
31426
31427 \end_inset
31428 </cell>
31429 </row>
31430 <row topline="true">
31431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31432 \begin_inset Text
31433
31434 \begin_layout Standard
31435 Seitenhöhe %
31436 \end_layout
31437
31438 \end_inset
31439 </cell>
31440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31441 \begin_inset Text
31442
31443 \begin_layout Standard
31444 % der Seitenhöhe
31445 \end_layout
31446
31447 \end_inset
31448 </cell>
31449 </row>
31450 <row topline="true">
31451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31452 \begin_inset Text
31453
31454 \begin_layout Standard
31455 ex
31456 \end_layout
31457
31458 \end_inset
31459 </cell>
31460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31461 \begin_inset Text
31462
31463 \begin_layout Standard
31464 Die Höhe des Buchstabens 
31465 \emph on
31466 x
31467 \emph default
31468  im aktiven Zeichensatz
31469 \end_layout
31470
31471 \end_inset
31472 </cell>
31473 </row>
31474 <row topline="true">
31475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31476 \begin_inset Text
31477
31478 \begin_layout Standard
31479 em
31480 \end_layout
31481
31482 \end_inset
31483 </cell>
31484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31485 \begin_inset Text
31486
31487 \begin_layout Standard
31488 Die Breite des Buchstabens 
31489 \emph on
31490 M
31491 \emph default
31492  im aktiven Zeichensatz
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 </row>
31498 <row topline="true" bottomline="true">
31499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Standard
31503 mu
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Standard
31512 mathematische  Maßeinheit
31513 \series bold
31514  
31515 \series default
31516 (1\InsetSpace \thinspace{}
31517 mu = 1/18\InsetSpace \thinspace{}
31518 em)
31519 \end_layout
31520
31521 \end_inset
31522 </cell>
31523 </row>
31524 </lyxtabular>
31525
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \begin_layout Chapter
31537 Ausgabedatei-Formate mit Grafiken
31538 \begin_inset LatexCommand label
31539 name "kap:Ausgabedatei-Formate"
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \begin_layout Section
31547 DVI
31548 \begin_inset LatexCommand index
31549 name "Dateiformat! DVI"
31550
31551 \end_inset
31552
31553
31554 \begin_inset LatexCommand index
31555 name "DVI"
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \begin_layout Standard
31563 Dieser Dateityp hat die Erweiterung 
31564 \begin_inset Quotes gld
31565 \end_inset
31566
31567
31568 \family typewriter
31569 .dvi
31570 \family default
31571
31572 \begin_inset Quotes grd
31573 \end_inset
31574
31575  und wird 
31576 \begin_inset Quotes gld
31577 \end_inset
31578
31579 device-independent
31580 \begin_inset Quotes grd
31581 \end_inset
31582
31583  genannt, weil er vollkommen portierbar ist.
31584  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
31585  dvi-Betrachter installiert hat.
31586  
31587 \family typewriter
31588 .dvi
31589 \family default
31590 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
31591  wie PostScript benutzt.
31592 \end_layout
31593
31594 \begin_layout Standard
31595 \begin_inset Note Greyedout
31596 status open
31597
31598 \begin_layout Standard
31599
31600 \series bold
31601 Bemerkung:
31602 \series default
31603  
31604 \family typewriter
31605 .dvi
31606 \family default
31607 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
31617 \family typewriter
31618 .dvi
31619 \family default
31620 -Datei auf einen anderen Computer kopieren.
31621  Dies Eigenschaft kann Ihren Computer verlangsamen.
31622  wenn Sie die 
31623 \family typewriter
31624 .dvi
31625 \family default
31626 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
31627  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
31628 \family typewriter
31629 .dvi
31630 \family default
31631 -Datei
31632 \family typewriter
31633  
31634 \family default
31635 blättern.
31636
31637 \family typewriter
31638  
31639 \family default
31640 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
31641  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
31642  
31643 \end_layout
31644
31645 \begin_layout Standard
31646 Sie können Ihr Dokument als DVI über das Menü 
31647 \family sans
31648 Datei\SpecialChar \menuseparator
31649 Exportieren\SpecialChar \menuseparator
31650 DVI
31651 \family default
31652  exportieren.
31653  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
31654 \family sans
31655 Ansicht
31656 \family default
31657  oder den Werkzeugleistenknopf 
31658 \begin_inset Graphics
31659         filename ../../images/buffer-view_dvi.png
31660         scale 85
31661         scaleBeforeRotation
31662
31663 \end_inset
31664
31665  anschauen.
31666 \end_layout
31667
31668 \begin_layout Section
31669 PostScript
31670 \begin_inset LatexCommand label
31671 name "abs:PostScript"
31672
31673 \end_inset
31674
31675
31676 \begin_inset LatexCommand index
31677 name "Dateiformat  ! PostScript"
31678
31679 \end_inset
31680
31681
31682 \begin_inset LatexCommand index
31683 name "PostScript"
31684
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \begin_layout Standard
31691 Dieser Dateityp hat die Erweiterung 
31692 \begin_inset Quotes gld
31693 \end_inset
31694
31695
31696 \family typewriter
31697 .ps
31698 \family default
31699
31700 \begin_inset Quotes grd
31701 \end_inset
31702
31703 .
31704  PostScript wurde von der Firma
31705 \family typewriter
31706  Adobe
31707 \family default
31708  als Druckersprache entwickelt.
31709  Die Datei enthält deshalb Druckbefehle.
31710  PostScript kann als 
31711 \begin_inset Quotes gld
31712 \end_inset
31713
31714 Programmiersprache
31715 \begin_inset Quotes grd
31716 \end_inset
31717
31718  angesehen werden.
31719  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
31720 \begin_inset Foot
31721 status collapsed
31722
31723 \begin_layout Standard
31724 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
31725  von
31726 \series bold
31727  PSTricks
31728 \series default
31729  
31730 \begin_inset LatexCommand cite
31731 key "pstricks"
31732
31733 \end_inset
31734
31735  oder 
31736 \begin_inset LatexCommand cite
31737 key "latex-praxisbuch"
31738
31739 \end_inset
31740
31741  ansehen.
31742 \end_layout
31743
31744 \end_inset
31745
31746 .
31747  Wegen dieser Möglichkeiten sind 
31748 \family typewriter
31749 .ps
31750 \family default
31751 -Dateien oft größer als 
31752 \family typewriter
31753 .pdf
31754 \family default
31755 -Dateien.
31756 \end_layout
31757
31758 \begin_layout Standard
31759 PostScript kann nur Bilder im Format EPS
31760 \begin_inset LatexCommand index
31761 name "EPS"
31762
31763 \end_inset
31764
31765  (Encapsulated PostScript, Datei-Er\SpecialChar \-
31766 wei\SpecialChar \-
31767 te\SpecialChar \-
31768 rung 
31769 \begin_inset Quotes gld
31770 \end_inset
31771
31772
31773 \family typewriter
31774 .eps
31775 \family default
31776
31777 \begin_inset Quotes grd
31778 \end_inset
31779
31780 ) enthalten.
31781  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
31782  intern nach EPS konvertiert werden.
31783  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
31784  verlangsamen.
31785  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
31786  konvertieren und direkt als EPS einfügen.
31787 \end_layout
31788
31789 \begin_layout Standard
31790 Sie können Ihr Dokument als PostScript über das Menü 
31791 \family sans
31792 Datei\SpecialChar \menuseparator
31793 Exportieren\SpecialChar \menuseparator
31794 PostScript
31795 \family default
31796  exportieren.
31797  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
31798 \family sans
31799 Ansicht
31800 \family default
31801  oder den Werkzeugleistenknopf 
31802 \begin_inset Graphics
31803         filename ../../images/buffer-view_ps.png
31804         scale 85
31805         scaleBeforeRotation
31806
31807 \end_inset
31808
31809  anschauen.
31810 \end_layout
31811
31812 \begin_layout Section
31813 PDF
31814 \begin_inset LatexCommand label
31815 name "abs:PDF"
31816
31817 \end_inset
31818
31819
31820 \begin_inset LatexCommand index
31821 name "Dateiformat! PDF"
31822
31823 \end_inset
31824
31825
31826 \begin_inset LatexCommand index
31827 name "PDF"
31828
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \begin_layout Standard
31835 Dieser Dateityp hat die Erweiterung 
31836 \begin_inset Quotes gld
31837 \end_inset
31838
31839
31840 \family typewriter
31841 .pdf
31842 \family default
31843
31844 \begin_inset Quotes grd
31845 \end_inset
31846
31847 .
31848  Das
31849 \emph on
31850  
31851 \emph default
31852
31853 \begin_inset Quotes gld
31854 \end_inset
31855
31856 Portable Document Format
31857 \begin_inset Quotes grd
31858 \end_inset
31859
31860  (PDF) wurde auch von der Firma 
31861 \family typewriter
31862 Adobe
31863 \family default
31864  als Derivat von PostScript entwickelt.
31865  Es ist komprimierter und benutzt weniger Befehle als PostScript.
31866  Wie der Begriff 
31867 \begin_inset Quotes gld
31868 \end_inset
31869
31870 portable
31871 \begin_inset Quotes grd
31872 \end_inset
31873
31874  (übertragbar) vermuten lässt, kann eine 
31875 \family typewriter
31876 .pdf
31877 \family default
31878 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
31879  gleich aus.
31880 \end_layout
31881
31882 \begin_layout Standard
31883 PDF kann Bilder im eigenen PDF-Format, im Format 
31884 \begin_inset Quotes gld
31885 \end_inset
31886
31887 Joint Photographic Experts Group
31888 \begin_inset Quotes grd
31889 \end_inset
31890
31891  (JPEG
31892 \begin_inset LatexCommand index
31893 name "JPG, JPEG"
31894
31895 \end_inset
31896
31897 , Datei-Erweiterung 
31898 \begin_inset Quotes gld
31899 \end_inset
31900
31901
31902 \family typewriter
31903 .jpg
31904 \family default
31905
31906 \begin_inset Quotes grd
31907 \end_inset
31908
31909  oder 
31910 \begin_inset Quotes gld
31911 \end_inset
31912
31913
31914 \family typewriter
31915 .jpeg
31916 \family default
31917
31918 \begin_inset Quotes grd
31919 \end_inset
31920
31921 ) und im Format 
31922 \begin_inset Quotes gld
31923 \end_inset
31924
31925 Portable Network Graphics
31926 \begin_inset Quotes grd
31927 \end_inset
31928
31929  (PNG
31930 \begin_inset LatexCommand index
31931 name "PNG"
31932
31933 \end_inset
31934
31935 , Datei-Erweiterung 
31936 \begin_inset Quotes gld
31937 \end_inset
31938
31939
31940 \family typewriter
31941 .png
31942 \family default
31943
31944 \begin_inset Quotes grd
31945 \end_inset
31946
31947 ) enthalten.
31948  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
31949  Sie konvertieren wird.
31950  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
31951  wird, eines der drei erwähnten Bildformate zu benutzen.
31952 \end_layout
31953
31954 \begin_layout Standard
31955 PDF-Dateien können Sie über 
31956 \family sans
31957 Datei\SpecialChar \menuseparator
31958 Exportieren
31959 \family default
31960  auf drei Arten erzeugen:
31961 \end_layout
31962
31963 \begin_layout Description
31964 PDF\InsetSpace ~
31965 (ps2pdf) benutzt das Programm
31966 \family typewriter
31967  ps2pdf
31968 \family default
31969 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
31970  Die PostScript-Version wird Programm 
31971 \family typewriter
31972 dvips
31973 \family default
31974  aus einer DVI-Version erstellt.
31975  Es werden also drei Konvertierungen verwendet.
31976 \end_layout
31977
31978 \begin_layout Description
31979 PDF\InsetSpace ~
31980 (dvipdfm) benutzt das Programm 
31981 \family typewriter
31982 dvipdfm
31983 \family default
31984 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
31985  PDF konvertiert.
31986 \end_layout
31987
31988 \begin_layout Description
31989 PDF\InsetSpace ~
31990 (pdflatex) benutzt das Programm
31991 \family typewriter
31992  pdftex
31993 \family default
31994 , das Ihr Dokument direkt nach PDF konvertiert.
31995 \end_layout
31996
31997 \begin_layout Standard
31998
31999 \family sans
32000 PDF\InsetSpace ~
32001 (pdflatex)
32002 \family default
32003  wird empfohlen, weil
32004 \family typewriter
32005  pdftex
32006 \family default
32007  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
32008  ohne Probleme arbeitet.
32009  Das Programm 
32010 \family typewriter
32011 dvi\SpecialChar \-
32012 pdfm
32013 \family default
32014  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
32015 \end_layout
32016
32017 \begin_layout Standard
32018 Sie können Ihr Dokument als PDF über das Menü 
32019 \family sans
32020 Datei\SpecialChar \menuseparator
32021 Exportieren\SpecialChar \menuseparator
32022 PDF
32023 \family default
32024  exportieren.
32025  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
32026 \family sans
32027 Ansicht
32028 \family default
32029  oder den Werkzeugleistenknopf 
32030 \begin_inset Graphics
32031         filename ../../images/buffer-view_pdf2.png
32032         scale 85
32033         scaleBeforeRotation
32034
32035 \end_inset
32036
32037  anschauen 
32038 \family sans
32039 (
32040 \family default
32041 der 
32042 \family sans
32043 PDF\InsetSpace ~
32044 (pdflatex)
32045 \family default
32046  verwendet).
32047 \end_layout
32048
32049 \begin_layout Chapter
32050 Erklärung der Gleichung\InsetSpace ~
32051
32052 \begin_inset LatexCommand eqref
32053 reference "eq:Wgn"
32054
32055 \end_inset
32056
32057
32058 \begin_inset LatexCommand label
32059 name "kap:Exläuterung-einer-Gleichung"
32060
32061 \end_inset
32062
32063
32064 \end_layout
32065
32066 \begin_layout Standard
32067 Die Gesamtbreite von
32068 \emph on
32069  n
32070 \emph default
32071  Tabellenzellen 
32072 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32073 \end_inset
32074
32075  kann wie folgt berechnet werden:
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset Formula \begin{equation}
32080 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}
32081
32082 \end_inset
32083
32084
32085 \end_layout
32086
32087 \begin_layout Standard
32088 Dabei ist 
32089 \begin_inset Formula $W_{g\, n}$
32090 \end_inset
32091
32092  die Breite jeder Zelle.
32093
32094 \series bold
32095  
32096 \backslash
32097 tabcolsep
32098 \series default
32099  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
32100  Standardwert 6\InsetSpace \thinspace{}
32101 pt.
32102  
32103 \series bold
32104
32105 \backslash
32106 arrayrulewidth
32107 \series default
32108  ist die Dicke der Zellgrenze mit dem Standardwert 0.4\InsetSpace \thinspace{}
32109 pt.
32110 \end_layout
32111
32112 \begin_layout Standard
32113 Nach Gleichung\InsetSpace ~
32114
32115 \begin_inset LatexCommand ref
32116 reference "eq:Wtot_n"
32117
32118 \end_inset
32119
32120  ist die Gesamtbreite einer Mehrfachspalte, 
32121 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32122 \end_inset
32123
32124 ,
32125 \end_layout
32126
32127 \begin_layout Standard
32128 \begin_inset Formula \begin{equation}
32129 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 Setzt man die Gleichungen\InsetSpace ~
32138
32139 \begin_inset LatexCommand ref
32140 reference "eq:Wtot_n"
32141
32142 \end_inset
32143
32144  und 
32145 \begin_inset LatexCommand ref
32146 reference "eq:Wtot_mult"
32147
32148 \end_inset
32149
32150  gleich, kann man die benötigte Breite 
32151 \begin_inset Formula $W_{g\, n}$
32152 \end_inset
32153
32154 , wenn 
32155 \emph on
32156 n
32157 \emph default
32158  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
32159 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32160 \end_inset
32161
32162  hat, berechnen:
32163 \end_layout
32164
32165 \begin_layout Standard
32166 \begin_inset Formula \begin{equation}
32167 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Bibliography
32175 \begin_inset LatexCommand bibitem
32176 key "booktabs"
32177
32178 \end_inset
32179
32180
32181 \begin_inset ERT
32182 status collapsed
32183
32184 \begin_layout Standard
32185
32186
32187 \backslash
32188 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
32189 {
32190 \end_layout
32191
32192 \end_inset
32193
32194
32195 \series bold
32196 booktabs
32197 \series default
32198
32199 \begin_inset ERT
32200 status collapsed
32201
32202 \begin_layout Standard
32203
32204 }
32205 \end_layout
32206
32207 \end_inset
32208
32209 -Dokumentation im Internet
32210 \begin_inset LatexCommand index
32211 name "LaTeX-Pakete ! booktabs"
32212
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Bibliography
32219 \begin_inset LatexCommand bibitem
32220 key "caption"
32221
32222 \end_inset
32223
32224
32225 \begin_inset ERT
32226 status collapsed
32227
32228 \begin_layout Standard
32229
32230
32231 \backslash
32232 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \series bold
32239 caption
32240 \series default
32241
32242 \begin_inset ERT
32243 status collapsed
32244
32245 \begin_layout Standard
32246
32247 }
32248 \end_layout
32249
32250 \end_inset
32251
32252 -Dokumentation im Internet
32253 \begin_inset LatexCommand index
32254 name "LaTeX-Pakete ! caption"
32255
32256 \end_inset
32257
32258
32259 \end_layout
32260
32261 \begin_layout Bibliography
32262 \begin_inset LatexCommand bibitem
32263 key "caption-de"
32264
32265 \end_inset
32266
32267 deutsche 
32268 \begin_inset ERT
32269 status collapsed
32270
32271 \begin_layout Standard
32272
32273
32274 \backslash
32275 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
32276 {
32277 \end_layout
32278
32279 \end_inset
32280
32281
32282 \series bold
32283  caption
32284 \series default
32285
32286 \begin_inset ERT
32287 status collapsed
32288
32289 \begin_layout Standard
32290
32291 }
32292 \end_layout
32293
32294 \end_inset
32295
32296 -Dokumentation im Internet
32297 \begin_inset LatexCommand index
32298 name "LaTeX-Pakete ! caption"
32299
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \begin_layout Bibliography
32306 \begin_inset LatexCommand bibitem
32307 key "koma-script-de"
32308
32309 \end_inset
32310
32311 deutsche 
32312 \begin_inset ERT
32313 status collapsed
32314
32315 \begin_layout Standard
32316
32317
32318 \backslash
32319 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
32320 df}{
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \series bold
32327 koma-script
32328 \series default
32329
32330 \begin_inset ERT
32331 status collapsed
32332
32333 \begin_layout Standard
32334
32335 }
32336 \end_layout
32337
32338 \end_inset
32339
32340 -Dokumentation im Internet
32341 \begin_inset LatexCommand index
32342 name "LaTeX-Pakete ! koma-script"
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \begin_layout Bibliography
32350 \begin_inset LatexCommand bibitem
32351 key "endfloat"
32352
32353 \end_inset
32354
32355
32356 \begin_inset ERT
32357 status collapsed
32358
32359 \begin_layout Standard
32360
32361
32362 \backslash
32363 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
32364 {
32365 \end_layout
32366
32367 \end_inset
32368
32369
32370 \series bold
32371 endf\SpecialChar \textcompwordmark{}
32372 loat
32373 \series default
32374
32375 \begin_inset ERT
32376 status collapsed
32377
32378 \begin_layout Standard
32379
32380 }
32381 \end_layout
32382
32383 \end_inset
32384
32385 -Dokumentation im Internet
32386 \begin_inset LatexCommand index
32387 name "LaTeX-Pakete ! endf\\/loat"
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Bibliography
32395 \begin_inset LatexCommand bibitem
32396 key "floatflt"
32397
32398 \end_inset
32399
32400
32401 \begin_inset ERT
32402 status collapsed
32403
32404 \begin_layout Standard
32405
32406
32407 \backslash
32408 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
32409 {
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \series bold
32416 f\SpecialChar \textcompwordmark{}
32417 loatf\SpecialChar \textcompwordmark{}
32418 lt
32419 \series default
32420
32421 \begin_inset ERT
32422 status collapsed
32423
32424 \begin_layout Standard
32425
32426 }
32427 \end_layout
32428
32429 \end_inset
32430
32431 -Dokumentation im Internet
32432 \begin_inset LatexCommand index
32433 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
32434
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \begin_layout Bibliography
32441 \begin_inset LatexCommand bibitem
32442 key "footmisc"
32443
32444 \end_inset
32445
32446
32447 \begin_inset ERT
32448 status collapsed
32449
32450 \begin_layout Standard
32451
32452
32453 \backslash
32454 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
32455 {
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \series bold
32462 footmisc
32463 \series default
32464
32465 \begin_inset ERT
32466 status collapsed
32467
32468 \begin_layout Standard
32469
32470 }
32471 \end_layout
32472
32473 \end_inset
32474
32475 -Dokumentation im Internet
32476 \begin_inset LatexCommand index
32477 name "LaTeX-Pakete ! footmisc"
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Bibliography
32485 \begin_inset LatexCommand bibitem
32486 key "hypcap"
32487
32488 \end_inset
32489
32490
32491 \begin_inset ERT
32492 status collapsed
32493
32494 \begin_layout Standard
32495
32496
32497 \backslash
32498 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \series bold
32505 hypcap
32506 \series default
32507
32508 \begin_inset ERT
32509 status collapsed
32510
32511 \begin_layout Standard
32512
32513 }
32514 \end_layout
32515
32516 \end_inset
32517
32518 -Dokumentation im Internet
32519 \begin_inset LatexCommand index
32520 name "LaTeX-Pakete ! hypcap"
32521
32522 \end_inset
32523
32524
32525 \end_layout
32526
32527 \begin_layout Bibliography
32528 \begin_inset LatexCommand bibitem
32529 key "hyperref"
32530
32531 \end_inset
32532
32533
32534 \begin_inset ERT
32535 status collapsed
32536
32537 \begin_layout Standard
32538
32539
32540 \backslash
32541 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
32542 {
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \series bold
32549 hyperref
32550 \series default
32551
32552 \begin_inset ERT
32553 status collapsed
32554
32555 \begin_layout Standard
32556
32557 }
32558 \end_layout
32559
32560 \end_inset
32561
32562 -Dokumentation im Internet
32563 \begin_inset LatexCommand index
32564 name "LaTeX-Pakete ! hyperref"
32565
32566 \end_inset
32567
32568
32569 \end_layout
32570
32571 \begin_layout Bibliography
32572 \begin_inset LatexCommand bibitem
32573 key "koma-script"
32574
32575 \end_inset
32576
32577
32578 \begin_inset ERT
32579 status collapsed
32580
32581 \begin_layout Standard
32582
32583
32584 \backslash
32585 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
32586 df}{
32587 \end_layout
32588
32589 \end_inset
32590
32591
32592 \series bold
32593 koma-script
32594 \series default
32595
32596 \begin_inset ERT
32597 status collapsed
32598
32599 \begin_layout Standard
32600
32601 }
32602 \end_layout
32603
32604 \end_inset
32605
32606 -Dokumentation im Internet
32607 \begin_inset LatexCommand index
32608 name "LaTeX-Pakete ! koma-script"
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Bibliography
32616 \begin_inset LatexCommand bibitem
32617 key "latexguide"
32618
32619 \end_inset
32620
32621 Kopka, Helmut und Daly, Patrick W.: 
32622 \emph on
32623 A Guide to LaTeX Fourth Edition.
32624
32625 \emph default
32626  Addison-Wesley, 2003
32627 \end_layout
32628
32629 \begin_layout Bibliography
32630 \begin_inset LatexCommand bibitem
32631 key "lamport"
32632
32633 \end_inset
32634
32635 Lamport, Leslie: 
32636 \emph on
32637 LaTeX: A Document Preparation System.
32638
32639 \emph default
32640  Addison-Wesley, second edition, 1994
32641 \end_layout
32642
32643 \begin_layout Bibliography
32644 \begin_inset LatexCommand bibitem
32645 key "listings"
32646
32647 \end_inset
32648
32649
32650 \begin_inset ERT
32651 status collapsed
32652
32653 \begin_layout Standard
32654
32655
32656 \backslash
32657 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
32658 {
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \series bold
32665 listings
32666 \series default
32667
32668 \begin_inset ERT
32669 status collapsed
32670
32671 \begin_layout Standard
32672
32673 }
32674 \end_layout
32675
32676 \end_inset
32677
32678 -Dokumentation im Internet
32679 \begin_inset LatexCommand index
32680 name "LaTeX-Pakete ! listings"
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Bibliography
32688 \begin_inset LatexCommand bibitem
32689 key "marginnote"
32690
32691 \end_inset
32692
32693
32694 \begin_inset ERT
32695 status collapsed
32696
32697 \begin_layout Standard
32698
32699
32700 \backslash
32701 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
32702 pdf}{
32703 \end_layout
32704
32705 \end_inset
32706
32707
32708 \series bold
32709 marginnote
32710 \series default
32711
32712 \begin_inset ERT
32713 status collapsed
32714
32715 \begin_layout Standard
32716
32717 }
32718 \end_layout
32719
32720 \end_inset
32721
32722 -Dokumentation im Internet
32723 \begin_inset LatexCommand index
32724 name "LaTeX-Pakete ! marginnote"
32725
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \begin_layout Bibliography
32732 \begin_inset LatexCommand bibitem
32733 key "latexcompanion"
32734
32735 \end_inset
32736
32737 Mittelbach, Frank und Goossens, Michel: 
32738 \emph on
32739 The LaTeX Companion Second Edition.
32740
32741 \emph default
32742  Addison-Wesley, 2004
32743 \end_layout
32744
32745 \begin_layout Bibliography
32746 \begin_inset LatexCommand bibitem
32747 key "latex-praxisbuch"
32748
32749 \end_inset
32750
32751 Niedermair, Elke & Michael: 
32752 \emph on
32753 LaTeX-Praxisbuch
32754 \emph default
32755 , Franzis-Verlag, 2004
32756 \end_layout
32757
32758 \begin_layout Bibliography
32759 \begin_inset LatexCommand bibitem
32760 key "pstricks"
32761
32762 \end_inset
32763
32764
32765 \begin_inset ERT
32766 status collapsed
32767
32768 \begin_layout Standard
32769
32770
32771 \backslash
32772 href{http://tug.org/PSTricks/main.cgi/}{
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \series bold
32779 PSTricks
32780 \series default
32781
32782 \begin_inset ERT
32783 status collapsed
32784
32785 \begin_layout Standard
32786
32787 }
32788 \end_layout
32789
32790 \end_inset
32791
32792 -Internetseite
32793 \begin_inset LatexCommand index
32794 name "LaTeX-Pakete ! pstricks"
32795
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Bibliography
32802 \begin_inset LatexCommand bibitem
32803 key "sidecap"
32804
32805 \end_inset
32806
32807
32808 \begin_inset ERT
32809 status collapsed
32810
32811 \begin_layout Standard
32812
32813
32814 \backslash
32815 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
32816 \end_layout
32817
32818 \end_inset
32819
32820
32821 \series bold
32822 sidecap
32823 \series default
32824
32825 \begin_inset ERT
32826 status collapsed
32827
32828 \begin_layout Standard
32829
32830 }
32831 \end_layout
32832
32833 \end_inset
32834
32835 -Dokumentation im Internet
32836 \begin_inset LatexCommand index
32837 name "LaTeX-Pakete ! sidecap"
32838
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Bibliography
32845 \begin_inset LatexCommand bibitem
32846 key "NewInLyX15"
32847
32848 \end_inset
32849
32850
32851 \begin_inset ERT
32852 status collapsed
32853
32854 \begin_layout Standard
32855
32856
32857 \backslash
32858 href{http://wiki.lyx.org/LyX/NewInLyX15}{
32859 \end_layout
32860
32861 \end_inset
32862
32863 Wiki-Seite
32864 \begin_inset ERT
32865 status collapsed
32866
32867 \begin_layout Standard
32868
32869 }
32870 \end_layout
32871
32872 \end_inset
32873
32874  über neue Funktionen in 
32875 \family sans
32876 LyX 1.5.0
32877 \family default
32878 .
32879 \end_layout
32880
32881 \begin_layout Standard
32882 \begin_inset LatexCommand printindex
32883
32884 \end_inset
32885
32886
32887 \end_layout
32888
32889 \begin_layout Standard
32890 \begin_inset FloatList figure
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \begin_layout Standard
32898 \begin_inset FloatList table
32899
32900 \end_inset
32901
32902
32903 \end_layout
32904
32905 \begin_layout Standard
32906 \begin_inset ERT
32907 status collapsed
32908
32909 \begin_layout Standard
32910
32911
32912 \backslash
32913 listof{Xalgorithm}{Algorithmenverzeichnis}
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \begin_inset Note Note
32920 status collapsed
32921
32922 \begin_layout Standard
32923 siehe Abschnitt\InsetSpace ~
32924
32925 \begin_inset LatexCommand ref
32926 reference "uab:Gleitobjekt-Algorithmen"
32927
32928 \end_inset
32929
32930  für eine Beschreibung
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \end_body
32939 \end_document